Hi all
I'm using sd card boot mode.
so i make uEnv.txt file referd to sample ,
The content is follow.
bootargs=console=ttyO0,115200n8 root=/dev/mmcblk0p2 mem=512M rootwait
bootcmd=mmc rescan; fatload mmc 0 0x82000000 uImage; bootm 0x82000000
uenvcmd=boot
Once such "Waiting for root device /dev/mmcblk0p2..." message shows, boot process stopped?
So "/dev/mmcblk0p2" is not correct? How i can get correct name of root Partitions for our device?
Best Regards
Qin Long