mkhfflashfs - Utility to create a flashfs binary for the ISOS system.
mkhfflashfs -ffs <size> -g <size> -o <outputfile> -i <config file>
Note: this utility is not intended to be run directly, it should be run by metamk as part of the build process.
mkhfflashfs is a utility used to create FlashFS partition for use in an ISOS system. The output of this should be combined with a boot block to make a bootable binary.
The configuration file specified on the command line must exist, and can contain zero or more lines containing one of the following directives:
mkhfflashfs -ffs 256 -g
512 -o
flashfs1.bin -i
flashfs.cfg
This call will create a 256 kbyte flashfs1.bin image. It will create a flashfs file system containing the dir/file set in flashfs.cfg with granularity of 512 bytes.
DO-008668-PS Virata Tools 8.0 Implementation Overview
DO-007286-TC Helium Boot Procedure