> Any chance you could share your config file and possibly your compile > steps. I have not been successful in getting my uImage to boot. Probably > doing something basic.
I've put a copy of the config at http://www.iro.umontreal.ca/~monnier/mele.config As for the way to build: I'm using "Debian stable on armhf" running on my Mele to do the compilation. I got the Git checkout of the sunxi-devel tree. I build the kernel with: LOADADDR=0x40008000 make uImage dtbs modules then I copy arch/arm/boot/uImage and arch/arm/boot/dtbs/sun4i-a10-a1000.dtb to a "sunxi-next" directory on my SD card, and I also do "make modules_install" to install the modules into the /lib/modules of my Debian installation. Then I reboot, hit a key on the Mele's console to get into the U-Boot prompt, where I did: setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootwait ro earlyprintk debug ext2load mmc 0 0x46000000 sunxi-next/uImage ext2load mmc 0 0x49000000 sunxi-next/sun4i-a10-a1000.dtb env set fdt_high ffffffff bootm 0x46000000 - 0x49000000 And that was that, Stefan -- 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.
