#!/bin/sh echo "usage: $0 -t -d [-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 [-f imagename] to update kernel into flash" echo "type update -t rootfs -d [-f imagename] to update rootfs into flash"