<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>I am creating ram disk as in : http://processors.wiki.ti.com/index.php/Creating_a_Root_File_System_for_Linux_on_OMAP35x<br><br>I compiled the linux-omap kernel using (http://hawkboard.googlecode.com/files/linux-omapl1_ver1.tar.bz2), with the kernel parameters as described in the first link as above:<br>make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage_v2<br><br>cp arch/arm/boot/Image_v2 /tftpboot/uImage_v2<br><br>Then I did:<br>setenv bootargs mem=88M ip=dhcp console=ttyS0,115200n8 root=/dev/ram0 rw initrd=0xc1180000,16M ramdisk_size=16384<br>saveenv<br>tftp c0000000 uImage_v2<br>tftp c1180000 rd-ext2.bin<br>bootm c0000000<br><br>It errors:<br>hawkboard.org &gt; bootm c0000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br>AIS U-BootLoader is already flashed<br>Wrong Image Format for bootm command<br>ERROR: can't get kernel
 image!<br><br>any clues why?<br><br>This from http://elinux.org/Hawkboard works fine, though, with the default ram disk on hawkboard.org:<br>http://hawkboard.googlecode.com/files/linux-omapl1_ver1.tar.bz2<br><br>&nbsp;make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- distclean<br>&nbsp; make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- omapl138_hawkboard_defconfig<br><br>&nbsp; make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage<br><br><br>Regards,<br>D.Giriprasad</td></tr></table><br>