Hello,<br>I had to use these to get it to boot to prompt.<br>setenv bootargs 'console=tty0 console=ttyO2,115200n8 root=/dev/mmcblk0p2 rootwait rootfstype=ext3 ro'<br>
setenv bootcmd 'mmc rescan 0; fatload mmc 0:1 0x80300000 uImage; bootm 0x80300000'<br><br>Yocto (Built by Poky 7.0) 1.2+snapshot-20120907 beagleboard ttyO2<br>beagleboard login: root<br>root@beagleboard:~# xinit: giving up<br>
xinit: unable to connect to X server: Connection refused<br>xinit: server error<br>This is what I have in my uEnv.txt file<br>mpurate=auto<br><br>bootcmd="mmc rescan 0; fatload mmc 0:1 0x80300000 uImage; bootm 0x80300000"<br>
dvimode="hd720 omapfb.vram=0:8M,1:4M,2:4M"<br>vram=16M<br>optargs="consoleblank=0"<br>console="tty0 console=ttyO2,115200n8"<br>Does anyone have a working uEnv/txt for core-image-sato.<br>All will be appreciated.<br>
Thanks<br>