[Arm-netbook] eoma68-a20 ethernet testing
luke.leighton
luke.leighton at gmail.com
Fri Aug 30 17:51:27 BST 2013
On Fri, Aug 30, 2013 at 9:44 AM, Henrik Nordström
<henrik at henriknordstrom.net> wrote:
> Now you need FEL u-boot with Ethernet support
>
> git clone https://github.com/linux-sunxi/u-boot-sunxi.git
> cd u-boot-sunxi
> make CROSS_COMPILE=arm-linux-gnueabihf- EOMA68_A20_FEL
> cd ..
henrik it appears that a file is missing. there is however spl/u-boot-spl.bin
m-linux-gnueabihf/4.7 -lgcc -Map u-boot.map -o u-boot
arm-linux-gnueabihf-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin
tools/mkimage -A arm -T firmware -C none \
-O u-boot -a 0x4a000000 \
-e 0 \
-n "U-Boot 2013.10-rc1-08245-g5992b56 for sunxi board" \
-d u-boot.bin u-boot.img
Image Name: U-Boot 2013.10-rc1-08245-g5992b5
Created: Fri Aug 30 17:46:03 2013
Image Type: ARM U-Boot Firmware (uncompressed)
Data Size: 227124 Bytes = 221.80 kB = 0.22 MB
Load Address: 4a000000
Entry Point: 00000000
tr "\000" "\377" < /dev/zero | dd ibs=1 count=0x4000 \
of=spl/sunxi-spl-pad.bin 2>/dev/null
dd if=spl/sunxi-spl.bin of=spl/sunxi-spl-pad.bin \
conv=notrunc 2>/dev/null
make[1]: *** [u-boot-sunxi-with-spl.bin] Error 1
$ dd if=spl/sunxi-spl.bin of=spl/sunxi-spl-pad.bin
conv=notrunc
dd: failed to open ‘spl/sunxi-spl.bin’: No such file or directory
More information about the arm-netbook
mailing list