Re: incomplete uImage

2015-02-23 Thread Martin Stein
Hi Peter, First of all, you have a load address of 0x7001 plus 7860047 Bytes image size at a max so your loaded image might pollute memory up to 0x7097ef4f. Hence, an ext2load address of 0x7020 might be to low. To play it safe, you may change it to something like 0x7100. Next, by

incomplete uImage

2015-02-21 Thread Peter Teoh
Thanks to Martin Stein, I got imx53 to boot the uImage (via uboot): = bootm 0x7020 ## Booting kernel from Legacy Image at 7020 ... Image Name: Image Type: ARM Linux Kernel Image (gzip compressed) Data Size:7860047 Bytes = 7.5 MiB Load Address: 7001 Entry Point: