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 0x80000000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80000000 0x81600000' 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.000000] Verbose stalled-CPUs detection is disabled. [ 0.000000] NR_IRQS:402 [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz [ 0.000000] (null): no physical address for uart#3, so skipping early_init... [ 0.000000] omap_hwmod: l3_hwmod: cannot be enabled (3) [ 0.000000] omap_hwmod: l4_core_hwmod: cannot be enabled (3) [ 0.000000] omap_hwmod: l4_per_hwmod: cannot be enabled (3) [ 0.000000] omap_hwmod: l4_wkup_hwmod: cannot be enabled (3) [ 0.000000] Reprogramming SDRC clock to 332000000 Hz [ 0.000000] GPMC revision 5.0 [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts [ 0.000000] Total of 96 interrupts on 1 active controller [ 0.000000] OMAP GPIO hardware version 2.5 [ 0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz [ 0.000000] Console: colour dummy device 80x30 [ 0.000000] console [tty0] enabled [ 0.000000] Calibrating delay loop... 506.27 BogoMIPS (lpj=1978368) [ 0.000000] pid_max: default: 32768 minimum: 301 [ 0.000000] Security Framework initialized [ 0.000000] AppArmor: AppArmor initialized [ 0.000000] Yama: becoming mindful. [ 0.000000] Mount-cache hash table entries: 512 [ 0.000000] Initializing cgroup subsys ns [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Initializing cgroup subsys memory [ 0.000000] Initializing cgroup subsys devices [ 0.000000] Initializing cgroup subsys freezer [ 0.000000] CPU: Testing write buffer coherency: ok [ 0.000000] devtmpfs: initialized [ 0.000000] regulator: core version 0.5 [ 0.000000] NET: Registered protocol family 16 [ 0.000000] OMAP3 Beagle Rev: xM [ 0.000000] ------------[ cut here ]------------ [ 0.000000] WARNING: at /build/buildd/linux-2.6.35/arch/arm/mach-omap2/serial.c:727 omap_serial_init_port+0x88/0x1f8() [ 0.000000] (null): can't init uart3, no clocks available [ 0.000000] Modules linked in: [ 0.000000] [<c004c508>] (unwind_backtrace+0x0/0x100) from [<c05142e8>] (dump_stack+0x18/0x1c) [ 0.000000] [<c05142e8>] (dump_stack+0x18/0x1c) from [<c0081bb8>] (warn_slowpath_common+0x5c/0x6c) [ 0.000000] [<c0081bb8>] (warn_slowpath_common+0x5c/0x6c) from [<c0081c6c>] (warn_slowpath_fmt+0x38/0x40) [ 0.000000] [<c0081c6c>] (warn_slowpath_fmt+0x38/0x40) from [<c0010814>] (omap_serial_init_port+0x88/0x1f8) [ 0.000000] [<c0010814>] (omap_serial_init_port+0x88/0x1f8) from [<c00109b4>] (omap_serial_init+0x30/0x3c) [ 0.000000] [<c00109b4>] (omap_serial_init+0x30/0x3c) from [<c00125e0>] (omap3_beagle_init+0x6c/0xfc) [ 0.000000] [<c00125e0>] (omap3_beagle_init+0x6c/0xfc) from [<c000c660>] (customize_machine+0x24/0x2c) [ 0.000000] [<c000c660>] (customize_machine+0x24/0x2c) from [<c00443bc>] (do_one_initcall+0x3c/0x1dc) [ 0.000000] [<c00443bc>] (do_one_initcall+0x3c/0x1dc) from [<c00085b4>] (do_basic_setup+0x64/0x74) [ 0.000000] [<c00085b4>] (do_basic_setup+0x64/0x74) from [<c0008654>] (kernel_init+0x90/0x120) [ 0.000000] [<c0008654>] (kernel_init+0x90/0x120) from [<c0045af4>] (kernel_thread_exit+0x0/0x8) [ 0.000000] ---[ end trace da227214a82491b7 ]--- [ 0.000000] Found NAND on CS0 [ 0.000000] Registering NAND on CS0 [ 0.000000] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available [ 0.000091] OMAP DMA hardware revision 5.0 [ 0.004516] bio: create slab <bio-0> 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 1.0.23. [ 0.039276] NetLabel: Initializing [ 0.039306] NetLabel: domain hash size = 128 [ 0.039306] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.039398] NetLabel: unlabeled traffic allowed by default [ 0.039459] Switching to clocksource 32k_counter [ 0.047302] AppArmor: AppArmor Filesystem Enabled [ 0.056762] musb_hdrc: version 6.0, musb-dma, otg (peripheral+host), debug=0 [ 0.061737] musb_hdrc musb_hdrc: USB OTG mode controller at fa0ab000 using DMA, IRQ 92 [ 0.061981] NET: Registered protocol family 2 [ 0.062255] IP route cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.063140] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.063537] TCP bind hash table entries: 16384 (order: 4, 65536 bytes) [ 0.063751] TCP: Hash tables configured (established 16384 bind 16384) [ 0.063781] TCP reno registered [ 0.063812] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.063842] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.064056] NET: Registered protocol family 1 [ 0.064910] PMU: registered new PMU device of type 0 [ 0.065002] NetWinder Floating Point Emulator V0.97 (double precision) [ 0.065338] audit: initializing netlink socket (disabled) [ 0.065429] type=2000 audit(0.257:1): initialized [ 0.217346] Trying to unpack rootfs image as initramfs... [ 6.805816] VFS: Disk quotas dquot_6.5.2 [ 6.806182] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 6.809204] fuse init (API version 7.14) [ 6.809814] msgmni has been set to 957 [ 6.811401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 6.811431] io scheduler noop registered [ 6.811462] io scheduler deadline registered [ 6.811553] io scheduler cfq registered (default) [ 6.867950] OMAP DSS rev 2.0 [ 6.868072] OMAP DISPC rev 3.0 [ 6.868133] OMAP VENC rev 2 [ 6.949157] Freeing initrd memory: 6608K [ 7.032867] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 7.116241] serial8250.0: ttyS0 at MMIO 0x4806a000 (irq = 72) is a ST16654 [ 7.285125] serial8250.1: ttyS1 at MMIO 0x4806c000 (irq = 73) is a ST16654 [ 7.453948] serial8250.2: ttyS2 at MMIO 0x49020000 (irq = 74) is a ST16654 [ 8.326629] console [ttyS2] enabled [ 8.337158] brd: module loaded [ 8.343688] loop: module loaded [ 8.348449] omap2-nand driver initializing [ 8.352935] NAND device: Manufacturer ID: 0x20, Chip ID: 0xba (ST Micro omap2-nand.0) [ 8.360870] NAND bus width 8 instead 16 bit [ 8.365081] No NAND device found. [ 8.368591] NAND device: Manufacturer ID: 0x20, Chip ID: 0xba (ST Micro NAND 256MiB 1,8V 16-bit) [ 8.377471] Creating 5 MTD partitions on "omap2-nand.0": [ 8.382843] 0x000000000000-0x000000080000 : "X-Loader" [ 8.389465] 0x000000080000-0x000000260000 : "U-Boot" [ 8.396240] 0x000000260000-0x000000280000 : "U-Boot Env" [ 8.402740] 0x000000280000-0x000000680000 : "Kernel" [ 8.410217] 0x000000680000-0x000010000000 : "File System" [ 8.505645] Fixed MDIO Bus: probed [ 8.509460] PPP generic driver version 2.4.2 [ 8.514068] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled). [ 8.523834] CSLIP: code copyright 1989 Regents of the University of California. [ 8.531250] SLIP linefill/keepalive option. [ 8.535675] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.542510] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller [ 8.548309] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1 [ 8.555908] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800 [ 8.570892] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00 [ 8.577453] hub 1-0:1.0: USB hub found [ 8.581298] hub 1-0:1.0: 3 ports detected [ 8.609985] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 8.616729] mice: PS/2 mouse device common for all mice [ 8.622558] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0 [ 8.628906] twl_rtc twl_rtc: Power up reset detected. [ 8.634796] twl_rtc twl_rtc: Enabling TWL-RTC. [ 8.640197] device-mapper: uevent: version 1.0.3 [ 8.645599] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-de...@redhat.com [ 8.654449] device-mapper: multipath: version 1.1.1 loaded [ 8.660034] device-mapper: multipath round-robin: version 1.0.0 loaded [ 8.667297] cpuidle: using governor ladder [ 8.671417] cpuidle: using governor menu [ 8.675476] sdhci: Secure Digital Host Controller Interface driver [ 8.681762] sdhci: Copyright(c) Pierre Ossman [ 8.883270] No device for DAI omap-mcbsp-dai-0 [ 8.887817] No device for DAI omap-mcbsp-dai-1 [ 8.892333] No device for DAI omap-mcbsp-dai-2 [ 8.896789] No device for DAI omap-mcbsp-dai-3 [ 8.901306] No device for DAI omap-mcbsp-dai-4 [ 8.905792] Not OMAP3 EVM! [ 8.908538] OMAP3 Beagle/Devkit8000 SoC init [ 8.912902] usb 1-2: new high speed USB device using ehci-omap and address 2 [ 8.920928] asoc: twl4030 <-> omap-mcbsp-dai-0 mapping ok [ 8.929565] ALSA device list: [ 8.932678] #0: omap3beagle (twl4030) [ 8.937896] TCP cubic registered [ 8.942138] NET: Registered protocol family 10 [ 8.947906] lo: Disabled Privacy Extensions [ 8.952941] NET: Registered protocol family 17 [ 8.961578] Power Management for TI OMAP3. [ 8.967651] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 8.977111] registered taskstats version 1 [ 8.993591] omapfb omapfb: illegal display bpp [ 8.998077] omapfb omapfb: failed to setup fb_info [ 9.002990] omapfb omapfb: failed to setup omapfb [ 9.007781] omapfb: probe of omapfb failed with error -22 [ 9.013793] regulator_init_complete: incomplete constraints, leaving VPLL2 on [ 9.021209] regulator_init_complete: incomplete constraints, leaving VDAC on [ 9.029205] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800) [ 9.037689] Freeing init memory: 240K [ 9.080230] hub 1-2:1.0: USB hub found [ 9.087219] hub 1-2:1.0: 5 ports detected [ 9.179626] udev[67]: starting version 163 [ 9.211883] mmc0: host does not support reading read-only switch. assuming write-enable. [ 9.363372] mmc0: new high speed SDHC card at address aaaa [ 9.383697] usb 1-2.1: new high speed USB device using ehci-omap and address 3 [ 9.523437] mmcblk0: mmc0:aaaa SU04G 3.69 GiB [ 9.532318] mmcblk0: p1 p2 [ 9.696380] usb 1-2.3: new low speed USB device using ehci-omap and address 4 [ 10.016510] usb 1-2.4: new high speed USB device using ehci-omap and address 5 [ 10.199676] usbcore: registered new interface driver hiddev [ 10.216949] input: CHICONY USB Keyboard as /devices/platform/ehci-omap.0/usb1/1-2/1-2.3/1-2.3:1.0/input/input0 [ 10.244232] generic-usb 0003:04F2:0116.0001: input,hidraw0: USB HID v1.10 Keyboard [CHICONY USB Keyboard] on usb-ehci-omap.0-2.3/input0 [ 10.273803] usbcore: registered new interface driver usbhid [ 10.279541] usbhid: USB HID core driver [ 10.283782] usb 1-2.5: new low speed USB device using ehci-omap and address 6 [ 10.292236] Initializing USB Mass Storage driver... [ 10.313415] scsi0 : usb-storage 1-2.4:1.0 [ 10.319946] usbcore: registered new interface driver usb-storage [ 10.326141] USB Mass Storage support registered. [ 10.447113] input: Logitech USB Receiver as /devices/platform/ehci-omap.0/usb1/1-2/1-2.5/1-2.5:1.0/input/input1 [ 10.498870] generic-usb 0003:046D:C51B.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-ehci-omap.0-2.5/input0 [ 10.536529] generic-usb 0003:046D:C51B.0003: hiddev96,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-ehci-omap.0-2.5/input1 [ 11.024993] Btrfs loaded [ 11.338378] scsi 0:0:0:0: Direct-Access Lexar JD FireFly 1100 PQ: 0 ANSI: 0 CCS [ 11.355712] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 11.370056] sd 0:0:0:0: [sda] 3915776 512-byte logical blocks: (2.00 GB/1.86 GiB) [ 11.394195] sd 0:0:0:0: [sda] Write Protect is off [ 11.399200] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 11.412322] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 11.418548] sda: sda1 [ 11.428894] sd 0:0:0:0: [sda] Assuming drive cache: write through 6060 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 #528e00001bf00000015739ea0702900b Hit any key to stop autoboot: 0 mmc1 is available Unknown command 'userbutton' - try 'help' reading boot.scr 527 bytes read Running bootscript from mmc ... ## Executing script at 80200000 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 80000000 ... 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 81600000 ... Image Name: Ubuntu Initrd Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 6769379 Bytes = 6.5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] 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 2) [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache [ 0.000000] Machine: OMAP3 Beagle Board [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] OMAP3630 ES1.0 (l2cache iva sgx neon isp 192mhz_clk ) [ 0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x100000 [ 0.000000] Reserving 12582912 bytes SDRAM for VRAM [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyS2,115200n8 console=tty0 root=/dev/mmcblk0p2 rootwait ro vram=12MB omapfb.mode=tv:pal omapdss.def_disn [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] allocated 2621440 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Memory: 512MB = 512MB total [ 0.000000] Memory: 490020k/490020k available, 34268k reserved, 0K highmem [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB) [ 0.000000] vmalloc : 0xe0800000 - 0xf8000000 ( 376 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .init : 0xc0008000 - 0xc0044000 ( 240 kB) [ 0.000000] .text : 0xc0044000 - 0xc06ac000 (6560 kB) [ 0.000000] .data : 0xc0718000 - 0xc0767960 ( 319 kB) [ 0.000000] SLUB: Genslabs=9, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU-based detection of stalled CPUs is disabled. [ 0.000000] Verbose stalled-CPUs detection is disabled. [ 0.000000] NR_IRQS:402 [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz [ 0.000000] (null): no physical address for uart#3, so skipping early_init... [ 0.000000] omap_hwmod: l3_hwmod: cannot be enabled (3) [ 0.000000] omap_hwmod: l4_core_hwmod: cannot be enabled (3) [ 0.000000] omap_hwmod: l4_per_hwmod: cannot be enabled (3) [ 0.000000] omap_hwmod: l4_wkup_hwmod: cannot be enabled (3) [ 0.000000] Reprogramming SDRC clock to 332000000 Hz [ 0.000000] GPMC revision 5.0 [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts [ 0.000000] Total of 96 interrupts on 1 active controller [ 0.000000] OMAP GPIO hardware version 2.5 [ 0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz [ 0.000000] Console: colour dummy device 80x30 [ 0.000000] console [tty0] enabled [ 0.000000] Calibrating delay loop... 507.32 BogoMIPS (lpj=1982464) [ 0.000000] pid_max: default: 32768 minimum: 301 [ 0.000000] Security Framework initialized [ 0.000000] AppArmor: AppArmor initialized [ 0.000000] Yama: becoming mindful. [ 0.000000] Mount-cache hash table entries: 512 [ 0.000000] Initializing cgroup subsys ns [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Initializing cgroup subsys memory [ 0.000000] Initializing cgroup subsys devices [ 0.000000] Initializing cgroup subsys freezer [ 0.000000] CPU: Testing write buffer coherency: ok [ 0.000000] devtmpfs: initialized [ 0.000000] regulator: core version 0.5 [ 0.000000] NET: Registered protocol family 16 [ 0.000000] OMAP3 Beagle Rev: xM [ 0.000000] ------------[ cut here ]------------ [ 0.000000] WARNING: at /build/buildd/linux-2.6.35/arch/arm/mach-omap2/serial.c:727 omap_serial_init_port+0x88/0x1f8() [ 0.000000] (null): can't init uart3, no clocks available [ 0.000000] Modules linked in: [ 0.000000] [<c004c508>] (unwind_backtrace+0x0/0x100) from [<c05142e8>] (dump_stack+0x18/0x1c) [ 0.000000] [<c05142e8>] (dump_stack+0x18/0x1c) from [<c0081bb8>] (warn_slowpath_common+0x5c/0x6c) [ 0.000000] [<c0081bb8>] (warn_slowpath_common+0x5c/0x6c) from [<c0081c6c>] (warn_slowpath_fmt+0x38/0x40) [ 0.000000] [<c0081c6c>] (warn_slowpath_fmt+0x38/0x40) from [<c0010814>] (omap_serial_init_port+0x88/0x1f8) [ 0.000000] [<c0010814>] (omap_serial_init_port+0x88/0x1f8) from [<c00109b4>] (omap_serial_init+0x30/0x3c) [ 0.000000] [<c00109b4>] (omap_serial_init+0x30/0x3c) from [<c00125e0>] (omap3_beagle_init+0x6c/0xfc) [ 0.000000] [<c00125e0>] (omap3_beagle_init+0x6c/0xfc) from [<c000c660>] (customize_machine+0x24/0x2c) [ 0.000000] [<c000c660>] (customize_machine+0x24/0x2c) from [<c00443bc>] (do_one_initcall+0x3c/0x1dc) [ 0.000000] [<c00443bc>] (do_one_initcall+0x3c/0x1dc) from [<c00085b4>] (do_basic_setup+0x64/0x74) [ 0.000000] [<c00085b4>] (do_basic_setup+0x64/0x74) from [<c0008654>] (kernel_init+0x90/0x120) [ 0.000000] [<c0008654>] (kernel_init+0x90/0x120) from [<c0045af4>] (kernel_thread_exit+0x0/0x8) [ 0.000000] ---[ end trace da227214a82491b7 ]--- [ 0.000000] Found NAND on CS0 [ 0.000000] Registering NAND on CS0 [ 0.000000] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available [ 0.000061] OMAP DMA hardware revision 5.0 [ 0.004486] bio: create slab <bio-0> at 0 [ 0.006134] SCSI subsystem initialized [ 0.006774] usbcore: registered new interface driver usbfs [ 0.006866] usbcore: registered new interface driver hub [ 0.007049] usbcore: registered new device driver usb [ 0.018096] i2c_omap i2c_omap.1: bus 1 rev4.0 at 2600 kHz [ 0.020385] twl4030: PIH (irq 7) chaining IRQs 368..375 [ 0.020446] twl4030: power (irq 373) chaining IRQs 376..383 [ 0.020874] twl4030: gpio (irq 368) chaining IRQs 384..401 [ 0.022918] regulator: VUSB1V5: 1500 mV normal standby [ 0.023254] regulator: VUSB1V8: 1800 mV normal standby [ 0.023559] regulator: VUSB3V1: 3100 mV normal standby [ 0.024932] twl4030_usb twl4030_usb: Initialized TWL4030 USB module [ 0.025573] regulator: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby [ 0.025909] regulator: VDAC: 1800 mV normal standby [ 0.026245] regulator: VPLL2: 1800 mV normal standby [ 0.026794] regulator: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby [ 0.037963] i2c_omap i2c_omap.3: bus 3 rev4.0 at 100 kHz [ 0.038787] Advanced Linux Sound Architecture Driver Version 1.0.23. [ 0.039306] NetLabel: Initializing [ 0.039337] NetLabel: domain hash size = 128 [ 0.039367] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.039459] NetLabel: unlabeled traffic allowed by default [ 0.039489] Switching to clocksource 32k_counter [ 0.047332] AppArmor: AppArmor Filesystem Enabled [ 0.056823] musb_hdrc: version 6.0, musb-dma, otg (peripheral+host), debug=0 [ 0.061828] musb_hdrc musb_hdrc: USB OTG mode controller at fa0ab000 using DMA, IRQ 92 [ 0.062072] NET: Registered protocol family 2 [ 0.062316] IP route cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.063232] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.063598] TCP bind hash table entries: 16384 (order: 4, 65536 bytes) [ 0.063842] TCP: Hash tables configured (established 16384 bind 16384) [ 0.063873] TCP reno registered [ 0.063903] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.063934] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.064147] NET: Registered protocol family 1 [ 0.065002] PMU: registered new PMU device of type 0 [ 0.065093] NetWinder Floating Point Emulator V0.97 (double precision) [ 0.065429] audit: initializing netlink socket (disabled) [ 0.065521] type=2000 audit(0.257:1): initialized [ 0.217376] Trying to unpack rootfs image as initramfs... [ 6.805938] VFS: Disk quotas dquot_6.5.2 [ 6.806304] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 6.809326] fuse init (API version 7.14) [ 6.809906] msgmni has been set to 957 [ 6.811492] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 6.811553] io scheduler noop registered [ 6.811584] io scheduler deadline registered [ 6.811676] io scheduler cfq registered (default) [ 6.867950] OMAP DSS rev 2.0 [ 6.868103] OMAP DISPC rev 3.0 [ 6.868164] OMAP VENC rev 2 [ 6.949188] Freeing initrd memory: 6608K [ 7.032928] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 7.116394] serial8250.0: ttyS0 at MMIO 0x4806a000 (irq = 72) is a ST16654 [ 7.285491] serial8250.1: ttyS1 at MMIO 0x4806c000 (irq = 73) is a ST16654 [ 7.454528] serial8250.2: ttyS2 at MMIO 0x49020000 (irq = 74) is a ST16654 [ 8.327209] console [ttyS2] enabled [ 8.337707] brd: module loaded [ 8.344238] loop: module loaded [ 8.349029] omap2-nand driver initializing [ 8.353515] NAND device: Manufacturer ID: 0x20, Chip ID: 0xba (ST Micro omap2-nand.0) [ 8.361450] NAND bus width 8 instead 16 bit [ 8.365661] No NAND device found. [ 8.369171] NAND device: Manufacturer ID: 0x20, Chip ID: 0xba (ST Micro NAND 256MiB 1,8V 16-bit) [ 8.378051] Creating 5 MTD partitions on "omap2-nand.0": [ 8.383453] 0x000000000000-0x000000080000 : "X-Loader" [ 8.390045] 0x000000080000-0x000000260000 : "U-Boot" [ 8.396850] 0x000000260000-0x000000280000 : "U-Boot Env" [ 8.403350] 0x000000280000-0x000000680000 : "Kernel" [ 8.410797] 0x000000680000-0x000010000000 : "File System" [ 8.506408] Fixed MDIO Bus: probed [ 8.510223] PPP generic driver version 2.4.2 [ 8.514831] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled). [ 8.524597] CSLIP: code copyright 1989 Regents of the University of California. [ 8.532012] SLIP linefill/keepalive option. [ 8.536407] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.543273] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller [ 8.549041] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1 [ 8.556640] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800 [ 8.570953] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00 [ 8.577545] hub 1-0:1.0: USB hub found [ 8.581390] hub 1-0:1.0: 3 ports detected [ 8.610015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 8.616790] mice: PS/2 mouse device common for all mice [ 8.622619] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0 [ 8.628936] twl_rtc twl_rtc: Power up reset detected. [ 8.634796] twl_rtc twl_rtc: Enabling TWL-RTC. [ 8.640197] device-mapper: uevent: version 1.0.3 [ 8.645599] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-de...@redhat.com [ 8.654449] device-mapper: multipath: version 1.1.1 loaded [ 8.660034] device-mapper: multipath round-robin: version 1.0.0 loaded [ 8.667266] cpuidle: using governor ladder [ 8.671417] cpuidle: using governor menu [ 8.675476] sdhci: Secure Digital Host Controller Interface driver [ 8.681732] sdhci: Copyright(c) Pierre Ossman [ 8.879638] No device for DAI omap-mcbsp-dai-0 [ 8.884185] No device for DAI omap-mcbsp-dai-1 [ 8.888671] No device for DAI omap-mcbsp-dai-2 [ 8.893157] No device for DAI omap-mcbsp-dai-3 [ 8.897644] No device for DAI omap-mcbsp-dai-4 [ 8.902160] Not OMAP3 EVM! [ 8.904876] OMAP3 Beagle/Devkit8000 SoC init [ 8.909271] usb 1-2: new high speed USB device using ehci-omap and address 2 [ 8.917175] asoc: twl4030 <-> omap-mcbsp-dai-0 mapping ok [ 8.925933] ALSA device list: [ 8.928955] #0: omap3beagle (twl4030) [ 8.934204] TCP cubic registered [ 8.938537] NET: Registered protocol family 10 [ 8.944213] lo: Disabled Privacy Extensions [ 8.949310] NET: Registered protocol family 17 [ 8.957855] Power Management for TI OMAP3. [ 8.964019] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 8.973449] registered taskstats version 1 [ 8.990203] omapfb omapfb: illegal display bpp [ 8.994750] omapfb omapfb: failed to setup fb_info [ 8.999603] omapfb omapfb: failed to setup omapfb [ 9.004394] omapfb: probe of omapfb failed with error -22 [ 9.010528] regulator_init_complete: incomplete constraints, leaving VPLL2 on [ 9.017944] regulator_init_complete: incomplete constraints, leaving VDAC on [ 9.026062] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800) [ 9.034545] Freeing init memory: 240K [ 9.080352] hub 1-2:1.0: USB hub found [ 9.088775] hub 1-2:1.0: 5 ports detected [ 9.179229] udev[67]: starting version 163 [ 9.196228] mmc0: host does not support reading read-only switch. assuming write-enable. [ 9.211730] mmc0: new high speed SDHC card at address aaaa [ 9.298492] mmcblk0: mmc0:aaaa SU04G 3.69 GiB [ 9.303375] mmcblk0: [ 9.392181] usb 1-2.1: new high speed USB device using ehci-omap and address 3 [ 9.500885] p1 p2 [ 9.711944] usb 1-2.3: new low speed USB device using ehci-omap and address 4 [ 9.993164] usb 1-2.4: new high speed USB device using ehci-omap and address 5 [ 10.184631] usbcore: registered new interface driver hiddev [ 10.202606] input: CHICONY USB Keyboard as /devices/platform/ehci-omap.0/usb1/1-2/1-2.3/1-2.3:1.0/input/input0 [ 10.228485] generic-usb 0003:04F2:0116.0001: input,hidraw0: USB HID v1.10 Keyboard [CHICONY USB Keyboard] on usb-ehci-omap.0-2.3/input0 [ 10.259185] usb 1-2.5: new low speed USB device using ehci-omap and address 6 [ 10.266510] usbcore: registered new interface driver usbhid [ 10.272125] usbhid: USB HID core driver [ 10.277557] Initializing USB Mass Storage driver... [ 10.298950] scsi0 : usb-storage 1-2.4:1.0 [ 10.305236] usbcore: registered new interface driver usb-storage [ 10.311462] USB Mass Storage support registered. [ 10.412414] input: Logitech USB Receiver as /devices/platform/ehci-omap.0/usb1/1-2/1-2.5/1-2.5:1.0/input/input1 [ 10.466644] generic-usb 0003:046D:C51B.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-ehci-omap.0-2.5/input0 [ 10.504333] generic-usb 0003:046D:C51B.0003: hiddev96,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-ehci-omap.0-2.5/input1 [ 11.009552] Btrfs loaded [ 11.322753] scsi 0:0:0:0: Direct-Access Lexar JD FireFly 1100 PQ: 0 ANSI: 0 CCS [ 11.341552] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 11.354309] sd 0:0:0:0: [sda] 3915776 512-byte logical blocks: (2.00 GB/1.86 GiB) [ 11.380218] sd 0:0:0:0: [sda] Write Protect is off [ 11.385223] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 11.398010] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 11.404235] sda: sda1 [ 11.414398] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 11.420654] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 12.269592] mmcblk0: p1 p2 [ 18.127075] EXT3-fs: barriers not enabled [ 18.132324] kjournald starting. Commit interval 5 seconds [ 18.143310] EXT3-fs (mmcblk0p2): using internal journal [ 18.148620] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode [ 45.777496] EXT3-fs: barriers not enabled [ 45.782470] kjournald starting. Commit interval 5 seconds [ 45.788055] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode -- 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