Lines Matching full:sunxi
55 This will build the SPL in spl/sunxi-spl.bin and a FIT image called u-boot.itb,
92 # dd if=spl/sunxi-spl.bin of=/dev/sdx bs=8k seek=1
100 $ cat spl/sunxi-spl.bin u-boot.itb > u-boot-sunxi-with-spl.bin
101 # dd if=u-boot-sunxi-with-spl.bin of=/dev/sdx bs=8k seek=1
116 On your host computer download and build the sunxi-tools package[2], then
117 use "sunxi-fel" to access the board:
118 $ ./sunxi-fel ver -v -p
120 Now use the sunxi-fel tool to write to the NOR flash:
121 $ ./sunxi-fel spiflash-write 0 spl/sunxi-spl.bin
122 $ ./sunxi-fel spiflash-write 32768 u-boot.itb
164 [2] git://github.com/linux-sunxi/sunxi-tools.git