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

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