Comment 8 for bug 663642

Revision history for this message
Ricardo Salveti (rsalveti) wrote :

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-16@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.