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.

install ubuntu on pandaboard 4430 fails

Other Parts Discussed in Thread: 4460, 4430, ASH, CSD, TWL6030

hello everyone

 i have  pandaboad 4460 and pandaboad 4430 on my hand. i have install ubuntu on pandaboard 4460 successfullly by following the instruction of pandaboard website.

but when installed ubuntu on 4430 ,it fails., i tried many times,but fails. by connecting hdmi connector ,the ubuntu logo can be seen on the screen, after that ,the screen turns black and displays following charactors:

Give up waiting for root device. Common problems: 
-boot args (cat.proc/cmdline) 
    -check root delay=(did the system wait long enough?) 
    -check root=(did teh system wait for the right device?) 
-miss modules (cat/proc/modules;ls/dev) 
ALERT! /dev/mmcblock0p2 does not exist.dropping to a shell! 

busybox v1.18.4(ubuntu 1:1.18.4-2ubuntu2)bulit-in shell (ash). 
enter 'help' for a list of built-in commands 
(initramfs)
 
 
by using serial,it hangs at:
 
 starting kernel~~~~~~
uncompressing linux~~~~~~~~~~~~done,booting the kernel
 
can anyone tell me how to fix this
thank you
  • Harvey,

    Please enable early printk's, as this should give you more output after "done, booting the kernel" which could point you to the issue.  To enable early printk's, enable CONFIG_DEBUG_LL and CONFIG_EARLY_PRINTK in your kernel menuconfig and rebuild the kernel.  What silicon revision is your OMAP4430 Pandaboard?  If you are using a recent Ubuntu release, I would expect it to only support OMAP4430 ES2.3 and possibly ES2.2.  If you are using an older revision (ES1.0, ES2.0, or ES2.1), I believe this would explain the issue you are running into, and you will need to use a newer Pandaboard.

    Regards,
    Gina 

  • Hi Gina,

    I am facing almost similar issue. I am running pandaboard 4460 ES Rev B3 board. I have made modifications of ram in xloader as well as kernel image. Now, my kernel is not able to detect sd card partition of filesystem. I tried different SD cards. Also I tried ubuntu images like 11.10 and 12.04, in both the cases I am facing the same issue.

    Below is the kernel prints. and my bootargs for reference.

    [   28.720581] [drm] Cannot find any crtc or sizes - going 1024x768
    [   28.805999] [drm] Enabling DMM ywrap scrolling
    [   28.869293] Console: switching to colour frame buffer device 128x48
    [   28.953704] fb0: omapdrm frame buffer device
    [   29.005981] drm: registered panic notifier
    [   29.056243] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [   29.137298] [drm] No driver support for vblank timestamp query.
    [   29.209960] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [   29.282714] ALSA device list:
    [   29.319091]   #0: PandaES
    [   29.351104]   #1: OMAPHDMI
    [   29.384552] Freeing init memory: 368K
    Loading, please wait...
    [   29.484161] udevd[775]: starting version 175
    Gave up waiting for root device.  Common problems:
     - Boot args (cat /proc/cmdline)
       - Check rootdelay= (did the system wait long enough?)
       - Check root= (did the system wait for the right device?)
     - Missing modules (cat /proc/modules; ls /dev)
    ALERT!  /dev/mmcblk0p2 does not exist.  Dropping to a shell!

    Below is my bootargs:

    setenv bootargs ro elevator=noop console=ttyO2,115200n8 vram=40M mem=456M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk0p2 fixrtc splash

    Please let me know in case I am missing something.

    Thanks,

    Deep Shah

  • Hi,

    Please find below more debug messages of  dmesg when I grep mmc.

    (initramfs) dmesg | grep -i mmc
    [    0.000000] Kernel command line: ro elevator=noop console=ttyO2,9600n8 vram=40M mem=456M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk0p2 init=/init fixh
    [    0.372039] VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
    [   25.929840] omap_hsmmc.0 supply vmmc_aux not found, using dummy regulator
    [   26.266571] omap_hsmmc.4 supply vmmc_aux not found, using dummy regulator
    [   27.018737] mmc1: card claims to support voltages below the defined range. These will be ignored.
    [   27.857391] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
    [   27.858367] mmc1: new SDIO card at address 0001
    [   31.659301] VMMC: incomplete constraints, leaving on

    As per the logs, I am not able to see any partition details.

    Please suggest.

    Thanks,

    Deep

  • Hi,

    This is as if you did not have the second (ext3 rootfs) partition on your SD card.

    Could you try this Ubuntu image?

    http://cdimage.ubuntu.com/releases/11.10/release/ubuntu-11.10-preinstalled-desktop-armel+omap4.img.gz

    This is known to work on PandaBoard 4430.

    Best regards,

    V.

  • Hi,

    Thank you very much for your response.

    I am trying with the same image of ubuntu which you have provided. Also, when I insert my SD card in to my pc, it is showing two partitions.
    1. bootable partition (FAT32)
    2. Linux partition (Ext4)

    Kindly note that, I have added some print messages in "device_add" API, and I got below message.In the quotes, I tried to print device name (dev_name(dev)).

    [   44.888977] device: 'mmc1:0001': device_add
    [   44.895599] device: 'mmc1:0001:1': device_add
    [   44.895751] device: 'mmc1:0001:2': device_add

    Will this help?

    Please suggest.

    Thanks,
    Deep

  • Hi Deep,

    I suppose the mmc messages come from a custom kernel of yours.

    So just to be sure: does the Ubuntu image boot "as is" on your PandaBoard, or does it fail to boot as well already?

    Best regards,

    V.

  • Hi,

    Thank you so much for your response.

    The ubuntu image will not work for me as it is. Because I have panda board Rev-B3 with me which is having different RAM. So I needed to make some modification in bootloader and kernel to support that RAM.

    In default pre-built binary of ubuntu, I am changing kernel image and u-boot image of my own. This kernel image is compiled binaries of ubuntu kernel with support of new RAM.

    Please suggest.

    Thanks,
    Deep

  • You could stay with the original kernel until you see some messages, at least. The EMIF configuration happens after a few messages usually.

    Enable the debug messages by changing the boot.scr content; add console=tty02,115200n8, earlyprintk and debug; remove quiet.

    Also, trying an mtest at u-boot prompt could be nice.

    Best regards,

    V.

  • Hi Vincent,

    Thank you for your response.

    I have already tried mtest utility on u-boot and there the RAM was working fine. I want to run ubuntu on this board so I am trying to detect filesystem on SD card.

    I also tried the original kernel without EMIF modification in kernel. The kernel stops booting when it was checking for EMIF. Till that module, booting was happening properly. I will try that again and share the logs soon.

    Also, I have commented one condition check in "mmc_blk_probe", and the kernel is now able to create mmcblk0. But not mmcblk0p1 and mmcblk0p2 (filesystem). Below is the code which I have commented.

            if (!(card->csd.cmdclass & CCC_BLOCK_READ)){
            return -ENODEV;
            }

    Please suggest.

    Thanks,
    Deep

  • Before modifying the kernel, I would rather have a look at what block devices the kernel detects already.

    While at the (initramfs) prompt, could you please ls /sys/block?

    Maybe there are some mmcblk1*?

    Regards,

    V.

  • Hi,

    The default kernel hangs at EMIF module and does not boot after that.

    Please find the log of modified kernel as below.

    (initramfs) ls /sys/block/
    ram13    ram10    loop5    loop2    ram9     ram6     ram3     ram0
    ram15    ram12    loop7    loop4    loop1    ram8     ram5     ram2
    ram14    ram11    loop6    loop3    loop0    ram7     ram4     ram1

    Please suggest.

    Thanks,
    Deep

  • Hmm... Bad news; it seems your kernel does not recognize any SD/MMC device (it is not just a matter of device number/name).

    Could you post the kernel log with console on ttyO2 and debug? Maybe there is a hint there.

    Best regards,

    V.

  • Hi,

    Sure. I will do that.

    In parallel, I am trying to boot board B2 with ubuntu. In that also I thing I am facing similar issue.
    http://e2e.ti.com/support/omap/f/849/t/261088.aspx

    Do you think, I am doing any basic mistake?

    Thanks,
    Deep

  • I see you are using a (mainline?) 3.5 kernel. Not sure SD works in this one.

    You should try with e.g. the very same Ubuntu kernel than the one of the image: http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-oneiric.git;a=shortlog;h=refs/heads/ti-omap4

    Just modify the emif part to begin with.

    Best regards,

    V.

  • HI,

    Thank you very much for this feedback.

    I will try this kernel first and will post the result soon.

    Thanks,
    Deep

  • Hi,

    I tried the kernel which you have suggested.

    I have downloaded filesystem of 12.04 ubuntu as suggested on http://www.omappedia.com/wiki/OMAP_Ubuntu_Core. and put file system of ubuntu 12.04 in the rootfs partition. Also connected HDMI cable with pandaboard, I can see linux symbols on the display. Both the LEDs on the board are enabled constantly.

    But with this kernel also, kernel is not able to find rootfs partition. Please find the log below and suggest.

    U-Boot 2013.01.-rc1-00001-g30dd996-dirty (Apr 12 2013 - 16:20:11)

    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 file preEnv.txt **
    Hit any key to stop autoboot:  0
    mmc0 is current device
    reading uEnv.txt
    ** Unable to read file uEnv.txt **
    reading boot.scr
    228 bytes read
    Loaded script from boot.scr
    Running bootscript from mmc0 ...
    ## Executing script at 82000000
    reading uImage
    4345072 bytes read
    ## Booting kernel from Legacy Image at 80000000 ...
       Image Name:   Linux-3.0.65
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    4345008 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] Linux version 3.0.65 (user29@user29-desktop) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #5 SMP PREEMPT Thu Apr 25 19:09:21 IS)
    [    0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
    [    0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: OMAP4 Panda board
    [    0.000000] Ignoring tag cmdline (using the default kernel command line)
    [    0.000000] Reserving 41943040 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 @c14ff000 s7008 r8192 d13472 u32768
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 249856
    [    0.000000] Kernel command line: ro elevator=noop console=ttyO2,9600n8 vram=40M mem=512M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk0p2 init=/init fixh
    [    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: 984MB = 984MB total
    [    0.000000] Memory: 985264k/985264k available, 63312k reserved, 221184K 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 - 0xc0053000   ( 300 kB)
    [    0.000000]       .text : 0xc0053000 - 0xc0810fb4   (7928 kB)
    [    0.000000]       .data : 0xc0812000 - 0xc089fc38   ( 568 kB)
    [    0.000000]        .bss : 0xc089fc5c - 0xc0cee22c   (4410 kB)
    [    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.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: 3679 kB
    [    0.000000]  per task-struct memory footprint: 1152 bytes
    [    0.000579] Calibrating delay loop... 1392.74 BogoMIPS (lpj=5439488)
    [    0.070373] pid_max: default: 32768 minimum: 301
    [    0.070770] Security Framework initialized
    [    0.070983] Mount-cache hash table entries: 512
    [    0.070983] CPU: Testing write buffer coherency: ok
    [    0.072814] twd_timer_setup: no clock found
    [    0.073242] Calibrating local timer... 341.43MHz.
    [    0.117492] L310 cache controller enabled
    [    0.117492] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x5e470000, Cache size: 1048576 B
    [    0.193756] CPU1: Booted secondary processor
    [    0.262420] Brought up 2 CPUs
    [    0.262451] SMP: Total of 2 processors activated (2755.07 BogoMIPS).
    [    0.262847] devtmpfs: initialized
    [    0.271972] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for emif_fw
    [    0.271972] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_instr
    [    0.272125] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_1
    [    0.272155] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_2
    [    0.272155] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_abe
    [    0.272155] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_cfg
    [    0.272216] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_per
    [    0.272216] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_wkup
    [    0.272247] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for mpu_private
    [    0.272247] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for dsp
    [    0.272277] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for sl2if
    [    0.272277] omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
    [    0.290405] omap_hwmod: ipu: failed to hardreset
    [    0.296630] omap_hwmod: mcpdm: cannot be enabled (3)
    [    0.299926] print_constraints: dummy:
    [    0.299926] NET: Registered protocol family 16
    [    0.301391] GPMC revision 6.0
    [    0.307403] omap_device: omap_gpio.0: new worst case activate latency 0: 122070
    [    0.308135] OMAP GPIO hardware version 0.1
    [    0.308593] OMAP GPIO hardware version 0.1
    [    0.309112] OMAP GPIO hardware version 0.1
    [    0.309722] OMAP GPIO hardware version 0.1
    [    0.310028] omap_device: omap_gpio.4: new worst case activate latency 0: 305175
    [    0.310363] OMAP GPIO hardware version 0.1
    [    0.310974] OMAP GPIO hardware version 0.1
    [    0.314666] omap_mux_init: Add partition: #1: core, flags: 2
    [    0.314666] omap_mux_init: Add partition: #2: wkup, flags: 2
    [    0.319641] omap_device: omap_uart.0: new worst case activate latency 0: 61035
    [    0.320281] omap_device: omap_uart.1: new worst case activate latency 0: 152587
    [    0.321014] omap_device: omap_uart.2: new worst case deactivate latency 0: 30517
    [    0.340454] pm_dbg_init: only OMAP3 supported
    [    0.340850] omap_ipussdev_init: could not look up iss
    [    0.343688] OMAP DMA hardware revision 0.0
    [    0.389343] bio: create slab <bio-0> at 0
    [    0.391448] print_constraints: vwl1271: 1800 mV
    [    0.394348] SCSI subsystem initialized
    [    0.394683] omap_device: omap2_mcspi.1: new worst case activate latency 0: 213623
    [    0.395599] omap_device: omap2_mcspi.2: new worst case deactivate latency 0: 61035
    [    0.398071] usbcore: registered new interface driver usbfs
    [    0.398620] usbcore: registered new interface driver hub
    [    0.399017] usbcore: registered new device driver usb
    [    0.402709] omap_device: omap_i2c.1: new worst case activate latency 0: 152587
    [    0.415374] omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
    [    0.417327] Skipping twl internal clock init and using bootloader value (unknown osc rate)
    [    1.390899] omap_i2c omap_i2c.1: controller timed out
    [    1.406127] twl: i2c_write failed to transfer all messages
    [    2.381134] omap_i2c omap_i2c.1: controller timed out
    [    2.396942] twl: i2c_write failed to transfer all messages
    [    3.372528] omap_i2c omap_i2c.1: controller timed out
    [    3.387207] twl: i2c_write failed to transfer all messages
    [    3.387207] twl6030: PIH (irq 39) chaining IRQs 368..387
    [    4.363342] omap_i2c omap_i2c.1: controller timed out
    [    4.378601] twl: i2c_write failed to transfer all messages
    [    4.379821] print_constraints: VUSB: 3300 mV normal standby
    [    5.354187] omap_i2c omap_i2c.1: controller timed out
    [    5.369476] twl: i2c_write failed to transfer all messages
    [    5.369476] twl6030_usb twl6030_usb: Write[0xfa] Error -110
    [    6.345031] omap_i2c omap_i2c.1: controller timed out
    [    6.360260] twl: i2c_write failed to transfer all messages
    [    6.360260] twl6030_usb twl6030_usb: Write[0xf5] Error -110
    [    7.335845] omap_i2c omap_i2c.1: controller timed out
    [    7.351074] twl: i2c_write failed to transfer all messages
    [    7.351074] twl6030_usb twl6030_usb: Write[0xe5] Error -110
    [    8.326660] omap_i2c omap_i2c.1: controller timed out
    [    8.341339] twl: i2c_write failed to transfer all messages
    [    8.341949] twl6030_usb twl6030_usb: Write[0x4] Error -110
    [    9.317504] omap_i2c omap_i2c.1: controller timed out
    [    9.332733] twl: i2c_write failed to transfer all messages
    [    9.332733] twl6030_usb twl6030_usb: Write[0x6] Error -110
    [   10.498291] omap_i2c omap_i2c.1: controller timed out
    [   10.514099] twl: i2c_write failed to transfer all messages
    [   10.514160] twl6030_usb twl6030_usb: Write[0x1] Error -110
    [   11.489685] omap_i2c omap_i2c.1: controller timed out
    [   11.504913] twl: i2c_read failed to transfer all messages
    [   12.480499] omap_i2c omap_i2c.1: controller timed out
    [   12.495758] twl: i2c_write failed to transfer all messages
    [   13.471343] omap_i2c omap_i2c.1: controller timed out
    [   13.486572] twl: i2c_read failed to transfer all messages
    [   14.462158] omap_i2c omap_i2c.1: controller timed out
    [   14.477447] twl: i2c_write failed to transfer all messages
    [   15.452423] omap_i2c omap_i2c.1: controller timed out
    [   15.468231] twl: i2c_read failed to transfer all messages
    [   16.443817] omap_i2c omap_i2c.1: controller timed out
    [   16.459045] twl: i2c_write failed to transfer all messages
    [   17.434661] omap_i2c omap_i2c.1: controller timed out
    [   17.449890] twl: i2c_read failed to transfer all messages
    [   18.425476] omap_i2c omap_i2c.1: controller timed out
    [   18.440704] twl: i2c_write failed to transfer all messages
    [   19.416290] omap_i2c omap_i2c.1: controller timed out
    [   19.430969] twl: i2c_read failed to transfer all messages
    [   20.407135] omap_i2c omap_i2c.1: controller timed out
    [   20.422363] twl: i2c_read failed to transfer all messages
    [   21.397949] omap_i2c omap_i2c.1: controller timed out
    [   21.413177] twl: i2c_read failed to transfer all messages
    [   22.388793] omap_i2c omap_i2c.1: controller timed out
    [   22.404022] twl: i2c_write failed to transfer all messages
    [   22.404083] twl6030_usb twl6030_usb: Write[0x10] Error -110
    +��r��ʂ����omap_i2c omap_i2c.1: controller timed out
    [   23.394287] twl: i2c_read failed to transfer all messages
    [   23.394348] twl6030: I2C error -110 reading PIH ISR
    [   24.370422] omap_i2c omap_i2c.1: controller timed out
    [   24.385711] twl: i2c_write failed to transfer all messages
    [   24.385711] twl6030_usb twl6030_usb: Write[0x1] Error -110
    [   25.360687] omap_i2c omap_i2c.1: controller timed out
    [   25.375976] twl: i2c_read failed to transfer all messages
    [   25.375976] twl6030: I2C error -110 reading PIH ISR
    [   26.352081] omap_i2c omap_i2c.1: controller timed out
    [   26.367309] twl: i2c_write failed to transfer all messages
    [   26.367370] twl6030_usb twl6030_usb: Write[0x0] Error -110
    [   26.367370] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
    [   27.342346] omap_i2c omap_i2c.1: controller timed out
    [   27.357635] twl: i2c_read failed to transfer all messages
    [   27.357635] twl6030: I2C error -110 reading PIH ISR
    [   28.333160] omap_i2c omap_i2c.1: controller timed out
    [   28.349029] twl: i2c_read failed to transfer all messages
    [   28.349029] print_constraints: VMMC: 1200 <--> 3000 mV normal standby
    [   29.316925] omap_i2c omap_i2c.1: controller timed out
    [   29.339233] twl: i2c_read failed to transfer all messages
    [   29.339294] twl6030: I2C error -110 reading PIH ISR
    [   30.315368] omap_i2c omap_i2c.1: controller timed out
    [   30.330627] twl: i2c_read failed to transfer all messages
    [   30.330688] print_constraints: VPP: 1800 <--> 2500 mV normal standby
    [   30.331573] print_constraints: VCXIO: 1800 mV normal standby
    [   30.332427] print_constraints: VDAC: 1800 mV normal standby
    [   31.298583] omap_i2c omap_i2c.1: controller timed out
    [   31.320892] twl: i2c_read failed to transfer all messages
    [   31.320953] twl6030: I2C error -110 reading PIH ISR
    [   32.297027] omap_i2c omap_i2c.1: controller timed out
    [   32.312286] twl: i2c_read failed to transfer all messages
    [   32.312286] print_constraints: VAUX2_6030: 1200 <--> 2800 mV normal standby
    [   33.287322] omap_i2c omap_i2c.1: controller timed out
    [   33.302551] twl: i2c_read failed to transfer all messages
    [   33.302612] twl6030: I2C error -110 reading PIH ISR
    [   34.278686] omap_i2c omap_i2c.1: controller timed out
    [   34.293975] twl: i2c_read failed to transfer all messages
    [   34.294006] print_constraints: VAUX3_6030: 1000 <--> 3000 mV normal standby
    [   34.294921] print_constraints: CLK32KG:
    [   34.295806] print_constraints: VANA: 2100 mV normal standby
    [   34.309234] twl6030: Interrupt status  0x040000
    [   34.309265] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
    [   34.309692] omap_device: omap_i2c.1: new worst case deactivate latency 0: 61035
    [   34.324432] omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
    [   34.339660] omap_i2c omap_i2c.4: bus 4 rev4.0 at 400 kHz
    [   34.341705] Advanced Linux Sound Architecture Driver Version 1.0.24.
    [   34.343353] Bluetooth: Core ver 2.16
    [   34.343902] NET: Registered protocol family 31
    [   34.343902] Bluetooth: HCI device and connection manager initialized
    [   34.343994] Bluetooth: HCI socket layer initialized
    [   34.343994] Bluetooth: L2CAP socket layer initialized
    [   34.344116] Bluetooth: SCO socket layer initialized
    [   34.345245] cfg80211: Calling CRDA to update world regulatory domain
    [   34.347076] Switching to clocksource 32k_counter
    [   34.354370] Switched to NOHz mode on CPU #0
    [   34.354919] Switched to NOHz mode on CPU #1
    [   34.407562] musb-hdrc: version 6.0, musb-dma, otg (peripheral+host)
    [   34.407775] omap_device: musb-omap2430.-1: new worst case activate latency 0: 213623
    [   34.407989] musb-hdrc musb-hdrc: USB OTG mode controller at fc0ab000 using DMA, IRQ 124
    [   34.408721] NET: Registered protocol family 2
    [   34.409057] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [   34.410247] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [   34.412872] TCP bind hash table entries: 65536 (order: 9, 2621440 bytes)
    [   34.424224] TCP: Hash tables configured (established 131072 bind 65536)
    [   34.424224] TCP reno registered
    [   34.424224] UDP hash table entries: 512 (order: 3, 49152 bytes)
    [   34.424224] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes)
    [   34.425140] NET: Registered protocol family 1
    [   34.426971] RPC: Registered named UNIX socket transport module.
    [   34.427001] RPC: Registered udp transport module.
    [   34.427001] RPC: Registered tcp transport module.
    [   34.427032] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [   34.427032] NetWinder Floating Point Emulator V0.97 (double precision)
    [   34.828674] ipu-power ipu0: Test of writing to the device message log,done from ipu_pm_init
    [   34.828796] ipu-power initialized ipu, major: 253, minor: 0
    [   34.829376] omap-iommu omap-iommu.0: ducati registered
    [   34.829559] omap-iommu omap-iommu.1: tesla registered
    [   34.830810] iovmm-omap initialized ducati, major: 252, base-minor: 0
    [   34.831359] iovmm-omap initialized tesla, major: 252, base-minor: 1
    [   34.831970] omap-remoteproc omap-remoteproc.0: omap_rproc_probe: adding rproc tesla
    [   34.832580] omap-remoteproc omap-remoteproc.0: omap-rproc initialized tesla, major: 251, base-minor: 0
    [   34.832733] omap-remoteproc omap-remoteproc.1: omap_rproc_probe: adding rproc ducati-proc0
    [   34.833160] omap-remoteproc omap-remoteproc.1: omap-rproc initialized ducati-proc0, major: 251, base-minor: 1
    [   34.833160] omap-remoteproc omap-remoteproc.2: omap_rproc_probe: adding rproc ducati-proc1
    [   34.833679] omap-remoteproc omap-remoteproc.2: omap-rproc initialized ducati-proc1, major: 251, base-minor: 2
    [   34.968536] highmem bounce pool size: 64 pages
    [   34.969238] VFS: Disk quotas dquot_6.5.2
    [   34.969390] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [   34.971527] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
    [   34.972015] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
    [   34.972473] ROMFS MTD (C) 2007 Red Hat, Inc.
    [   34.972686] msgmni has been set to 1492
    [   34.974884] io scheduler noop registered (default)
    [   34.975067] io scheduler deadline registered
    [   34.975189] io scheduler cfq registered
    [   35.034606] OMAP DSS rev 4.0
    [   35.039398] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [   35.480407] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
    [   35.615478] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
    [   35.667785] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
    [   53.325256] console [ttyO2] enabled
    [   53.408111] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
    [   53.528076] [drm] Initialized drm 1.1.0 20060810
    [   53.603088] brd: module loaded
    [   53.649780] loop: module loaded
    [   53.689147] omap_device: omap_i2c.1: new worst case activate latency 0: 305175
    [   53.782989] mtdoops: mtd device (mtddev=name/number) must be supplied
    [   53.861907] omap2-nand driver initializing
    [   53.912567] OneNAND driver initializing
    [   53.963623] usbcore: registered new interface driver asix
    [   54.030029] usbcore: registered new interface driver cdc_ether
    [   54.101837] usbcore: registered new interface driver smsc95xx
    [   54.172546] usbcore: registered new interface driver net1080
    [   54.242187] usbcore: registered new interface driver cdc_subset
    [   54.315002] usbcore: registered new interface driver zaurus
    [   54.383270] cdc_ncm: 04-Aug-2011
    [   54.423095] usbcore: registered new interface driver cdc_ncm
    [   54.493164] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [   54.573547] _regulator_get: ehci-omap.0 supply hsusb0 not found, using dummy regulator
    [   54.670745] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
    [   54.741149] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
    [   54.831939] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
    [   54.924713] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
    [   54.995300] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [   55.078704] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   55.167266] usb usb1: Product: OMAP-EHCI Host Controller
    [   55.232574] usb usb1: Manufacturer: Linux 3.0.65 ehci_hcd
    [   55.232574] usb usb1: SerialNumber: ehci-omap.0
    [   55.355834] hub 1-0:1.0: USB hub found
    [   55.401885] hub 1-0:1.0: 3 ports detected
    [   55.480255] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [   55.556213] ohci-omap3 ohci-omap3.0: OMAP3 OHCI Host Controller
    [   55.629547] ohci-omap3 ohci-omap3.0: new USB bus registered, assigned bus number 2
    [   55.722534] ohci-omap3 ohci-omap3.0: irq 108, io mem 0x4a064800
    [   55.842254] usb 1-1: new high speed USB device number 2 using ehci-omap
    [   55.870513] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
    [   55.874786] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   55.874786] usb usb2: Product: OMAP3 OHCI Host Controller
    [   55.874816] usb usb2: Manufacturer: Linux 3.0.65 ohci_hcd
    [   55.874816] usb usb2: SerialNumber: ohci-omap3.0
    [   55.876281] hub 2-0:1.0: USB hub found
    [   55.876281] hub 2-0:1.0: 3 ports detected
    [   55.877899] usbcore: registered new interface driver cdc_wdm
    [   55.877960] Initializing USB Mass Storage driver...
    [   55.878417] usbcore: registered new interface driver usb-storage
    [   55.878417] USB Mass Storage support registered.
    [   55.878967] usbcore: registered new interface driver libusual
    [   56.867279] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
    [   56.949432] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [   57.038208] hub 1-1:1.0: USB hub found
    [   57.084442] hub 1-1:1.0: 5 ports detected
    [   57.135711] usbcore: registered new interface driver usbtest
    [   57.206329] mousedev: PS/2 mouse device common for all mice
    [   57.280151] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
    [   57.355163] twl_rtc twl_rtc: Power up reset detected.
    [   57.418487] twl_rtc twl_rtc: Enabling TWL-RTC.
    [   57.473968] i2c /dev entries driver
    [   57.519378] lirc_dev: IR Remote Control driver registered, major 248
    [   57.598602] usb 1-1.1: new high speed USB device number 3 using ehci-omap
    [   57.682098] IR NEC protocol handler initialized
    [   57.682098] IR RC5(x) protocol handler initialized
    [   57.796447] IR RC6 protocol handler initialized
    +��rª������IR JVC protocol handler initialized
    [   57.907531] IR Sony protocol handler initialized
    [   57.964263] IR RC5 (streamzap) protocol handler initialized
    [   58.032531] IR LIRC bridge handler initialized
    [   58.087249] Linux video capture interface: v2.00
    [   58.148284] Driver for 1-wire Dallas network protocol.
    [   58.212341] omap_device: omap_wdt.-1: new worst case activate latency 0: 122070
    [   58.302581] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
    [   58.387329] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [   58.477111] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [   58.551910] Bluetooth: HCI UART driver ver 2.2
    [   58.606811] Bluetooth: HCI H4 protocol initialized
    [   58.665496] smsc95xx v1.0.4
    [   58.699920] Bluetooth: HCI BCSP protocol initialized
    [   58.760742] Bluetooth: HCILL protocol initialized
    [   58.818572] Bluetooth: Broadcom Blutonium firmware driver ver 1.2
    [   58.894317] usbcore: registered new interface driver bcm203x
    [   58.963897] Bluetooth: Digianswer Bluetooth USB driver ver 0.10
    [   59.037078] usbcore: registered new interface driver bpa10x
    [   59.105651] cpuidle: using governor ladder
    [   59.156372] cpuidle: using governor menu
    [   59.208190] twl6030: Interrupt status  0x000800
    [   59.264068] _regulator_get: omap_hsmmc.0 supply vmmc_aux not found, using dummy regulator
    [   59.366271] _regulator_get: omap_hsmmc.4 supply vmmc_aux not found, using dummy regulator
    [   59.486785] usbcore: registered new interface driver usbhid
    [   59.555267] usbhid: USB HID core driver
    [   59.607482] proc4430_drv_initializeModule
    [   59.608245] mmc1: card claims to support voltages below the defined range. These will be ignored.
    [   59.766693] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, 2e:60:bb:30:3d:0a
    [   59.907989] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
    [   59.908447] omap-devicehandler omap-devicehandler.0: omap_devh_probe: adding devh Tesla
    [   59.909027] omap-devh initialized Tesla, major: 242, base-minor: 0
    [   59.909729] omap-devicehandler omap-devicehandler.1: omap_devh_probe: adding devh SysM3
    [   59.910156] omap-devh initialized SysM3, major: 242, base-minor: 1
    [   59.910614] omap-devicehandler omap-devicehandler.2: omap_devh_probe: adding devh AppM3
    [   59.911163] omap-devh initialized AppM3, major: 242, base-minor: 2
    [   59.919616] SDP4430 SoC init
    [   60.533294] mmc1: new SDIO card at address 0001
    [   60.596130] omap_device: omap-mcpdm.-1: new worst case activate latency 0: 30517
    [   60.687011] omap_device: omap-mcpdm.-1: new worst case deactivate latency 0: 213623
    [   60.783569] asoc: null-codec-dai <-> MultiMedia1 mapping ok
    [   60.852691] asoc: null-codec-dai <-> MultiMedia2 mapping ok
    [   60.922790] asoc: null-codec-dai <-> Voice mapping ok
    [   60.987030] asoc: null-codec-dai <-> Tones mapping ok
    [   61.051666] asoc: null-codec-dai <-> Vibra mapping ok
    [   61.114318] asoc: null-codec-dai <-> MODEM mapping ok
    [   61.177673] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
    [   61.250061] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
    [   61.322052] asoc: twl6040-dl1 <-> mcpdm-dl mapping ok
    [   61.386474] asoc: dmic-hifi <-> omap-dmic-dai-0 mapping ok
    [   61.457885] twl6040-codec twl6040-codec: ASoC: Failed to create Aux/FM Stereo In debugfs file
    [   61.563354] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
    [   61.627593] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
    [   61.690979] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
    [   61.754852] asoc: twl6040-vib <-> mcpdm-vib mapping ok
    [   61.819305] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
    [   61.888519] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
    [   61.959472] asoc: MODEM <-> omap-mcbsp-dai.1 mapping ok
    [   62.024414] asoc: dmic-hifi <-> omap-dmic-abe-dai-0 mapping ok
    [   62.097106] asoc: dmic-hifi <-> omap-dmic-abe-dai-1 mapping ok
    [   62.169769] asoc: dmic-hifi <-> omap-dmic-abe-dai-2 mapping ok
    [   62.248809] input: Panda Headset Jack as /devices/platform/soc-audio.0/sound/card0/input0
    [   62.356750] Error: Driver 'hdmi-audio-dai' is already registered, aborting...
    [   62.444274] OMAP4 HDMI audio SoC init
    [   62.490142] asoc: omap4-hdmi-audio-codec <-> hdmi-audio-dai mapping ok
    [   62.572387] ALSA device list:
    [   62.608764]   #0: TI OMAP4 Board
    [   62.648284]   #1: TI OMAP4 HDMI Board
    [   62.693267] oprofile: hardware counters not available
    [   62.755157] oprofile: using timer interrupt.
    [   62.807708] TCP cubic registered
    [   62.847442] Initializing XFRM netlink socket
    [   62.847686] NET: Registered protocol family 17
    [   62.899810] NET: Registered protocol family 15
    [   63.009124] Bluetooth: RFCOMM TTY layer initialized
    [   63.068969] Bluetooth: RFCOMM socket layer initialized
    [   63.132171] Bluetooth: RFCOMM ver 1.11
    [   63.132354] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    [   63.251342] lib80211: common routines for IEEE802.11 drivers
    [   63.320983] Registering the dns_resolver key type
    [   63.379089] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
    [   63.473144] ThumbEE CPU extension supported.
    [   63.474121] Registering SWP/SWPB emulation handler
    [   63.590454] omap2_set_init_voltage: unable to find boot up OPP for vdd_iva
    [   63.674865] omap2_set_init_voltage: Unable to put vdd_iva to its init voltage
    [   63.674865]
    [   63.782287] Power Management for TI OMAP4.
    [   63.832580] sr_init: No PMIC hook to init smartreflex
    [   63.894592] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
    [   63.989959] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
    [   64.085723] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
    [   64.181243] SmartReflex Class3 initialized
    [   64.252075] omap_device: omap_i2c.1: new worst case activate latency 0: 793457
    [   64.341247] regulator_init_complete: VANA: incomplete constraints, leaving on
    [   64.429107] regulator_init_complete: CLK32KG: incomplete constraints, leaving on
    [   64.521179] regulator_init_complete: VDAC: incomplete constraints, leaving on
    [   64.609100] regulator_init_complete: VCXIO: incomplete constraints, leaving on
    [   64.699005] regulator_init_complete: VUSB: incomplete constraints, leaving on
    [   64.787567] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:07 UTC (946684807)
    [   65.050567] omapdss DISPC error: timeout waiting for EVSYNC
    [   65.050567] omap_vout omap_vout: 'hdmi' Display already enabled
    [   65.191894] omap_vout omap_vout: Buffer Size = 3686400
    [   65.256164] omap_vout omap_vout: : registered and initialized video device 0
    [   65.256164] omap_vout omap_vout: Buffer Size = 3686400
    [   65.406799] omap_vout omap_vout: : registered and initialized video device 1
    [   65.497955] Not enabling generic panel as no connector is detected
    [   65.574768] omapdrm omapdrm.0: could not create connector
    [   65.831146] omapdss DISPC error: timeout waiting for EVSYNC
    [   65.930206] omapdss DISPC error: timeout waiting for EVSYNC
    [   66.066314] omapdss DISPC error: timeout waiting for EVSYNC
    [   66.167419] omapdss DISPC error: timeout waiting for EVSYNC
    [   66.190948] Console: switching to colour frame buffer device 240x135
    [   66.590118] fb0: omapdrm frame buffer device
    [   66.642517] drm: registered panic notifier
    [   66.692657] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [   66.773712] [drm] No driver support for vblank timestamp query.
    [   66.846435] [drm] Initialized omapdrm 1.0.0 20110403 on minor 0
    [   66.919555] VFS: Cannot open root device "mmcblk0p2" or unknown-block(0,0)
    [   66.919555] Please append a correct "root=" boot option; here are the available partitions:
    [   67.107971] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
    [   67.209838] CPU1: stopping
    [   67.239440] [<c00645ec>] (unwind_backtrace+0x0/0xf8) from [<c00533f0>] (do_IPI+0x120/0x14c)
    [   67.345367] [<c00533f0>] (do_IPI+0x120/0x14c) from [<c05c390c>] (__irq_svc+0x4c/0x124)
    [   67.433715] Exception stack(0xef873f90 to 0xef873fd8)
    [   67.503692] 3f80:                                     00000020 c0827984 ef873fd8 00000000
    [   67.597686] 3fa0: ef872000 c089fd24 c05cd848 c082c0f4 c082c2b4 412fc09a 00000000 00000000
    [   67.704254] 3fc0: c00632bc ef873fd8 c005ed78 c005ed7c 60000113 ffffffff
    [   67.785308] [<c05c390c>] (__irq_svc+0x4c/0x124) from [<c005ed7c>] (default_idle+0x24/0x28)
    [   67.887054] [<c005ed7c>] (default_idle+0x24/0x28) from [<c005ef8c>] (cpu_idle+0xc8/0x108)
    [   67.979888] [<c005ef8c>] (cpu_idle+0xc8/0x108) from [<805b59d4>] (0x805b59d4)
    [   68.042755] panic occurred, switching back to text console


    Thanks,
    Deep

  • Hi,

    I tried the kernel which you have suggested.

    I have downloaded filesystem of 12.04 ubuntu as suggested on http://www.omappedia.com/wiki/OMAP_Ubuntu_Core. and put file system of ubuntu 12.04 in the rootfs partition. Also connected HDMI cable with pandaboard, I can see linux symbols on the display. Both the LEDs on the board are enabled constantly.

    But with this kernel also, kernel is not able to find rootfs partition. Please find the log below and suggest.

    U-Boot 2013.01.-rc1-00001-g30dd996-dirty (Apr 12 2013 - 16:20:11)

    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 file preEnv.txt **
    Hit any key to stop autoboot:  0
    mmc0 is current device
    reading uEnv.txt
    ** Unable to read file uEnv.txt **
    reading boot.scr
    228 bytes read
    Loaded script from boot.scr
    Running bootscript from mmc0 ...
    ## Executing script at 82000000
    reading uImage
    4345072 bytes read
    ## Booting kernel from Legacy Image at 80000000 ...
       Image Name:   Linux-3.0.65
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    4345008 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] Linux version 3.0.65 (user29@user29-desktop) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #5 SMP PREEMPT Thu Apr 25 19:09:21 IS)
    [    0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
    [    0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] Machine: OMAP4 Panda board
    [    0.000000] Ignoring tag cmdline (using the default kernel command line)
    [    0.000000] Reserving 41943040 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 @c14ff000 s7008 r8192 d13472 u32768
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 249856
    [    0.000000] Kernel command line: ro elevator=noop console=ttyO2,9600n8 vram=40M mem=512M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk0p2 init=/init fixh
    [    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: 984MB = 984MB total
    [    0.000000] Memory: 985264k/985264k available, 63312k reserved, 221184K 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 - 0xc0053000   ( 300 kB)
    [    0.000000]       .text : 0xc0053000 - 0xc0810fb4   (7928 kB)
    [    0.000000]       .data : 0xc0812000 - 0xc089fc38   ( 568 kB)
    [    0.000000]        .bss : 0xc089fc5c - 0xc0cee22c   (4410 kB)
    [    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.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: 3679 kB
    [    0.000000]  per task-struct memory footprint: 1152 bytes
    [    0.000579] Calibrating delay loop... 1392.74 BogoMIPS (lpj=5439488)
    [    0.070373] pid_max: default: 32768 minimum: 301
    [    0.070770] Security Framework initialized
    [    0.070983] Mount-cache hash table entries: 512
    [    0.070983] CPU: Testing write buffer coherency: ok
    [    0.072814] twd_timer_setup: no clock found
    [    0.073242] Calibrating local timer... 341.43MHz.
    [    0.117492] L310 cache controller enabled
    [    0.117492] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x5e470000, Cache size: 1048576 B
    [    0.193756] CPU1: Booted secondary processor
    [    0.262420] Brought up 2 CPUs
    [    0.262451] SMP: Total of 2 processors activated (2755.07 BogoMIPS).
    [    0.262847] devtmpfs: initialized
    [    0.271972] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for emif_fw
    [    0.271972] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_instr
    [    0.272125] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_1
    [    0.272155] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_2
    [    0.272155] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_abe
    [    0.272155] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_cfg
    [    0.272216] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_per
    [    0.272216] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_wkup
    [    0.272247] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for mpu_private
    [    0.272247] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for dsp
    [    0.272277] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for sl2if
    [    0.272277] omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
    [    0.290405] omap_hwmod: ipu: failed to hardreset
    [    0.296630] omap_hwmod: mcpdm: cannot be enabled (3)
    [    0.299926] print_constraints: dummy:
    [    0.299926] NET: Registered protocol family 16
    [    0.301391] GPMC revision 6.0
    [    0.307403] omap_device: omap_gpio.0: new worst case activate latency 0: 122070
    [    0.308135] OMAP GPIO hardware version 0.1
    [    0.308593] OMAP GPIO hardware version 0.1
    [    0.309112] OMAP GPIO hardware version 0.1
    [    0.309722] OMAP GPIO hardware version 0.1
    [    0.310028] omap_device: omap_gpio.4: new worst case activate latency 0: 305175
    [    0.310363] OMAP GPIO hardware version 0.1
    [    0.310974] OMAP GPIO hardware version 0.1
    [    0.314666] omap_mux_init: Add partition: #1: core, flags: 2
    [    0.314666] omap_mux_init: Add partition: #2: wkup, flags: 2
    [    0.319641] omap_device: omap_uart.0: new worst case activate latency 0: 61035
    [    0.320281] omap_device: omap_uart.1: new worst case activate latency 0: 152587
    [    0.321014] omap_device: omap_uart.2: new worst case deactivate latency 0: 30517
    [    0.340454] pm_dbg_init: only OMAP3 supported
    [    0.340850] omap_ipussdev_init: could not look up iss
    [    0.343688] OMAP DMA hardware revision 0.0
    [    0.389343] bio: create slab <bio-0> at 0
    [    0.391448] print_constraints: vwl1271: 1800 mV
    [    0.394348] SCSI subsystem initialized
    [    0.394683] omap_device: omap2_mcspi.1: new worst case activate latency 0: 213623
    [    0.395599] omap_device: omap2_mcspi.2: new worst case deactivate latency 0: 61035
    [    0.398071] usbcore: registered new interface driver usbfs
    [    0.398620] usbcore: registered new interface driver hub
    [    0.399017] usbcore: registered new device driver usb
    [    0.402709] omap_device: omap_i2c.1: new worst case activate latency 0: 152587
    [    0.415374] omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
    [    0.417327] Skipping twl internal clock init and using bootloader value (unknown osc rate)
    [    1.390899] omap_i2c omap_i2c.1: controller timed out
    [    1.406127] twl: i2c_write failed to transfer all messages
    [    2.381134] omap_i2c omap_i2c.1: controller timed out
    [    2.396942] twl: i2c_write failed to transfer all messages
    [    3.372528] omap_i2c omap_i2c.1: controller timed out
    [    3.387207] twl: i2c_write failed to transfer all messages
    [    3.387207] twl6030: PIH (irq 39) chaining IRQs 368..387
    [    4.363342] omap_i2c omap_i2c.1: controller timed out
    [    4.378601] twl: i2c_write failed to transfer all messages
    [    4.379821] print_constraints: VUSB: 3300 mV normal standby
    [    5.354187] omap_i2c omap_i2c.1: controller timed out
    [    5.369476] twl: i2c_write failed to transfer all messages
    [    5.369476] twl6030_usb twl6030_usb: Write[0xfa] Error -110
    [    6.345031] omap_i2c omap_i2c.1: controller timed out
    [    6.360260] twl: i2c_write failed to transfer all messages
    [    6.360260] twl6030_usb twl6030_usb: Write[0xf5] Error -110
    [    7.335845] omap_i2c omap_i2c.1: controller timed out
    [    7.351074] twl: i2c_write failed to transfer all messages
    [    7.351074] twl6030_usb twl6030_usb: Write[0xe5] Error -110
    [    8.326660] omap_i2c omap_i2c.1: controller timed out
    [    8.341339] twl: i2c_write failed to transfer all messages
    [    8.341949] twl6030_usb twl6030_usb: Write[0x4] Error -110
    [    9.317504] omap_i2c omap_i2c.1: controller timed out
    [    9.332733] twl: i2c_write failed to transfer all messages
    [    9.332733] twl6030_usb twl6030_usb: Write[0x6] Error -110
    [   10.498291] omap_i2c omap_i2c.1: controller timed out
    [   10.514099] twl: i2c_write failed to transfer all messages
    [   10.514160] twl6030_usb twl6030_usb: Write[0x1] Error -110
    [   11.489685] omap_i2c omap_i2c.1: controller timed out
    [   11.504913] twl: i2c_read failed to transfer all messages
    [   12.480499] omap_i2c omap_i2c.1: controller timed out
    [   12.495758] twl: i2c_write failed to transfer all messages
    [   13.471343] omap_i2c omap_i2c.1: controller timed out
    [   13.486572] twl: i2c_read failed to transfer all messages
    [   14.462158] omap_i2c omap_i2c.1: controller timed out
    [   14.477447] twl: i2c_write failed to transfer all messages
    [   15.452423] omap_i2c omap_i2c.1: controller timed out
    [   15.468231] twl: i2c_read failed to transfer all messages
    [   16.443817] omap_i2c omap_i2c.1: controller timed out
    [   16.459045] twl: i2c_write failed to transfer all messages
    [   17.434661] omap_i2c omap_i2c.1: controller timed out
    [   17.449890] twl: i2c_read failed to transfer all messages
    [   18.425476] omap_i2c omap_i2c.1: controller timed out
    [   18.440704] twl: i2c_write failed to transfer all messages
    [   19.416290] omap_i2c omap_i2c.1: controller timed out
    [   19.430969] twl: i2c_read failed to transfer all messages
    [   20.407135] omap_i2c omap_i2c.1: controller timed out
    [   20.422363] twl: i2c_read failed to transfer all messages
    [   21.397949] omap_i2c omap_i2c.1: controller timed out
    [   21.413177] twl: i2c_read failed to transfer all messages
    [   22.388793] omap_i2c omap_i2c.1: controller timed out
    [   22.404022] twl: i2c_write failed to transfer all messages
    [   22.404083] twl6030_usb twl6030_usb: Write[0x10] Error -110
    +��r��ʂ����omap_i2c omap_i2c.1: controller timed out
    [   23.394287] twl: i2c_read failed to transfer all messages
    [   23.394348] twl6030: I2C error -110 reading PIH ISR
    [   24.370422] omap_i2c omap_i2c.1: controller timed out
    [   24.385711] twl: i2c_write failed to transfer all messages
    [   24.385711] twl6030_usb twl6030_usb: Write[0x1] Error -110
    [   25.360687] omap_i2c omap_i2c.1: controller timed out
    [   25.375976] twl: i2c_read failed to transfer all messages
    [   25.375976] twl6030: I2C error -110 reading PIH ISR
    [   26.352081] omap_i2c omap_i2c.1: controller timed out
    [   26.367309] twl: i2c_write failed to transfer all messages
    [   26.367370] twl6030_usb twl6030_usb: Write[0x0] Error -110
    [   26.367370] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
    [   27.342346] omap_i2c omap_i2c.1: controller timed out
    [   27.357635] twl: i2c_read failed to transfer all messages
    [   27.357635] twl6030: I2C error -110 reading PIH ISR
    [   28.333160] omap_i2c omap_i2c.1: controller timed out
    [   28.349029] twl: i2c_read failed to transfer all messages
    [   28.349029] print_constraints: VMMC: 1200 <--> 3000 mV normal standby
    [   29.316925] omap_i2c omap_i2c.1: controller timed out
    [   29.339233] twl: i2c_read failed to transfer all messages
    [   29.339294] twl6030: I2C error -110 reading PIH ISR
    [   30.315368] omap_i2c omap_i2c.1: controller timed out
    [   30.330627] twl: i2c_read failed to transfer all messages
    [   30.330688] print_constraints: VPP: 1800 <--> 2500 mV normal standby
    [   30.331573] print_constraints: VCXIO: 1800 mV normal standby
    [   30.332427] print_constraints: VDAC: 1800 mV normal standby
    [   31.298583] omap_i2c omap_i2c.1: controller timed out
    [   31.320892] twl: i2c_read failed to transfer all messages
    [   31.320953] twl6030: I2C error -110 reading PIH ISR
    [   32.297027] omap_i2c omap_i2c.1: controller timed out
    [   32.312286] twl: i2c_read failed to transfer all messages
    [   32.312286] print_constraints: VAUX2_6030: 1200 <--> 2800 mV normal standby
    [   33.287322] omap_i2c omap_i2c.1: controller timed out
    [   33.302551] twl: i2c_read failed to transfer all messages
    [   33.302612] twl6030: I2C error -110 reading PIH ISR
    [   34.278686] omap_i2c omap_i2c.1: controller timed out
    [   34.293975] twl: i2c_read failed to transfer all messages
    [   34.294006] print_constraints: VAUX3_6030: 1000 <--> 3000 mV normal standby
    [   34.294921] print_constraints: CLK32KG:
    [   34.295806] print_constraints: VANA: 2100 mV normal standby
    [   34.309234] twl6030: Interrupt status  0x040000
    [   34.309265] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
    [   34.309692] omap_device: omap_i2c.1: new worst case deactivate latency 0: 61035
    [   34.324432] omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
    [   34.339660] omap_i2c omap_i2c.4: bus 4 rev4.0 at 400 kHz
    [   34.341705] Advanced Linux Sound Architecture Driver Version 1.0.24.
    [   34.343353] Bluetooth: Core ver 2.16
    [   34.343902] NET: Registered protocol family 31
    [   34.343902] Bluetooth: HCI device and connection manager initialized
    [   34.343994] Bluetooth: HCI socket layer initialized
    [   34.343994] Bluetooth: L2CAP socket layer initialized
    [   34.344116] Bluetooth: SCO socket layer initialized
    [   34.345245] cfg80211: Calling CRDA to update world regulatory domain
    [   34.347076] Switching to clocksource 32k_counter
    [   34.354370] Switched to NOHz mode on CPU #0
    [   34.354919] Switched to NOHz mode on CPU #1
    [   34.407562] musb-hdrc: version 6.0, musb-dma, otg (peripheral+host)
    [   34.407775] omap_device: musb-omap2430.-1: new worst case activate latency 0: 213623
    [   34.407989] musb-hdrc musb-hdrc: USB OTG mode controller at fc0ab000 using DMA, IRQ 124
    [   34.408721] NET: Registered protocol family 2
    [   34.409057] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [   34.410247] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [   34.412872] TCP bind hash table entries: 65536 (order: 9, 2621440 bytes)
    [   34.424224] TCP: Hash tables configured (established 131072 bind 65536)
    [   34.424224] TCP reno registered
    [   34.424224] UDP hash table entries: 512 (order: 3, 49152 bytes)
    [   34.424224] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes)
    [   34.425140] NET: Registered protocol family 1
    [   34.426971] RPC: Registered named UNIX socket transport module.
    [   34.427001] RPC: Registered udp transport module.
    [   34.427001] RPC: Registered tcp transport module.
    [   34.427032] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [   34.427032] NetWinder Floating Point Emulator V0.97 (double precision)
    [   34.828674] ipu-power ipu0: Test of writing to the device message log,done from ipu_pm_init
    [   34.828796] ipu-power initialized ipu, major: 253, minor: 0
    [   34.829376] omap-iommu omap-iommu.0: ducati registered
    [   34.829559] omap-iommu omap-iommu.1: tesla registered
    [   34.830810] iovmm-omap initialized ducati, major: 252, base-minor: 0
    [   34.831359] iovmm-omap initialized tesla, major: 252, base-minor: 1
    [   34.831970] omap-remoteproc omap-remoteproc.0: omap_rproc_probe: adding rproc tesla
    [   34.832580] omap-remoteproc omap-remoteproc.0: omap-rproc initialized tesla, major: 251, base-minor: 0
    [   34.832733] omap-remoteproc omap-remoteproc.1: omap_rproc_probe: adding rproc ducati-proc0
    [   34.833160] omap-remoteproc omap-remoteproc.1: omap-rproc initialized ducati-proc0, major: 251, base-minor: 1
    [   34.833160] omap-remoteproc omap-remoteproc.2: omap_rproc_probe: adding rproc ducati-proc1
    [   34.833679] omap-remoteproc omap-remoteproc.2: omap-rproc initialized ducati-proc1, major: 251, base-minor: 2
    [   34.968536] highmem bounce pool size: 64 pages
    [   34.969238] VFS: Disk quotas dquot_6.5.2
    [   34.969390] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [   34.971527] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
    [   34.972015] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
    [   34.972473] ROMFS MTD (C) 2007 Red Hat, Inc.
    [   34.972686] msgmni has been set to 1492
    [   34.974884] io scheduler noop registered (default)
    [   34.975067] io scheduler deadline registered
    [   34.975189] io scheduler cfq registered
    [   35.034606] OMAP DSS rev 4.0
    [   35.039398] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [   35.480407] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
    [   35.615478] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
    [   35.667785] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
    [   53.325256] console [ttyO2] enabled
    [   53.408111] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
    [   53.528076] [drm] Initialized drm 1.1.0 20060810
    [   53.603088] brd: module loaded
    [   53.649780] loop: module loaded
    [   53.689147] omap_device: omap_i2c.1: new worst case activate latency 0: 305175
    [   53.782989] mtdoops: mtd device (mtddev=name/number) must be supplied
    [   53.861907] omap2-nand driver initializing
    [   53.912567] OneNAND driver initializing
    [   53.963623] usbcore: registered new interface driver asix
    [   54.030029] usbcore: registered new interface driver cdc_ether
    [   54.101837] usbcore: registered new interface driver smsc95xx
    [   54.172546] usbcore: registered new interface driver net1080
    [   54.242187] usbcore: registered new interface driver cdc_subset
    [   54.315002] usbcore: registered new interface driver zaurus
    [   54.383270] cdc_ncm: 04-Aug-2011
    [   54.423095] usbcore: registered new interface driver cdc_ncm
    [   54.493164] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [   54.573547] _regulator_get: ehci-omap.0 supply hsusb0 not found, using dummy regulator
    [   54.670745] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
    [   54.741149] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
    [   54.831939] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
    [   54.924713] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
    [   54.995300] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [   55.078704] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   55.167266] usb usb1: Product: OMAP-EHCI Host Controller
    [   55.232574] usb usb1: Manufacturer: Linux 3.0.65 ehci_hcd
    [   55.232574] usb usb1: SerialNumber: ehci-omap.0
    [   55.355834] hub 1-0:1.0: USB hub found
    [   55.401885] hub 1-0:1.0: 3 ports detected
    [   55.480255] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [   55.556213] ohci-omap3 ohci-omap3.0: OMAP3 OHCI Host Controller
    [   55.629547] ohci-omap3 ohci-omap3.0: new USB bus registered, assigned bus number 2
    [   55.722534] ohci-omap3 ohci-omap3.0: irq 108, io mem 0x4a064800
    [   55.842254] usb 1-1: new high speed USB device number 2 using ehci-omap
    [   55.870513] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
    [   55.874786] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   55.874786] usb usb2: Product: OMAP3 OHCI Host Controller
    [   55.874816] usb usb2: Manufacturer: Linux 3.0.65 ohci_hcd
    [   55.874816] usb usb2: SerialNumber: ohci-omap3.0
    [   55.876281] hub 2-0:1.0: USB hub found
    [   55.876281] hub 2-0:1.0: 3 ports detected
    [   55.877899] usbcore: registered new interface driver cdc_wdm
    [   55.877960] Initializing USB Mass Storage driver...
    [   55.878417] usbcore: registered new interface driver usb-storage
    [   55.878417] USB Mass Storage support registered.
    [   55.878967] usbcore: registered new interface driver libusual
    [   56.867279] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
    [   56.949432] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [   57.038208] hub 1-1:1.0: USB hub found
    [   57.084442] hub 1-1:1.0: 5 ports detected
    [   57.135711] usbcore: registered new interface driver usbtest
    [   57.206329] mousedev: PS/2 mouse device common for all mice
    [   57.280151] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
    [   57.355163] twl_rtc twl_rtc: Power up reset detected.
    [   57.418487] twl_rtc twl_rtc: Enabling TWL-RTC.
    [   57.473968] i2c /dev entries driver
    [   57.519378] lirc_dev: IR Remote Control driver registered, major 248
    [   57.598602] usb 1-1.1: new high speed USB device number 3 using ehci-omap
    [   57.682098] IR NEC protocol handler initialized
    [   57.682098] IR RC5(x) protocol handler initialized
    [   57.796447] IR RC6 protocol handler initialized
    +��rª������IR JVC protocol handler initialized
    [   57.907531] IR Sony protocol handler initialized
    [   57.964263] IR RC5 (streamzap) protocol handler initialized
    [   58.032531] IR LIRC bridge handler initialized
    [   58.087249] Linux video capture interface: v2.00
    [   58.148284] Driver for 1-wire Dallas network protocol.
    [   58.212341] omap_device: omap_wdt.-1: new worst case activate latency 0: 122070
    [   58.302581] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
    [   58.387329] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [   58.477111] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [   58.551910] Bluetooth: HCI UART driver ver 2.2
    [   58.606811] Bluetooth: HCI H4 protocol initialized
    [   58.665496] smsc95xx v1.0.4
    [   58.699920] Bluetooth: HCI BCSP protocol initialized
    [   58.760742] Bluetooth: HCILL protocol initialized
    [   58.818572] Bluetooth: Broadcom Blutonium firmware driver ver 1.2
    [   58.894317] usbcore: registered new interface driver bcm203x
    [   58.963897] Bluetooth: Digianswer Bluetooth USB driver ver 0.10
    [   59.037078] usbcore: registered new interface driver bpa10x
    [   59.105651] cpuidle: using governor ladder
    [   59.156372] cpuidle: using governor menu
    [   59.208190] twl6030: Interrupt status  0x000800
    [   59.264068] _regulator_get: omap_hsmmc.0 supply vmmc_aux not found, using dummy regulator
    [   59.366271] _regulator_get: omap_hsmmc.4 supply vmmc_aux not found, using dummy regulator
    [   59.486785] usbcore: registered new interface driver usbhid
    [   59.555267] usbhid: USB HID core driver
    [   59.607482] proc4430_drv_initializeModule
    [   59.608245] mmc1: card claims to support voltages below the defined range. These will be ignored.
    [   59.766693] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, 2e:60:bb:30:3d:0a
    [   59.907989] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
    [   59.908447] omap-devicehandler omap-devicehandler.0: omap_devh_probe: adding devh Tesla
    [   59.909027] omap-devh initialized Tesla, major: 242, base-minor: 0
    [   59.909729] omap-devicehandler omap-devicehandler.1: omap_devh_probe: adding devh SysM3
    [   59.910156] omap-devh initialized SysM3, major: 242, base-minor: 1
    [   59.910614] omap-devicehandler omap-devicehandler.2: omap_devh_probe: adding devh AppM3
    [   59.911163] omap-devh initialized AppM3, major: 242, base-minor: 2
    [   59.919616] SDP4430 SoC init
    [   60.533294] mmc1: new SDIO card at address 0001
    [   60.596130] omap_device: omap-mcpdm.-1: new worst case activate latency 0: 30517
    [   60.687011] omap_device: omap-mcpdm.-1: new worst case deactivate latency 0: 213623
    [   60.783569] asoc: null-codec-dai <-> MultiMedia1 mapping ok
    [   60.852691] asoc: null-codec-dai <-> MultiMedia2 mapping ok
    [   60.922790] asoc: null-codec-dai <-> Voice mapping ok
    [   60.987030] asoc: null-codec-dai <-> Tones mapping ok
    [   61.051666] asoc: null-codec-dai <-> Vibra mapping ok
    [   61.114318] asoc: null-codec-dai <-> MODEM mapping ok
    [   61.177673] asoc: null-codec-dai <-> MultiMedia1 LP mapping ok
    [   61.250061] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
    [   61.322052] asoc: twl6040-dl1 <-> mcpdm-dl mapping ok
    [   61.386474] asoc: dmic-hifi <-> omap-dmic-dai-0 mapping ok
    [   61.457885] twl6040-codec twl6040-codec: ASoC: Failed to create Aux/FM Stereo In debugfs file
    [   61.563354] asoc: twl6040-dl1 <-> mcpdm-dl1 mapping ok
    [   61.627593] asoc: twl6040-ul <-> mcpdm-ul1 mapping ok
    [   61.690979] asoc: twl6040-dl2 <-> mcpdm-dl2 mapping ok
    [   61.754852] asoc: twl6040-vib <-> mcpdm-vib mapping ok
    [   61.819305] asoc: Bluetooth <-> omap-mcbsp-dai.0 mapping ok
    [   61.888519] asoc: FM Digital <-> omap-mcbsp-dai.1 mapping ok
    [   61.959472] asoc: MODEM <-> omap-mcbsp-dai.1 mapping ok
    [   62.024414] asoc: dmic-hifi <-> omap-dmic-abe-dai-0 mapping ok
    [   62.097106] asoc: dmic-hifi <-> omap-dmic-abe-dai-1 mapping ok
    [   62.169769] asoc: dmic-hifi <-> omap-dmic-abe-dai-2 mapping ok
    [   62.248809] input: Panda Headset Jack as /devices/platform/soc-audio.0/sound/card0/input0
    [   62.356750] Error: Driver 'hdmi-audio-dai' is already registered, aborting...
    [   62.444274] OMAP4 HDMI audio SoC init
    [   62.490142] asoc: omap4-hdmi-audio-codec <-> hdmi-audio-dai mapping ok
    [   62.572387] ALSA device list:
    [   62.608764]   #0: TI OMAP4 Board
    [   62.648284]   #1: TI OMAP4 HDMI Board
    [   62.693267] oprofile: hardware counters not available
    [   62.755157] oprofile: using timer interrupt.
    [   62.807708] TCP cubic registered
    [   62.847442] Initializing XFRM netlink socket
    [   62.847686] NET: Registered protocol family 17
    [   62.899810] NET: Registered protocol family 15
    [   63.009124] Bluetooth: RFCOMM TTY layer initialized
    [   63.068969] Bluetooth: RFCOMM socket layer initialized
    [   63.132171] Bluetooth: RFCOMM ver 1.11
    [   63.132354] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    [   63.251342] lib80211: common routines for IEEE802.11 drivers
    [   63.320983] Registering the dns_resolver key type
    [   63.379089] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
    [   63.473144] ThumbEE CPU extension supported.
    [   63.474121] Registering SWP/SWPB emulation handler
    [   63.590454] omap2_set_init_voltage: unable to find boot up OPP for vdd_iva
    [   63.674865] omap2_set_init_voltage: Unable to put vdd_iva to its init voltage
    [   63.674865]
    [   63.782287] Power Management for TI OMAP4.
    [   63.832580] sr_init: No PMIC hook to init smartreflex
    [   63.894592] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
    [   63.989959] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
    [   64.085723] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
    [   64.181243] SmartReflex Class3 initialized
    [   64.252075] omap_device: omap_i2c.1: new worst case activate latency 0: 793457
    [   64.341247] regulator_init_complete: VANA: incomplete constraints, leaving on
    [   64.429107] regulator_init_complete: CLK32KG: incomplete constraints, leaving on
    [   64.521179] regulator_init_complete: VDAC: incomplete constraints, leaving on
    [   64.609100] regulator_init_complete: VCXIO: incomplete constraints, leaving on
    [   64.699005] regulator_init_complete: VUSB: incomplete constraints, leaving on
    [   64.787567] twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:07 UTC (946684807)
    [   65.050567] omapdss DISPC error: timeout waiting for EVSYNC
    [   65.050567] omap_vout omap_vout: 'hdmi' Display already enabled
    [   65.191894] omap_vout omap_vout: Buffer Size = 3686400
    [   65.256164] omap_vout omap_vout: : registered and initialized video device 0
    [   65.256164] omap_vout omap_vout: Buffer Size = 3686400
    [   65.406799] omap_vout omap_vout: : registered and initialized video device 1
    [   65.497955] Not enabling generic panel as no connector is detected
    [   65.574768] omapdrm omapdrm.0: could not create connector
    [   65.831146] omapdss DISPC error: timeout waiting for EVSYNC
    [   65.930206] omapdss DISPC error: timeout waiting for EVSYNC
    [   66.066314] omapdss DISPC error: timeout waiting for EVSYNC
    [   66.167419] omapdss DISPC error: timeout waiting for EVSYNC
    [   66.190948] Console: switching to colour frame buffer device 240x135
    [   66.590118] fb0: omapdrm frame buffer device
    [   66.642517] drm: registered panic notifier
    [   66.692657] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [   66.773712] [drm] No driver support for vblank timestamp query.
    [   66.846435] [drm] Initialized omapdrm 1.0.0 20110403 on minor 0
    [   66.919555] VFS: Cannot open root device "mmcblk0p2" or unknown-block(0,0)
    [   66.919555] Please append a correct "root=" boot option; here are the available partitions:
    [   67.107971] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
    [   67.209838] CPU1: stopping
    [   67.239440] [<c00645ec>] (unwind_backtrace+0x0/0xf8) from [<c00533f0>] (do_IPI+0x120/0x14c)
    [   67.345367] [<c00533f0>] (do_IPI+0x120/0x14c) from [<c05c390c>] (__irq_svc+0x4c/0x124)
    [   67.433715] Exception stack(0xef873f90 to 0xef873fd8)
    [   67.503692] 3f80:                                     00000020 c0827984 ef873fd8 00000000
    [   67.597686] 3fa0: ef872000 c089fd24 c05cd848 c082c0f4 c082c2b4 412fc09a 00000000 00000000
    [   67.704254] 3fc0: c00632bc ef873fd8 c005ed78 c005ed7c 60000113 ffffffff
    [   67.785308] [<c05c390c>] (__irq_svc+0x4c/0x124) from [<c005ed7c>] (default_idle+0x24/0x28)
    [   67.887054] [<c005ed7c>] (default_idle+0x24/0x28) from [<c005ef8c>] (cpu_idle+0xc8/0x108)
    [   67.979888] [<c005ef8c>] (cpu_idle+0xc8/0x108) from [<805b59d4>] (0x805b59d4)
    [   68.042755] panic occurred, switching back to text console


    Thanks,
    Deep

  • Hi Vincent,

    I had tried 2 different SD cards on this kernel. Today tried the third SD card and the issue resolved by itself with the same kernel binary. Do not know why the other two SD card did not work for me.

    Kindly let me know if you have any thoughts on the same.

    And very much thanks to you for supporting me.

    Thanks,
    Deep

  • Hi,

    I am glad this is solved. One hint might be the supported voltage of each card; maybe they differ? I don't know how to check that easily, though.

    Best regards,

    V.

  • Hi,

    I having the same issue with a pandaboard A4. The SD works in another pandaboard A4 that I have but in another it doesn´t. With ls /sys/block/ appears only 

    loop0 loop1 ... loop7 ram0

    how can I check the if there is a problem in the SD port?

    kindest regards,

    Dustin