Hello!
I have some trouble with boot my AM3359.
I have my custom board. I can perform booting via UART, SPL and U-Boot booting very well. When I insert microSD card, I can find it from u-boot. But if I want to boot board from microSD, it doesn't work as it should - nothing happends. I format card as FAT32 FS and copy MLO and u-boot.bin to it, and I set boot pins in 10111b state.
That's what confuses me: when I use create-sdcard.sh script, it doesn't find ane card, because my card represented in /proc/partitions as:
179 0 1954816 mmcblk0
179 1 1953792 mmcblk0p1
Сould this be the cause of problems?
Thanks!