Hi all,<br>After built uboot and linux kernel for at91sam9rlek (refer <a href="http://www.linux4sam.org">www.linux4sam.org</a>), I try to generate a compressed uImage file using follow command:<br><pre>mkimage -A arm -O linux -C none -T kernel -a 20008000 -e 20008000 -n linux-2.6 -d arch/arm/boot/zImage uImage<br>
<br>but I received: "mkimage: Can't map uImage: No such device" message.<br><br>How can i fix this problem?<br><br>Thanks and best regards,<br></pre><br>