Yes I followed the instructions linked to in the original post, and
adjusted the boot.scr for serial bootablity to:

if test "${beaglerev}" = "xMA"; then
echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
setenv mpurate 800
fi
setenv dvimode 1280x720mr...@60
setenv vram 12MB
setenv bootcmd 'mmc init; fatload mmc 0:1 0x80000000 uImage; fatload mmc 0:1 
0x81600000 uInitrd; bootm 0x80000000 0x81600000'
setenv bootargs 'console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 
rootwait ro vram=${vram} omapfb.mode=tv:pal omapdss.def_disp=tv fixrtc 
buddy=unknown'
boot

I don't know what to call "not going any further in the boot process", if you 
don't want to call it freezing :-)
I've tried both with and without the svideo cable connected, does not finish 
booting either way.

-- 
BeagleBoard xM freezes while attempting to boot 10.10
https://bugs.launchpad.net/bugs/664827
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to