[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: u-boot-omap fails to boot panda-es



On Mon, Apr 20, 2015 at 7:49 AM, Neil Williams <codehelp@debian.org> 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?

u-boot.img is just u-boot.bin with a wrapper created by mkimage, we
should just have the package include 'u-boot.img' by default instead
of having the user create it..

>From 87ea6dba03d2aacbad19aa037913dcae3eee8248 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Mon, 20 Apr 2015 09:02:52 -0500
Subject: [PATCH] omap: include u-boot.img instead of u-boot.bin

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 debian/targets | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/targets b/debian/targets
index 30a0842..8dbda88 100644
--- a/debian/targets
+++ b/debian/targets
@@ -57,7 +57,7 @@ armhf sunxi Linksprite_pcDuino3 u-boot-sunxi-with-spl.bin
 armhf omap am335x_boneblack u-boot.img spl/u-boot-spl.bin MLO

 # Robert Nelson <robertcnelson@gmail.com>
-armhf omap igep0020 u-boot.bin spl/u-boot-spl.bin MLO
+armhf omap igep0020 u-boot.img spl/u-boot-spl.bin MLO

 # Robert Nelson <robertcnelson@gmail.com>
 armhf imx mx53loco u-boot.imx
@@ -70,10 +70,10 @@ armhf imx mx6_cubox-i u-boot.img spl/u-boot-spl.bin SPL
 armhf omap nokia_rx51 u-boot.bin

 # Robert Nelson <robertcnelson@gmail.com>
-armhf omap omap3_beagle u-boot.bin spl/u-boot-spl.bin MLO
+armhf omap omap3_beagle u-boot.img spl/u-boot-spl.bin MLO

 # Robert Nelson <robertcnelson@gmail.com>
-armhf omap omap4_panda u-boot.bin spl/u-boot-spl.bin MLO
+armhf omap omap4_panda u-boot.img spl/u-boot-spl.bin MLO

 # Michael Fladischer <michael@fladi.at>
 armhf imx udoo_quad u-boot.imx
-- 
2.1.4

Regards,

-- 
Robert Nelson
https://rcn-ee.com/


Reply to: