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

Bug#786367: flash-kernel: support BeagleBone Black with u-boot 2015.04+



Vagrant Cascadian <vagrant@debian.org> (2015-05-25):
> On 2015-05-25, Cyril Brulebois wrote:
> > Thanks, pushed the following commit for it:
> >   https://anonscm.debian.org/cgit/d-i/flash-kernel.git/commit/?id=c585656
> >
> > and uploaded afterwards.
> 
> Apparently I only tested the submitted patch with the *new* version, but
> not backwards compatibility with the u-boot version in jessie, and it
> fails to boot with that version due to a typo. The following patch fixes
> this:
> 
> 
> diff --git a/bootscript/bootscr.beaglebone b/bootscript/bootscr.beaglebone
> index 31ee618..ddfee6b 100644
> --- a/bootscript/bootscr.beaglebone
> +++ b/bootscript/bootscr.beaglebone
> @@ -11,8 +11,9 @@ then
>  fi
>  
>  if test "${devtype}" = ""
> -  setenv device mmc
>  then
> +  setenv device mmc
> +else
>    # use device provided by distro_bootcmd
>    setenv device "${devtype}"
>  fi
> 
> Sorry for the trouble!
> 
> 
> live well,
>   vagrant

Eww, I focused a bit too much on the settings being moved around and not
on actual syntax… Sorry I didn't catch it. Pushed & upload 3.40; thanks
for reporting back so quickly!


Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature


Reply to: