[U-Boot] Issues with bbone with 2016.05rc3

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

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@lists.denx.de http://lists.denx.de/mailman/listinfo/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

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.
participants (3)
-
Lokesh Vutla
-
Peter Robinson
-
Tom Rini