I am booting beaglebone black using micro SD card. For experimenting something , I have built only u-boot files and copied the relevant MLO and .img files to SD card and booting beaglebone black. I am using ftdi cable from board to PC and my console is minicom.On my terminal I could see the u-boot log and u-boot prompt but when I give some commnad to u-boot prompt it is not responding at all. I want to know is this a minicom related issue or something else I am missing?
I expect that below prompt should entertain u-boot related commands. But I am not able to put any command here.
===================================================================
gpio: pin 54 (gpio 54) value is 1
SD/MMC found on device 0
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
gpio: pin 55 (gpio 55) value is 1
** File not found /boot/uImage **
U-Boot#
===================================================================