On 30 November 2010 00:35, mellis <664...@bugs.launchpad.net> wrote:
> hey i have just run into this bug is there any update/fix yet?
>
Hi Mellis,
I never got that version to work, I am not sure it is possible. Best
thing is to use the hacked for beagle version of ubuntu found here:
http://www.el
Public bug reported:
I installed Maverick on a BeagleBoard xM-A2, following the instructions here:
https://wiki.ubuntu.com/ARM/OMAPMaverickInstall
Since I am don't have a monitor with DVI-in, I adjusted the bootargs, as per:
https://wiki.ubuntu.com/ARM/BeagleEditBootscr
This was done by followin
boot.cmd changed to include argument omapdss.def_disp=tv, and that took my all
the way through the boot process to the root prompt, and allowed me to add
myself as a user.
However, once I reset the beagle to test it would let me login it freezes
again. Full serial port output:
---
Above was attempted and froze at:
[ OK ]bling additional executable binary formats binfmt-support
Reset to reboot and froze at same point.
--
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
Since the minimal ubuntu boots, I used its boot.src (I edited to refer
to correct memory locations):
--
if test "${beaglerev}" = "xMA"; then
echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
setenv mpurate 800
fi
setenv dvimode 1280x720mr...@60
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
Hi Oliver,
I did not know the first boot script would be important, since it made it all
the way through. What posted was the 2nd time around when it did not make it
all the way through (aka froze, although from what you say, maybe it didn't
freeze, just my display was not showing anything furt
And here is another attempt at loading a virgin image to sd card. This
time I used the same alter boot.scr, but after reboot, pressed keyboard
to pause boot cycle, switched off the power, re-installed altered
boot.scr (as suggested by Tobin earlier), put sd back in beagle, plugged
it in, and presse
Changed boot.scr 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 0x8000 uImage; fatload mmc 0:1
0x8160 uInitrd; bootm 0x8000