Hello,
Since when I used the original SD card provided by TI with the DM814x evm board, I got "VFS: Cannot open root device "mmcblk0p2" or unknown-block(179,2)" errors when booting up. I need recover this SD card or creat a new one.
I did the below steps to creat a new one, but it doesn't work.
1. downloaded and installed TI EZSDK and CodeSourcery GCC Toolchain
2. "MLO, u-boot.bin and uImage-dm814x-evm.bin" from TI EZSDK board/support/prebuilt-image , "ezsdk-dm814x-evm-rootfs.tar.gz" from filesystem and "mksd-ti814x.sh" from board-support/host-tools
3. ran " sudo ./mksd-ti814x.sh /dev/sdc MLO u-boot.bin uImage-dm814x-evm.bin ezsdk-dm814x-evm-rootfs.tar.gz ".
Can someone tell me how to creat a new SD card just as the one provided by TI with the DM814x evm board?
Thanks,
Jian