mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 18:22:28 +02:00
7 lines
137 B
Bash
Executable File
7 lines
137 B
Bash
Executable File
#!/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"
|
|
|