I’m trying to boot U-Boot from an SD card on my BeagleBone Black , but the board shows no signs of life (all 4 LEDs remain off, only power signal is on). Neither SSH nor serial connection works.
here’s my sd card partition:
Device Boot Start End Sectors Size Id Type
/dev/sdd1 * 2048 61067263 61065216 29.1G c W95 FAT32 (LBA)
and i used below commands to flash u-boot in WSL
maroo@libercoinx:~/NuttxSpace$ sudo mount /dev/sdd1 ./boot
maroo@libercoinx:~/NuttxSpace$ ls ./boot
maroo@libercoinx:~/NuttxSpace$ sudo cp MLO ./boot
maroo@libercoinx:~/NuttxSpace$ ls ./boot
MLO
maroo@libercoinx:~/NuttxSpace$ sudo cp u-boot.img ./boot
maroo@libercoinx:~/NuttxSpace$ ls ./boot
MLO u-boot.img
maroo@libercoinx:~/NuttxSpace$ sync
maroo@libercoinx:~/NuttxSpace$ sudo umount ./boot
After inserting the SD card into the BBB, I held down the boot button while powering on, but none of the four status LEDs illuminate. I’m unable to establish either SSH or serial connection to the board(through PuTTY).
devmgmt.msc shows:

