
On 21/12/2011 22:24, Fabio Estevam wrote:
Hi,
When trying to build imx_v4_v5_defconfig, or mx3_defconfig, or mx5_defconfig on a 3.2-rc6 kernel I get:
Kernel: arch/arm/boot/Image is ready Kernel: arch/arm/boot/zImage is ready multiple load addresses: 0x80008000 0x80008000 0x10008000 This is incompatible with uImages Specify LOADADDR on the commandline to build an uImage make[1]: *** [arch/arm/boot/uImage] Error 1 make: *** [uImage] Error 2
I started a thread at the ARM kernel list: http://marc.info/?l=linux-arm-kernel&m=132343317014712&w=2
,but I think the U-boot list is the more appropriate one to discuss this kind of issue.
So what is the correct way to build a uImage for i.MX now?
Well, I build setting LOADADDR=0x80008000 before make (I think your example is for MX3).
Stefano