Need help on uImage problems on PandaES

This forum is for supported devices using an ARMv7 Texas Instruments (TI) SoC.

Need help on uImage problems on PandaES

Postby 3den » Wed Aug 15, 2012 6:48 am

Hi guys,

Thanks for reading my post asking for help. I am newbie there so much I don't understand in embedded linux.
I am having problem to get my custom build uImage to run. Please point out what stepsI missout/did wrong.

1. using http://releases.linaro.org/12.04/ubuntu/leb-panda/, I then sudo linaro-media-create --mmc /dev/sdX --dev panda --hwpack hwpack_linaro-lt-panda-x11-base_20120505-32_armhf_supported.tar.gz --binary linaro-precise-ubuntu-desktop-20120426-119.tar.gz, with this I created a bootable image on my 8GB SDcard.

2. get the linaro kernel source.

3.
make ARCH=arm CROSS_COMPILE=$COMPILER_DIR omap4_defconfig
make ARCH=arm CROSS_COMPILE=$COMPILER_DIR uImage
make ARCH=arm CROSS_COMPILE=$COMPILER_DIR modules
#sudo make ARCH=arm INSTALL_MOD_PATH=/media/rootfs/ modules_install <--(I am not sure about this steps so I didn't perform)
cp .config /media/boot/config-3.3.1-38-linaro-lt-omap
cp $DEV_KERNEL_LOCATION/arch/arm/boot/uImage /media/boot/

4. boot -> fail. something got to do with ldisc errors.

5. restore the original uImage files, it is able to boot properly. config-3.3.1-38-linaro-lt-omap still retain with the custom build's.

6. Here is the errors:
    d

    U-Boot SPL 2012.04.01 (Apr 25 2012 - 15:17:57)
    OMAP4460 ES1.1
    OMAP SD/MMC: 0
    reading u-boot.img
    reading u-boot.img


    U-Boot 2012.04.01 (Apr 25 2012 - 15:17:57)

    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: 0
    reading uEnv.txt

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

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

    3557024 bytes read
    reading uInitrd

    3887102 bytes read
    ## Booting kernel from Legacy Image at 80200000 ...
    Image Name: Linux-3.4.0-rc3
    Image Type: ARM Linux Kernel Image (uncompressed)
    Data Size: 3556960 Bytes = 3.4 MiB
    Load Address: 80008000
    Entry Point: 80008000
    Verifying Checksum ... OK
    ## Loading init Ramdisk from Legacy Image at 81600000 ...
    Image Name: initramfs
    Image Type: ARM Linux RAMDisk Image (uncompressed)
    Data Size: 3887038 Bytes = 3.7 MiB
    Load Address: 00000000
    Entry Point: 00000000
    Verifying Checksum ... OK
    Loading Kernel Image ... OK
    OK

    Starting kernel ...

    Uncompressing Linux... done, booting the kernel.
    <6>Booting Linux on physical CPU 0
    <5>Linux version 3.4.0-rc3 (root@weichons-laptop) (gcc version 4.6.2 20110921 (release) [ARM/embedded-4_6-branch revision 182083] (GNU Tools for ARM Embedded Processors) ) #4 SMP PREEMPT Wed Aug 15 11:24:21 MYT 2012
    CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
    CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    Machine: OMAP4 Panda board
    [ 0.000000] Booting Linux on physical CPU 0
    [ 0.000000] Linux version 3.4.0-rc3 (root@weichons-laptop) (gcc version 4.6.2 20110921 (release) [ARM/embedded-4_6-branch revision 182083] (GNU Tools for ARM Embedded Processors) ) #4 SMP PREEMPT Wed Aug 15 11:24:21 MYT 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
    <6>bootconsole [earlycon0] enabled
    [ 0.000000] bootconsole [earlycon0] enabled
    <6>Reserving 50331648 bytes SDRAM for VRAM
    [ 0.000000] Reserving 50331648 bytes SDRAM for VRAM
    <6>cma: CMA: reserved 16 MiB at ab000000
    [ 0.000000] cma: CMA: reserved 16 MiB at ab000000
    Memory policy: ECC disabled, Data cache writealloc
    [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
    <6>OMAP4: Map 0xac600000 to 0xfe600000 for dram barrier
    [ 0.000000] OMAP4: Map 0xac600000 to 0xfe600000 for dram barrier
    <7>On node 0 totalpages: 249344
    <7>free_area_init_node: node 0, pgdat c0735d00, node_mem_map c0789000
    <7> Normal zone: 1520 pages used for memmap
    <7> Normal zone: 0 pages reserved
    <7> Normal zone: 180240 pages, LIFO batch:31
    <7> HighMem zone: 528 pages used for memmap
    <7> HighMem zone: 67056 pages, LIFO batch:15
    <6>OMAP4460 ES1.0
    [ 0.000000] OMAP4460 ES1.0
    <6>PERCPU: Embedded 8 pages/cpu @c0f92000 s11840 r8192 d12736 u32768
    [ 0.000000] PERCPU: Embedded 8 pages/cpu @c0f92000 s11840 r8192 d12736 u32768
    <7>pcpu-alloc: s11840 r8192 d12736 u32768 alloc=8*4096
    <7>pcpu-alloc: [0] 0 [0] 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 247296
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 247296
    <5>Kernel command line: console=tty0 console=ttyO2,115200n8 root=UUID=a07cfc7f-7167-4e53-b55c-d7ca5854db8f rootwait ro earlyprintk fixrtc nocompcache vram=48M omapfb.vram=0:24M
    [ 0.000000] Kernel command line: console=tty0 console=ttyO2,115200n8 root=UUID=a07cfc7f-7167-4e53-b55c-d7ca5854db8f rootwait ro earlyprintk fixrtc nocompcache vram=48M omapfb.vram=0:24M
    <6>PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    <6>Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    <6>Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    <6>Memory:[ 0.000000] Memory: 710MB 710MB 264MB 264MB = 974MB total
    = 974MB total
    <5>Memory: 960360k/960360k available, 88216k reserved, 270336K highmem
    [ 0.000000] Memory: 960360k/960360k available, 88216k reserved, 270336K highmem
    <5>Virtual kernel memory layout:
    vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
    vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
    lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
    pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    .text : 0xc0008000 - 0xc065523c (6453 kB)
    .init : 0xc0656000 - 0xc06a4e40 ( 316 kB)
    .data : 0xc06a6000 - 0xc0738620 ( 586 kB)
    .bss : 0xc0738644 - 0xc0788ee0 ( 323 kB)
    [ 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 - 0xc065523c (6453 kB)
    [ 0.000000] .init : 0xc0656000 - 0xc06a4e40 ( 316 kB)
    [ 0.000000] .data : 0xc06a6000 - 0xc0738620 ( 586 kB)
    [ 0.000000] .bss : 0xc0738644 - 0xc0788ee0 ( 323 kB)
    <6>SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    <6>Preemptible hierarchical RCU implementation.
    [ 0.000000] Preemptible hierarchical RCU implementation.
    <6>NR_IRQS:474
    [ 0.000000] NR_IRQS:474
    <4>omap_hwmod: dpll_mpu_m2_ck: missing clockdomain for dpll_mpu_m2_ck.
    [ 0.000000] omap_hwmod: dpll_mpu_m2_ck: missing clockdomain for dpll_mpu_m2_ck.
    <6>OMAP clockevent source: GPTIMER1 at 32768 Hz
    [ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
    <6>sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
    [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
    <6>Console: colour dummy device 80x30
    [ 0.000000] Console: colour dummy device 80x30
    <6>console [tty0] enabled
    [ 0.000000] console [tty0] enabled
    <6>Calibrating delay loop... [ 0.017395] Calibrating delay loop... <c>1392.74 BogoMIPS (lpj=5439488)
    1392.74 BogoMIPS (lpj=5439488)
    <6>pid_max: default: 32768 minimum: 301
    [ 0.054931] pid_max: default: 32768 minimum: 301
    <6>Mount-cache hash table entries: 512
    [ 0.063659] Mount-cache hash table entries: 512
    <6>CPU: Testing write buffer coherency: [ 0.073211] CPU: Testing write buffer coherency: ok
    ok
    <6>CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.083648] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    <6>Setting up static identity map for 0x80499350 - 0x804993c0
    [ 0.095489] Setting up static identity map for 0x80499350 - 0x804993c0
    <6>L310 cache controller enabled
    [ 0.105377] L310 cache controller enabled
    <6>l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x7e470000, Cache size: 1048576 B
    [ 0.117004] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x7e470000, Cache size: 1048576 B
    CPU1: Booted secondary processor
    <6>CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    <2>CPU1: Unknown IPI message 0x1
    <6>Brought up 2 CPUs
    <6 >S M P0:.2 T0o2t5a75l ]o fC PU2 1p:r oBoceostseod rss eaccontidvaaryte pdr o(c27e9s2so.8r3
    o[g o M IP0S.)2.7
    61] CPU1:<6 t>dherveatmdp f-s1,: icnpiu ti1a,l isozecdk
    t 0, mpidr 80000001 e
    3 0.277313] CPU1: Unknown I<4P>Io mmaesps_ahgwemo d0:x1 l
    l3 iv _ c k0.: 2m7i9s2s96in]g Bcroloucgkhdt omuapi n2 fCoPrU s
    div_ck.
    [ 0.290039] SMP: Total of 2 processors activated (2792.83 BogoMIPS).
    [ 0.295349] devtmpfs: initialized
    _ 0.309967] omap_hwmod: l3_div_ck: missing clockdomain for l3_di<v4>_ocmk.ap
    wmod: i2c1: softreset failed (waited 10000 usec)
    [ 0.332000] omap_hwmod: i2c1: softreset failed (waited 10000 usec)
    <4>omap_hwmod: i2c2: softreset failed (waited 10000 usec)
    [ 0.350891] omap_hwmod: i2c2: softreset failed (waited 10000 usec)
    <4>omap_hwmod: i2c3: softreset failed (waited 10000 usec)
    [ 0.375640] omap_hwmod: i2c3: softreset failed (waited 10000 usec)
    <4>omap_hwmod: i2c4: softreset failed (waited 10000 usec)
    [ 0.400421] omap_hwmod: i2c4: softreset failed (waited 10000 usec)
    <4>omap_hwmod: mcpdm: cannot be enabled (3)
    [ 0.413787] omap_hwmod: mcpdm: cannot be enabled (3)
    <6>dummy:
    [ 0.422698] dummy:
    <6>NET: Registered protocol family 16
    [ 0.429504] NET: Registered protocol family 16
    <6>DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.463165] DMA: preallocated 256 KiB pool for atomic coherent allocations
    <6>GPMC revision 6.0
    [ 0.472564] GPMC revision 6.0
    <6>gpiochip_add: registered GPIOs 0 to 31 on device: gpio
    [ 0.483612] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
    <6>OMAP GPIO hardware version 0.1
    [ 0.493255] OMAP GPIO hardware version 0.1
    <6>gpiochip_add: registered GPIOs 32 to 63 on device: gpio
    [ 0.503021] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
    <6>gpiochip_add: registered GPIOs 64 to 95 on device: gpio
    [ 0.515075] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
    <6>gpiochip_add: registered GPIOs 96 to 127 on device: gpio
    [ 0.527191] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
    <6>gpiochip_add: registered GPIOs 128 to 159 on device: gpio
    [ 0.539520] gpiochip_add: registered GPIOs 128 to 159 on device: gpio
    <6>gpiochip_add: registered GPIOs 160 to 191 on device: gpio
    [ 0.551910] gpiochip_add: registered GPIOs 160 to 191 on device: gpio
    <6>omap_mux_init: Add partition: #1: core, flags: 2
    [ 0.565093] omap_mux_init: Add partition: #1: core, flags: 2
    <6>omap_mux_init: Add partition: #2: wkup, flags: 2
    [ 0.576782] omap_mux_init: Add partition: #2: wkup, flags: 2
    <3>_omap_mux_get_by_name: Could not find signal uart1_cts.uart1_cts
    [ 0.591033] _omap_mux_get_by_name: Could not find signal uart1_cts.uart1_cts
    <3>_omap_mux_get_by_name: Could not find signal uart1_cts.uart1_cts
    [ 0.604583] _omap_mux_get_by_name: Could not find signal uart1_cts.uart1_cts
    <3>omap_hwmod_mux_init: Could not allocate device mux entry
    [ 0.617370] omap_hwmod_mux_init: Could not allocate device mux entry
    <4> usbhs_omap: alias fck already exists
    [ 0.630340] usbhs_omap: alias fck already exists
    <6>hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
    [ 0.645019] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
    <6>hw-breakpoint: maximum watchpoint size is 4 bytes.
    [ 0.658264] hw-breakpoint: maximum watchpoint size is 4 bytes.
    <6>OMAP DMA hardware revision 0.0
    [ 0.671203] OMAP DMA hardware revision 0.0
    <6>bio: create slab <bio-0> at 0
    [ 0.706237] bio: create slab <bio-0> at 0
    <6>vwl1271: 1800 mV
    [ 0.713562] vwl1271: 1800 mV
    <5>SCSI subsystem initialized
    [ 0.721038] SCSI subsystem initialized
    <7>libata version 3.00 loaded.
    <6>usbcore: registered new interface driver usbfs
    [ 0.733215] usbcore: registered new interface driver usbfs
    <6>usbcore: registered new interface driver hub
    [ 0.743652] usbcore: registered new interface driver hub
    <6>usbcore: registered new device driver usb
    [ 0.753509] usbcore: registered new device driver usb
    <6>omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
    [ 0.774139] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
    <4>Skipping twl internal clock init and using bootloader value (unknown osc rate)
    [ 0.788085] Skipping twl internal clock init and using bootloader value (unknown osc rate)
    <6>twl 1-0048: PIH (irq 39) chaining IRQs 352..372
    [ 0.801849] twl 1-0048: PIH (irq 39) chaining IRQs 352..372
    <6>VUSB: 3300 mV normal standby
    [ 0.811309] VUSB: 3300 mV normal standby
    <6>twl6030_usb twl6030_usb: Initialized TWL6030 USB module
    [ 1.023864] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
    <6>VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
    [ 1.036132] VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
    <6>VPP: 1800 <--> 2500 mV at 1900 mV normal standby
    [ 1.047607] VPP: 1800 <--> 2500 mV at 1900 mV normal standby
    <6>VCXIO: 1800 mV normal standby
    [ 1.057403] VCXIO: 1800 mV normal standby
    <6>VDAC: 1800 mV normal standby
    [ 1.065032] VDAC: 1800 mV normal standby
    <6>VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
    [ 1.075103] VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
    <6>VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
    [ 1.087738] VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
    <6>CLK32KG:
    [ 1.096130] CLK32KG:
    <6>VANA: 2100 mV normal standby
    [ 1.101928] VANA: 2100 mV normal standby
    <6>omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
    [ 1.125671] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
    <6>omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
    [ 1.149108] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
    <6>omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
    [ 1.172546] omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
    <6>Linux media interface: v0.10
    [ 1.181640] Linux media interface: v0.10
    <6>Linux video capture interface: v2.00
    [ 1.189575] Linux video capture interface: v2.00
    <6>omap-iommu omap-iommu.0: ducati registered
    [ 1.199737] omap-iommu omap-iommu.0: ducati registered
    <6>Advanced Linux Sound Architecture Driver Version 1.0.25.
    [ 1.210876] Advanced Linux Sound Architecture Driver Version 1.0.25.
    <6>Bluetooth: Core ver 2.16
    [ 1.221008] Bluetooth: Core ver 2.16
    <6>NET: Registered protocol family 31
    [ 1.228424] NET: Registered protocol family 31
    <6>Bluetooth: HCI device and connection manager initialized
    [ 1.238555] Bluetooth: HCI device and connection manager initialized
    <6>Bluetooth: HCI socket layer initialized
    [ 1.249114] Bluetooth: HCI socket layer initialized
    <6>Bluetooth: L2CAP socket layer initialized
    [ 1.258331] Bluetooth: L2CAP socket layer initialized
    <6>Bluetooth: SCO socket layer initialized
    [ 1.267608] Bluetooth: SCO socket layer initialized
    <6>Switching to clocksource 32k_counter
    [ 1.276611] Switching to clocksource 32k_counter
    <4>usbhs_omap usbhs_omap: ehci_logic_fck failed:-2
    [ 1.319152] usbhs_omap usbhs_omap: ehci_logic_fck failed:-2
    <6>NET: Registered protocol family 2
    [ 1.329376] NET: Registered protocol family 2
    <6>IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 1.340454] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    <6>TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 1.355010] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    <6>TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
    [ 1.370574] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
    <6>TCP: Hash tables configured (established 131072 bind 65536)
    [ 1.384399] TCP: Hash tables configured (established 131072 bind 65536)
    <6>TCP: reno registered
    [ 1.393554] TCP: reno registered
    <6>UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 1.401947] UDP hash table entries: 512 (order: 2, 16384 bytes)
    <6>UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 1.413635] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    <6>NET: Registered protocol family 1
    [ 1.423919] NET: Registered protocol family 1
    <6>RPC: Registered named UNIX socket transport module.
    [ 1.433837] RPC: Registered named UNIX socket transport module.
    <6>RPC: Registered udp transport module.
    [ 1.443786] RPC: Registered udp transport module.
    <6>RPC: Registered tcp transport module.
    [ 1.452484] RPC: Registered tcp transport module.
    <6>RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 1.462951] RPC: Registered tcp NFSv4.1 backchannel transport module.
    <6>Trying to unpack rootfs image as initramfs...
    [ 1.474334] Trying to unpack rootfs image as initramfs...
    <6>Freeing initrd memory: 3792K
    [ 1.810302] Freeing initrd memory: 3792K
    highmem bounce pool size: 64 pages
    [ 1.858917] highmem bounce pool size: 64 pages
    <5>VFS: Disk quotas dquot_6.5.2
    [ 1.877746] VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 1.887664] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    <5>NFS: Registering the id_resolver key type
    [ 1.902526] NFS: Registering the id_resolver key type
    <6>nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 1.914398] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    <6>msgmni has been set to 1387
    [ 1.924316] msgmni has been set to 1387
    <6>Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.936401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    <6>io scheduler noop registered
    [ 1.947052] io scheduler noop registered
    <6>io scheduler deadline registered
    [ 1.954498] io scheduler deadline registered
    <6>io scheduler cfq registered (default)
    [ 1.963012] io scheduler cfq registered (default)
    <6>OMAP DSS rev 4.0
    [ 1.971160] OMAP DSS rev 4.0
    <6>Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 2.116851] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    <6>omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
    [ 2.131439] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
    <6>omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
    [ 2.145568] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
    <6>omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
    [ 2.159729] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
    <6>console [ttyO2] enabled, bootconsole disabled
    [ 2.171722] console [ttyO2] enabled, bootconsole disabled
    [ 2.171722] console [ttyO2] enabled, bootconsole disabled
    <6>omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
    [ 2.189758] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
    <6>brd: module loaded
    [ 2.210968] brd: module loaded
    <6>loop: module loaded
    [ 2.222167] loop: module loaded
    <6>(stk) :sysfs entries created
    [ 2.228515] (stk) :sysfs entries created
    <6>(stk) : debugfs entries created [ 2.235809] (stk) : debugfs entries created <6>usbcore: registered new interface driver asix

    [ 2.245452] usbcore: registered new interface driver asix
    <6>usbcore: registered new interface driver cdc_ether
    [ 2.256469] usbcore: registered new interface driver cdc_ether
    <6>usbcore: registered new interface driver smsc95xx
    [ 2.267639] usbcore: registered new interface driver smsc95xx
    <6>usbcore: registered new interface driver net1080
    [ 2.278625] usbcore: registered new interface driver net1080
    <6>usbcore: registered new interface driver cdc_subset
    [ 2.289764] usbcore: registered new interface driver cdc_subset
    <6>usbcore: registered new interface driver zaurus
    [ 2.300842] usbcore: registered new interface driver zaurus
    <6>usbcore: registered new interface driver cdc_ncm
    [ 2.311676] usbcore: registered new interface driver cdc_ncm
    <6>ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.323272] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    <4>ehci-omap.0 supply hsusb0 not found, using dummy regulator
    [ 2.335906] ehci-omap.0 supply hsusb0 not found, using dummy regulator
    <6>ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
    [ 2.347656] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
    <6>ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
    [ 2.360198] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
    <6>ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
    [ 2.373596] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
    <6>ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
    [ 2.395721] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
    <6>usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 2.407806] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    <6>usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 2.421295] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    <6>usb usb1: Product: OMAP-EHCI Host Controller
    [ 2.433319] usb usb1: Product: OMAP-EHCI Host Controller
    <6>usb usb1: Manufacturer: Linux 3.4.0-rc3 ehci_hcd
    [ 2.443664] usb usb1: Manufacturer: Linux 3.4.0-rc3 ehci_hcd
    <6>usb usb1: SerialNumber: ehci-omap.0
    [ 2.453247] usb usb1: SerialNumber: ehci-omap.0
    <6>hub 1-0:1.0: USB hub found
    [ 2.461517] hub 1-0:1.0: USB hub found
    <6>hub 1-0:1.0: 3 ports detected
    [ 2.468536] hub 1-0:1.0: 3 ports detected
    <6>Initializing USB Mass Storage driver...
    [ 2.504333] Initializing USB Mass Storage driver...
    <6>usbcore: registered new interface driver usb-storage
    [ 2.514801] usbcore: registered new interface driver usb-storage
    <6>USB Mass Storage support registered.
    [ 2.524810] USB Mass Storage support registered.
    <6>mousedev: PS/2 mouse device common for all mice
    [ 2.534820] mousedev: PS/2 mouse device common for all mice
    <4>twl_rtc twl_rtc: Power up reset detected.
    [ 2.545745] twl_rtc twl_rtc: Power up reset detected.
    <6>twl_rtc twl_rtc: Enabling TWL-RTC
    [ 2.555297] twl_rtc twl_rtc: Enabling TWL-RTC
    <6>twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
    [ 2.567901] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
    <6>i2c /dev entries driver
    [ 2.577178] i2c /dev entries driver
    <6>lirc_dev: IR Remote Control driver registered, major 250
    [ 2.587829] lirc_dev: IR Remote Control driver registered, major 250
    <6>IR NEC protocol handler initialized
    [ 2.598205] IR NEC protocol handler initialized
    <6>IR RC5(x) protocol handler initialized
    [ 2.606842] IR RC5(x) protocol handler initialized
    <6>IR RC6 protocol handler initialized
    [ 2.615478] IR RC6 protocol handler initialized
    <6>IR JVC protocol handler initialized
    [ 2.623840] IR JVC protocol handler initialized
    <6>IR Sony protocol handler initialized
    [ 2.632293] IR Sony protocol handler initialized
    <6>IR RC5 (streamzap) protocol handler initialized
    [ 2.641815] IR RC5 (streamzap) protocol handler initialized
    <6>IR SANYO protocol handler initialized
    [ 2.651458] IR SANYO protocol handler initialized
    <6>IR MCE Keyboard/mouse protocol handler initialized
    [ 2.661346] IR MCE Keyboard/mouse protocol handler initialized
    <6>IR LIRC bridge handler initialized
    [ 2.670989] IR LIRC bridge handler initialized
    <6>Driver for 1-wire Dallas network protocol.
    [ 2.680541] Driver for 1-wire Dallas network protocol.
    <6>omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [ 2.693359] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    <6>Bluetooth: Bluetooth Driver for TI WiLink - Version 1.0
    [ 2.706359] Bluetooth: Bluetooth Driver for TI WiLink - Version 1.0
    <7>hdev ec103000
    <7>hci0 ec103000
    <6>(stc): st_register(4) [ 2.718872] (stc): st_register(4) <7>HCI device registered (hdev ec103000)

    <6>(stc): chnl_id list empty :4 [ 2.729339] (stc): chnl_id list empty :4 <4>mpu.0 supply vcc not found, using dummy regulator

    [ 2.738342] mpu.0 supply vcc not found, using dummy regulator
    <6>(stk) : st_kim_start[ 2.746704] (stk) : st_kim_start<6>cpuidle: using governor ladder

    [ 2.753082] cpuidle: using governor ladder
    <6>cpuidle: using governor menu
    [ 2.760620] cpuidle: using governor menu
    <4>omap_hsmmc.0 supply vmmc_aux not found, using dummy regulator
    [ 2.772369] omap_hsmmc.0 supply vmmc_aux not found, using dummy regulator
    <4>omap_hsmmc.4 supply vmmc_aux not found, using dummy regulator
    [ 2.788238] omap_hsmmc.4 supply vmmc_aux not found, using dummy regulator
    <6>usb 1-1: new high-speed USB device number 2 using ehci-omap
    [ 2.802856] usb 1-1: new high-speed USB device number 2 using ehci-omap
    <6>(stk) :ldisc_install = 1[ 2.904632] (stk) :ldisc_install = 1<7>Registered led device: pandaboard::status1

    <7>Registered led device: pandaboard::status2
    <6>usbcore: registered new interface driver usbhid
    [ 2.934783] usbcore: registered new interface driver usbhid
    <6>usbhid: USB HID core driver
    [ 2.943603] usbhid: USB HID core driver
    <6>ALSA device list:
    [ 2.950836] ALSA device list:
    <6> No soundcards found.
    [ 2.956420] No soundcards found.
    <6>oprofile: hardware counters not available
    [ 2.964141] oprofile: hardware counters not available
    <6>oprofile: using timer interrupt.
    [ 2.972839] oprofile: using timer interrupt.
    <6>TCP: cubic registered
    <6>usb 1-1: New USB device found, idVendor=0424, idProduct=9514
    [<6>u sb 1 -1: Ne w 2US.B de9vice7 str9ings: 9Mf8r=00, Pro]du ctT=0, SeCriPal:Nu mberc=0
    ubic registered
    [ 2.985778] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
    [ 2.993835] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    <6>hub 1-1:1.0: USB hub found
    [ 3.013305] hub 1-1:1.0: USB hub found
    <6>hub 1-1:1.0: 5 ports detected
    <6>NET: Registered protocol family 10
    [ 3.<6>IP0v6 ove2r 0IP4v4 tunnel7in7g ]driver
    hub 1-1:1<6>.NE0T:: R egis5tere d pprootocorl tfasmily 17
    amileNETt: Regiestcerted preotocdol f
    y 15
    3.023956] NET: Registered protocol family 10
    [ 3.028625] IPv6 over IPv4 tunneling driver
    [ 3.033874] NET: Registered protocol family 17
    [ 3.038299] NET: Registered protocol family 15
    <6>Bluetooth: RFCOMM TTY layer initialized
    [ 3.060852] Bluetooth: RFCOMM TTY layer initialized
    <6>Bluetooth: RFCOMM socket layer initialized
    [ 3.070312] Bluetooth: RFCOMM socket layer initialized
    <6>Bluetooth: RFCOMM ver 1.11
    [ 3.078552] Bluetooth: RFCOMM ver 1.11
    <6>Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 3.086914] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    <6>Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    [ 3.097595] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    <6>VFP support v0.3: [ 3.106079] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
    implementor 41 architecture 3 part 30 variant 9 rev 4
    <6>ThumbEE CPU extension supported.
    [ 3.122528] ThumbEE CPU extension supported.
    <4>omap_vc_i2c_init: I2C config for vdd_iva does not match other channels (0).[ 3.135437] omap_vc_i2c_init: I2C config for vdd_iva does not match other channels (0).<4>omap_vc_i2c_init: I2C config for vdd_mpu does not match other channels (0).
    [ 3.150787] omap_vc_i2c_init: I2C config for vdd_mpu does not match other channels (0).<3>Power Management for TI OMAP4.

    [ 3.163726] Power Management for TI OMAP4.
    <6>registered taskstats version 1
    [ 3.176696] registered taskstats version 1
    <4>mmc0: host does not support reading read-only switch. assuming write-enable.
    [ 3.316650] mmc0: host does not support reading read-only switch. assuming write-enable.
    <6>mmc0: new high speed SDHC card at address 1234
    [ 3.332183] mmc0: new high speed SDHC card at address 1234
    <6>mmcblk0: mmc0:1234 SA08G 7.42 GiB
    [ 3.342010] mmcblk0: mmc0:1234 SA08G 7.42 GiB
    <6>usb 1-1.1: new high-speed USB device number 3 using ehci-omap
    [ 3.352844] usb 1-1.1: new high-speed USB device number 3 using ehci-omap
    <6> mmcblk0: p1 p2
    [ 3.364898] mmcblk0: p1 p2
    <6>Console: switching to colour frame buffer device 80x30
    [ 3.421966] Console: switching to colour frame buffer device 80x30
    <4>omapdss DPI: Could not find exact pixel clock. Requested 23500 kHz, got 23630 kHz
    [ 3.450408] omapdss DPI: Could not find exact pixel clock. Requested 23500 kHz, got 23630 kHz
    <4>VANA: incomplete constraints, leaving on
    [ 3.471435] VANA: incomplete constraints, leaving on
    <4>CLK32KG: incomplete constraints, leaving on
    [ 3.483703] CLK32KG: incomplete constraints, leaving on
    <4>VDAC: incomplete constraints, leaving on
    [ 3.497314] VDAC: incomplete constraints, leaving on
    <6>usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
    [ 3.511749] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
    <6>usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 3.528015] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    <4>VUSB: incomplete constraints, leaving on
    [ 3.545043] VUSB: incomplete constraints, leaving on
    <6>smsc95xx v1.0.4
    [ 3.559844] smsc95xx v1.0.4
    <4>mmc1: card claims to support voltages below the defined range. These will be ignored.
    [ 3.573577] mmc1: card claims to support voltages below the defined range. These will be ignored.
    <6>twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    [ 3.595245] twl_rtc twl_rtc: setting syste<m4> mmcc1: quleuoincg unkkn owtn oCIS tupl2e 00x901 0(3 b-ytes0)
    1-01 00:00:00 UTC<6>m mc1:( n9ew4 S6DIO 6card a8t 4ad8dres0s 000)01

    [ 3.605438] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
    [ 3.611694] mmc1: new SDIO card at address 0001
    <6>Freeing init memory: 312K
    [ 3.635742] Freeing init memory: 312K
    Loading, please wait...
    <30>udevd[1251]: starting version 175
    [ 3.701812] udevd[1251]: starting version 175
    <6>smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, 46:c8:06:cb:1f:92
    [ 3.726257] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, 46:c8:06:cb:1f:92
    Begin: Loading essential drivers ... FATAL: Could not load /lib/modules/3.4.0-rc3/modules.dep: No such file or directory
    FATAL: Could not load /lib/modules/3.4.0-rc3/modules.dep: No such file or directory
    FATAL: Could not load /lib/modules/3.4.0-rc3/modules.dep: No such file or directory
    FATAL: Could not load /lib/modules/3.4.0-rc3/modules.dep: No such file or directory
    done.
    Begin: Running /scripts/init-premount ... done.
    Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
    <3>(stk) :ldisc installation timeout[ 3.909820] (stk) :ldisc installation timeout<6>(stk) :ldisc_install = 0
    [ 3.925781] (stk) :ldisc_install = 0<6>usb 1-1.2: new full-speed USB device number 4 using ehci-omap

    [ 4.068878] usb 1-1.2: new full-speed USB device number 4 using ehci-omap
    Begin: Running /scripts/local-premount ... FATAL: Could not load /lib/modules/3.4.0-rc3/modules.dep: No such file or directory
    <6>usb 1-1.2: New USB device found, idVendor=192f, idProduct=0000
    [ 4.205505] usb 1-1.2: New USB device found, idVendor=192f, idProduct=0000
    <6>usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 4.252990] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    <6>usb 1-1.2: Product: C8051F326 Development Board
    [ 4.278869] usb 1-1.2: Product: C8051F326 Development Board
    <6>usb 1-1.2: Manufacturer: SILICON LABORATORIES
    [ 4.295471] usb 1-1.2: Manufacturer: SILICON LABORATORIES
    <6>input: SILICON LABORATORIES C8051F326 Development Board as /devices/platform/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
    [ 4.322021] input: SILICON LABORATORIES C8051F326 Development Board as /devices/platform/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
    <6>generic-usb 0003:192F:0000.0001: input,hiddev0,hidraw0: USB HID v1.01 Mouse [SILICON LABORATORIES C8051F326 Development Board] on usb-ehci-omap.0-1.2/input0
    [ 4.357543] generic-usb 0003:192F:0000.0001: input,hiddev0,hidraw0: USB HID v1.01 Mouse [SILICON LABORATORIES C8051F326 Development Board] on usb-ehci-omap.0-1.2/input0
    <6>usb 1-1.3: new low-speed USB device number 5 using ehci-omap
    [ 4.482849] usb 1-1.3: new low-speed USB device number 5 using ehci-omap
    done.
    FATAL: Could not load /lib/modules/3.4.0-rc3/modules.dep: No such file or directory
    <6>EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.618804] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    Begin: Running /scripts/local-bottom ... done.
    done.
    <6>usb 1-1.3: New USB device found, idVendor=03f0, idProduct=0024
    [ 4.644989] usb 1-1.3: New USB device found, idVendor=03f0, idProduct=0024
    Begin: Running /<6>usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 4.662963] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    scripts/init-bottom ... <6>usb 1-1.3: Product: HP Basic USB Keyboard
    [ 4.683990] usb 1-1.3: Product: HP Basic USB Keyboard
    <6>usb 1-1.3: Manufacturer: CHICONY
    [ 4.695373] usb 1-1.3: Manufacturer: CHICONY
    <6>input: CHICONY HP Basic USB Keyboard as /devices/platform/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input1
    [ 4.719635] input: CHICONY HP Basic USB Keyboard as /devices/platform/usbhs_omap/ehci-omap.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input1
    <6>generic-usb 0003:03F0:0024.0002: input,hidraw1: USB HID v1.10 Keyboard [CHICONY HP Basic USB Keyboard] on usb-ehci-omap.0-1.3/input0
    [ 4.750122] generic-usb 0003:03F0:0024.0002: input,hidraw1: USB HID v1.10 Keyboard [CHICONY HP Basic USB Keyboard] on usb-ehci-omap.0-1.3/input0
    done.
    <3>(stk) : timed out waiting for ldisc to be un-installed[ 4.935058] (stk) : timed out waiting for ldisc to be un-installed<6>(stk) :ldisc_install = 1
    [ 5.142517] (stk) :ldisc_install = 1<3>(stk) :ldisc installation timeout
    [ 6.151947] (stk) :ldisc installation timeout<6>(stk) :ldisc_install = 0
    [ 6.162170] (stk) :ldisc_install = 0<30>udevd[1480]: starting version 175
    <3>(stk) : timed out waiting for ldisc to be un-installed[ 7.169464] (stk) : timed out waiting for ldisc to be un-installed<6>(stk) :ldisc_install = 1
    <6>EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
    <3>(stk) :ldisc installation timeout[ 8.331604] (stk) :ldisc installation timeout<6>(stk) :ldisc_install = 0
    <3>(stk) : timed out waiting for ldisc to be un-installed[ 9.341339] (stk) : timed out waiting for ldisc to be un-installed<6>(stk) :ldisc_install = 1
    <3>(stk) :ldisc installation timeout[ 10.503509] (stk) :ldisc installation timeout<6>(stk) :ldisc_install = 0
    <3>(stk) : timed out waiting for ldisc to be un-installed[ 11.513214] (stk) : timed out waiting for ldisc to be un-installedfsck from util-linux 2.20.1
    rootfs: Superblock last write time is in the future.
    (by less than a day, probably due to the hardware clock being incorrectly set). FIXED.
    rootfs: clean, 179470/483328 files, 540595/1932288 blocks
    <6>(stk) :ldisc_install = 1
    <3>(stk) :ldisc installation timeout[ 13.151977] (stk) :ldisc installation timeout<6>(stk) :ldisc_install = 0
    <3>(stk) : timed out waiting for ldisc to be un-installed[ 14.161651] (stk) : timed out waiting for ldisc to be un-installed<6>(stk) :ldisc_install = 1
    <3>(stk) :ldisc installation timeout[ 15.323822] (stk) :ldisc installation timeout<6>(stk) :ldisc_install = 0
    <3>(stk) : timed out waiting for ldisc to be un-installed[ 16.333526] (stk) : timed out waiting for ldisc to be un-installed<3>Bluetooth: st_register failed -22

    [ 16.343719] Bluetooth: st_register failed -22
    <7>hci0 ec103000
    <6>(stc): st_register(4) <6>(stc): chnl_id list empty :4 <6>(stk) : st_kim_start<6>(stk) :ldisc_install = 1<3>(stk) :ldisc installation timeout[ 17.519104] (stk) :ldisc installation timeout<6>(stk) :ldisc_install = 0
    <3>(stk) : timed out waiting for ldisc to be un-installed[ 18.528808] (stk) : timed out waiting for ldisc to be un-installed<6>(stk) :ldisc_install = 1
    * Starting mDNS/DNS-SD daemon [ OK ]
    <3>(stk) :ldisc installation timeout[ 19.691009] (stk) :ldisc installation timeout<6>(stk) :ldisc_install = 0
    <3>(stk) : timed out waiting for ldisc to be un-installed[ 20.708526] (stk) : timed out waiting for ldisc to be un-installed<6>(stk) :ldisc_install = 1
    <3>(stk) :ldisc installation timeout[ 21.870727] (stk) :ldisc installation timeout<6>(stk) :ldisc_install = 0
    <3>(stk) : timed out waiting for ldisc to be un-installed[ 22.880401] (stk) : timed out waiting for ldisc to be un-installed<6>(stk) :ldisc_install = 1
    <3>(stk) :ldisc installation timeout[ 24.042602] (stk) :ldisc installation timeout<6>(stk) :ldisc_install = 0
    <3>(stk) : timed out waiting for ldisc to be un-installed[ 25.052246] (stk) : timed out waiting for ldisc to be un-installed<6>(stk) :ldisc_install = 1
    * Starting configure network device security [ OK ]
    * Starting configure network device security [ OK ]
    * Starting configure network device [ OK ]
    * Starting configure network device security [ OK ]
    * Starting CUPS printing spooler/server [ OK ]
    * Starting configure network device [ OK ]
    <3>(stk) :ldisc installation timeout[ 26.214477] (stk) :ldisc installation timeout<6>(stk) :ldisc_install = 0
    <3>(stk) : timed out waiting for ldisc to be un-installed[ 27.224151] (stk) : timed out waiting for ldisc to be un-installed<6>(stk) :ldisc_install = 1
    <3>(stk) :ldisc installation timeout[ 28.386352] (stk) :ldisc installation timeout<6>(stk) :ldisc_install = 0
    <3>(stk) : timed out waiting for ldisc to be un-installed[ 29.396026] (stk) : timed out waiting for ldisc to be un-installed<3>Bluetooth: st_register failed -22

    [ 29.406219] Bluetooth: st_register failed -22
    * Stopping configure virtual network devices [ OK ]
    * Stopping save udev log and update rules [ OK ]
    * Starting Mount network filesystems [ OK ]
    * Starting Failsafe Boot Delay [ OK ]
    * Stopping Mount network filesystems [ OK ]
    * Starting Bridge socket events into upstart [ OK ]
    <7>eth0: no IPv6 routers present
    * Starting network connection manager [ OK ]
    * Stopping Read required files in advance [ OK
    [/list]
3den
 
Posts: 1
Joined: Wed Aug 15, 2012 6:30 am

Re: Need help on uImage problems on PandaES

Postby pepedog » Wed Aug 15, 2012 9:10 am

Yes, I see the problem, you need to install archlinuxarm
http://archlinuxarm.org/platforms/armv7/pandaboard
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK


Return to Texas Instruments (TI)

Who is online

Users browsing this forum: No registered users and 2 guests