BLOKS.de cares about Allwinner's U-boot! ;) So I tried the latest U-boot, configuring it using *Sinlinx_SinA33_defconfig.* Then I used this how-to web page https://linux-sunxi.org/Bootable_SD_card to prepare SinA33 nand and write the u-boot-spl & u-boot. Doing: # dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=1 # dd if=u-boot-sunxi-with-spl.bin of=/dev/mmcblk1 bs=1024 seek=8
Got the following error at boot time: *U-Boot SPL 2016.09-rc2-00125-g6e8b42f (Sep 08 2016 - 11:00:46) DRAM: 1024 MiB Trying to boot from MMC2 MMC Device 1 not found spl: could not find mmc device. error: -19 SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ###* The I tried with *sunxi-spl.bin *and *u-boot.bin * # dd if=spl/sunxi-spl.bin of=/dev/mmcblk1 bs=1024 seek=8 # dd if=u-boot.bin of=/dev/mmcblk1 bs=1024 seek=32 But I got the same errors! Am I missing any steps in between? Thanks -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
