Can you try getting the boot log from your board, with the downloaded
kernel?

If you need instructions to activate the console, please follow the next steps:
1. Mount the first SD card partition;
2. # cd /media/6B57-ED78/
3. # dd if=boot.scr of=boot.script bs=1 skip=72
4. Edit boot.script, add "console=ttyS2,115200n8" and remove "quiet" at the 
setenv line, like:
  setenv bootargs vram=12M omapfb.mode=dvi:1280x720mr...@60 root=/dev/mmcblk0p2 
fixrtc console=ttyS2,115200n8 earlyprintk=ttyS2 loglevel=8
5. # mkimage -A arm -T script -C none -n "Ubuntu boot script" -d boot.script 
boot.scr
6. Unmount the sd card and boot it on your board

After this you should be able to see the kernel boot log at the uart.

-- 
DVI doesn't work at BeagleBoard xM rev A3
https://bugs.launchpad.net/bugs/663642
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