This is the userland component for creating ROMs:
jordan@:romtool >./romtool -h romtool [OPTION] [[FILE] [COMMAND] [PARAMETERS]... Apply COMMANDS with PARAMETERS to FILE. If no COMMAND is given, run in interactive mode
OPTIONs: -h Display this help message -C <dir> Change to the directory before operating
COMMANDs: add [FILE] [NAME] [TYPE] Add a component add-payload [FILE] [NAME] [OPTIONS] Add a payload to the ROM add-stage [FILE] [NAME] [OPTIONS] Add a stage to the ROM bootblock [FILE] Add a bootblock to the ROM create SIZE [ALIGN] [BOOTBLOCK] Create a ROM file delete [NAME] ... Delete a component print Show the contents of the ROM resize [SIZE] [ERASEBLOCK] Resize the ROM
Signed-off-by: Jordan Crouse jordan@cosmicpenguin.net