Skip to main content
  • Products
  • Evaluate our Software
  • Downloads
  • Free Utilities
  • Purchase
  • Support
  • About Us
  • Blog
  • Forum
  • Search
    • Contact Us
    • Forum
    • Knowledge Base
    • Web Shop
    • Newsletter
    • RSS
  •   Jobs
  •   Videos
  •   Blog
  •   Sustainability
  • emFile
  • NOR Image Creator
  • Technology
  • Add-ons
  • Tools

NOR Image Creator

Software utility for creating file system images for NOR flash devices.

Contact us
Downloads
Documentation
SEGGER emFile
  1. 1.Overview
  2. 2.User interface
  3. 3.Sample script file

Overview

The NOR Image Creator is a command line utility which can be used to build a file containing 1-to-1 representation of a NOR flash device (image) with preselected files and directories found on the host computer.

The utility creates a file on the host computer containing a virtual NOR flash device where files and directories can be stored in the exact same way they are needed on the target device. It is possible to copy files and entire directory trees from the host computer to the created image.

The image file created by the NOR Image Creator is a standard binary file which can be flashed directly into the NOR flash of the target via programming tools such as the SEGGER Flasher family.

The utility ships in executable form for Windows, macOS and Linux operating systems. Separate versions are available for the FAT and EFS file systems.

User interface

The interface of the NOR flash image is used like any other command line based program. For the ease of usage many commands are kept similar to their DOS commands.

By entering "?" or just pressing [Enter] an overview of the commands is printed on the screen and should look like the screenshot beneath.

The NOR Image Creator can be started in script mode by starting it with a script file with one command per line. It will then process the commands in the script file and will close gracefully if no errors occurred.

emFile-nor-image-creator-cmd

Sample script file

The following sample shows a simple script file which does the following thing:

  • Creates a NOR flash image file stored to C:\flash.bin
  • Adds a sector block of 4 Megabyte (64 x 64 kByte) to the image
  • Writes the file system information to the image
  • Low-level formats the image
  • High-level formats the image
createimage C:\flash.bin
addsectorblock 0, 64, 10000
init
formatlow
format
addfile C:\Test.txt
addfolder C:\Data\
q

Headquarters

SEGGER Microcontroller GmbH

Ecolab-Allee 5
40789 Monheim am Rhein, Germany
info@segger.com
Tel.: +49-2173-99312-0
Fax: +49-2173-99312-28

Locations

USA: SEGGER Microcontroller Systems LLC

Boston area
101 Suffolk Lane
Gardner, MA 01440, USA
us-east@segger.com
Tel.: +1-978-874-0299
Fax: +1-978-874-0599

Silicon Valley
Milpitas, CA 95035, USA
us-west@segger.com
Tel.: +1-408-767-4068

China: SEGGER Microcontroller China Co., Ltd.

Room 218, Block A, Dahongqiaoguoji
No. 133 Xiulian Road
Minhang District, Shanghai 201199, China
china@segger.com
Tel.: +86-133-619-907-60

ISO 9001 certified

ISO 9001

30+ years of experience

First-class embedded software tools since 1992
  • Imprint
  • Disclaimer
  • Privacy Policy
© 2025 SEGGER - All rights reserved.