This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

booting problem of 4460 Pandaboard

Other Parts Discussed in Thread: 4460, TWL6030

Hi,

I'm trying to access the hardware performance counters on the 4460 pandaboard using Perf. I compiled the kernel with the source 3.5 rc6 from Will Deacon's Kernel Tree, branch perf/omap4-dev. And the .config file is from TI's defualt configuration. The kernel can be successfully compiled but it cannot boot. Could anyone give me some comments?

Thanks,

Terry

  • I am not sure why that would be the case. Probably best to send your
    console log of the failure. If there is not console log seen, then you
    should enable early-printk in the kernel to see if you can get some output.
    
    By the way when you say .config is TI's default, do you mean this is the
    omap2plus_defconfig? I would also make sure if you are building with the
    omap2plus_defconfig.

    Cheers
    Jon
  • I used omap2plus_defconfig. And the booting info is here:

    ******************************

    U-Boot SPL 2012.04.01 (Jul 13 2012 - 18:33:14)

    OMAP4460 ES1.1
    OMAP SD/MMC: 0
    reading u-boot.img
    reading u-boot.bin
    mkimage signature not found - ih_magic = ea000014
    reading u-boot.bin


    U-Boot 2012.04.01 (Jul 13 2012 - 18:33:14)

    CPU  : OMAP4460 ES1.1
    Board: OMAP4 Panda
    I2C:   ready
    DRAM:  1 GiB
    MMC:   OMAP SD/MMC: 0
    Using default environment

    In:    serial
    Out:   serial
    Err:   serial
    Net:   No ethernet found.
    checking for preEnv.txt
    reading preEnv.txt

    ** Unable to read "preEnv.txt" from mmc 0:1 **
    Hit any key to stop autoboot:  3 2 1 0
    reading uEnv.txt

    ** Unable to read "uEnv.txt" from mmc 0:1 **
    reading boot.scr

    253 bytes read
    Loaded script from boot.scr
    Running bootscript from mmc0 ...
    ## Executing script at 82000000
    reading uImage

    3450344 bytes read
    Booting from mmc0 ...
    ## Booting kernel from Legacy Image at 80300000 ...
       Image Name:   Linux-3.5.0-rc7-00236-ge1d62c9e
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    3450280 Bytes = 3.3 MiB
       Load Address: 80008000
       Entry Point:  80008000
       Verifying Checksum ... OK
       Loading Kernel Image ... OK
    OK

    Starting kernel ...

    Uncompressing Linux... done, booting the kernel.
    [    0.000000] Booting Linux on physical CPU 0
    [    0.000000] Linux version 3.5.0-rc7-00236-ge1d62c9e (root@ubuntu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #1 SMP Mon Jul 16 14:57:28 EDT 2012
    [    0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: OMAP4 Panda board
    [    0.000000] Memory policy: ECC disabled, Data cache writealloc
    [    0.000000] On node 0 totalpages: 261888
    [    0.000000] free_area_init_node: node 0, pgdat c06d92c0, node_mem_map c0c34000
    [    0.000000]   Normal zone: 1520 pages used for memmap
    [    0.000000]   Normal zone: 0 pages reserved
    [    0.000000]   Normal zone: 192784 pages, LIFO batch:31
    [    0.000000]   HighMem zone: 528 pages used for memmap
    [    0.000000]   HighMem zone: 67056 pages, LIFO batch:15
    [    0.000000] OMAP4460 ES1.1
    [    0.000000] PERCPU: Embedded 8 pages/cpu @c1447000 s11520 r8192 d13056 u32768
    [    0.000000] pcpu-alloc: s11520 r8192 d13056 u32768 alloc=8*4096
    [    0.000000] pcpu-alloc: [0] 0 [0] 1
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 259840
    [    0.000000] Kernel command line: console=ttyO2,115200n8 noinitrd init=/sbin/init root=/dev/mmcblk0p2 rootwait rw loglevel=8
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Memory: 759MB 264MB = 1023MB total
    [    0.000000] Memory: 1025932k/1025932k available, 22644k reserved, 270336K highmem
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    [    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc05faa20   (6091 kB)
    [    0.000000]       .init : 0xc05fb000 - 0xc0647d00   ( 308 kB)
    [    0.000000]       .data : 0xc0648000 - 0xc06db2b0   ( 589 kB)
    [    0.000000]        .bss : 0xc06db2d4 - 0xc0c339c8   (5474 kB)
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000] NR_IRQS:474
    [    0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
    [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
    [    0.000000] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000000] Console: colour dummy device 80x30
    [    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
    [    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
    [    0.000000] ... MAX_LOCK_DEPTH:          48
    [    0.000000] ... MAX_LOCKDEP_KEYS:        8191
    [    0.000000] ... CLASSHASH_SIZE:          4096
    [    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
    [    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
    [    0.000000] ... CHAINHASH_SIZE:          16384
    [    0.000000]  memory used by lock dependency info: 3695 kB
    [    0.000000]  per task-struct memory footprint: 1152 bytes
    [    0.000793] Calibrating delay loop... 1392.74 BogoMIPS (lpj=5439488)
    [    0.062438] pid_max: default: 32768 minimum: 301
    [    0.063018] Security Framework initialized
    [    0.063232] Mount-cache hash table entries: 512
    [    0.067108] CPU: Testing write buffer coherency: ok
    [    0.067840] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.068145] Setting up static identity map for 0x80444430 - 0x804444a0
    [    0.068206] L310 cache controller enabled
    [    0.068237] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x7e470000, Cache size: 1048576 B
    [    0.070800] CPU1: Booted secondary processor
    [    0.138427] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.138488] CPU1: Unknown IPI message 0x1
    [    0.138671] Brought up 2 CPUs
    [    0.138702] SMP: Total of 2 processors activated (2792.83 BogoMIPS).
    [    0.153717] omap_hwmod: sl2if: cannot be enabled for reset (3)
    [    0.157592] omap_hwmod: mcpdm: cannot be enabled for reset (3)
    [    0.162780] dummy:
    [    0.164093] NET: Registered protocol family 16
    [    0.164794] GPMC revision 6.0
    [    0.164886] gpmc: irq-52 could not claim: err -22
    [    0.170928] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
    [    0.171234] OMAP GPIO hardware version 0.1
    [    0.171844] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
    [    0.172668] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
    [    0.173431] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
    [    0.174255] gpiochip_add: registered GPIOs 128 to 159 on device: gpio
    [    0.175048] gpiochip_add: registered GPIOs 160 to 191 on device: gpio
    [    0.179107] omap_mux_init: Add partition: #1: core, flags: 2
    [    0.180908] omap_mux_init: Add partition: #2: wkup, flags: 2
    [    0.181091] error setting wl12xx data: -38
    [    0.185119] _omap_mux_get_by_name: Could not find signal uart1_rx.uart1_rx
    [    0.185150] _omap_mux_get_by_name: Could not find signal uart1_rx.uart1_rx
    [    0.253936] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
    [    0.253967] hw-breakpoint: maximum watchpoint size is 4 bytes.
    [    0.264251] OMAP DMA hardware revision 0.0
    [    0.299804] bio: create slab <bio-0> at 0
    [    0.301849] vwl1271: 1800 mV
    [    0.305603] SCSI subsystem initialized
    [    0.306945] usbcore: registered new interface driver usbfs
    [    0.307281] usbcore: registered new interface driver hub
    [    0.307647] usbcore: registered new device driver usb
    [    0.318359] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
    [    0.320953] Skipping twl internal clock init and using bootloader value (unknown osc rate)
    [    0.322052] twl 1-0048: PIH (irq 39) chaining IRQs 352..372
    [    0.323883] VUSB: 3300 mV normal standby
    [    0.325012] vdd_mpu: 500 <--> 1500 mV normal
    [    0.326019] vdd_iva: 500 <--> 1500 mV normal
    [    0.327148] vdd_core: 500 <--> 1500 mV normal
    [    0.328521] V1V8: 1800 mV normal standby
    [    0.329589] V2V1: 2100 mV normal standby
    [    0.330780] VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
    [    0.332183] VPP: 1800 <--> 2500 mV at 1900 mV normal standby
    [    0.333709] VCXIO: 1800 mV normal standby
    [    0.333831] VCXIO: supplied by V2V1
    [    0.335968] VDAC: 1800 mV normal standby
    [    0.336059] VDAC: supplied by V2V1
    [    0.337768] VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
    [    0.339172] VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
    [    0.340393] CLK32KG:
    [    0.341491] VANA: 2100 mV normal standby
    [    0.357269] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
    [    0.372863] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
    [    0.388488] omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
    [    0.393157] Switching to clocksource 32k_counter
    [    0.458648] NET: Registered protocol family 2
    [    0.459259] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.460754] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [    0.463958] TCP bind hash table entries: 65536 (order: 9, 2359296 bytes)
    [    0.484985] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.485137] TCP: reno registered
    [    0.485168] UDP hash table entries: 512 (order: 3, 40960 bytes)
    [    0.485534] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
    [    0.486389] NET: Registered protocol family 1
    [    0.487487] RPC: Registered named UNIX socket transport module.
    [    0.487487] RPC: Registered udp transport module.
    [    0.487518] RPC: Registered tcp transport module.
    [    0.487518] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.488098] NetWinder Floating Point Emulator V0.97 (double precision)
    [    0.654632] highmem bounce pool size: 64 pages
    [    0.655303] VFS: Disk quotas dquot_6.5.2
    [    0.655548] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.656616] NFS: Registering the id_resolver key type
    [    0.656921] Key type id_resolver registered
    [    0.657623] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
    [    0.658355] msgmni has been set to 1475
    [    0.660491] io scheduler noop registered
    [    0.660491] io scheduler deadline registered
    [    0.660644] io scheduler cfq registered (default)
    [    0.661987] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.665771] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
    [    0.666900] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
    [    0.667663] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
    [    1.478485] console [ttyO2] enabled
    [    1.483062] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
    [    1.510498] brd: module loaded
    [    1.525024] loop: module loaded
    [    1.532043] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.539276] OneNAND driver initializing
    [    1.551086] usbcore: registered new interface driver asix
    [    1.557037] usbcore: registered new interface driver cdc_ether
    [    1.563568] usbcore: registered new interface driver smsc95xx
    [    1.570098] usbcore: registered new interface driver net1080
    [    1.576354] usbcore: registered new interface driver cdc_subset
    [    1.583068] usbcore: registered new interface driver zaurus
    [    1.589324] usbcore: registered new interface driver cdc_ncm
    [    1.596405] usbcore: registered new interface driver cdc_wdm
    [    1.602447] Initializing USB Mass Storage driver...
    [    1.607910] usbcore: registered new interface driver usb-storage
    [    1.614349] USB Mass Storage support registered.
    [    1.619781] usbcore: registered new interface driver libusual
    [    1.626159] usbcore: registered new interface driver usbtest
    [    1.633056] mousedev: PS/2 mouse device common for all mice
    [    1.641693] twl_rtc twl_rtc: Power up reset detected.
    [    1.647796] twl_rtc twl_rtc: Enabling TWL-RTC
    [    1.655731] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
    [    1.662780] i2c /dev entries driver
    [    1.668853] Driver for 1-wire Dallas network protocol.
    [    1.676361] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    1.685699] omap_hsmmc omap_hsmmc.0: Failed to get debounce clk
    [    1.737487] omap_hsmmc omap_hsmmc.4: Failed to get debounce clk
    [    1.859191] usbcore: registered new interface driver usbhid
    [    1.865173] usbhid: USB HID core driver
    [    1.869201] oprofile: hardware counters not available
    [    1.869232] mmc1: card claims to support voltages below the defined range. These will be ignored.
    [    1.883850] oprofile: using timer interrupt.
    [    1.888885] TCP: cubic registered
    [    1.892395] Initializing XFRM netlink socket
    [    1.897003] NET: Registered protocol family 17
    [    1.901763] NET: Registered protocol family 15
    [    1.906677] Key type dns_resolver registered
    [    1.911315] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
    [    1.925811] omap_vc_i2c_init: I2C config for vdd_iva does not match other channels (0).
    [    1.934082] omap_vc_i2c_init: I2C config for vdd_mpu does not match other channels (0).[    1.943420] Power Management for TI OMAP4.
    [    1.947814] ThumbEE CPU extension supported.
    [    1.954132] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
    [    1.961883] mmc1: new SDIO card at address 0001
    [    1.974914] clock: disabling unused clocks to save power
    [    1.983245] VANA: incomplete constraints, leaving on
    [    1.990844] CLK32KG: incomplete constraints, leaving on
    [    1.997528] VDAC: incomplete constraints, leaving on
    [    2.003479] VUSB: incomplete constraints, leaving on
    [    2.010589] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    [    2.020904] Waiting for root device /dev/mmcblk0p2...
    [    2.179504] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    2.192138] mmc0: new high speed SDXC card at address e624
    [    2.199371] mmcblk0: mmc0:e624 SU64G 59.4 GiB
    [    2.231262]  mmcblk0: p1 p2
    [    2.261535] EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)
    [    2.308959] EXT2-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)
    [    2.526306] List of all partitions:
    [    2.529998] b300        62367744 mmcblk0  driver: mmcblk
    [    2.535644]   b301           73712 mmcblk0p1 00000000-0000-0000-0000-000000000000
    [    2.543518]   b302        62294016 mmcblk0p2 00000000-0000-0000-0000-000000000000
    [    2.551422] No filesystem could mount root, tried:  ext3 ext2 cramfs vfat msdos
    [    2.559234] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)
    [    2.568237] CPU0: stopping
    [    2.571105] [<c001a218>] (unwind_backtrace+0x0/0xf0) from [<c00185b4>] (handle_IPI+0x12c/0x158)
    [    2.580230] [<c00185b4>] (handle_IPI+0x12c/0x158) from [<c00084b0>] (gic_handle_irq+0x50/0x58)
    [    2.589294] [<c00084b0>] (gic_handle_irq+0x50/0x58) from [<c043f5e4>] (__irq_svc+0x44/0x60)
    [    2.598052] Exception stack(0xc0649f50 to 0xc0649f98)
    [    2.603332] 9f40:                                     00000001 00000001 00000000 c00293c0
    [    2.611938] 9f60: c0648000 c0648000 c06db3c8 c044a31c c066bb20 c066bd50 00000000 c0648000
    [    2.620513] 9f80: 01000000 c0649f98 c0089fd8 c00141b0 20000113 ffffffff
    [    2.627471] [<c043f5e4>] (__irq_svc+0x44/0x60) from [<c00141b0>] (default_idle+0x20/0x3c)
    [    2.636047] [<c00141b0>] (default_idle+0x20/0x3c) from [<c0014394>] (cpu_idle+0x5c/0x11c)
    [    2.644622] [<c0014394>] (cpu_idle+0x5c/0x11c) from [<c05fb7ac>] (start_kernel+0x2b0/0x300)
    [    2.653411] [<c05fb7ac>] (start_kernel+0x2b0/0x300) from [<80008044>] (0x80008044)
  • This error means that it cannot find your root file-system.

    Your bootargs show "noinitrd init=/sbin/init root=/dev/mmcblk0p2".

    Are these correct for your system? If so if the 2nd partition of your sdcard setup correctly and the file-system is present? What file-system are you booting?

    Cheers
    Jon

  • Terry Wang1 said:

    [    2.020904] Waiting for root device /dev/mmcblk0p2...
    [    2.179504] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    2.192138] mmc0: new high speed SDXC card at address e624

    [    2.199371] mmcblk0: mmc0:e624 SU64G 59.4 GiB
    [    2.231262]  mmcblk0: p1 p2
    [    2.261535] EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)
    [    2.308959] EXT2-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)
    [    2.526306] List of all partitions:
    [    2.529998] b300        62367744 mmcblk0  driver: mmcblk
    [    2.535644]   b301           73712 mmcblk0p1 00000000-0000-0000-0000-000000000000
    [    2.543518]   b302        62294016 mmcblk0p2 00000000-0000-0000-0000-000000000000
    [    2.551422] No filesystem could mount root, tried:  ext3 ext2 cramfs vfat msdos
    [    2.559234] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)

    Actually, the above shows it cannot mount the partition. Does not look like the 2nd partition is formatted correctly.
    Cheers
    Jon
  • I think the boot.scr is OK because I can successfully boot the original uImage from the prebuilt image with the same boot.scr. It gives  the following info:

    [    5.130981] EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)
    [    6.370758] hub 2-0:1.0: hub_suspend
    [    6.374603] usb usb2: bus auto-suspend, wakeup 1
    [    6.379516] ohci-omap3 ohci-omap3.0: suspend root hub
    [    7.749908] EXT4-fs (mmcblk0p2): ext4_orphan_cleanup: deleting unreferenced inode 245837
    [    7.760803] EXT4-fs (mmcblk0p2): ext4_orphan_cleanup: deleting unreferenced inode 245937
    [    7.770446] EXT4-fs (mmcblk0p2): 2 orphan inodes deleted
    [    7.776184] EXT4-fs (mmcblk0p2): recovery complete
    [    7.818328] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    7.826934] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    7.837432] devtmpfs: mounted

    So it is EXT4-fs. But it seems the new kernel only try EXT2 and EXT3.

  • Terry Wang1 said:

    So it is EXT4-fs. But it seems the new kernel only try EXT2 and EXT3.

    Yes, EXT4 is probably your problem. By default EXT4 support is not enable for OMAP. There is a patch being pushed to enable that [1], but for now you need to manually enable via menuconfig.

    Cheers
    Jon

    [1] http://marc.info/?t=134049037100001&r=1&w=2

  • After enabling EXT4 it can go through, but gives another error......

    [    2.054290] Waiting for root device /dev/mmcblk0p2...
    [    2.195220] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    2.208374] mmc0: new high speed SDXC card at address e624
    [    2.215606] mmcblk0: mmc0:e624 SU64G 59.4 GiB  
    [    2.233001]  mmcblk0: p1 p2
    [    2.293395] EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)
    [    2.332763] EXT2-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (244)
    [    3.023559] EXT4-fs (mmcblk0p2): recovery complete
    [    3.031555] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    3.040344] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    3.047058] Freeing init memory: 308K
    modprobe: FATAL: Could not load /lib/modules/3.5.0-rc7-00236-ge1d62c9e/modules.dep: No such file or directory

  • Maybe disable "enable loadable modules support" (CONFIG_MODULES=y). Or otherwise build the modules and install them.

    # make modules
    # make modules_install INSTALL_MOD_PATH=<path-to-sdcard>

    Jon

  • Thank you very much your Jon.  Now I cannot find out any problem from the following log.  But the booting still hangs here. The HDMI monitor I connect to the board still gives black screen. And the two LEDs on the board are truned on.

    *****************************************************************************************************88

    [    2.278381] EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)
    [    2.332489] EXT2-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (244)
    [    3.483306] EXT4-fs (mmcblk0p2): recovery complete
    [    3.491180] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    3.499938] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    3.506683] Freeing init memory: 308K
    modem-manager[3078]: <info>  ModemManager (version 0.5.2.0) starting...
     
    modem-manager[3078]: <info>  Loaded plugin Sierra
     
    modem-manager[3078]: <info>  Loaded plugin ZTE
     
    modem-manager[3078]: <info>  Loaded plugin Wavecom
     
    modem-manager[3078]: <info>  Loaded plugin Gobi
     
    modem-manager[3078]: <info>  Loaded plugin Novatel
     
    modem-manager[3078]: <info>  Loaded plugin SimTech
     
    modem-manager[3078]: <info>  Loaded plugin Longcheer
     
    modem-manager[3078]: <info>  Loaded plugin Huawei
     
    modem-manager[3078]: <info>  Loaded plugin Generic
     
    modem-manager[3078]: <info>  Loaded plugin Nokia
     
    modem-manager[3078]: <info>  Loaded plugin X22X
     
    modem-manager[3078]: <info>  Loaded plugin Samsung
     
    modem-manager[3078]: <info>  Loaded plugin Option High-Speed
     
    modem-manager[3078]: <info>  Loaded plugin MotoC
     
    modem-manager[3078]: <info>  Loaded plugin Option
     
    modem-manager[3078]: <info>  Loaded plugin AnyData
     
    modem-manager[3078]: <info>  Loaded plugin Ericsson MBM
     
    modem-manager[3078]: <info>  Loaded plugin Linktop
     
     * Starting device node and kernel event manager [ OK ]
     * Starting load modules from /etc/modules [ OK ]
     * Starting cold plug devices [ OK ]
     * Starting log initial device creation [ OK ]
     * Stopping load modules from /etc/modules [ OK ]
     * Stopping Mount filesystems on boot [ OK ]
     * Starting CUPS printing spooler/server [ OK ]
     * Starting bluetooth daemon [ OK ]
     * Starting configure network device security [ OK ]
    [   21.427673] init: Failed to create pty - disabling logging for job
    [   21.496765] init: Failed to create pty - disabling logging for job
    [   21.538391] init: Failed to create pty - disabling logging for job
     * Starting Mount network filesystems [ OK ]
     * Starting Failsafe Boot Delay [ OK ]
     * Stopping Mount network filesystems [ OK ]
     * Starting Bridge socket events into upstart [ OK ]
     * Starting configure network device [ OK ]
     * Stopping Failsafe Boot Delay [ OK ]
     * Starting System V initialisation compatibility [ OK ]
     * Starting set sysctls from /etc/sysctl.conf [ OK ]
     * Stopping set sysctls from /etc/sysctl.conf [ OK ]
    [   22.085571] init: Failed to create pty - disabling logging for job
     * Stopping cold plug devices [ OK ]
     * Stopping log initial device creation [ OK ]
    [   22.127227] init: Failed to create pty - disabling logging for job
     * Starting load fallback graphics devices [ OK ]
     * Starting load fallback graphics devices [fail]
     * Starting configure network device security [ OK ]
    [   22.172332] init: Failed to create pty - disabling logging for job
    [   22.189880] init: Failed to create pty - disabling logging for job
     * Starting save udev log and update rules [ OK ]
    [   22.314147] init: Failed to create pty - disabling logging for job
    [   22.326232] init: Failed to create pty - disabling logging for job
    [   22.348205] init: Failed to create pty - disabling logging for job
    [   22.360229] init: Failed to create pty - disabling logging for job
    speech-dispatcher disabled; edit /etc/default/speech-dispatcher
    [   22.375152] init: Failed to create pty - disabling logging for job
    [   22.387573] init: Failed to create pty - disabling logging for job
    saned disabled; edit /etc/default/saned
    [   22.406921] init: Failed to create pty - disabling logging for job
    [   22.420074] init: Failed to create pty - disabling logging for job
    [   22.453491] init: Failed to create pty - disabling logging for job
    [   22.467315] init: Failed to create pty - disabling logging for job
    [   22.481475] init: Failed to create pty - disabling logging for job
    [   22.499084] init: Failed to create pty - disabling logging for job
    [   22.512176] init: Failed to create pty - disabling logging for job
    [   22.526885] init: Failed to create pty - disabling logging for job
    [   22.539855] init: Failed to create pty - disabling logging for job
    [   22.675415] init: Failed to create pty - disabling logging for job
    [   22.754730] init: Failed to create pty - disabling logging for job
    [   23.558624] init: Failed to create pty - disabling logging for job

  • Is this an ubuntu system? The above log shows that graphics failed. I don't believe that the mainline has support for the Imagination GPU. I am not sure if it will be easier to backport the PMU patches to the kernel that you were using before. Do you know what kernel version that was?

    Is there something particular you wish to use PMU for?

    Cheers
    Jon

  • Yes it's ubuntu. I am doing a project that using PMU to profile programs.

    I tried the ubuntu kernel from TI's official tree before. It works well but the current version 3.4 does not have PMU support.

    So the GPU problem you mentioned is only existing in ubuntu distributions?  Is there any Linux distribution compatible with the mainline kernel and can run on panda?

    Thank you again your reply. I am new to this field. lol

    Terry

  • Terry Wang1 said:

    Yes it's ubuntu. I am doing a project that using PMU to profile programs.

    I tried the ubuntu kernel from TI's official tree before. It works well but the current version 3.4 does not have PMU support.

    Which official tree is this?

    Terry Wang1 said:

    So the GPU problem you mentioned is only existing in ubuntu distributions?  Is there any Linux distribution compatible with the mainline kernel and can run on panda?

    Have you tried this ...

    http://omappedia.org/wiki/OMAP_Ubuntu_Core

    Cheers
    Jon

  • Hi Jon,

    I followed the instructions in http://omappedia.org/wiki/OMAP_Ubuntu_Core.

    I created "serial-auto-detect-console.conf" in /etc/init and "serial-console" in /bin

    After booting, I cannot type from the keyboard to login. Here is the log:

    ************************************************************

    U-Boot 2011.09-rc2 (Oct 06 2011 - 17:56:54)
     
    CPU  : OMAP4430
    Board: OMAP4 Panda
    I2C:   ready
    DRAM:  1 GiB
    WARNING: Caches not enabled
    MMC:   OMAP SD/MMC: 0
    Using default environment
     
    In:    serial
    Out:   serial
    Err:   serial
    Net:   No ethernet found.
    Hit any key to stop autoboot:  3 2 1 0  
    reading uEnv.txt
     
    ** Unable to read "uEnv.txt" from mmc 0:1 **
    reading boot.scr
     
    228 bytes read
    Loaded script from boot.scr
    Running bootscript from mmc0 ...
    ## Executing script at 82000000
    reading uImage
     
    4298732 bytes read
    ## Booting kernel from Legacy Image at 80000000 ...
       Image Name:   Ubuntu kernel
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    4298668 Bytes = 4.1 MiB
       Load Address: 80008000
       Entry Point:  80008000
       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 3.0.0-1205-omap4 (buildd@kaylaberry) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #10-Ubuntu SMP PREEMPT Thu Sep 29 03:57:24 UTC 2011 (Ubuntu 3.0.0-1205.10-omap4 3.0.4)
    [    0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387f
    [    0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: OMAP4 Panda board
    [    0.000000] Reserving 33554432 bytes SDRAM for VRAM
    [    0.000000] Memory policy: ECC disabled, Data cache writealloc
    [    0.000000] OMAP4460 ES1.1
    [    0.000000] SRAM: Mapped pa 0x40300000 to va 0xfe400000 size: 0xe000
    [    0.000000] PERCPU: Embedded 7 pages/cpu @c1133000 s7584 r8192 d12896 u32768
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 251904
    [    0.000000] Kernel command line: rw vram=32M fixrtc mem=1G@0x80000000 root=/dev/mmcblk0p2 console=ttyO2,115200n8 rootwait
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] allocated 4194304 bytes of page_cgroup
    [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [    0.000000] Memory: 992MB = 992MB total
    [    0.000000] Memory: 993248k/993248k available, 55328k reserved, 229376K 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 : 0xf0800000 - 0xf8000000   ( 120 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .init : 0xc0008000 - 0xc004e000   ( 280 kB)
    [    0.000000]       .text : 0xc004e000 - 0xc0844a78   (8155 kB)
    [    0.000000]       .data : 0xc0846000 - 0xc08ae4b0   ( 418 kB)
    [    0.000000]        .bss : 0xc08ae4d4 - 0xc092a52c   ( 497 kB)
    [    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000] NR_IRQS:410
    [    0.000000] omap_hwmod: dpll_mpu_m2_ck: missing clockdomain for dpll_mpu_m2_ck.
    [    0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
    [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
    [    0.000000] Console: colour dummy device 80x30
    [    0.000122] Calibrating delay loop... 1392.74 BogoMIPS (lpj=5439488)
    [    0.070404] pid_max: default: 32768 minimum: 301
    [    0.070404] Security Framework initialized
    [    0.070739] AppArmor: AppArmor initialized
    [    0.070739] Yama: becoming mindful.
    [    0.070739] Mount-cache hash table entries: 512
    [    0.070739] Initializing cgroup subsys cpuacct
    [    0.071929] Initializing cgroup subsys memory
    [    0.071929] Initializing cgroup subsys devices
    [    0.071990] Initializing cgroup subsys freezer
    [    0.071990] Initializing cgroup subsys blkio
    [    0.071990] Initializing cgroup subsys perf_event
    [    0.072174] CPU: Testing write buffer coherency: ok
    [    0.072387] twd_timer_setup: no clock found
    [    0.072448] Calibrating local timer... 341.57MHz.
    [    0.117492] L310 cache controller enabled
    [    0.117492] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x5e470000, Cache size: 1048576 B
    [    0.193786] CPU1: Booted secondary processor
    [    0.262420] Brought up 2 CPUs
    [    0.262420] SMP: Total of 2 processors activated (2755.07 BogoMIPS).
    [    0.262817] devtmpfs: initialized
    [    0.266906] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for emif_fw
    [    0.266906] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_instr
    [    0.266998] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_1
    [    0.267028] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_2
    [    0.267028] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_abe
    [    0.267059] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_cfg
    [    0.267089] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_per
    [    0.267089] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_wkup
    [    0.267089] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for mpu_private
    [    0.267120] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for dsp
    [    0.267120] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for sl2if
    [    0.267425] omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
    [    0.275115] omap_hwmod: mcpdm: cannot be enabled (3)
    [    0.277252] print_constraints: dummy:  
    [    0.277557] NET: Registered protocol family 16
    [    0.278015] GPMC revision 6.0
    [    0.279693] OMAP GPIO hardware version 0.1
    [    0.279754] omap_device: omap_gpio.1: new worst case activate latency 0: 61035
    [    0.279937] OMAP GPIO hardware version 0.1
    [    0.279998] OMAP GPIO hardware version 0.1
    [    0.280181] OMAP GPIO hardware version 0.1
    [    0.280517] OMAP GPIO hardware version 0.1
    [    0.280700] OMAP GPIO hardware version 0.1
    [    0.280700] omap_mux_init: Add partition: #1: core, flags: 2
    [    0.280700] omap_mux_init: Add partition: #2: wkup, flags: 2
    [    0.284088] omap_device: omap_uart.2: new worst case activate latency 0: 30517
    [    0.284393] omap_device: omap_uart.3: new worst case activate latency 0: 183105
    [    0.291503] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
    [    0.291503] hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.
    [    0.291534] hw-breakpoint: maximum watchpoint size is 4 bytes.
    [    0.291534] omap_init_sham: platform not supported
    [    0.292633] omap_init_aes: platform not supported
    [    0.292633] pm_dbg_init: only OMAP3 supported
    [    0.292633] omap_ipussdev_init: could not look up iss
    [    0.292633] OMAP DMA hardware revision 0.0
    [    0.301116] bio: create slab <bio-0> at 0
    [    0.301574] print_constraints: vwl1271: 1800 mV  
    [    0.303192] SCSI subsystem initialized
    [    0.303436] omap_device: omap2_mcspi.1: new worst case activate latency 0: 122070
    [    0.303588] omap_device: omap2_mcspi.1: new worst case deactivate latency 0: 152587
    [    0.303955] omap_device: omap2_mcspi.4: new worst case activate latency 0: 183105
    [    0.304077] usbcore: registered new interface driver usbfs
    [    0.304077] usbcore: registered new interface driver hub
    [    0.304626] usbcore: registered new device driver usb
    [    0.305450] omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
    [    0.305450] Skipping twl internal clock init and using bootloader value (unknown osc rate)
    [    0.306610] twl6030: PIH (irq 39) chaining IRQs 368..387
    [    0.306732] print_constraints: VUSB: 3300 mV normal standby
    [    0.505462] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
    [    0.505615] twl6030: Interrupt status  0x040000
    [    0.506469] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
    [    0.506958] print_constraints: VPP: 1800 <--> 2500 mV at 1900 mV normal standby
    [    0.507354] print_constraints: VCXIO: 1800 mV normal standby
    [    0.507354] print_constraints: VDAC: 1800 mV normal standby
    [    0.508117] print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
    [    0.508575] print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
    [    0.508575] print_constraints: CLK32KG:  
    [    0.508575] print_constraints: VANA: 2100 mV normal standby
    [    0.509368] omap_device: omap_i2c.1: new worst case deactivate latency 0: 91552
    [    0.521575] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
    [    0.521850] omap_device: omap_i2c.3: new worst case activate latency 0: 61035
    [    0.529541] omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
    [    0.552093] omap_i2c omap_i2c.4: bus 4 rev4.0 at 400 kHz
    [    0.552093] Advanced Linux Sound Architecture Driver Version 1.0.24.
    [    0.553344] Bluetooth: Core ver 2.16
    [    0.553344] NET: Registered protocol family 31
    [    0.553436] Bluetooth: HCI device and connection manager initialized
    [    0.553466] Bluetooth: HCI socket layer initialized
    [    0.553894] cfg80211: Calling CRDA to update world regulatory domain
    [    0.554046] NetLabel: Initializing
    [    0.554779] NetLabel:  domain hash size = 128
    [    0.554779] NetLabel:  protocols = UNLABELED CIPSOv4
    [    0.554809] NetLabel:  unlabeled traffic allowed by default
    [    0.554809] Switching to clocksource 32k_counter
    [    0.559753] Switched to NOHz mode on CPU #0
    [    0.560058] Switched to NOHz mode on CPU #1
    [    0.565673] AppArmor: AppArmor Filesystem Enabled
    [    0.581207] musb-hdrc: version 6.0, musb-dma, otg (peripheral+host)
    [    0.581359] omap_device: musb-omap2430.-1: new worst case activate latency 0: 152587
    [    0.581695] musb-hdrc musb-hdrc: USB OTG mode controller at fc0ab000 using DMA, IRQ 124
    [    0.581817] NET: Registered protocol family 2
    [    0.582092] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.582092] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [    0.585693] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
    [    0.586395] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.587005] TCP reno registered
    [    0.587036] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.587036] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.587738] NET: Registered protocol family 1
    [    0.588287] RPC: Registered named UNIX socket transport module.
    [    0.588287] RPC: Registered udp transport module.
    [    0.588317] RPC: Registered tcp transport module.
    [    0.588317] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    1.489501] ipu-power ipu0: Test of writing to the device message log,done from ipu_pm_init
    [    1.490570] ipu-power initialized ipu, major: 252, minor: 0
    [    1.490936] omap-iommu omap-iommu.0: ducati registered
    [    1.490936] omap-iommu omap-iommu.1: tesla registered
    [    1.490936] iovmm-omap initialized ducati, major: 251, base-minor: 0
    [    1.491577] iovmm-omap initialized tesla, major: 251, base-minor: 1
    [    1.491577] omap-remoteproc omap-remoteproc.0: omap_rproc_probe: adding rproc tesla
    [    1.491577] omap-remoteproc omap-remoteproc.0: omap-rproc initialized tesla, major: 250, base-minor: 0
    [    1.492034] omap-remoteproc omap-remoteproc.1: omap_rproc_probe: adding rproc ducati-proc0
    [    1.492034] omap-remoteproc omap-remoteproc.1: omap-rproc initialized ducati-proc0, major: 250, base-minor: 1
    [    1.492248] omap-remoteproc omap-remoteproc.2: omap_rproc_probe: adding rproc ducati-proc1
    [    1.492248] omap-remoteproc omap-remoteproc.2: omap-rproc initialized ducati-proc1, major: 250, base-minor: 2
    [    1.492767] audit: initializing netlink socket (disabled)
    [    1.493225] type=2000 audit(1.500:1): initialized
    [    1.618865] highmem bounce pool size: 64 pages
    [    1.626861] VFS: Disk quotas dquot_6.5.2
    [    1.627227] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    1.632263] msgmni has been set to 1491
    [    1.634796] io scheduler noop registered
    [    1.634857] io scheduler deadline registered
    [    1.634857] io scheduler cfq registered (default)
    [    1.703460] OMAP DSS rev 4.0
    [    1.703765] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
    [    1.750457] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
    [    1.801940] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
    [    2.880706] console [ttyO2] enabled
    [    2.970916] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
    [    3.227203] [drm] Initialized drm 1.1.0 20060810
    [    3.227203] brd: module loaded
    [    3.239807] loop: module loaded
    [    3.243347] (stk) :sysfs entries created
    [    3.247558] (stk) : debugfs entries created  
    [    3.255432] usbcore: registered new interface driver smsc95xx
    [    3.261688] cdc_ncm: 01-June-2011
    [    3.265228] usbcore: registered new interface driver cdc_ncm
    [    3.271301] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    3.278503] _regulator_get: ehci-omap.0 supply hsusb0 not found, using dummy regulator
    [    3.287017] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
    [    3.292999] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
    [    3.300933] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
    [    3.320800] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
    [    3.327056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    3.327056] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.341827] usb usb1: Product: OMAP-EHCI Host Controller
    [    3.347442] usb usb1: Manufacturer: Linux 3.0.0-1205-omap4 ehci_hcd
    [    3.354064] usb usb1: SerialNumber: ehci-omap.0
    [    3.359588] hub 1-0:1.0: USB hub found
    [    3.363555] hub 1-0:1.0: 3 ports detected
    [    3.400329] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    3.407104] ohci-omap3 ohci-omap3.0: OMAP3 OHCI Host Controller
    [    3.407104] ohci-omap3 ohci-omap3.0: new USB bus registered, assigned bus number 2
    [    3.421508] ohci-omap3 ohci-omap3.0: irq 108, io mem 0x4a064800
    [    3.569244] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
    [    3.569244] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    3.569244] usb usb2: Product: OMAP3 OHCI Host Controller
    [    3.589691] usb usb2: Manufacturer: Linux 3.0.0-1205-omap4 ohci_hcd
    [    3.596313] usb usb2: SerialNumber: ohci-omap3.0
    [    3.601867] hub 2-0:1.0: USB hub found
    [    3.601867] hub 2-0:1.0: 3 ports detected
    [    3.610198] Initializing USB Mass Storage driver...
    [    3.610198] usbcore: registered new interface driver usb-storage
    [    3.622253] USB Mass Storage support registered.
    [    3.627471] mousedev: PS/2 mouse device common for all mice
    [    3.634399] omap_device: omap_i2c.1: new worst case activate latency 0: 915527
    [    3.643096] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
    [    3.649810] omap_device: omap_i2c.1: new worst case activate latency 0: 6439208
    [    3.657806] twl_rtc twl_rtc: Power up reset detected.
    [    3.664215] twl_rtc twl_rtc: Enabling TWL-RTC.
    [    3.669311] i2c /dev entries driver
    [    3.673889] lirc_dev: IR Remote Control driver registered, major 247  
    [    3.673889] Linux video capture interface: v2.00
    [    3.686767] wl1273_fm_module_init
    [    3.691711] Driver for 1-wire Dallas network protocol.
    [    3.692047] 1-Wire driver for the DS2760 battery monitor  chip  - (c) 2004-2005, Szabolcs Gyurko
    [    3.707092] omap_device: omap_wdt.-1: new worst case activate latency 0: 15045166
    [    3.715667] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    3.722137] device-mapper: uevent: version 1.0.3
    [    3.728332] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
    [    3.731597] Bluetooth: Bluetooth Driver for TI WiLink - Version 1.0
    [    3.744506] (stc): st_register(2)  
    [    3.747955] (stc):  chnl_id list empty :2  
    [    3.748016] (stk) : st_kim_start
    [    3.758361] cpuidle: using governor ladder
    [    3.758361] cpuidle: using governor menu
    [    3.778747] twl6030: Interrupt status  0x000800
    [    3.783721] _regulator_get: omap_hsmmc.0 supply vmmc_aux not found, using dummy regulator
    [    3.786102] usb 1-1: new high speed USB device number 2 using ehci-omap
    [    3.799591] omap_device: omap_i2c.1: new worst case deactivate latency 0: 152587
    [    3.808746] _regulator_get: omap_hsmmc.4 supply vmmc_aux not found, using dummy regulator
    [    3.818908] proc4430_drv_initializeModule
    [    3.823791] omap-devicehandler omap-devicehandler.0: omap_devh_probe: adding devh Tesla
    [    3.823791] omap-devh initialized Tesla, major: 241, base-minor: 0
    [    3.839660] omap-devicehandler omap-devicehandler.1: omap_devh_probe: adding devh SysM3
    [    3.848266] omap-devh initialized SysM3, major: 241, base-minor: 1
    [    3.854980] omap-devicehandler omap-devicehandler.2: omap_devh_probe: adding devh AppM3
    [    3.863586] omap-devh initialized AppM3, major: 241, base-minor: 2
    [    3.872680] SDP4430 SoC init
    [    3.876953] omap_device: aess.-1: new worst case activate latency 0: 1220703
    [    3.896484] (stk) :ldisc_install = 1
    [    3.923767] omap_device: omap-mcpdm.-1: new worst case activate latency 0: 30517
    [    3.931884] omap_device: omap-mcpdm.-1: new worst case deactivate latency 0: 30517
    [    3.940765] asoc: null-codec-dai <-> MultiMedia1 mapping ok
    [    3.949340] asoc: null-codec-dai <-> MultiMedia2 mapping ok
    [    3.957305] asoc: null-codec-dai <-> Voice mapping ok
    [    3.963592] asoc: null-codec-dai <-> Tones mapping ok
    [    3.969879] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
    [    3.971282] asoc: null-codec-dai <-> Vibra mapping ok
    [    3.972290] asoc: null-codec-dai <-> MODEM mapping ok
    [    3.973052] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
    [    3.973937] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
    [    3.976837] asoc: twl6040-dl1 <-> mcpdm-dl mapping ok
    [    3.978515] asoc: dmic-hifi <-> omap-dmic-dai-0 mapping ok
    [    3.981719] twl6040-codec twl6040-codec: ASoC: Failed to create Aux/FM Stereo In debugfs file
    [    3.982666] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
    [    3.983673] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
    [    3.984680] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
    [    3.985839] asoc: twl6040-vib <-> mcpdm-vib mapping ok
    [    3.986846] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
    [    3.987884] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
    [    3.988952] asoc: MODEM <-> omap-mcbsp-dai.1 mapping ok
    [    3.990173] asoc: dmic-hifi <-> omap-dmic-abe-dai-0 mapping ok
    [    3.991058] asoc: dmic-hifi <-> omap-dmic-abe-dai-1 mapping ok
    [    3.992095] asoc: dmic-hifi <-> omap-dmic-abe-dai-2 mapping ok
    [    3.993164] input: Panda Headset Jack as /devices/platform/soc-audio.0/sound/card0/input0
    [    3.993164] Error: Driver 'hdmi-audio-dai' is already registered, aborting...
    [    3.997985] OMAP4 HDMI audio SoC init
    [    3.998443] asoc: omap4-hdmi-audio-codec <-> hdmi-audio-dai mapping ok
    [    3.998443] ALSA device list:
    [    3.999786]   #0: TI OMAP4 Board
    [    3.999786]   #1: TI OMAP4 HDMI Board
    [    4.000549] aufs 2.1-standalone.tree-3.0-rcN-20110620
    [    4.000549] oprofile: hardware counters not available
    [    4.000549] oprofile: using timer interrupt.
    [    4.000915] TCP cubic registered
    [    4.000915] NET: Registered protocol family 10
    [    4.000915] NET: Registered protocol family 17
    [    4.000915] lib80211: common routines for IEEE802.11 drivers
    [    4.005981] Registering the dns_resolver key type
    [    4.005981] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
    [    4.155761] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    4.168365] ThumbEE CPU extension supported.
    [    4.168609] hub 1-1:1.0: USB hub found
    [    4.176879] hub 1-1:1.0: 5 ports detected
    [    4.176879] Registering SWP/SWPB emulation handler
    [    4.180145] omap2_set_init_voltage: unable to find boot up OPP for vdd_iva
    [    4.180206] omap2_set_init_voltage: Unable to put vdd_iva to its init voltage
    [    4.180206]  
    [    4.180847] Power Management for TI OMAP4.
    [    4.180969] sr_init: No PMIC hook to init smartreflex
    [    4.180969] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
    [    4.180969] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
    [    4.181488] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
    [    4.181488] SmartReflex Class3 initialized
    [    4.190277] registered taskstats version 1
    [    4.191467] regulator_init_complete: VANA: incomplete constraints, leaving on
    [    4.191894] regulator_init_complete: CLK32KG: incomplete constraints, leaving on
    [    4.193023] regulator_init_complete: VDAC: incomplete constraints, leaving on
    [    4.193389] regulator_init_complete: VCXIO: incomplete constraints, leaving on
    [    4.194152] regulator_init_complete: VUSB: incomplete constraints, leaving on
    [    4.282867] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    [    4.329101] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    4.372070] mmc0: new SDXC card at address e624
    [    4.377319] mmcblk0: mmc0:e624 SU64G 59.4 GiB  
    [    4.391448] omapdss DISPC error: timeout waiting for EVSYNC
    [    4.397430] omap_vout omap_vout: 'hdmi' Display already enabled
    [    4.403686] omap_vout omap_vout: Buffer Size = 3686400
    [    4.409332]  mmcblk0: p1 p2
    [    4.409759] omap_vout omap_vout: : registered and initialized video device 1
    [    4.410247] omap_vout omap_vout: Buffer Size = 3686400
    [    4.410247] omap_vout omap_vout: : registered and initialized video device 2
    [    4.572692] mmc1: card claims to support voltages below the defined range. These will be ignored.
    [    4.603302] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
    [    4.610229] mmc1: new SDIO card at address 0001
    [    4.637268] usb 1-1.1: new high speed USB device number 3 using ehci-omap
    [    4.845672] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
    [    4.852935] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    4.863555] smsc95xx v1.0.4
    [    4.893188] (stk) :line disc installation timed out  
    [    4.893646] (stk) :ldisc_install = 0
    [    4.957000] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, 2e:60:27:ea:49:01
    [    5.004760] (stk) :ldisc_install = 1
    [    5.080902] usb 1-1.2: new high speed USB device number 4 using ehci-omap
    [    5.297302] usb 1-1.2: New USB device found, idVendor=05ac, idProduct=1006
    [    5.304565] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    5.312286] usb 1-1.2: Product: Keyboard Hub
    [    5.316772] usb 1-1.2: Manufacturer: Apple, Inc.
    [    5.321685] usb 1-1.2: SerialNumber: 000000000000
    [    5.327423] hub 1-1.2:1.0: USB hub found
    [    5.331634] hub 1-1.2:1.0: 3 ports detected
    [    5.663635] usb 1-1.2.2: new low speed USB device number 5 using ehci-omap
    [    5.823150] usb 1-1.2.2: New USB device found, idVendor=05ac, idProduct=0220
    [    5.830596] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    5.838531] usb 1-1.2.2: Product: Apple Keyboard
    [    5.838531] usb 1-1.2.2: Manufacturer: Apple, Inc
    [    6.007934] (stk) :line disc installation timed out  
    [    6.013000] (stk) :ldisc_install = 0
    [    6.117614] (stk) :ldisc_install = 1
    [    6.460083] Not enabling generic panel as no connector is detected
    [    6.460083] omapdrm omapdrm.0: could not create connector
    [    7.360656] (stk) :line disc installation timed out  
    [    7.360717] (stk) :ldisc_install = 0
    [    7.471832] (stk) :ldisc_install = 1
    [    8.564697] No connectors reported connected with modes
    [    8.564727] [drm] Cannot find any crtc or sizes - going 1024x768
    [    8.603637] (stk) :line disc installation timed out  
    [    8.606353] (stk) :ldisc_install = 0
    [    8.627105] Console: switching to colour frame buffer device 128x48
    [    8.647186] fb0: omapdrm frame buffer device
    [    8.647186] drm: registered panic notifier
    [    8.656005] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [    8.662994] [drm] No driver support for vblank timestamp query.
    [    8.669372] [drm] Initialized omapdrm 1.0.0 20110403 on minor 0
    [    8.689270] EXT3-fs: barriers not enabled
    [    8.695098] kjournald starting.  Commit interval 5 seconds
    [    8.717285] (stk) :ldisc_install = 1
    [    8.719482] EXT3-fs (mmcblk0p2): using internal journal
    [    8.719482] EXT3-fs (mmcblk0p2): mounted filesystem with writeback data mode
    [    8.719512] VFS: Mounted root (ext3 filesystem) on device 179:2.
    [    8.731750] devtmpfs: mounted
    [    8.731750] Freeing init memory: 280K
    [    9.743133] (stk) :line disc installation timed out  
    [   10.867736] (stk) :line disc installation timed out  
    [   10.871551] (stc):  KIM failure complete callback  
    [   10.881622] fmdrv: ST reg comp CB called with error status 146
    [   10.888397] ti_st_open: st_register failed -22
    [   10.893218] fmdrv: Unable to prepare FM CORE
     
    Ubuntu 11.10 localhost.localdomain ttyO2
     
    localhost.localdomain login:

  • It seems to be a bug for Ubuntu 11.10.

    Everything looks OK for Ubuntu Core 12.04.

    Thanks,

    Terry

  • Ok, great thanks for the follow up. Let me know if you can get PMU working. Jon

  • Unfortunately, the kernel built from source gives the same error:

     * Starting load fallback graphics devices [fail]

    I have tried kernels from

    git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

    git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git

    both are failed with the same error.

    The only built kernel that can run on the panda 4460 is from git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git, which has a newest version 3.4.

    Is it because of the device driver?


    Thanks,

    Terry


  • Hi Terry,

    I am using pandaboard omap4460 with ubuntu-12.04(Ubuntu 12.04 Precise Pangolin desktop) and facing 2 issues-

    1- no display on LCD screen connected via HDMI cable to Pandaboard

    2- it got hanged at the end while booting.

    Following is the boot log from serial console:

    ------------------------------------------------------------------------------------------------------------------------------------------------------

    ## Booting kernel from Legacy Image at 80000000 ...
       Image Name:   Ubuntu Kernel
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    4434720 Bytes = 4.2 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:    6608309 Bytes = 6.3 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] Booting Linux on physical CPU 0                                                         
    [    0.000000] Initializing cgroup subsys cpuset                                                       
    [    0.000000] Initializing cgroup subsys cpu                                                          
    [    0.000000] Linux version 3.2.0-1412-omap4 (buildd@shedir) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-)
    [    0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d                        
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache                
    [    0.000000] Machine: OMAP4 Panda board                                                              
    [    0.000000] Reserving 41943040 bytes SDRAM for VRAM                                                 
    [    0.000000] Memory policy: ECC disabled, Data cache writealloc                                      
    [    0.000000] OMAP4460 ES1.1                                                                          
    [    0.000000] PERCPU: Embedded 8 pages/cpu @c1240000 s10080 r8192 d14496 u32768                       
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 235264             
    [    0.000000] Kernel command line: ro elevator=noop vram=40M mem=456M@0x80000000 mem=512M@0xA0000000 i
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)                                    
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)                        
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)                          
    [    0.000000] allocated 4194304 bytes of page_cgroup                                                  
    [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups              
    [    0.000000] Memory: 456MB 471MB = 927MB total                                                       
    [    0.000000] Memory: 919540k/919540k available, 71692k reserved, 220160K highmem                     
    [    0.000000] Virtual kernel memory layout:                                                           
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)                                       
    [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)                                       
    [    0.000000]     vmalloc : 0xf0800000 - 0xf8000000   ( 120 MB)                                       
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)                                       
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)                                       
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)                                       
    [    0.000000]       .text : 0xc0008000 - 0xc08b334c   (8877 kB)                                       
    [    0.000000]       .init : 0xc08b4000 - 0xc0918760   ( 402 kB)                                       
    [    0.000000]       .data : 0xc091a000 - 0xc09710a8   ( 349 kB)                                       
    [    0.000000]        .bss : 0xc09710cc - 0xc0a37a0c   ( 795 kB)                                       
    [    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1                 
    [    0.000000] Preemptible hierarchical RCU implementation.                                            
    [    0.000000] NR_IRQS:410 nr_irqs:410 410                                                             
    [    0.000000] ------------[ cut here ]------------                                                    
    [    0.000000] WARNING: at /build/buildd/linux-ti-omap4-3.2.0/arch/arm/common/gic.c:611 gic_init+0xb0/)
    [    0.000000] Cannot allocate irq_descs @ IRQ16, assuming pre-allocated                               
    [    0.000000] Modules linked in:                                                                      
    [    0.000000] [<c0015cd0>] (unwind_backtrace+0x0/0xec) from [<c05b9fd4>] (dump_stack+0x20/0x24)       
    [    0.000000] [<c05b9fd4>] (dump_stack+0x20/0x24) from [<c0052a64>] (warn_slowpath_common+0x5c/0x74)  
    [    0.000000] [<c0052a64>] (warn_slowpath_common+0x5c/0x74) from [<c0052b38>] (warn_slowpath_fmt+0x40)
    [    0.000000] [<c0052b38>] (warn_slowpath_fmt+0x40/0x48) from [<c08bbc50>] (gic_init+0xb0/0x11c)      
    [    0.000000] [<c08bbc50>] (gic_init+0xb0/0x11c) from [<c08bf360>] (gic_init_irq+0x6c/0x80)           
    [    0.000000] [<c08bf360>] (gic_init_irq+0x6c/0x80) from [<c08b74bc>] (init_IRQ+0x1c/0x24)            
    [    0.000000] [<c08b74bc>] (init_IRQ+0x1c/0x24) from [<c08b4774>] (start_kernel+0x184/0x318)          
    [    0.000000] [<c08b4774>] (start_kernel+0x184/0x318) from [<80008044>] (0x80008044)                  
    [    0.000000] ---[ end trace da227214a82491b7 ]---                                                    
    [    0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz                                            
    [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms              
    [    0.000000] Console: colour dummy device 80x30                                                      
    [    0.000152] Calibrating delay loop... 1392.74 BogoMIPS (lpj=5439488)                                
    [    0.070404] pid_max: default: 32768 minimum: 301                                                    
    [    0.070648] Security Framework initialized                                                          
    [    0.070739] AppArmor: AppArmor initialized                                                          
    [    0.070739] Yama: becoming mindful.                                                                 
    [    0.071044] Mount-cache hash table entries: 512                                                     
    [    0.072174] Initializing cgroup subsys cpuacct                                                      
    [    0.072235] Initializing cgroup subsys memory                                                       
    [    0.072296] Initializing cgroup subsys devices                                                      
    [    0.072326] Initializing cgroup subsys freezer                                                      
    [    0.072326] Initializing cgroup subsys net_cls                                                      
    [    0.072357] Initializing cgroup subsys blkio                                                        
    [    0.072387] Initializing cgroup subsys perf_event                                                   
    [    0.072540] CPU: Testing write buffer coherency: ok                                                 
    [    0.072631] ftrace: allocating 25675 entries in 76 pages                                            
    [    0.117462] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000                                        
    [    0.117523] Calibrating local timer... 341.55MHz.                                                   
    [    0.164306] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available            
    [    0.164428] Setting up static identity map for 0x805d4dd0 - 0x805d4e18                              
    [    0.164459] L310 cache controller enabled                                                           
    [    0.164459] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x5e470000, Cache size: 1048576 B          
    [    0.240875] CPU1: Booted secondary processor                                                        
    [    0.271057] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001                                        
    [    0.271087] CPU1: Unknown IPI message 0x1                                                           
    [    0.271118] Brought up 2 CPUs                                                                       
    [    0.271148] SMP: Total of 2 processors activated (2755.07 BogoMIPS).                                
    [    0.272125] devtmpfs: initialized                                                                   
    [    0.276947] omap_hwmod: l4_div_ck: missing clockdomain for l4_div_ck.                               
    [    0.332153] omap_hwmod: mcpdm: _wait_target_ready: -16                                              
    [    0.332183] ------------[ cut here ]------------                                                    
    [    0.332214] WARNING: at /build/buildd/linux-ti-omap4-3.2.0/arch/arm/mach-omap2/omap_hwmod.c:1509 _e)
    [    0.332214] Modules linked in:                                                                      
    [    0.332275] [<c0015cd0>] (unwind_backtrace+0x0/0xec) from [<c05b9fd4>] (dump_stack+0x20/0x24)       
    [    0.332305] [<c05b9fd4>] (dump_stack+0x20/0x24) from [<c0052a64>] (warn_slowpath_common+0x5c/0x74)  
    [    0.332336] [<c0052a64>] (warn_slowpath_common+0x5c/0x74) from [<c0052aa8>] (warn_slowpath_null+0x2)
    [    0.332366] [<c0052aa8>] (warn_slowpath_null+0x2c/0x34) from [<c0022a34>] (_enable+0x1ec/0x220)     
    [    0.332397] [<c0022a34>] (_enable+0x1ec/0x220) from [<c0022e64>] (_setup.part.13+0x20/0xf0)         
    [    0.332427] [<c0022e64>] (_setup.part.13+0x20/0xf0) from [<c0022fc8>] (_setup+0x94/0x9c)            
    [    0.332458] [<c0022fc8>] (_setup+0x94/0x9c) from [<c0023174>] (omap_hwmod_for_each+0x38/0x68)       
    [    0.332489] [<c0023174>] (omap_hwmod_for_each+0x38/0x68) from [<c08be724>] (omap_hwmod_setup_all+0x)
    [    0.332519] [<c08be724>] (omap_hwmod_setup_all+0x74/0xa0) from [<c000876c>] (do_one_initcall+0xa0/0)
    [    0.332550] [<c000876c>] (do_one_initcall+0xa0/0x170) from [<c08b49d0>] (kernel_init+0xc8/0x170)    
    [    0.332580] [<c08b49d0>] (kernel_init+0xc8/0x170) from [<c000ee84>] (kernel_thread_exit+0x0/0x8)    
    [    0.332580] ---[ end trace da227214a82491b8 ]---                                                    
    [    0.332611] omap_hwmod: mcpdm: cannot be enabled (3)         [    0.339324] Enabling ERRATA 751472
    [    0.339355] OMAP4: Map 0xafe00000 to 0xfe600000 for dram barrier
    [    0.340301] print_constraints: dummy:
    [    0.340606] NET: Registered protocol family 16
    [    0.341064] Trying to unpack rootfs image as initramfs...
    [    0.347625] GPMC revision 6.0
    [    0.347717]  mpu.0: alias fck already exists
    [    0.348052]  iva.0: alias fck already exists
    [    0.349487] OMAP GPIO hardware version 0.1
    [    0.351165] omap_mux_init: Add partition: #1: core, flags: 2
    [    0.352203] omap_mux_init: Add partition: #2: wkup, flags: 2
    [    0.363861] SRAM: Mapped pa 0x40300000 to va 0xf0850000 size: 0xd000
    [    0.367370] _omap_mux_init_gpio: Could not set gpio7
    [    0.367431] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
    [    0.367431] hw-breakpoint: maximum watchpoint size is 4 bytes.
    [    0.373260] omap_ipussdev_init: could not look up fdif
    [    0.374206] OMAP DMA hardware revision 0.0
    [    0.382293] bio: create slab <bio-0> at 0
    [    0.383239] print_constraints: vwl1271: 1800 mV
    [    0.384490] i2c-core: driver [twl] using legacy suspend method
    [    0.384490] i2c-core: driver [twl] using legacy resume method
    [    0.385284] SCSI subsystem initialized
    [    0.386871] usbcore: registered new interface driver usbfs
    [    0.386932] usbcore: registered new interface driver hub
    [    0.387145] usbcore: registered new device driver usb
    [    0.400756] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
    [    0.401428] Skipping twl internal clock init and using bootloader value (unknown osc rate)
    [    0.401947] twl6030: PIH (irq 39) chaining IRQs 368..387
    [    0.402618] print_constraints: VUSB: 3300 mV normal standby
    [    0.605377] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
    [    0.606414] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
    [    0.607025] print_constraints: VPP: 1800 <--> 2500 mV at 1900 mV normal standby
    [    0.607513] print_constraints: VUSIM: 1200 <--> 2900 mV at 1800 mV normal standby
    [    0.608093] print_constraints: VCXIO: 1800 mV normal standby
    [    0.608428] print_constraints: VDAC: 1800 mV normal standby
    [    0.608917] print_constraints: VAUX1_6030: 1000 <--> 3000 mV at 2800 mV normal standby
    [    0.608978] twl_reg twl_reg.37: Failed to set supply vmmc
    [    0.609069] twl_reg twl_reg.37: can't register VAUX1_6030, -16
    [    0.609100] twl_reg: probe of twl_reg.37 failed with error -16
    [    0.609527] print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
    [    0.610046] print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
    [    0.610382] print_constraints: CLK32KG:
    [    0.610748] print_constraints: VANA: 2100 mV normal standby
    [    0.621856] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
    [    0.637084] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
    [    0.652343] omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
    [    0.653106] iommu_enable: NULL arch_iommu
    [    0.653137] omap-iommu omap-iommu.0: can't get omap iommu: -19
    [    0.653137] omap-iommu omap-iommu.0: can't attach iommu device: -19
    [    0.653228] omap-iommu omap-iommu.1: tesla registered
    [    0.653381] Advanced Linux Sound Architecture Driver Version 1.0.24.
    [    0.654022] NetLabel: Initializing
    [    0.654022] NetLabel:  domain hash size = 128
    [    0.654022] NetLabel:  protocols = UNLABELED CIPSOv4
    [    0.654083] NetLabel:  unlabeled traffic allowed by default
    [    0.654541] Switching to clocksource 32k_counter
    [    0.674530] FS-Cache: Loaded
    [    0.674804] AppArmor: AppArmor Filesystem Enabled
    [    0.689208] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
    [    0.689849] musb-hdrc musb-hdrc: USB OTG mode controller at fc0ab000 using DMA, IRQ 124
    [    0.690155] NET: Registered protocol family 2
    [    0.690582] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.691925] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [    0.694122] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
    [    0.695373] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.695404] TCP reno registered
    [    0.695404] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.695465] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.695983] NET: Registered protocol family 1
    [    0.874603] ipu-power ipu0: Test of writing to the device message log,done from ipu_pm_init
    [    0.874633] ipu-power initialized ipu, major: 253, minor: 0
    [    0.875244] iovmm-omap initialized ducati, major: 252, base-minor: 0
    [    0.875457] iovmm-omap initialized tesla, major: 252, base-minor: 1
    [    0.876434] omap-remoteproc omap-remoteproc.0: omap_rproc_probe: adding rproc tesla
    [    0.876647] omap-remoteproc omap-remoteproc.0: omap-rproc initialized tesla, major: 251, base-minor: 0
    [    0.876708] omap-remoteproc omap-remoteproc.1: omap_rproc_probe: adding rproc ducati-proc0
    [    0.876892] omap-remoteproc omap-remoteproc.1: omap-rproc initialized ducati-proc0, major: 251, base-minor: 1
    [    0.876953] omap-remoteproc omap-remoteproc.2: omap_rproc_probe: adding rproc ducati-proc1
    [    0.877166] omap-remoteproc omap-remoteproc.2: omap-rproc initialized ducati-proc1, major: 251, base-minor: 2
    [    0.877899] audit: initializing netlink socket (disabled)
    [    0.877960] type=2000 audit(0.851:1): initialized
    [    0.997253] highmem bounce pool size: 64 pages
    [    1.015350] VFS: Disk quotas dquot_6.5.2
    [    1.015838] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    1.019561] fuse init (API version 7.17)
    [    1.020172] msgmni has been set to 1365
    [    1.022613] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
    [    1.022827] io scheduler noop registered (default)
    [    1.022827] io scheduler deadline registered
    [    1.022888] io scheduler cfq registered
    [    1.023620] OMAP DSS rev 4.0
    [    1.055633] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
    [    1.068756] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
    [    1.115631] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
    [    2.318786] console [ttyO2] enabled
    [    2.357818] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
    [    2.381713] [drm] Initialized drm 1.1.0 20060810
    [    2.387359] brd: module loaded
    [    2.395812] loop: module loaded
    [    2.399291] (stk) :sysfs entries created
    [    2.403472] (stk) : debugfs entries created
    [    2.408721] Non-trimmed BGAP, Temp not accurate
    [    2.413757] thermal_sensor_dev_register:Need to init the cpu domain
    [    2.427307] Fixed MDIO Bus: probed
    [    2.430969] tun: Universal TUN/TAP device driver, 1.6
    [    2.436340] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
    [    2.443298] PPP generic driver version 2.4.2
    [    2.448242] usbcore: registered new interface driver smsc95xx
    [    2.454650] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    2.461791] _regulator_get: ehci-omap.0 supply hsusb0 not found, using dummy regulator
    [    2.470367] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
    [    2.476715] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
    [    2.484741] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
    [    2.506195] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
    [    2.512481] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    2.519714] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.527374] usb usb1: Product: OMAP-EHCI Host Controller
    [    2.533020] usb usb1: Manufacturer: Linux 3.2.0-1412-omap4 ehci_hcd
    [    2.539672] usb usb1: SerialNumber: ehci-omap.0
    [    2.545318] hub 1-0:1.0: USB hub found
    [    2.549316] hub 1-0:1.0: 3 ports detected
    [    2.584381] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    2.591156] ohci-omap3 ohci-omap3.0: OMAP3 OHCI Host Controller
    [    2.597747] ohci-omap3 ohci-omap3.0: new USB bus registered, assigned bus number 2
    [    2.605987] ohci-omap3 ohci-omap3.0: irq 108, io mem 0x4a064800
    [    2.690185] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
    [    2.697418] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    2.705078] usb usb2: Product: OMAP3 OHCI Host Controller
    [    2.710815] usb usb2: Manufacturer: Linux 3.2.0-1412-omap4 ohci_hcd
    [    2.717468] usb usb2: SerialNumber: ohci-omap3.0
    [    2.723144] hub 2-0:1.0: USB hub found
    [    2.727172] hub 2-0:1.0: 3 ports detected
    [    2.732147] Initializing USB Mass Storage driver...
    [    2.737518] usbcore: registered new interface driver usb-storage
    [    2.743896] USB Mass Storage support registered.
    [    2.749298] mousedev: PS/2 mouse device common for all mice
    [    2.755676] i2c-core: driver [tm12xx_ts] using legacy suspend method
    [    2.762603] i2c-core: driver [tm12xx_ts] using legacy resume method
    [    2.770080] twl_rtc twl_rtc: Power up reset detected.
    [    2.776641] twl_rtc twl_rtc: Enabling TWL-RTC.
    [    2.783233] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
    [    2.795410] Linux media interface: v0.10
    [    2.799652] Linux video capture interface: v2.00
    [    2.808502] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    2.815582] device-mapper: uevent: version 1.0.3
    [    2.821319] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
    [    2.832702] _regulator_get: omap_hsmmc.0 supply vmmc_aux not found, using dummy regulator
    [    2.844329] _regulator_get: omap_hsmmc.4 supply vmmc_aux not found, using dummy regulator
    [    2.881225] usb 1-1: new high-speed USB device number 2 using ehci-omap
    [    2.930786] thermal_governor_dev_register:Adding omap_ondie_governor governor
    [    2.938385] thermal_init_thermal_state:Not all components registered for cpu domain sensor   (null), gov=ee52d840, cooling=  (null)
    [    2.960235] proc4430_drv_initializeModule
    [    2.965118] omap-devicehandler omap-devicehandler.0: omap_devh_probe: adding devh Tesla
    [    2.974090] omap-devh initialized Tesla, major: 242, base-minor: 0
    [    2.980895] omap-devicehandler omap-devicehandler.1: omap_devh_probe: adding devh SysM3
    [    2.989593] omap-devh initialized SysM3, major: 242, base-minor: 1
    [    2.996398] omap-devicehandler omap-devicehandler.2: omap_devh_probe: adding devh AppM3
    [    3.005157] omap-devh initialized AppM3, major: 242, base-minor: 2
    [    3.014434] SDP4430 SoC init
    [    3.050445] asoc: null-codec-dai <-> MultiMedia1 mapping ok
    [    3.057434] asoc: null-codec-dai <-> MultiMedia2 mapping ok
    [    3.064117] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
    [    3.072631] asoc: null-codec-dai <-> Voice mapping ok
    [    3.078063] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    3.086883] asoc: null-codec-dai <-> Tones mapping ok
    [    3.093231] hub 1-1:1.0: USB hub found
    [    3.098266] asoc: null-codec-dai <-> Vibra mapping ok
    [    3.103851] hub 1-1:1.0: 5 ports detected
    [    3.109161] asoc: null-codec-dai <-> MODEM mapping ok
    [    3.114562] mmc0: host does not support reading read-only switch. assuming write-enable.
    [    3.123382] mmc0: new SDHC card at address e624
    [    3.129058] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
    [    3.137420] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
    [    3.143554] mmcblk0: mmc0:e624 SD08G 7.40 GiB
    [    3.149993] asoc: twl6040-legacy <-> mcpdm-dl mapping ok
    [    3.156707] asoc: dmic-hifi <-> omap-dmic-dai-0 mapping ok
    [    3.162719]  mmcblk0: p1 p2
    [    3.179321] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
    [    3.185302] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
    [    3.201904] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
    [    3.207855] asoc: twl6040-vib <-> mcpdm-vib mapping ok
    [    3.225738] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
    [    3.232299] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
    [    3.248901] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
    [    3.264495] asoc: MODEM <-> omap-mcbsp-dai.1 mapping ok
    [    3.270507] asoc: dmic-hifi <-> omap-dmic-abe-dai-0 mapping ok
    [    3.287902] asoc: dmic-hifi <-> omap-dmic-abe-dai-1 mapping ok
    [    3.299743] asoc: dmic-hifi <-> omap-dmic-abe-dai-2 mapping ok
    [    3.309875] input: PandaES Headset Jack as /devices/platform/soc-audio.0/sound/card0/input0
    [    3.323028] Error: Driver 'hdmi-audio-dai' is already registered, aborting...
    [    3.330810] OMAP4 HDMI audio SoC init
    [    3.336120] asoc: omap4-hdmi-audio-codec <-> hdmi-audio-dai mapping ok
    [    3.344055] ALSA device list:
    [    3.348266]   #0: TI OMAP4 Board
    [    3.353759]   #1: TI OMAP4 HDMI Board
    [    3.357849] u32 classifier
    [    3.360809] mmc1: card claims to support voltages below the defined range. These will be ignored.
    [    3.370269]     Actions configured
    [    3.375427] TCP cubic registered
    [    3.379699] NET: Registered protocol family 10
    [    3.387969] NET: Registered protocol family 17
    [    3.393005] lib80211: common routines for IEEE802.11 drivers
    [    3.399108] Registering the dns_resolver key type
    [    3.404174] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
    [    3.412414] ThumbEE CPU extension supported.
    [    3.417022] Registering SWP/SWPB emulation handler
    [    3.426696] thermal_cooling_dev_register:Found cpu cpu
    [    3.432281] thermal_cooling_dev_register: doing deferred tdev
    [    3.438476] usb 1-1.1: new high-speed USB device number 3 using ehci-omap
    [    3.445739] thermal_sensor_dev_register:Found cpu cpu
    [    3.451141] thermal_sensor_dev_register:Adding omap_ondie_sensor sensor
    [    3.458312] thermal_init_thermal_state: Getting initial temp for cpu domain
    [    3.465789] thermal_request_temp
    [    3.469268] omap_safe_zone:hot spot temp 61697
    [    3.473999] cpufreq_apply_cooling: Unthrottle cool level 0 curr cool 125000
    [    3.481475] omap_thermal_step_freq_up: temperature reduced, stepping up to 0
    [    3.489471]    thermal_request_temp got 50400
    [    3.495025] omap_sr_disable: omap_sr struct for sr_mpu not found
    [    3.501586] omap_sr_disable: omap_sr struct for sr_mpu not found
    [    3.508148] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
    [    3.514038] Power Management for TI OMAP4.
    [    3.518676] sr_init: No PMIC hook to init smartreflex
    [    3.525573] mmc1: new SDIO card at address 0001
    [    3.530426] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
    [    3.540161] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
    [    3.548767] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
    [    3.557189] SmartReflex Class3 initialized
    [    3.571166] registered taskstats version 1
    [    3.593017] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
    [    3.593017] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    3.611022] smsc95xx v1.0.4
    [    3.724914] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, 2e:60:19:d0:46:01
    [    4.927490] Freeing initrd memory: 6452K
    [    4.968597] regulator_init_complete: VANA: incomplete constraints, leaving on
    [    4.976776] regulator_init_complete: CLK32KG: incomplete constraints, leaving on
    [    4.985931] regulator_init_complete: VDAC: incomplete constraints, leaving on
    [    4.994781] regulator_init_complete: VUSB: incomplete constraints, leaving on
    [    5.003295] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:02 UTC (946684802)
    [    5.030395] omapdrm omapdrm.0: dvi has no driver.. skipping it
    [    5.036651] No connectors reported connected with modes
    [    5.042266] [drm] Cannot find any crtc or sizes - going 1024x768
    [    5.090393] Console: switching to colour frame buffer device 128x48
    [    5.113769] fb0: omapdrm frame buffer device
    [    5.118347] drm: registered panic notifier
    [    5.118347] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [    5.129821] [drm] No driver support for vblank timestamp query.
    [    5.136138] [drm] Initialized omapdrm 1.0.0 20110403 on minor 0
    [    5.142913] Freeing init memory: 400K
    Loading, please wait...
    [    5.263793] udevd[100]: starting version 175
    Begin: Loading essential drivers ... [    5.981323] Btrfs loaded
    [    6.020721] xor: measuring software checksum speed
    [    6.064849]    arm4regs  :   709.120 MB/sec
    [    6.107818]    8regs     :   543.232 MB/sec
    [    6.146972]    32regs    :   573.952 MB/sec
    [    6.150634] xor: using function: arm4regs (709.120 MB/sec)
    [    6.161132] device-mapper: dm-raid45: initialized v0.2594b
    done.
    Begin: Running /scripts/init-premount ... done.
    Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
    Begin: Running /scripts/local-premount ... done.
    [    6.881622] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
    [    6.890991] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
    [    7.265930] EXT4-fs (mmcblk0p2): recovery complete
    [    7.276641] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    Begin: Running /scripts/local-bottom ... done.
    done.
    Begin: Running /scripts/init-bottom ... done.
    fsck from util-linux 2.20.1
    /dev/mmcblk0p2: clean, 119757/961536 files, 1952531/7688192 blocks
    modem-manager[632]: <info>  ModemManager (version 0.5.2.0) starting...

    modem-manager[632]: <info>  Loaded plugin Sierra

    modem-manager[632]: <info>  Loaded plugin ZTE

    modem-manager[632]: <info>  Loaded plugin Wavecom

    modem-manager[632]: <info>  Loaded plugin Gobi

    modem-manager[632]: <info>  Loaded plugin Novatel

    modem-manager[632]: <info>  Loaded plugin SimTech

    modem-manager[632]: <info>  Loaded plugin Longcheer

    modem-manager[632]: <info>  Loaded plugin Huawei

    modem-manager[632]: <info>  Loaded plugin Generic

    modem-manager[632]: <info>  Loaded plugin Nokia

    modem-manager[632]: <info>  Loaded plugin X22X

    modem-manager[632]: <info>  Loaded plugin Samsung

    modem-manager[632]: <info>  Loaded plugin Option High-Speed

    modem-manager[632]: <info>  Loaded plugin MotoC

    modem-manager[632]: <info>  Loaded plugin Option

    modem-manager[632]: <info>  Loaded plugin AnyData

    modem-manager[632]: <info>  Loaded plugin Ericsson MBM

    modem-manager[632]: <info>  Loaded plugin Linktop

     * Starting mDNS/DNS-SD daemon[ OK ]
     * Starting network connection manager[ OK ]
     * Starting bluetooth daemon[ OK ]
     * Stopping Mount filesystems on boot[ OK ]
    Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
    Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
    [ OK ]rting AppArmor profiles        
    speech-dispatcher disabled; edit /etc/default/speech-dispatcher
    saned disabled; edit /etc/default/saned
     * Stopping System V initialisation compatibility[ OK ]
     * Starting System V runlevel compatibility[ OK ]
     * Starting anac(h)ronistic cron[ OK ]
     * Starting save kernel messages[ OK ]
     * Starting End-user configuration after initial OEM installation[ OK ]
     * Starting CUPS printing spooler/server[ OK ]
     * Starting automatic crash report generation[ OK ]
     * Starting regular background program processing daemon[ OK ]
     * Starting deferred execution scheduler[ OK ]
     * Starting CPU interrupts balancing daemon[ OK ]
     * Stopping System V runlevel compatibility[ OK ]
     * Starting crash report submission daemon[ OK ]
     * Stopping save kernel messages[ OK ]
     * Stopping cold plug devices[ OK ]
     * Stopping log initial device creation[ OK ]
     * Starting enable remaining boot-time encrypted block devices[ OK ]
     * Starting configure network device security[ OK ]
     * Starting configure virtual network devices[ OK ]
     * Stopping enable remaining boot-time encrypted block devices[ OK ]
     * Stopping configure virtual network devices[ OK ]

    Begin: Loading essential drivers ... done.
    Begin: Running /scripts/init-premount ... done.
    Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
    Begin: Running /scripts/local-premount ... done.
    Begin: Running /scripts/local-bottom ... done.
    done.
    Begin: Running /scripts/init-bottom ... done.
    fsck from util-linux 2.20.1
    /dev/mmcblk0p2: clean, 119757/961536 files, 1952531/7688192 blocks
    modem-manager[632]: <info>  ModemManager (version 0.5.2.0) starting...

    modem-manager[632]: <info>  Loaded plugin Sierra

    modem-manager[632]: <info>  Loaded plugin ZTE

    modem-manager[632]: <info>  Loaded plugin Wavecom

    modem-manager[632]: <info>  Loaded plugin Gobi

    modem-manager[632]: <info>  Loaded plugin Novatel

    modem-manager[632]: <info>  Loaded plugin SimTech

    modem-manager[632]: <info>  Loaded plugin Longcheer

    modem-manager[632]: <info>  Loaded plugin Huawei

    modem-manager[632]: <info>  Loaded plugin Generic

    modem-manager[632]: <info>  Loaded plugin Nokia

    modem-manager[632]: <info>  Loaded plugin X22X

    modem-manager[632]: <info>  Loaded plugin Samsung

    modem-manager[632]: <info>  Loaded plugin Option High-Speed

    modem-manager[632]: <info>  Loaded plugin MotoC

    modem-manager[632]: <info>  Loaded plugin Option

    modem-manager[632]: <info>  Loaded plugin AnyData

    modem-manager[632]: <info>  Loaded plugin Ericsson MBM

    modem-manager[632]: <info>  Loaded plugin Linktop

     * Starting mDNS/DNS-SD daemon[ OK ]
     * Starting network connection manager[ OK ]
     * Starting bluetooth daemon[ OK ]
     * Stopping Mount filesystems on boot[ OK ]
    Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
    Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
    [ OK ]rting AppArmor profiles        
    speech-dispatcher disabled; edit /etc/default/speech-dispatcher
    saned disabled; edit /etc/default/saned
     * Stopping System V initialisation compatibility[ OK ]
     * Starting System V runlevel compatibility[ OK ]
     * Starting anac(h)ronistic cron[ OK ]
     * Starting save kernel messages[ OK ]
     * Starting End-user configuration after initial OEM installation[ OK ]
     * Starting CUPS printing spooler/server[ OK ]
     * Starting automatic crash report generation[ OK ]
     * Starting regular background program processing daemon[ OK ]
     * Starting deferred execution scheduler[ OK ]
     * Starting CPU interrupts balancing daemon[ OK ]
     * Stopping System V runlevel compatibility[ OK ]
     * Starting crash report submission daemon[ OK ]
     * Stopping save kernel messages[ OK ]
     * Stopping cold plug devices[ OK ]
     * Stopping log initial device creation[ OK ]
     * Starting enable remaining boot-time encrypted block devices[ OK ]
     * Starting configure network device security[ OK ]
     * Starting configure virtual network devices[ OK ]
     * Stopping enable remaining boot-time encrypted block devices[ OK ]
     * Stopping configure virtual network devices[ OK ]-!!!!hanged at this point
    --------------------------------------------------------------------------------------------------------------------------------------------

    Thanks in advance for your support!!!!

    Best regards

    Raju Singh

  • Now its working fine after connecting the LCD screen to the other  HDMI port of the board.

    Best regards,

    Raju Singh