I've made a mistake, the uImage was not the good one.
No I get the next error : bad command from bootm. And I arrived on a prompt : "MX53-LOCO-BIN>"
I will make some test tomorrow And give the result
Cordially
Cyril
Updated at 04/04/2013 9:36 (GMT+1) :
Hi,
I success to boot the kernel with the following command :
MX53-LOCO U-Boot > setenv bootargs_base 'setenv bootargs console=ttymxc0,115200'
MX53-LOCO U-Boot > setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rootwait rw video=mxcdi1fb:GBR24,VGA-XGA di1_primary vga'
MX53-LOCO U-Boot > setenv bootcmd_mmc 'run bootargs_base bootargs_mmc;mmc dev 0;mmc read ${loadaddr} 0x800 0x1800;bootm'
MX53-LOCO U-Boot > setenv bootcmd 'run bootcmd_mmc'
MX53-LOCO U-Boot > saveenv
MX53-LOCO U-Boot > run bootcmd
But I have again no more information in the serial console after this message :
"Uncompressing kernel... done, booting the kernel."
The kernel start, at least, until the VGA start-up. (I can display the linux logo on the screen).
Cordially,
Cyril