Re: Can't boot from sd-card on BeagleBone Black

2020-08-31 Thread Pavel Yermolenko
Here is boot log when using u-boot files, originated from u-boot build where *am335x_evm_defconfig* file was used as default configuration : U-Boot SPL 2020.10-rc3-00012-g9f04a634ef (Aug 29 2020 - 11:40:17 +0200) Trying to boot from MMC1 U-Boot 2020.10-rc3-00012-g9f04a634ef (Aug 29 2020 - 11:40:

Re: Can't boot from sd-card on BeagleBone Black

2020-08-30 Thread Pavel Yermolenko
/It looks off a mSD card OK for me, have you tried holding down the button (the one near the mSD card) when powering on to tell it to force the mSD card? /Yes, of course, I keep S2 pushed about 5sec after power on/. / On 30/08/2020 19:47, Peter Robinson wrote: On Sun, Aug 30, 2020 at 6:41 PM P

Re: Can't boot from sd-card on BeagleBone Black

2020-08-30 Thread Peter Robinson
On Sun, Aug 30, 2020 at 6:41 PM Pavel Yermolenko wrote: > > Hello, > > I've tried two different default configurations while building u-boot: > > * am335x_boneblack_vboot_defconfig > * am335x_evm_defconfig > > I formatted sd-card with this script: > https://github.com/PacktPublishing/Mastering

Can't boot from sd-card on BeagleBone Black

2020-08-30 Thread Pavel Yermolenko
Hello, I've tried two different default configurations while building u-boot: * am335x_boneblack_vboot_defconfig * am335x_evm_defconfig I formatted sd-card with this script: https://github.com/PacktPublishing/Mastering-Embedded-Linux-Programming-Second-Edition/blob/master/format-sdcard.sh The