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

2020-08-31 Thread Pavel Yermolenko
oot process from sd-card failed and BBB switched to eMMC (where *extlinux.conf* indeed does exist) and then successfully boots from eMMC. What's wrong with SD card ? Thanks. On 30/08/2020 19:47, Peter Robinson wrote: On Sun, Aug 30, 2020 at 6:41 PM Pavel Yermolenko wrote: Hello, I&

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

2020-08-30 Thread Pavel Yermolenko
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-Embedded-Linux-Programming-Second-Edition

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