mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-01-09 08:10:15 +02:00
4 lines
159 B
Bash
4 lines
159 B
Bash
|
#!/bin/bash
|
||
|
sudo usbboot -f ./usbboot_2gb_nand.cfg -c "boot"
|
||
|
sudo usbboot -f ./usbboot_2gb_nand.cfg -c "nprog 1024 openwrt-xburst-qi_lb60-uImage.bin 0 0 -n"
|