This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/DM385: bootargs for uncompressed kernel image?

Part Number: DM385


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