[U-Boot] Targets for BeagleBones

I assume that the most appropriate configuration target for BeagleBone Black is am335x_boneblack_config. But what about BeagleBone White? Up until now we've been using am335x_evm_config, but are considering switching to the former.
This discussion started after the commit 80b24fcd3 in U-Boot broke some MMC compatibility on the BeagleBone Black (specifically, accessing the internal MMC when holding the button to boot from external MMC). This was due to the addition of the CONFIG_DM_MMC option. Since this still works with the am335_boneblack_config target, we're considering the switch for both boards.

Nobody knows?
To put it differently: If you were building for Beaglebone White, which target would you use?

On Tue, Dec 27, 2016 at 8:00 AM, Kristian Amlie kristian.amlie@mender.io wrote:
Nobody knows?
To put it differently: If you were building for Beaglebone White, which target would you use?
In Fedora we use am335x_boneblack for all BBones. I've tested on black/white/green, have a BBone Air too but not had time to test it yet. So it should likely be renamed to something more generic but it should work for you on any.
Peter
-- Kristian
On 20/12/16 09:09, Kristian Amlie wrote:
I assume that the most appropriate configuration target for BeagleBone Black is am335x_boneblack_config. But what about BeagleBone White? Up until now we've been using am335x_evm_config, but are considering switching to the former.
This discussion started after the commit 80b24fcd3 in U-Boot broke some MMC compatibility on the BeagleBone Black (specifically, accessing the internal MMC when holding the button to boot from external MMC). This was due to the addition of the CONFIG_DM_MMC option. Since this still works with the am335_boneblack_config target, we're considering the switch for both boards.
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

On 27/12/16 09:22, Peter Robinson wrote:
On Tue, Dec 27, 2016 at 8:00 AM, Kristian Amlie kristian.amlie@mender.io wrote:
Nobody knows?
To put it differently: If you were building for Beaglebone White, which target would you use?
In Fedora we use am335x_boneblack for all BBones. I've tested on black/white/green, have a BBone Air too but not had time to test it yet. So it should likely be renamed to something more generic but it should work for you on any.
Thanks, that's very helpful!
participants (2)
-
Kristian Amlie
-
Peter Robinson