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.

Linux: Linux/RTOS booting problem

Other Parts Discussed in Thread: PCF8575, DRA742, PMP, DRA752

Tool/software: Linux

Hi,

I am using some TDA2xx custom board with PROCESSOR-SDK. I am getting "Waiting for root device PARTUUID=99df27d8-02..." error. I have looked into threads on TI forum and applied suggestions below but did not help

  1. I have used Class 10 SD card instead of lower one
  2. I have checked SD card detection GPIO pin from u-boot it is working
  3. When initializing Linux I have tried both from scripts and by hand

this is my boot-log

/cfs-file/__key/communityserver-discussions-components-files/791/2251.boot_2D00_log.txt

Do you have any suggestion?

Thanks.

  • Hi,
    If we start from the first error in the timeline then kindly try this:
    e2e.ti.com/.../308675

    Let us know if anything changes.

    Regards,
    Stan

    P.S. The solution in the other thread is the other way around. Of course in your case will need to change from MMC1 to MMC0 , because the latter is the SD card interface.
  • Hi,

    I have forwarded your question to a kernel expert for further help.

    Regards,
    Yordan
  • Hi,

    1. Have you taken care of PAD config (pin muxing)?

    2. Are you able to read from sd car din u-boot?

    stop at u-boo tprompt by pressing any key during u-boot.

    mmc dev
    
    mmc dev 0
    
    fatls mmc 0:1

    3. Can you share your board dts (device tree) file?

    2. Have you tried with a different card?

    Regards,

    RK

  • Hi, Ravikumar!
    We are trying to port linux to A15 on our custom board with TDA2xx (VISION_SDK_02_12_01_00) .. This is something we have already managed to do on Ti’s EVA board.
    However, when we use our board, we cannot get past this error:

    Waiting for root device PARTUUID=3dd2cf74-02...

    The boot process stops there and we cannot get access to shell

    When we stop the booting process, we can read the data from SD card using the commands:
                    mmc dev
                    mmc dev 0
                    fatls mmc 0:1
    Then we get the list of files stored on the fat partition called 'boot' (comprising MLO, etc).
    Our complete log is shown below.
    We are also able to perform the 'ext4ls' command, like this:
                    ext4ls mmc 0:2
    Then we get the list of files stored on the ext4 parition, called 'rootfs'.
     
    We have tried to boot both from C4 and C10 MicroSD cards, the result is the same.
    Could you give us more information about changing the boot arguments in <u-boot_dir>/include/configs/am335x_evm.h ?
    Could this be caused by:
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    We don’t have this i2c expander on our board.
    Could you help us solve this issues?
    If you need some of the .dts files, please let us know which files exactly we should give you.
     Our complete log is shown below:

    rtrk@rtrkn251-lin:~$ sudo picocom -b 115200 /dev/ttyUSB1
    picocom v1.7

    port is        : /dev/ttyUSB1
    flowcontrol    : none
    baudrate is    : 115200
    parity is      : none
    databits are   : 8
    escape is      : C-a
    local echo is  : no
    noinit is      : no
    noreset is     : no
    nolock is      : no
    send_cmd is    : sz -vv
    receive_cmd is : rz -vv
    imap is        :
    omap is        :
    emap is        : crcrlf,delbs,

    Terminal ready

    U-Boot SPL 2016.05-00001-g6604fd7 (May 18 2017 - 13:36:42)
    DRA752-GP ES2.0
    MMC Device 1 not found
    *** Warning - No MMC card found, using default environment

    Trying to boot from MMC1
    spl: falcon_args_file not set in environment, falling back to default
    reading args
    spl_load_image_fat_os: error reading image args, err - -1
    reading u-boot.img
    reading u-boot.img
    reading u-boot.img
    reading u-boot.img


    U-Boot 2016.05-00001-g6604fd7 (May 18 2017 - 13:36:42 +0200)

    CPU  : DRA752-GP ES2.0
    Model: TI DRA742
    Board: DRA74x EVM REV <NULL>
    DRAM:  1.5 GiB
    MMC:   i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Card did not respond to voltage select!
    *** Warning - MMC init failed, using default environment

    Warning: fastboot.board_rev: unknown board revision
    Card did not respond to voltage select!
    ERROR: invalid mmc device

    at arch/arm/cpu/armv7/omap-common/utils.c:189/mmc_get_part_size()
    Warning: fastboot.userdata_size: unable to calc
    SCSI:  SATA link 0 timeout.
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
    scanning bus for devices...
    Found 0 device(s).
    Net:   Could not get PHY for ethernet@48484000: addr 2

    Warning: ethernet@48484000 using MAC address from ROM
    eth0: ethernet@48484000
    Hit any key to stop autoboot:  0
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    switch to partitions #0, OK
    mmc0 is current device
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    SD/MMC found on device 0
    reading boot.scr
    ** Unable to read file boot.scr **
    reading uEnv.txt
    165 bytes read in 3 ms (53.7 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    switch to partitions #0, OK
    mmc0 is current device
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    SD/MMC found on device 0
    3628384 bytes read in 176 ms (19.7 MiB/s)
    108712 bytes read in 33 ms (3.1 MiB/s)
    Booting from mmc0 ...
    Kernel image @ 0x82000000 [ 0x000000 - 0x375d60 ]
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe2000, end 8ffff8a7 ... OK

    Starting kernel ...

    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Initializing cgroup subsys cpuacct
    [    0.000000] Linux version 4.4.23-00012-g7df4ea2 (root@rtrkn251-lin) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #2 SMP PREEMPT Thu May 18 13:38:21 CEST 2017
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] Machine model: TI DRA742
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB
    [    0.000000] Reserved memory: initialized node cmem@40300000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000094000000, size 80 MiB
    [    0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
    [    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 16 MiB
    [    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 64 MiB
    [    0.000000] Reserved memory: initialized node cmem@A8000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 24 MiB at 0x00000000be400000
    [    0.000000] Forcing write-allocate cache policy for SMP
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] OMAP4: Map 0x00000000bfd00000 to fe600000 for dram barrier
    [    0.000000] DRA752 ES2.0
    [    0.000000] PERCPU: Embedded 11 pages/cpu @ef620000 s14848 r8192 d22016 u45056
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 243264
    [    0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=3dd2cf74-02 rw rootwait ip=none mem=1024M
    [    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: 377888K/979968K available (6615K kernel code, 372K rwdata, 2488K rodata, 332K init, 290K bss, 380896K reserved, 221184K cma-reserved, 234496K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc08ec044   (9105 kB)
    [    0.000000]       .init : 0xc08ed000 - 0xc0940000   ( 332 kB)
    [    0.000000]       .data : 0xc0940000 - 0xc099d3d0   ( 373 kB)
    [    0.000000]        .bss : 0xc099f000 - 0xc09e7880   ( 291 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000]    Build-time adjustment of leaf fanout to 32.
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [    0.000000] Architected cp15 timer(s) running at 6.14MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [    0.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [    0.000015] Switching to timer-based delay loop, resolution 162ns
    [    0.000331] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000338] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000796] Console: colour dummy device 80x30
    [    0.000812] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.000818] This ensures that you still see kernel messages. Please
    [    0.000823] update your kernel commandline.
    [    0.000837] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000850] pid_max: default: 32768 minimum: 301
    [    0.000943] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000955] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001483] Initializing cgroup subsys io
    [    0.001499] Initializing cgroup subsys memory
    [    0.001523] Initializing cgroup subsys devices
    [    0.001535] Initializing cgroup subsys freezer
    [    0.001546] Initializing cgroup subsys perf_event
    [    0.001557] Initializing cgroup subsys pids
    [    0.001583] CPU: Testing write buffer coherency: ok
    [    0.001782] /cpus/cpu@0 missing clock-frequency property
    [    0.001798] /cpus/cpu@1 missing clock-frequency property
    [    0.001808] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.001844] Setting up static identity map for 0x80008380 - 0x800083d8
    [    0.080162] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.080223] Brought up 2 CPUs
    [    0.080236] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.080242] CPU: All CPU(s) started in HYP mode.
    [    0.080248] CPU: Virtualization extensions available.
    [    0.080612] devtmpfs: initialized
    [    0.111131] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.112084] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.209263] omap_hwmod: vpe: no dt node
    [    0.209272] ------------[ cut here ]------------
    [    0.209288] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2523 _init.constprop.23+0x200/0x428()
    [    0.209295] omap_hwmod: vpe: doesn't have mpu register target base
    [    0.209301] Modules linked in:
    [    0.209315] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.4.23-00012-g7df4ea2 #2
    [    0.209323] Hardware name: Generic DRA74X (Flattened Device Tree)
    [    0.209329] Backtrace:
    [    0.209354] [<c00131a4>] (dump_backtrace) from [<c00133a0>] (show_stack+0x18/0x1c)
    [    0.209361]  r7:c08f9fb4 r6:60000013 r5:00000000 r4:c096ce4c
    [    0.209390] [<c0013388>] (show_stack) from [<c02b428c>] (dump_stack+0x8c/0xa0)
    [    0.209401] [<c02b4200>] (dump_stack) from [<c0034f48>] (warn_slowpath_common+0x88/0xb8)
    [    0.209408]  r7:c08f9fb4 r6:000009db r5:00000009 r4:ef075e58
    [    0.209430] [<c0034ec0>] (warn_slowpath_common) from [<c0034fb0>] (warn_slowpath_fmt+0x38/0x40)
    [    0.209436]  r8:000000ab r7:ef1e90c0 r6:00000000 r5:00000000 r4:c0821cc4
    [    0.209462] [<c0034f7c>] (warn_slowpath_fmt) from [<c08f9fb4>] (_init.constprop.23+0x200/0x428)
    [    0.209468]  r3:c0823f98 r2:c0821cc4
    [    0.209478]  r4:c0950ed8
    [    0.209492] [<c08f9db4>] (_init.constprop.23) from [<c08fa30c>] (__omap_hwmod_setup_all+0x48/0x98)
    [    0.209499]  r10:00000000 r9:c08ed600 r8:000000ab r7:ef1e90c0 r6:c09456f0 r5:c0947b78
    [    0.209519]  r4:c0950ed8
    [    0.209532] [<c08fa2c4>] (__omap_hwmod_setup_all) from [<c000982c>] (do_one_initcall+0x98/0x1e4)
    [    0.209538]  r5:c08fa2c4 r4:c09456f0
    [    0.209557] [<c0009794>] (do_one_initcall) from [<c08edf68>] (kernel_init_freeable+0x1d4/0x268)
    [    0.209563]  r10:00000002 r9:c08ed600 r8:000000ab r7:c092d820 r6:c093afd4 r5:c099f000
    [    0.209584]  r4:c099f000
    [    0.209601] [<c08edd94>] (kernel_init_freeable) from [<c0676cd4>] (kernel_init+0x18/0xf4)
    [    0.209607]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0676cbc
    [    0.209627]  r4:c099f000
    [    0.209641] [<c0676cbc>] (kernel_init) from [<c000fb88>] (ret_from_fork+0x14/0x2c)
    [    0.209647]  r5:c0676cbc r4:00000000
    [    0.209669] ---[ end trace 133d2405721649ed ]---
    [    0.211824] omap_hwmod: wd_timer2: no dt node
    [    0.211831] ------------[ cut here ]------------
    [    0.211844] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2523 _init.constprop.23+0x200/0x428()
    [    0.211850] omap_hwmod: wd_timer2: doesn't have mpu register target base
    [    0.211855] Modules linked in:
    [    0.211868] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W       4.4.23-00012-g7df4ea2 #2
    [    0.211874] Hardware name: Generic DRA74X (Flattened Device Tree)
    [    0.211880] Backtrace:
    [    0.211896] [<c00131a4>] (dump_backtrace) from [<c00133a0>] (show_stack+0x18/0x1c)
    [    0.211902]  r7:c08f9fb4 r6:60000013 r5:00000000 r4:c096ce4c
    [    0.211926] [<c0013388>] (show_stack) from [<c02b428c>] (dump_stack+0x8c/0xa0)
    [    0.211937] [<c02b4200>] (dump_stack) from [<c0034f48>] (warn_slowpath_common+0x88/0xb8)
    [    0.211943]  r7:c08f9fb4 r6:000009db r5:00000009 r4:ef075e58
    [    0.211964] [<c0034ec0>] (warn_slowpath_common) from [<c0034fb0>] (warn_slowpath_fmt+0x38/0x40)
    [    0.211970]  r8:000000ab r7:ef1e90c0 r6:00000000 r5:00000000 r4:c0821cc4
    [    0.211995] [<c0034f7c>] (warn_slowpath_fmt) from [<c08f9fb4>] (_init.constprop.23+0x200/0x428)
    [    0.212001]  r3:c0820fe4 r2:c0821cc4
    [    0.212011]  r4:c094c058
    [    0.212025] [<c08f9db4>] (_init.constprop.23) from [<c08fa30c>] (__omap_hwmod_setup_all+0x48/0x98)
    [    0.212031]  r10:00000000 r9:c08ed600 r8:000000ab r7:ef1e90c0 r6:c09456f0 r5:c0947b78
    [    0.212051]  r4:c094c058
    [    0.212064] [<c08fa2c4>] (__omap_hwmod_setup_all) from [<c000982c>] (do_one_initcall+0x98/0x1e4)
    [    0.212070]  r5:c08fa2c4 r4:c09456f0
    [    0.212087] [<c0009794>] (do_one_initcall) from [<c08edf68>] (kernel_init_freeable+0x1d4/0x268)
    [    0.212093]  r10:00000002 r9:c08ed600 r8:000000ab r7:c092d820 r6:c093afd4 r5:c099f000
    [    0.212113]  r4:c099f000
    [    0.212128] [<c08edd94>] (kernel_init_freeable) from [<c0676cd4>] (kernel_init+0x18/0xf4)
    [    0.212133]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0676cbc
    [    0.212153]  r4:c099f000
    [    0.212166] [<c0676cbc>] (kernel_init) from [<c000fb88>] (ret_from_fork+0x14/0x2c)
    [    0.212172]  r5:c0676cbc r4:00000000
    [    0.212183] ---[ end trace 133d2405721649ee ]---
    [    0.322144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.326652] pinctrl core: initialized pinctrl subsystem
    [    0.327502] NET: Registered protocol family 16
    [    0.328430] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.350235] cpuidle: using governor ladder
    [    0.380266] cpuidle: using governor menu
    [    0.382263] ------------[ cut here ]------------
    [    0.382281] WARNING: CPU: 0 PID: 1 at drivers/bus/omap_l3_noc.c:147 l3_interrupt_handler+0x25c/0x368()
    [    0.382291] 44000000.ocp:L3 Custom Error: MASTER MPU TARGET DMM_P1 (Read): Data Access in User mode during Functional access
    [    0.382296] Modules linked in:
    [    0.382310] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W       4.4.23-00012-g7df4ea2 #2
    [    0.382318] Hardware name: Generic DRA74X (Flattened Device Tree)
    [    0.382324] Backtrace:
    [    0.382345] [<c00131a4>] (dump_backtrace) from [<c00133a0>] (show_stack+0x18/0x1c)
    [    0.382352]  r7:c02e0478 r6:20000193 r5:00000000 r4:c096ce4c
    [    0.382378] [<c0013388>] (show_stack) from [<c02b428c>] (dump_stack+0x8c/0xa0)
    [    0.382390] [<c02b4200>] (dump_stack) from [<c0034f48>] (warn_slowpath_common+0x88/0xb8)
    [    0.382396]  r7:c02e0478 r6:00000093 r5:00000009 r4:ef075990
    [    0.382417] [<c0034ec0>] (warn_slowpath_common) from [<c0034fb0>] (warn_slowpath_fmt+0x38/0x40)
    [    0.382423]  r8:00000017 r7:c0855898 r6:00000002 r5:c0855958 r4:c08559fc
    [    0.382448] [<c0034f7c>] (warn_slowpath_fmt) from [<c02e0478>] (l3_interrupt_handler+0x25c/0x368)
    [    0.382454]  r3:ef1ff440 r2:c08559fc
    [    0.382465]  r4:80080003
    [    0.382481] [<c02e021c>] (l3_interrupt_handler) from [<c0080578>] (handle_irq_event_percpu+0xb4/0x160)
    [    0.382487]  r10:c099c64a r9:ef1f3840 r8:00000017 r7:00000000 r6:00000000 r5:ef1f38a0
    [    0.382508]  r4:ef1ff940
    [    0.382522] [<c00804c4>] (handle_irq_event_percpu) from [<c0080664>] (handle_irq_event+0x40/0x64)
    [    0.382528]  r10:ef1f3840 r9:ef1f3878 r8:ef008000 r7:00000000 r6:c0947e44 r5:ef1f38a0
    [    0.382547]  r4:ef1f3840
    [    0.382560] [<c0080624>] (handle_irq_event) from [<c0083990>] (handle_fasteoi_irq+0xc0/0x194)
    [    0.382567]  r7:00000000 r6:c0947e44 r5:ef1f38a0 r4:ef1f3840
    [    0.382588] [<c00838d0>] (handle_fasteoi_irq) from [<c007fba4>] (generic_handle_irq+0x2c/0x3c)
    [    0.382594]  r7:00000000 r6:00000000 r5:00000017 r4:c093d424
    [    0.382617] [<c007fb78>] (generic_handle_irq) from [<c007fe7c>] (__handle_domain_irq+0x64/0xbc)
    [    0.382628] [<c007fe18>] (__handle_domain_irq) from [<c000948c>] (gic_handle_irq+0x40/0x7c)
    [    0.382633]  r9:ef1f3878 r8:fa213000 r7:fa212000 r6:ef075b50 r5:fa21200c r4:c09428e0
    [    0.382658] [<c000944c>] (gic_handle_irq) from [<c0013e80>] (__irq_svc+0x40/0x74)
    [    0.382665] Exception stack(0xef075b50 to 0xef075b98)
    [    0.382673] 5b40:                                     ef1f38a0 60000013 00000000 00000006
    [    0.382683] 5b60: ef1f3840 ef1ff940 00000017 ef1f38a0 60000013 ef1f3878 ef1f3840 ef075bac
    [    0.382691] 5b80: ef075bb0 ef075ba0 c0082468 c067b914 60000013 ffffffff
    [    0.382697]  r9:ef1f3878 r8:60000013 r7:ef075b84 r6:ffffffff r5:60000013 r4:c067b914
    [    0.382732] [<c067b8ec>] (_raw_spin_unlock_irqrestore) from [<c0082468>] (__setup_irq+0x434/0x5e4)
    [    0.382745] [<c0082034>] (__setup_irq) from [<c008277c>] (request_threaded_irq+0xd0/0x158)
    [    0.382751]  r10:ef1f3840 r9:00000000 r8:00000017 r7:00000000 r6:ef1ff5d0 r5:c02e021c
    [    0.382771]  r4:ef1ff940
    [    0.382785] [<c00826ac>] (request_threaded_irq) from [<c00849f0>] (devm_request_threaded_irq+0x68/0xac)
    [    0.382791]  r10:00000002 r9:ef204e10 r8:00000000 r7:00000017 r6:ef1ff5d0 r5:ef1ff910
    [    0.382810]  r4:c02e021c r3:00000000
    [    0.382826] [<c0084988>] (devm_request_threaded_irq) from [<c02e0768>] (omap_l3_probe+0x1e4/0x280)
    [    0.382832]  r9:ef204e10 r8:c09d3130 r7:ef1ff5d8 r6:00000008 r5:ef1ff5d0 r4:00000000
    [    0.382859] [<c02e0584>] (omap_l3_probe) from [<c03e4d60>] (platform_drv_probe+0x54/0xb8)
    [    0.382865]  r10:00000000 r9:00000000 r8:00000000 r7:fffffdfb r6:c096d2ac r5:ef204e10
    [    0.382884]  r4:c09da7dc
    [    0.382897] [<c03e4d0c>] (platform_drv_probe) from [<c03e32e8>] (driver_probe_device+0x204/0x2f8)
    [    0.382903]  r7:c096d2ac r6:00000000 r5:ef204e10 r4:c09da7dc
    [    0.382924] [<c03e30e4>] (driver_probe_device) from [<c03e3500>] (__device_attach_driver+0x8c/0xb4)
    [    0.382930]  r9:00000000 r8:c09da7b8 r7:00000001 r6:ef204e10 r5:ef075d28 r4:c096d2ac
    [    0.382955] [<c03e3474>] (__device_attach_driver) from [<c03e1630>] (bus_for_each_drv+0x68/0x9c)
    [    0.382961]  r7:00000001 r6:c03e3474 r5:ef075d28 r4:00000000
    [    0.382981] [<c03e15c8>] (bus_for_each_drv) from [<c03e303c>] (__device_attach+0xb8/0x11c)
    [    0.382987]  r6:ef204e44 r5:ef204e10 r4:ef204e10
    [    0.383004] [<c03e2f84>] (__device_attach) from [<c03e3574>] (device_initial_probe+0x14/0x18)
    [    0.383009]  r7:00000000 r6:c097d718 r5:ef204e10 r4:ef204e18
    [    0.383030] [<c03e3560>] (device_initial_probe) from [<c03e2554>] (bus_probe_device+0x8c/0x94)
    [    0.383043] [<c03e24c8>] (bus_probe_device) from [<c03e0688>] (device_add+0x378/0x574)
    [    0.383049]  r7:00000000 r6:c097d590 r5:ef204e10 r4:ef204e18
    [    0.383072] [<c03e0310>] (device_add) from [<c0502d8c>] (of_device_add+0x38/0x40)
    [    0.383078]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:ef63bae8 r5:ef204e10
    [    0.383097]  r4:ef204e00
    [    0.383109] [<c0502d54>] (of_device_add) from [<c05035e4>] (of_platform_device_create_pdata+0x8c/0xc0)
    [    0.383120] [<c0503558>] (of_platform_device_create_pdata) from [<c0503850>] (of_platform_bus_create+0xf4/0x194)
    [    0.383126]  r9:00000000 r8:00000001 r7:00000000 r6:c0935f6c r5:c0932540 r4:ef63ba98
    [    0.383151] [<c050375c>] (of_platform_bus_create) from [<c0503a68>] (of_platform_populate+0x74/0xd4)
    [    0.383157]  r10:00000001 r9:00000000 r8:c0932540 r7:c0935f6c r6:00000000 r5:ef639c20
    [    0.383176]  r4:ef63ba98
    [    0.383189] [<c05039f4>] (of_platform_populate) from [<c08fc6ec>] (pdata_quirks_init+0x68/0x7c)
    [    0.383195]  r10:00000000 r9:c08ed600 r8:000000ab r7:ef1f2e40 r6:c09456f0 r5:c08efb10
    [    0.383215]  r4:c0935f6c
    [    0.383226] [<c08fc684>] (pdata_quirks_init) from [<c08fc608>] (omap_generic_init+0x1c/0x24)
    [    0.383232]  r5:c08efb10 r4:c09456f0
    [    0.383246] [<c08fc5ec>] (omap_generic_init) from [<c08efb3c>] (customize_machine+0x2c/0x4c)
    [    0.383256] [<c08efb10>] (customize_machine) from [<c000982c>] (do_one_initcall+0x98/0x1e4)
    [    0.383269] [<c0009794>] (do_one_initcall) from [<c08edf68>] (kernel_init_freeable+0x1d4/0x268)
    [    0.383274]  r10:00000004 r9:c08ed600 r8:000000ab r7:c092d828 r6:c093b0c0 r5:c099f000
    [    0.383294]  r4:c099f000
    [    0.383308] [<c08edd94>] (kernel_init_freeable) from [<c0676cd4>] (kernel_init+0x18/0xf4)
    [    0.383314]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0676cbc
    [    0.383333]  r4:c099f000
    [    0.383346] [<c0676cbc>] (kernel_init) from [<c000fb88>] (ret_from_fork+0x14/0x2c)
    [    0.383352]  r5:c0676cbc r4:00000000
    [    0.383362] ---[ end trace 133d2405721649ef ]---
    [    0.383375] ------------[ cut here ]------------
    [    0.383386] WARNING: CPU: 0 PID: 1 at drivers/bus/omap_l3_noc.c:147 l3_interrupt_handler+0x25c/0x368()
    [    0.383394] 44000000.ocp:L3 Custom Error: MASTER MPU TARGET GPMC (Read): Data Access in User mode during Functional access
    [    0.383399] Modules linked in:
    [    0.383409] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W       4.4.23-00012-g7df4ea2 #2
    [    0.383415] Hardware name: Generic DRA74X (Flattened Device Tree)
    [    0.383420] Backtrace:
    [    0.383435] [<c00131a4>] (dump_backtrace) from [<c00133a0>] (show_stack+0x18/0x1c)
    [    0.383440]  r7:c02e0478 r6:20000193 r5:00000000 r4:c096ce4c
    [    0.383464] [<c0013388>] (show_stack) from [<c02b428c>] (dump_stack+0x8c/0xa0)
    [    0.383474] [<c02b4200>] (dump_stack) from [<c0034f48>] (warn_slowpath_common+0x88/0xb8)
    [    0.383479]  r7:c02e0478 r6:00000093 r5:00000009 r4:ef075990
    [    0.383499] [<c0034ec0>] (warn_slowpath_common) from [<c0034fb0>] (warn_slowpath_fmt+0x38/0x40)
    [    0.383505]  r8:00000017 r7:c0855898 r6:00000002 r5:c0855958 r4:c08559fc
    [    0.383529] [<c0034f7c>] (warn_slowpath_fmt) from [<c02e0478>] (l3_interrupt_handler+0x25c/0x368)
    [    0.383534]  r3:ef1ff440 r2:c08559fc
    [    0.383544]  r4:80080003
    [    0.383558] [<c02e021c>] (l3_interrupt_handler) from [<c0080578>] (handle_irq_event_percpu+0xb4/0x160)
    [    0.383564]  r10:c099c64a r9:ef1f3840 r8:00000017 r7:00000000 r6:00000000 r5:ef1f38a0
    [    0.383583]  r4:ef1ff940
    [    0.383597] [<c00804c4>] (handle_irq_event_percpu) from [<c0080664>] (handle_irq_event+0x40/0x64)
    [    0.383603]  r10:ef1f3840 r9:ef1f3878 r8:ef008000 r7:00000000 r6:c0947e44 r5:ef1f38a0
    [    0.383622]  r4:ef1f3840
    [    0.383634] [<c0080624>] (handle_irq_event) from [<c0083990>] (handle_fasteoi_irq+0xc0/0x194)
    [    0.383640]  r7:00000000 r6:c0947e44 r5:ef1f38a0 r4:ef1f3840
    [    0.383661] [<c00838d0>] (handle_fasteoi_irq) from [<c007fba4>] (generic_handle_irq+0x2c/0x3c)
    [    0.383667]  r7:00000000 r6:00000000 r5:00000017 r4:c093d424
    [    0.383689] [<c007fb78>] (generic_handle_irq) from [<c007fe7c>] (__handle_domain_irq+0x64/0xbc)
    [    0.383699] [<c007fe18>] (__handle_domain_irq) from [<c000948c>] (gic_handle_irq+0x40/0x7c)
    [    0.383705]  r9:ef1f3878 r8:fa213000 r7:fa212000 r6:ef075b50 r5:fa21200c r4:c09428e0
    [    0.383729] [<c000944c>] (gic_handle_irq) from [<c0013e80>] (__irq_svc+0x40/0x74)
    [    0.383736] Exception stack(0xef075b50 to 0xef075b98)
    [    0.383744] 5b40:                                     ef1f38a0 60000013 00000000 00000006
    [    0.383753] 5b60: ef1f3840 ef1ff940 00000017 ef1f38a0 60000013 ef1f3878 ef1f3840 ef075bac
    [    0.383760] 5b80: ef075bb0 ef075ba0 c0082468 c067b914 60000013 ffffffff
    [    0.383766]  r9:ef1f3878 r8:60000013 r7:ef075b84 r6:ffffffff r5:60000013 r4:c067b914
    [    0.383794] [<c067b8ec>] (_raw_spin_unlock_irqrestore) from [<c0082468>] (__setup_irq+0x434/0x5e4)
    [    0.383806] [<c0082034>] (__setup_irq) from [<c008277c>] (request_threaded_irq+0xd0/0x158)
    [    0.383812]  r10:ef1f3840 r9:00000000 r8:00000017 r7:00000000 r6:ef1ff5d0 r5:c02e021c
    [    0.383831]  r4:ef1ff940
    [    0.383845] [<c00826ac>] (request_threaded_irq) from [<c00849f0>] (devm_request_threaded_irq+0x68/0xac)
    [    0.383851]  r10:00000002 r9:ef204e10 r8:00000000 r7:00000017 r6:ef1ff5d0 r5:ef1ff910
    [    0.383870]  r4:c02e021c r3:00000000
    [    0.383885] [<c0084988>] (devm_request_threaded_irq) from [<c02e0768>] (omap_l3_probe+0x1e4/0x280)
    [    0.383891]  r9:ef204e10 r8:c09d3130 r7:ef1ff5d8 r6:00000008 r5:ef1ff5d0 r4:00000000
    [    0.383916] [<c02e0584>] (omap_l3_probe) from [<c03e4d60>] (platform_drv_probe+0x54/0xb8)
    [    0.383922]  r10:00000000 r9:00000000 r8:00000000 r7:fffffdfb r6:c096d2ac r5:ef204e10
    [    0.383941]  r4:c09da7dc
    [    0.383954] [<c03e4d0c>] (platform_drv_probe) from [<c03e32e8>] (driver_probe_device+0x204/0x2f8)
    [    0.383959]  r7:c096d2ac r6:00000000 r5:ef204e10 r4:c09da7dc
    [    0.383980] [<c03e30e4>] (driver_probe_device) from [<c03e3500>] (__device_attach_driver+0x8c/0xb4)
    [    0.383985]  r9:00000000 r8:c09da7b8 r7:00000001 r6:ef204e10 r5:ef075d28 r4:c096d2ac
    [    0.384010] [<c03e3474>] (__device_attach_driver) from [<c03e1630>] (bus_for_each_drv+0x68/0x9c)
    [    0.384015]  r7:00000001 r6:c03e3474 r5:ef075d28 r4:00000000
    [    0.384035] [<c03e15c8>] (bus_for_each_drv) from [<c03e303c>] (__device_attach+0xb8/0x11c)
    [    0.384041]  r6:ef204e44 r5:ef204e10 r4:ef204e10
    [    0.384059] [<c03e2f84>] (__device_attach) from [<c03e3574>] (device_initial_probe+0x14/0x18)
    [    0.384064]  r7:00000000 r6:c097d718 r5:ef204e10 r4:ef204e18
    [    0.384085] [<c03e3560>] (device_initial_probe) from [<c03e2554>] (bus_probe_device+0x8c/0x94)
    [    0.384096] [<c03e24c8>] (bus_probe_device) from [<c03e0688>] (device_add+0x378/0x574)
    [    0.384102]  r7:00000000 r6:c097d590 r5:ef204e10 r4:ef204e18
    [    0.384124] [<c03e0310>] (device_add) from [<c0502d8c>] (of_device_add+0x38/0x40)
    [    0.384129]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:ef63bae8 r5:ef204e10
    [    0.384148]  r4:ef204e00
    [    0.384161] [<c0502d54>] (of_device_add) from [<c05035e4>] (of_platform_device_create_pdata+0x8c/0xc0)
    [    0.384172] [<c0503558>] (of_platform_device_create_pdata) from [<c0503850>] (of_platform_bus_create+0xf4/0x194)
    [    0.384177]  r9:00000000 r8:00000001 r7:00000000 r6:c0935f6c r5:c0932540 r4:ef63ba98
    [    0.384203] [<c050375c>] (of_platform_bus_create) from [<c0503a68>] (of_platform_populate+0x74/0xd4)
    [    0.384208]  r10:00000001 r9:00000000 r8:c0932540 r7:c0935f6c r6:00000000 r5:ef639c20
    [    0.384227]  r4:ef63ba98
    [    0.384240] [<c05039f4>] (of_platform_populate) from [<c08fc6ec>] (pdata_quirks_init+0x68/0x7c)
    [    0.384245]  r10:00000000 r9:c08ed600 r8:000000ab r7:ef1f2e40 r6:c09456f0 r5:c08efb10
    [    0.384265]  r4:c0935f6c
    [    0.384276] [<c08fc684>] (pdata_quirks_init) from [<c08fc608>] (omap_generic_init+0x1c/0x24)
    [    0.384282]  r5:c08efb10 r4:c09456f0
    [    0.384296] [<c08fc5ec>] (omap_generic_init) from [<c08efb3c>] (customize_machine+0x2c/0x4c)
    [    0.384306] [<c08efb10>] (customize_machine) from [<c000982c>] (do_one_initcall+0x98/0x1e4)
    [    0.384318] [<c0009794>] (do_one_initcall) from [<c08edf68>] (kernel_init_freeable+0x1d4/0x268)
    [    0.384323]  r10:00000004 r9:c08ed600 r8:000000ab r7:c092d828 r6:c093b0c0 r5:c099f000
    [    0.384343]  r4:c099f000
    [    0.384357] [<c08edd94>] (kernel_init_freeable) from [<c0676cd4>] (kernel_init+0x18/0xf4)
    [    0.384363]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0676cbc
    [    0.384382]  r4:c099f000
    [    0.384395] [<c0676cbc>] (kernel_init) from [<c000fb88>] (ret_from_fork+0x14/0x2c)
    [    0.384400]  r5:c0676cbc r4:00000000
    [    0.384411] ---[ end trace 133d2405721649f0 ]---
    [    0.391089] OMAP GPIO hardware version 0.1
    [    0.397480] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [    0.414499] omap-gpmc 50000000.gpmc: GPMC revision 6.0
    [    0.414512] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [    0.424184] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.424194] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.424671] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.424681] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.425249] OMAP DMA hardware revision 0.0
    [    0.464566] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver
    [    0.465690] edma 43300000.edma: memcpy is disabled
    [    0.470498] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.474503] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.474692] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.474861] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.475021] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.475305] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.475504] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.478709] palmas 0-0058: IRQ missing: skipping irq request
    [    0.490728] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
    [    0.552637] pcf857x: probe of 0-0020 failed with error -121
    [    0.552899] pcf857x: probe of 0-0021 failed with error -121
    [    0.553057] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.570606] pcf857x: probe of 1-0026 failed with error -121
    [    0.571154] mcp230xx: probe of 1-0027 failed with error -121
    [    0.571380] mcp230xx: probe of 1-0021 failed with error -121
    [    0.571604] mcp230xx: probe of 1-0025 failed with error -121
    [    0.572324] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.572700] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.572907] media: Linux media interface: v0.10
    [    0.572961] Linux video capture interface: v2.00
    [    0.573012] pps_core: LinuxPPS API ver. 1 registered
    [    0.573020] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.573046] PTP clock support registered
    [    0.573096] EDAC MC: Ver: 3.0.0
    [    0.573864] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.574163] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.574500] Advanced Linux Sound Architecture Driver Initialized.
    [    0.575356] clocksource: Switched to clocksource arch_sys_counter
    [    0.585944] NET: Registered protocol family 2
    [    0.586435] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.586499] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.586623] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.586671] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.586702] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.586843] NET: Registered protocol family 1
    [    0.587102] RPC: Registered named UNIX socket transport module.
    [    0.587110] RPC: Registered udp transport module.
    [    0.587116] RPC: Registered tcp transport module.
    [    0.587122] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.588094] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.590526] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.598383] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.599043] NFS: Registering the id_resolver key type
    [    0.599069] Key type id_resolver registered
    [    0.599077] Key type id_legacy registered
    [    0.599139] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.601111] bounce: pool size: 64 pages
    [    0.601265] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.601281] io scheduler noop registered
    [    0.601294] io scheduler deadline registered
    [    0.601329] io scheduler cfq registered (default)
    [    0.606284] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [    0.609409] PCI host bridge /ocp/axi@0/pcie@51000000 ranges:
    [    0.609421]   No bus range found for /ocp/axi@0/pcie@51000000, using [bus 00-ff]
    [    0.609455]    IO 0x20003000..0x20012fff -> 0x00000000
    [    0.609475]   MEM 0x20013000..0x2fffffff -> 0x20013000
    [    0.639484] dra7-pcie 51000000.pcie: link is not up
    [    0.639676] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
    [    0.639690] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.639700] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
    [    0.639709] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [    0.640123] PCI: bus0: Fast back to back transfers disabled
    [    0.640250] PCI: bus1: Fast back to back transfers enabled
    [    0.640301] irq: no irq domain found for /ocp/axi@0/pcie@51000000/interrupt-controller !
    [    0.640334] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [    0.640348] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [    0.640361] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    0.640585] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
    [    0.948259] fpd3_serdes 1-001b: Not a fpd3_24b_ser chip
    [    0.948279] fpd3_serdes: probe of 7-002c failed with error -5
    [    0.948304] fpd3_serdes 1-001b: Serializer fpd3_24b_ser ready
    [    0.948810] fpd3_serdes: probe of 7-002c failed with error -121
    [    1.009308] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    1.012761] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
    [    3.655698] console [ttyS0] enabled
    [    3.660106] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
    [    3.669822] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 303, base_baud = 3000000) is a 8250
    [    3.679873] [drm] Initialized drm 1.1.0 20060810
    [    3.686480] OMAP DSS rev 6.1
    [    3.690248] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [    3.698690] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
    [    3.774593] loop: module loaded
    [    3.777919] i2c i2c-7: Cannot translate chip addr 0x69
    [    3.783402] vmemexp device MAJOR num = 246
    [    3.787548] vmemexp class registered
    [    3.791265] /dev/vmemexp device registered
    [    3.795398] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
    [    3.801088] nand: No NAND device found
    [    3.804856] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
    [    3.814685] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
    [    3.820104] 7 ofpart partitions found on MTD device spi32766.0
    [    3.825992] Creating 7 MTD partitions on "spi32766.0":
    [    3.831154] 0x000000000000-0x000000040000 : "QSPI.SPL"
    [    3.837283] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [    3.853639] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [    3.870628] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [    3.877307] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [    3.884685] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [    3.891024] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [    3.898778] libphy: Fixed MDIO Bus: probed
    [    3.945390] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    3.951513] davinci_mdio 48485000.mdio: no live phy, scanning all
    [    3.958807] davinci_mdio: probe of 48485000.mdio failed with error -5
    [    3.965954] cpsw 48484000.ethernet: Detected MACID = d0:b5:c2:5d:13:84
    [    3.973235] cpsw 48484000.ethernet: cpsw: Detected MACID = d0:b5:c2:5d:13:85
    [    3.981885] mousedev: PS/2 mouse device common for all mice
    [    3.988253] i2c /dev entries driver
    [    3.994578] i2c i2c-7: Cannot translate chip addr 0x18
    [    3.999769] i2c i2c-7: Cannot translate chip addr 0x19
    [    4.004933] i2c i2c-7: Cannot translate chip addr 0x1a
    [    4.010109] i2c i2c-7: Cannot translate chip addr 0x29
    [    4.015272] i2c i2c-7: Cannot translate chip addr 0x2a
    [    4.020451] i2c i2c-7: Cannot translate chip addr 0x2b
    [    4.025630] i2c i2c-7: Cannot translate chip addr 0x48
    [    4.030791] i2c i2c-7: Cannot translate chip addr 0x49
    [    4.036006] i2c i2c-7: Cannot translate chip addr 0x4a
    [    4.041171] i2c i2c-7: Cannot translate chip addr 0x4b
    [    4.046346] i2c i2c-7: Cannot translate chip addr 0x4c
    [    4.051509] i2c i2c-7: Cannot translate chip addr 0x4d
    [    4.056683] i2c i2c-7: Cannot translate chip addr 0x4e
    [    4.061844] i2c i2c-7: Cannot translate chip addr 0x4f
    [    4.067087] i2c i2c-7: Cannot translate chip addr 0x18
    [    4.072251] i2c i2c-7: Cannot translate chip addr 0x19
    [    4.077434] i2c i2c-7: Cannot translate chip addr 0x29
    [    4.082596] i2c i2c-7: Cannot translate chip addr 0x4c
    [    4.087773] i2c i2c-7: Cannot translate chip addr 0x4d
    [    4.096031] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    4.125969] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    4.132354] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    4.138895] evm_3v3_sw: supplied by sysen1
    [    4.306226] ledtrig-cpu: registered to indicate activity on CPUs
    [    4.316326] aic_dvdd: supplied by evm_3v3_sw
    [    4.322291] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
    [    4.329347] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
    [    4.350289] NET: Registered protocol family 10
    [    4.365633] sit: IPv6 over IPv4 tunneling driver
    [    4.370840] NET: Registered protocol family 17
    [    4.375560] Key type dns_resolver registered
    [    4.379959] omap_voltage_late_init: Voltage driver support not added
    [    4.386861] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    4.393069] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    4.399777] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    4.406025] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    4.414245] Power Management for TI OMAP4+ devices.
    [    4.419373] Registering SWP/SWPB emulation handler
    [    4.426219] dmm 4e000000.dmm: initialized all PAT entries
    [    4.434376] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    4.441059] [drm] No driver support for vblank timestamp query.
    [    4.447478] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [    4.464891] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    4.516774] asoc-simple-card sound@0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    4.536965] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    4.575985] hctosys: unable to open rtc device (rtc0)
    [    4.589601] aic_dvdd: disabling
    [    4.592924] ldousb: disabling
    [    4.596168] pbias_mmc_omap5: disabling
    [    4.600074] ALSA device list:
    [    4.603049]   #0: DRA7xx-EVM
    [    4.605948]   #1: HDMI 58040000.encoder
    [    4.610443] Waiting for root device PARTUUID=3dd2cf74-02...

  • Hi,

    You are seeing this error because there's no SD/MMC card detected by kernel on your board.

    You may also notice that SD card enumeration stopped after "[    4.464891] omap_hsmmc 4809c000.mmc: Got CD GPIO"

    If successful you'll see something like below

    [    3.678455] mmc0: new high speed SDHC card at address 1234                                                                        │··
    [    3.684214] mmcblk0: mmc0:1234 SA08G 7.42 GiB                                                                                     │··
    [    3.689691]  mmcblk0: p1 p2 

    Please follow below steps

    1. Please share your board device tree file (dts).

    2. Enable CONFIG_MMC_DEBUG as described here http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_Automotive_FAQ#How_do_I_debug_.2F_get_additional_debug_information_for_MMC.2FSD.2FSDIO_issues.3F

    I doubt the voltage supply is not configured correctly in device tree.

    Check if you have added regulator nodes to device tree file as connected on your board.

    You may refer to dra7-evm.dts for an example.

    &mmc1 {                                                                                                                             
            status = "okay";                                                                                                            
            vmmc-supply = <&evm_3v3_sd>;                                                                                               
            vmmc_aux-supply = <&ldo1_reg>;

    Regards,

    RK

  • Hi Stefan,
    Once you have ensured the voltage regulator connections are described in device tree.
    Please share complete boot log with "CONFIG_MMC_DEBUG" enabled.

    Regards,
    RK
  • Dear Ravikumar,

    I have made the following modification in my device tree and it solved my issues. Now I can run linux on our custom board.

    &mmc1 {
    status = "okay";
    vmmc-supply = <&evm_3v3_sw>;
    vmmc_aux-supply = <&ldo1_reg>;

    Thanks a lot! :)

    Regards,
    Stefan.