From: JohnZee <jo...@gm...> - 2006-12-26 22:56:17
|
Morning! Once again I need some help to proceed. I am trying to boot Astlinux from a CF card on a Netstix system. I have run: make make jffs2root and now have a .jffs2 file. I copied this to a CF card, renamed to uImage, along with a U-boot script to boot the image. U-boot recognizes the CF card and runs my script and attempts to load the image but then fails with "Bad Magic Number." I don't know where this magic number is to be set or how to proceed from here. Any help would be appreciated. Thanks! John I am running U-Boot r1161 from the gumstix factory images the u-boot script is echo "Booting Astlinux System..." set workedok Failed if fatload ide 0 a2000000 uImage; then set workedok Success fi bootm a2000000 |