Hi

I downloaded latest snapshot miniroot64.fs and ran the following commands:

dd if=miniroot64.fs of=/dev/rsd0c bs=1m
mount /dev/sd0i /mnt
cd /mnt
cp /usr/local/share/dtb/arm64/allwinner/sun50i-a64-olinuxino.dtb .
mkdir allwinner
cp sun50i-a64-olinuxino.dtb allwinner/
cd ~
umount /mnt
dd if=/usr/local/share/u-boot/a64-olinuxino/u-boot-sunxi-with-spl.bin
of=/dev/sd0c bs=1024 seek=8


After this, I insert the SD card into oLinuxiono a64, but it doesn't detect
ethernet card. This is what I get:

CPU:   Allwinner A64 (SUN50I)
Model: Olimex A64-Olinuxino
DRAM:  2 GiB
MMC:   SUNXI SD/MMC: 0, SUNXI SD/MMC: 1
Loading Environment from FAT... Unable to use mmc 1:1... In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
starting USB...
No controllers found
Hit any key to stop autoboot:  0


Please advise. Thank you

Reply via email to