Tool/software: Linux
Hi Guys,
i'm working on boot optimization, for testing purpose i have to boot my board with uncompressed kernel image. I don't have bootargs for uncompressed image. so can anyone give what kind of bootargs i have to pass.
Uncompressed image size is 3.6MB and RAM is 512MB.
DM385 + IPNC RDK3.5 + 2.6.37 kernel
I tried but i'm getting errors
DM385_IPNC#setenv bootcmd 'ipnc_ff_init 1; mmc rescan 0; fatload mmc 0 0x81000000 image; bootm 0x81000000';saveenv
Saving Environment to MMC...
Writing to MMC(0)... done
DM385_IPNC#boot
Wrong Image Format for bootm command
ERROR: can't get kernel image!
regards,
Ganesh