mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
add requires file to README
This commit is contained in:
@@ -1,4 +1,18 @@
|
|||||||
inflash tools: flash image(like: u-Boot, kernel) to PI.
|
Ingenic Usb Boot Tools
|
||||||
|
flash image(like: u-Boot, kernel) to PI.
|
||||||
|
|
||||||
to compile this program you need:
|
= compile =
|
||||||
On Debian and Ubuntu, you'll need libusb-dev: sudo apt-get install libusb-dev libconfuse-dev
|
On Debian and Ubuntu, you'll need libusb-dev
|
||||||
|
sudo apt-get install libusb-dev libconfuse-dev
|
||||||
|
|
||||||
|
= run =
|
||||||
|
inflash you need device stage1(fw.bin), stage2(usb_boot.bin)
|
||||||
|
and usb_boot.cfg for the device configure.
|
||||||
|
|
||||||
|
|
||||||
|
= shell =
|
||||||
|
#!/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"
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
#!/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"
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user