beagleboneblacku-boot

U-boot doesn't show its terminal


I have compiled the u-boot for beaglebone black but the only message that I can see is:

enter image description here

At elinux.org tutorial the expected result is some errors followed by the u-boot terminal available to use.

To build u-boot I've followed the steps:

$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- distclean
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- am335x_evm_config
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-

my SD Card is set like this:

Disk /dev/sdd: 28,89 GiB, 31002198016 bytes, 60551168 sectors
Disk model: SD/MMC/MS PRO   
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x33bcefe5

Device     Boot   Start      End  Sectors  Size Id Type
/dev/sdd1  *       2048  2099199  2097152    1G  c W95 FAT32 (LBA)
/dev/sdd2       2099200 60551167 58451968 27,9G 83 Linux

Solution

  • Unfotunetly I confirmed that was a hardware issue :(