summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-06-23 13:11:54 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-06-23 13:11:54 +0200
commit1aca3bef853a17c23822767dd720749b3290660e (patch)
tree7562a82d5e2fba84a03a2cc75647473219219e8c /src/main.c
parentb4575a40fc30474920f4f867944cfd3fb7aa876c (diff)
download0xFFFF-1aca3bef853a17c23822767dd720749b3290660e.tar.bz2
Fix creating fiasco images - added support for specifing device, hwrevs, version, mmc layout and auto align mmc images
Format of arguments for adding piece to fiasco image is now: $ 0xFFFF -p [[[[dev:hw:]ver:]type:]file[%%layout]
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 68f7ffb..7705dde 100644
--- a/src/main.c
+++ b/src/main.c
@@ -76,7 +76,14 @@ void show_usage()
" -f <flags> set the given RD flags (see '-f help')\n"
" -i show device information (let standby mode)\n"
" -l list supported usb device ids\n"
- " -p [[p%%]file] piece-of-firmware %% file-where-this-piece-is\n"
+ " -p format piece-of-firmware\n"
+ " piece format: [[[[dev:hw:]ver:]type:]file[%%layout]\n"
+ " hw is device HW revision\n"
+ " dev is device string\n"
+ " ver is image version string\n"
+ " type is image type\n"
+ " file is image file name\n"
+ " layout is file name for layout file\n"
" -r [0|1] disable/enable R&D mode\n"
" -R reboot the omap board\n"
" -U [0|1] disable/enable the usb host mode\n");