summaryrefslogtreecommitdiffstats
path: root/defaultenv/bin/_update_help
blob: a23f00fe0ad46e8b06a6e7670efc8417bfac4410 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

echo "usage: $0 -t <kernel|rootfs> -d <nor|nand> [-f imagename] -c"
echo "update tools."
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"