Hi
I was following the getting started guide for leopard board and I successfully completed make, make install commands and after that in minicom, boot works just fine. But from what I guess it is booting from nand flash. I want to boot it from SD card. I was following this guide :
http://processors.wiki.ti.com/index.php/SD_card_boot_and_flashing_tool_for_DM355_and_DM365
I created two partitions mmcblk0p1(fat32) and mmcblk0p2(linux) on the sd card. After inserting it into the board, I switched to sd boot mode of the board. After that I pressed the reset button but that does not work. Basically, nothing happens. After switching back to nand mode, I am able to reset and boot but sd mode does not work. While booting in nand mode, I can see /dev/mmcblk0p1 and p2. When we set bootargs_root environment variable to /dev/mmcblk0p1 in nand mode, then it does something but gets stuck at
"starting kernel"
I would appreciate any kind of help. Feel free to ask for more info.
--prongs