Re: [Bug 664827] Re: BeagleBoard xM freezes while attempting to boot 10.10
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.elinux.org/BeagleBoardUbuntu#Maverick_10.10_2 Searching the Beagleboard mailing list on googlegroups is very helpful if you have problems. Good luck! -- 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
[Bug 664827] [NEW] BeagleBoard xM freezes while attempting to boot 10.10
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 following: Strip the 72byte long uboot header: dd if=boot.scr of=boot.script bs=1 skip=72 Open the file in an editor and edit the "setenv bootargs" line to add/remove bootoptions: setenv bootargs vram=12M console=ttyS2,115200n8 serialtty=ttyS2 omapfb.mode=tv:pal root=/dev/mmcblk0p2 fixrtc /usr/bin/mkimage -A arm -T script -C none -n "Ubuntu boot script" -d boot.script boot.scr #done as root on fedora desktop Then copied the newly created boot.scr file on my SD card replacing the existing one. But when I tried to boot, with s-video connected to my pal-format tv, and with only the 5volt power and serial port connected. Both ways it freezes after minicom has displayed the following: 1. First attempt with svideo connected: Starting kernel ... Uncompressing Linux... done, booting the kernel. fsck from util-linux-ng 2.17.2 /dev/mmcblk0p2: clean, 118171/446832 files, 533063/949843 blocks * Starting AppArmor profilesSkipping profile in /etc/apparmor.d/disable: usr.bix [ OK ] [ OK ]ting sensors limits speech-dispatcher disabled; edit /etc/default/speech-dispatcher * PulseAudio configured for per-user sessions saned disabled; edit /etc/default/saned [ OK ]bling additional executable binary formats binfmt-support fsck from util-linux-ng 2.17.2 /dev/mmcblk0p2: clean, 118171/446832 files, 533063/949843 blocks * Starting AppArmor profilesSkipping profile in /etc/apparmor.d/disable: usr.bix [ OK ] [ OK ]ting sensors limits speech-dispatcher disabled; edit /etc/default/speech-dispatcher * PulseAudio configured for per-user sessions saned disabled; edit /etc/default/saned [ OK ]bling additional executable binary formats binfmt-support 2nd attempt with only serial and power connected: Load Address: Entry Point: Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. fsck from util-linux-ng 2.17.2 /dev/mmcblk0p2: Superblock last write time is in the future. (by less than a day, probably due to the hardware clock being incorrectly set). . /dev/mmcblk0p2: clean, 118289/446832 files, 534032/949843 blocks * Starting AppArmor profilesSkipping profile in /etc/apparmor.d/disable: usr.bix [ OK ] [ OK ]ting sensors limits speech-dispatcher disabled; edit /etc/default/speech-dispatcher * PulseAudio configured for per-user sessions saned disabled; edit /etc/default/saned [ OK ]bling additional executable binary formats binfmt-support fsck from util-linux-ng 2.17.2 /dev/mmcblk0p2: Superblock last write time is in the future. (by less than a day, probably due to the hardware clock being incorrectly set). . /dev/mmcblk0p2: clean, 118289/446832 files, 534032/949843 blocks * Starting AppArmor profilesSkipping profile in /etc/apparmor.d/disable: usr.bix [ OK ] [ OK ]ting sensors limits speech-dispatcher disabled; edit /etc/default/speech-dispatcher * PulseAudio configured for per-user sessions saned disabled; edit /etc/default/saned [ OK ]bling additional executable binary formats binfmt-support I also tried copying over the MLO and u-boot.bin from Angstrom image (the sd card that is shipped with beagle xm), which was suggested on a beagle howto site, but same freezing point was reached. I have previously been able to boot and use the demo Angstrom iamge that came with the beagle, and minimal Ubuntu 10.10 from http://elinux.org/BeagleBoardUbuntu#Maverick_10.10_2 Brett. ** Affects: ubuntu Importance: Undecided Status: New ** Tags: armel beagleboard omap -- 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
[Bug 664827] Re: BeagleBoard xM freezes while attempting to boot 10.10
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: - Texas Instruments X-Loader 1.4.4ss (Aug 19 2010 - 02:49:27) Beagle xM Rev A Reading boot sector Loading u-boot.bin from mmc U-Boot 2010.03-dirty (Aug 20 2010 - 20:50:46) OMAP3630/3730-GP ES1.0, CPU-OPP2, L3-165MHz, OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 512 MB NAND: 256 MiB In:serial Out: serial Err: serial Probing for expansion boards, if none are connected you'll see a harmless I2C error. No EEPROM on expansion board Beagle xM Rev A Die ID #528e1bf0015739ea0702900b Hit any key to stop autoboot: 0 mmc1 is available The user button is currently NOT pressed. reading boot.scr 352 bytes read Running bootscript from mmc ... ## Executing script at 8020 reading uImage 3687812 bytes read reading uInitrd 9506046 bytes read ## Booting kernel from Legacy Image at 8000 ... Image Name: Ubuntu Kernel Image Type: ARM Linux Kernel Image (uncompressed) Data Size:3687748 Bytes = 3.5 MB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 8160 ... Image Name: Ubuntu Initrd Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size:9505982 Bytes = 9.1 MB Load Address: Entry Point: Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. Gave up waiting for root device. Common problems: - Boot args (cat /proc/cmdline) - Check rootdelay= (did the system wait long enough?) - Check root= (did the system wait for the right device?) - Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/disk/by-uuid/9448783c-6fbc-4795-a512-6c469fdecd1d does not exist. Dropping to a ! BusyBox v1.15.3 (Ubuntu 1:1.15.3-1ubuntu5) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs) -- 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
[Bug 664827] Re: BeagleBoard xM freezes while attempting to boot 10.10
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 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
[Bug 664827] Re: BeagleBoard xM freezes while attempting to boot 10.10
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 setenv vram 12MB setenv bootcmd 'mmc init; fatload mmc 0:1 0x8000 uImage; fatload mmc 0:1 0x8160 uInitrd; bootm 0x8000 0x8160' 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 guess the 800Mhz limit is part of the problem, because now I can boot up to: -- Beagle xM Rev A Reading boot sector Loading u-boot.bin from mmc U-Boot 2010.09-rc1 (Sep 23 2010 - 11:20:00) OMAP3630/3730-GP ES1.0, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 512 MiB NAND: 256 MiB In:serial Out: serial Err: serial Beagle xM Rev A Die ID #528e1bf0015739ea0702900b Hit any key to stop autoboot: 0 mmc1 is available Unknown command 'userbutton' - try 'help' reading boot.scr 530 bytes read Running bootscript from mmc ... ## Executing script at 8020 Kernel is not ready for 1Ghz limiting to 800Mhz mmc1 is available reading uImage 3687812 bytes read reading uInitrd 6769443 bytes read ## Booting kernel from Legacy Image at 8000 ... Image Name: Ubuntu Kernel Image Type: ARM Linux Kernel Image (uncompressed) Data Size:3687748 Bytes = 3.5 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 8160 ... Image Name: Ubuntu Initrd Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size:6769379 Bytes = 6.5 MiB Load Address: Entry Point: Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [0.00] Initializing cgroup subsys cpuset [0.00] Initializing cgroup subsys cpu [0.00] Linux version 2.6.35-22-omap (bui...@gourd) (gcc version 4.4.5 (Ubuntu/Linaro 4) [0.00] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f [0.00] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache [0.00] Machine: OMAP3 Beagle Board [0.00] Memory policy: ECC disabled, Data cache writeback [0.00] OMAP3630 ES1.0 (l2cache iva sgx neon isp 192mhz_clk ) [0.00] SRAM: Mapped pa 0x4020 to va 0xfe40 size: 0x10 [0.00] Reserving 6291456 bytes SDRAM for VRAM [0.00] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [0.00] Kernel command line: console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 ron [0.00] PID hash table entries: 2048 (order: 1, 8192 bytes) [0.00] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [0.00] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [0.00] allocated 2621440 bytes of page_cgroup [0.00] please try 'cgroup_disable=memory' option if you don't want memory cgroups [0.00] Memory: 512MB = 512MB total [0.00] Memory: 496164k/496164k available, 28124k reserved, 0K highmem [0.00] Virtual kernel memory layout: [0.00] vector : 0x - 0x1000 ( 4 kB) [0.00] fixmap : 0xfff0 - 0xfffe ( 896 kB) [0.00] DMA : 0xffc0 - 0xffe0 ( 2 MB) [0.00] vmalloc : 0xe080 - 0xf800 ( 376 MB) [0.00] lowmem : 0xc000 - 0xe000 ( 512 MB) [0.00] modules : 0xbf00 - 0xc000 ( 16 MB) [0.00] .init : 0xc0008000 - 0xc0044000 ( 240 kB) [0.00] .text : 0xc0044000 - 0xc06ac000 (6560 kB) [0.00] .data : 0xc0718000 - 0xc0767960 ( 319 kB) [0.00] SLUB: Genslabs=9, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [0.00] Hierarchical RCU implementation. [0.00] RCU-based detection of stalled CPUs is disabled. [0.00] Verbose stalled-CPUs detection is disabled. [0.00] NR_IRQS:402 [0.00] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz [0.00] (null): no physical address for uart#3, so skipping early_init... [0.00] omap_hwmod: l3_hwmod: cannot be enabled (3) [0.00] omap_hwmod: l4_core_hwmod: cannot be enabled (3) [0.00] omap_hwmod: l4_per_hwmod: cannot be enabled (3) [0.00] omap_hwmod: l4_wkup_hwmod: cannot be enabled (3) [0.00] Reprogramming SDRC clock to 33200 Hz [0.00] GPMC revision 5.0 [0.00] IRQ: Found an INTC at 0xfa20 (revision 4.0) with 96 interrupts [0.00] Total of 96 interrupts on 1 active controller [
[Bug 664827] Re: BeagleBoard xM freezes while attempting to boot 10.10
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 0x8000 uImage; fatload mmc 0:1 0x8160 uInitrd; bootm 0x8000 0x8160' 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
[Bug 664827] Re: BeagleBoard xM freezes while attempting to boot 10.10
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 further...) Below is the complete output from virgin image install on sd card until the point of nothing happening (with the altered boot.scr as in my last post above): Texas Instruments X-Loader 1.4.4ss (Sep 30 2010 - 14:44:32) Beagle xM Rev A Reading boot sector Loading u-boot.bin from mmc U-Boot 2010.09-rc1 (Sep 23 2010 - 11:20:00) OMAP3630/3730-GP ES1.0, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 512 MiB NAND: 256 MiB In:serial Out: serial Err: serial Beagle xM Rev A Die ID #528e1bf0015739ea0702900b Hit any key to stop autoboot: 3 2 1 0 mmc1 is available Unknown command 'userbutton' - try 'help' reading boot.scr 530 bytes read Running bootscript from mmc ... ## Executing script at 8020 Kernel is not ready for 1Ghz limiting to 800Mhz mmc1 is available reading uImage 3687812 bytes read reading uInitrd 6769443 bytes read ## Booting kernel from Legacy Image at 8000 ... Image Name: Ubuntu Kernel Image Type: ARM Linux Kernel Image (uncompressed) Data Size:3687748 Bytes = 3.5 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 8160 ... Image Name: Ubuntu Initrd Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size:6769379 Bytes = 6.5 MiB Load Address: Entry Point: Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [0.00] Initializing cgroup subsys cpuset [0.00] Initializing cgroup subsys cpu [0.00] Linux version 2.6.35-22-omap (bui...@gourd) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu4) ) #33-Ubuntu Mon Sep 20 03:17:30 UTC 2010 (Ubuntu 2.6.35-22.33-omap 2.6.35.4) [0.00] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f [0.00] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache [0.00] Machine: OMAP3 Beagle Board [0.00] Memory policy: ECC disabled, Data cache writeback [0.00] OMAP3630 ES1.0 (l2cache iva sgx neon isp 192mhz_clk ) [0.00] SRAM: Mapped pa 0x4020 to va 0xfe40 size: 0x10 [0.00] Reserving 6291456 bytes SDRAM for VRAM [0.00] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [0.00] Kernel command line: console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 rootwait ro vram=${vram} omapfb.mode=tv:pal omapdss.def_disp=tv fixrtc buddy=unknown [0.00] PID hash table entries: 2048 (order: 1, 8192 bytes) [0.00] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [0.00] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [0.00] allocated 2621440 bytes of page_cgroup [0.00] please try 'cgroup_disable=memory' option if you don't want memory cgroups [0.00] Memory: 512MB = 512MB total [0.00] Memory: 496164k/496164k available, 28124k reserved, 0K highmem [0.00] Virtual kernel memory layout: [0.00] vector : 0x - 0x1000 ( 4 kB) [0.00] fixmap : 0xfff0 - 0xfffe ( 896 kB) [0.00] DMA : 0xffc0 - 0xffe0 ( 2 MB) [0.00] vmalloc : 0xe080 - 0xf800 ( 376 MB) [0.00] lowmem : 0xc000 - 0xe000 ( 512 MB) [0.00] modules : 0xbf00 - 0xc000 ( 16 MB) [0.00] .init : 0xc0008000 - 0xc0044000 ( 240 kB) [0.00] .text : 0xc0044000 - 0xc06ac000 (6560 kB) [0.00] .data : 0xc0718000 - 0xc0767960 ( 319 kB) [0.00] SLUB: Genslabs=9, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [0.00] Hierarchical RCU implementation. [0.00] RCU-based detection of stalled CPUs is disabled. [0.00] Verbose stalled-CPUs detection is disabled. [0.00] NR_IRQS:402 [0.00] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz [0.00] (null): no physical address for uart#3, so skipping early_init... [0.00] omap_hwmod: l3_hwmod: cannot be enabled (3) [0.00] omap_hwmod: l4_core_hwmod: cannot be enabled (3) [0.00] omap_hwmod: l4_per_hwmod: cannot be enabled (3) [0.00] omap_hwmod: l4_wkup_hwmod: cannot be enabled (3) [0.00] Reprogramming SDRC clock to 33200 Hz [0.00] GPMC revision 5.0 [0.00] IRQ: Found an INTC at 0xfa20 (revision 4.0) with 96 interrupts [0.00] Total of 96 interrupts on 1 active controller [0.00] OMAP GPIO hardware version 2.5 [0.00] OMAP clockevent
[Bug 664827] Re: BeagleBoard xM freezes while attempting to boot 10.10
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 pressed reboot button: Texas Instruments X-Loader 1.4.4ss (Sep 30 2010 - 14:44:32) Beagle xM Rev A Reading boot sector Loading u-boot.bin from mmc U-Boot 2010.09-rc1 (Sep 23 2010 - 11:20:00) OMAP3630/3730-GP ES1.0, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 512 MiB NAND: 256 MiB In:serial Out: serial Err: serial Beagle xM Rev A Die ID #528e1bf0015739ea0702900b Hit any key to stop autoboot: 3 2 1 0 mmc1 is available Unknown command 'userbutton' - try 'help' reading boot.scr 530 bytes read Running bootscript from mmc ... ## Executing script at 8020 Kernel is not ready for 1Ghz limiting to 800Mhz mmc1 is available reading uImage 3687812 bytes read reading uInitrd 6769443 bytes read ## Booting kernel from Legacy Image at 8000 ... Image Name: Ubuntu Kernel Image Type: ARM Linux Kernel Image (uncompressed) Data Size:3687748 Bytes = 3.5 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 8160 ... Image Name: Ubuntu Initrd Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size:6769379 Bytes = 6.5 MiB Load Address: Entry Point: Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [0.00] Initializing cgroup subsys cpuset [0.00] Initializing cgroup subsys cpu [0.00] Linux version 2.6.35-22-omap (bui...@gourd) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu4) ) #33-Ubuntu Mon Sep 20 03:17:30 UTC 2010 (Ubuntu 2.6.35-22.33-omap 2.6.35.4) [0.00] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f [0.00] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache [0.00] Machine: OMAP3 Beagle Board [0.00] Memory policy: ECC disabled, Data cache writeback [0.00] OMAP3630 ES1.0 (l2cache iva sgx neon isp 192mhz_clk ) [0.00] SRAM: Mapped pa 0x4020 to va 0xfe40 size: 0x10 [0.00] Reserving 6291456 bytes SDRAM for VRAM [0.00] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [0.00] Kernel command line: console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 rootwait ro vram=${vram} omapfb.mode=tv:pal omapdss.def_disp=tv fixrtc buddy=unknown [0.00] PID hash table entries: 2048 (order: 1, 8192 bytes) [0.00] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [0.00] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [0.00] allocated 2621440 bytes of page_cgroup [0.00] please try 'cgroup_disable=memory' option if you don't want memory cgroups [0.00] Memory: 512MB = 512MB total [0.00] Memory: 496164k/496164k available, 28124k reserved, 0K highmem [0.00] Virtual kernel memory layout: [0.00] vector : 0x - 0x1000 ( 4 kB) [0.00] fixmap : 0xfff0 - 0xfffe ( 896 kB) [0.00] DMA : 0xffc0 - 0xffe0 ( 2 MB) [0.00] vmalloc : 0xe080 - 0xf800 ( 376 MB) [0.00] lowmem : 0xc000 - 0xe000 ( 512 MB) [0.00] modules : 0xbf00 - 0xc000 ( 16 MB) [0.00] .init : 0xc0008000 - 0xc0044000 ( 240 kB) [0.00] .text : 0xc0044000 - 0xc06ac000 (6560 kB) [0.00] .data : 0xc0718000 - 0xc0767960 ( 319 kB) [0.00] SLUB: Genslabs=9, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [0.00] Hierarchical RCU implementation. [0.00] RCU-based detection of stalled CPUs is disabled. [0.00] Verbose stalled-CPUs detection is disabled. [0.00] NR_IRQS:402 [0.00] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz [0.00] (null): no physical address for uart#3, so skipping early_init... [0.00] omap_hwmod: l3_hwmod: cannot be enabled (3) [0.00] omap_hwmod: l4_core_hwmod: cannot be enabled (3) [0.00] omap_hwmod: l4_per_hwmod: cannot be enabled (3) [0.00] omap_hwmod: l4_wkup_hwmod: cannot be enabled (3) [0.00] Reprogramming SDRC clock to 33200 Hz [0.00] GPMC revision 5.0 [0.00] IRQ: Found an INTC at 0xfa20 (revision 4.0) with 96 interrupts [0.00] Total of 96 interrupts on 1 active controller [0.00] OMAP GPIO hardware version 2.5 [0.00] OMAP clockevent source: GPTIMER12 at 32768 Hz [0.00] Console: colour dummy device 80x30 [0.00] console [tty0] enabled [0.00] Calibrating dela
[Bug 664827] Re: BeagleBoard xM freezes while attempting to boot 10.10
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 0x8160' setenv bootargs 'console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 rootwait ro vram=12MB omapfb.mode=tv:pal omapdss.def_disp=tv fixrtc buddy=unknown' boot For some reason minicom is no longer dumping my screen output to its log, so I am missing the first part of the first boot cycle. Pausing after reboot and re-installing boot.scr as described above, I get output on the serial port: [0.00] Verbose stalled-CPUs detection is disabled. [0.00] NR_IRQS:402 [0.00] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz [0.00] (null): no physical address for uart#3, so skipping early_init... [0.00] omap_hwmod: l3_hwmod: cannot be enabled (3) [0.00] omap_hwmod: l4_core_hwmod: cannot be enabled (3) [0.00] omap_hwmod: l4_per_hwmod: cannot be enabled (3) [0.00] omap_hwmod: l4_wkup_hwmod: cannot be enabled (3) [0.00] Reprogramming SDRC clock to 33200 Hz [0.00] GPMC revision 5.0 [0.00] IRQ: Found an INTC at 0xfa20 (revision 4.0) with 96 interrupts [0.00] Total of 96 interrupts on 1 active controller [0.00] OMAP GPIO hardware version 2.5 [0.00] OMAP clockevent source: GPTIMER12 at 32768 Hz [0.00] Console: colour dummy device 80x30 [0.00] console [tty0] enabled [0.00] Calibrating delay loop... 506.27 BogoMIPS (lpj=1978368) [0.00] pid_max: default: 32768 minimum: 301 [0.00] Security Framework initialized [0.00] AppArmor: AppArmor initialized [0.00] Yama: becoming mindful. [0.00] Mount-cache hash table entries: 512 [0.00] Initializing cgroup subsys ns [0.00] Initializing cgroup subsys cpuacct [0.00] Initializing cgroup subsys memory [0.00] Initializing cgroup subsys devices [0.00] Initializing cgroup subsys freezer [0.00] CPU: Testing write buffer coherency: ok [0.00] devtmpfs: initialized [0.00] regulator: core version 0.5 [0.00] NET: Registered protocol family 16 [0.00] OMAP3 Beagle Rev: xM [0.00] [ cut here ] [0.00] WARNING: at /build/buildd/linux-2.6.35/arch/arm/mach-omap2/serial.c:727 omap_serial_init_port+0x88/0x1f8() [0.00] (null): can't init uart3, no clocks available [0.00] Modules linked in: [0.00] [] (unwind_backtrace+0x0/0x100) from [] (dump_stack+0x18/0x1c) [0.00] [] (dump_stack+0x18/0x1c) from [] (warn_slowpath_common+0x5c/0x6c) [0.00] [] (warn_slowpath_common+0x5c/0x6c) from [] (warn_slowpath_fmt+0x38/0x40) [0.00] [] (warn_slowpath_fmt+0x38/0x40) from [] (omap_serial_init_port+0x88/0x1f8) [0.00] [] (omap_serial_init_port+0x88/0x1f8) from [] (omap_serial_init+0x30/0x3c) [0.00] [] (omap_serial_init+0x30/0x3c) from [] (omap3_beagle_init+0x6c/0xfc) [0.00] [] (omap3_beagle_init+0x6c/0xfc) from [] (customize_machine+0x24/0x2c) [0.00] [] (customize_machine+0x24/0x2c) from [] (do_one_initcall+0x3c/0x1dc) [0.00] [] (do_one_initcall+0x3c/0x1dc) from [] (do_basic_setup+0x64/0x74) [0.00] [] (do_basic_setup+0x64/0x74) from [] (kernel_init+0x90/0x120) [0.00] [] (kernel_init+0x90/0x120) from [] (kernel_thread_exit+0x0/0x8) [0.00] ---[ end trace da227214a82491b7 ]--- [0.00] Found NAND on CS0 [0.00] Registering NAND on CS0 [0.00] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available [0.91] OMAP DMA hardware revision 5.0 [0.004516] bio: create slab at 0 [0.006134] SCSI subsystem initialized [0.006805] usbcore: registered new interface driver usbfs [0.006896] usbcore: registered new interface driver hub [0.007080] usbcore: registered new device driver usb [0.018066] i2c_omap i2c_omap.1: bus 1 rev4.0 at 2600 kHz [0.020355] twl4030: PIH (irq 7) chaining IRQs 368..375 [0.020416] twl4030: power (irq 373) chaining IRQs 376..383 [0.020812] twl4030: gpio (irq 368) chaining IRQs 384..401 [0.022888] regulator: VUSB1V5: 1500 mV normal standby [0.023223] regulator: VUSB1V8: 1800 mV normal standby [0.023529] regulator: VUSB3V1: 3100 mV normal standby [0.024902] twl4030_usb twl4030_usb: Initialized TWL4030 USB module [0.025543] regulator: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby [0.025878] regulator: VDAC: 1800 mV normal standby [0.026367] regulator: VPLL2: 1800 mV normal standby [0.026763] regulator: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby [0.037902] i2c_omap i2c_omap.3: bus 3 rev4.0 at 100 kHz [0.038757] Advanced Linux Sound Architecture Driver Version