summaryrefslogtreecommitdiffstats
path: root/defaultenv/bin/_update_help
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-10-11 16:34:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-12 21:32:45 +0200
commit3b8942faa0ef4088eec60fba0b34cb4be0d7661f (patch)
tree2fb3504738abd5adadc64d5dee3a23f3b5c6bbb5 /defaultenv/bin/_update_help
parent5c3538f44d9912e013844b3fe82c51ce62a8247f (diff)
downloadbarebox-3b8942faa0ef4088eec60fba0b34cb4be0d7661f.tar.gz
barebox-3b8942faa0ef4088eec60fba0b34cb4be0d7661f.tar.xz
defaultenv/update: add check crc32 options
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'defaultenv/bin/_update_help')
-rw-r--r--defaultenv/bin/_update_help8
1 files changed, 5 insertions, 3 deletions
diff --git a/defaultenv/bin/_update_help b/defaultenv/bin/_update_help
index e6ea64cf80..a23f00fe0a 100644
--- a/defaultenv/bin/_update_help
+++ b/defaultenv/bin/_update_help
@@ -1,8 +1,10 @@
#!/bin/sh
-echo "usage: $0 -t <kernel|rootfs> -d <nor|nand> [-f imagename]"
+echo "usage: $0 -t <kernel|rootfs> -d <nor|nand> [-f imagename] -c"
echo "update tools."
-echo""
+echo ""
+echo "options"
+echo " -c to check the crc32 for the image and flashed one"
+echo ""
echo "type update -t kernel -d <nor|nand> [-f imagename] to update kernel into flash"
echo "type update -t rootfs -d <nor|nand> [-f imagename] to update rootfs into flash"
-