Hi all, i trying to build kernel sunxi-next for my A20 Olinuxino. I using prev work sd with 3.4 (Debian Wheezy) and update uImage, modules and firmware.
i follow standard steps: get linux-sunxi sunxi-next branch: $ git clone https://github.com/linux-sunxi/linux-sunxi -b sunxi-next get Olinuxino A20 defconfig: https://drive.google.com/file/d/0B-bAEPML8fwlNzBNN1N2SGpmblk/edit?usp=sharing $ cp a20_defconfig linux-sunxi/arch/arm/configs/. $ make ARCH=arm a20_defconfig $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- LOADADDR=0x40008000 -j4 uImage $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j4 INSTALL_MOD_PATH=out modules $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j4 INSTALL_MOD_PATH=out modules_install so i had uImage kernel image in linux-sunxi/arch/arm/boot/ modules and firmware in linux-sunxi/out/lib/modules/3.14.0-rc3+ i tryed same steps for same kernel on sd (3.4) and it work fine but when i use this new kernel, it doeasn't boot. could you help me ? Armando -- 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/groups/opt_out.
