All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Issues with bbone with 2016.05rc3
@ 2016-05-10 11:48 Peter Robinson
  2016-05-10 12:50 ` Lokesh Vutla
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Robinson @ 2016-05-10 11:48 UTC (permalink / raw)
  To: u-boot

Hi All,

Not sure if this has been addressed since RC3 but thought I'd
highlight it just in case. I've not had time to test 2016.05 as much
as I'd like so playing a bit of catch up here.

I'm seeing two different errors:

On a BBBlack booting off the emmc (2Gb variety) I see:

U-Boot SPL 2016.05-rc3 (Apr 28 2016 - 10:53:41)
Trying to boot from MMC2
Card did not respond to voltage select!
*** Warning - MMC init failed, using default environment

On a BBGreen booting from a mSD card I see:

U-Boot SPL 2016.05-rc3 (Apr 28 2016 - 10:53:41)
Trying to boot from MMC1
Card doesn't support part_switch
MMC partition switch failed
*** Warning - MMC partition switch failed, using default environment

Not sure if they're related. Built with gcc6 if that matters, or at
least for reference.

Peter

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Issues with bbone with 2016.05rc3
  2016-05-10 11:48 [U-Boot] Issues with bbone with 2016.05rc3 Peter Robinson
@ 2016-05-10 12:50 ` Lokesh Vutla
  2016-05-10 14:03   ` Peter Robinson
  0 siblings, 1 reply; 5+ messages in thread
From: Lokesh Vutla @ 2016-05-10 12:50 UTC (permalink / raw)
  To: u-boot

Hi Peter,

On Tuesday 10 May 2016 05:18 PM, Peter Robinson wrote:
> Hi All,
> 
> Not sure if this has been addressed since RC3 but thought I'd
> highlight it just in case. I've not had time to test 2016.05 as much
> as I'd like so playing a bit of catch up here.

Which defconfig are you using? Recently MMC is converted to DM, may be
that could have caused some issue. Can you just disable EMMC_BOOT and
try again?

Thanks and regards,
Lokesh

> 
> I'm seeing two different errors:
> 
> On a BBBlack booting off the emmc (2Gb variety) I see:
> 
> U-Boot SPL 2016.05-rc3 (Apr 28 2016 - 10:53:41)
> Trying to boot from MMC2
> Card did not respond to voltage select!
> *** Warning - MMC init failed, using default environment
> 
> On a BBGreen booting from a mSD card I see:
> 
> U-Boot SPL 2016.05-rc3 (Apr 28 2016 - 10:53:41)
> Trying to boot from MMC1
> Card doesn't support part_switch
> MMC partition switch failed
> *** Warning - MMC partition switch failed, using default environment
> 
> Not sure if they're related. Built with gcc6 if that matters, or at
> least for reference.
> 
> Peter
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Issues with bbone with 2016.05rc3
  2016-05-10 12:50 ` Lokesh Vutla
@ 2016-05-10 14:03   ` Peter Robinson
  2016-05-10 19:29     ` Tom Rini
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Robinson @ 2016-05-10 14:03 UTC (permalink / raw)
  To: u-boot

Hi Lokesh,

>> Not sure if this has been addressed since RC3 but thought I'd
>> highlight it just in case. I've not had time to test 2016.05 as much
>> as I'd like so playing a bit of catch up here.
>
> Which defconfig are you using? Recently MMC is converted to DM, may be
> that could have caused some issue. Can you just disable EMMC_BOOT and
> try again?

The one we use is am335x_boneblack and what does EMMC_BOOT provide?

Peter

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Issues with bbone with 2016.05rc3
  2016-05-10 14:03   ` Peter Robinson
@ 2016-05-10 19:29     ` Tom Rini
       [not found]       ` <CALeDE9MWjnH9GCOpRft+3W9iROhoA0tE7_eqFTd-kA30YSAvCA@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2016-05-10 19:29 UTC (permalink / raw)
  To: u-boot

On Tue, May 10, 2016 at 03:03:07PM +0100, Peter Robinson wrote:
> Hi Lokesh,
> 
> >> Not sure if this has been addressed since RC3 but thought I'd
> >> highlight it just in case. I've not had time to test 2016.05 as much
> >> as I'd like so playing a bit of catch up here.
> >
> > Which defconfig are you using? Recently MMC is converted to DM, may be
> > that could have caused some issue. Can you just disable EMMC_BOOT and
> > try again?
> 
> The one we use is am335x_boneblack and what does EMMC_BOOT provide?

Note that -rc3 has the raw SD card offsets wrong and this has been fixed
for release.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160510/1b4ae276/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] Issues with bbone with 2016.05rc3
       [not found]       ` <CALeDE9MWjnH9GCOpRft+3W9iROhoA0tE7_eqFTd-kA30YSAvCA@mail.gmail.com>
@ 2016-05-10 19:36         ` Peter Robinson
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Robinson @ 2016-05-10 19:36 UTC (permalink / raw)
  To: u-boot

On 10 May 2016 20:29, "Tom Rini" <trini@konsulko.com> wrote:
>
> On Tue, May 10, 2016 at 03:03:07PM +0100, Peter Robinson wrote:
> > Hi Lokesh,
> >
> > >> Not sure if this has been addressed since RC3 but thought I'd
> > >> highlight it just in case. I've not had time to test 2016.05 as much
> > >> as I'd like so playing a bit of catch up here.
> > >
> > > Which defconfig are you using? Recently MMC is converted to DM, may be
> > > that could have caused some issue. Can you just disable EMMC_BOOT and
> > > try again?
> >
> > The one we use is am335x_boneblack and what does EMMC_BOOT provide?
>
> Note that -rc3 has the raw SD card offsets wrong and this has been fixed
> for release.

Ah, that sounds like the sort of issue, for some reason I had in my mind
that was omap3 not all TI socs.

P

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-10 19:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-10 11:48 [U-Boot] Issues with bbone with 2016.05rc3 Peter Robinson
2016-05-10 12:50 ` Lokesh Vutla
2016-05-10 14:03   ` Peter Robinson
2016-05-10 19:29     ` Tom Rini
     [not found]       ` <CALeDE9MWjnH9GCOpRft+3W9iROhoA0tE7_eqFTd-kA30YSAvCA@mail.gmail.com>
2016-05-10 19:36         ` Peter Robinson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.