Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
Developer Support
QNX Documentation Library
QNX Developer Support

QNX Developer Support

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

[Previous] [Contents] [Index] [Next]

mkimage

Build a socket image from individual files (QNX)

Syntax:

mkimage [ -b blocksize ] -o outputfile file...

Options:

-b blocksize
The blocksize used when padding files. The default is 64K.
-o outputfile
The name of the output file.

Description:

The mkimage utility builds a socket image from individual files. The command line is parsed, and the bootable image file(s) are placed first in the resultant output file, followed by embedded filesystem files, then any other files on the command line.

All files are padded up to the block size specified on the command line ( padding is done with 0xFF, the default erased state of flash). If no blocksize is specified, the default is 64K.


[Previous] [Contents] [Index] [Next]