1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 18:22:28 +02:00

add a reflash shell

This commit is contained in:
xiangfu 2009-05-14 17:12:48 +00:00
parent b5a4d70021
commit 63cbdd19c8

6
flash-tool/reflash.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
sudo ./inflash -c "boot"
sudo ./inflash -c "nprog 0 u-boot-nand.bin 0 0 -n"
# sudo ./inflash -c "nprog 2048 uImage 0 0 -n"