On Mon, Apr 20, 2015 at 9:10 AM, Robert Nelson <[email protected]> wrote: > On Mon, Apr 20, 2015 at 7:49 AM, Neil Williams <[email protected]> wrote: >> These instructions: https://wiki.debian.org/PandaBoard don't give a >> bootable SD card for the panda-es: >> >> U-Boot SPL 2014.10+dfsg1-5 (Apr 07 2015 - 22:19:50) >> OMAP4460 ES1.1 >> SPL: Please implement spl_start_uboot() for your board >> SPL: Direct Linux boot not active! >> reading u-boot.img >> spl_load_image_fat: error reading image u-boot.img, err - -1 >> ### ERROR ### Please RESET the board ### >> >> There's no u-boot.img in the package. >> >> Is there specific support for panda-es or is there an issue in the >> u-boot-omap package for panda/panda-es? > > and u-boot.img can be generated via: > > mkimage -A arm -T firmware -C none -O u-boot -a 0x80800000 -e 0 > u-boot.bin u-boot.img
This time, with a full cup of coffee... mkimage -A arm -T firmware -C none -O u-boot -a 0x80008000 -e 0x80008000 -n "u-boot" -d ./u-boot.bin ./u-boot.img Regards, -- Robert Nelson https://rcn-ee.com/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/caochtyjbkvanflv5ztfp7qgg-qt-8guezmj5qwyqrrpt7qg...@mail.gmail.com

