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.

Compiler/TDA2SX: LINUX TDS2AX boot

Part Number: TDA2SX
Other Parts Discussed in Thread: DRA742, DRA752, PMP

Tool/software: TI C/C++ Compiler

HI dear TIer,

I am working on tda2sx & vision sdk 3.8. According the  VisionSDK_Linux_UserGuide.pdf , I put the image into sd card  ,but there are some errors .

Please suggest me how to solution to this problem.

1)

[  OK  ] Started Remount Root and Kernel File Systems.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[  OK  ] Mounted Temporary Directory (/tmp).
         Mounting Kernel Configuration File System...

After run systemctl... it shows:
[[0;1;31m●[[0m systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static; vendor preset: enabled)
   Active: [[0;1;31mfailed[[0m (Result: exit-code) since Tue 2019-12-03 04:46:43 UTC; 12min ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 111 ExecStart=/lib/systemd/systemd-modules-load [[0;1;31m(code=exited, status=1/FAILURE)[[0m
 Main PID: 111 (code=exited, status=1/FAILURE)

Dec 03 04:46:43 dra7xx-evm systemd-modules-load[111]: [[0;1;31m[[0;1;39m[[0;1;31mFailed to find module 'cmemk'[[0m
Dec 03 04:46:43 dra7xx-evm systemd[1]: [[0;1;39m[[0;1;31m[[0;1;39msystemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE[[0m
Dec 03 04:46:43 dra7xx-evm systemd[1]: [[0;1;39m[[0;1;31m[[0;1;39msystemd-modules-load.service: Failed with result 'exit-code'.[[0m
Dec 03 04:46:43 dra7xx-evm systemd[1]: [[0;1;31m[[0;1;39m[[0;1;31mFailed to start Load Kernel Modules.[[0m

2)  Then,when I run source ./vision_sdk_load.sh, there are some erros:

root@dra7xx-evm:/opt/vision_sdk# source ./vision_sdk_load.sh
[  498.471446] DMA: Module install successful, device major num = 240
[  498.477967] DRV: Module install successful
insmod: ERROR: could not load module ./bin/cmemk.ko: No such file or directory
./disableDssInterruptsOnA15.sh: line 11: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 12: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 13: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 14: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 15: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 16: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 17: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 18: COMMANDS: command not found
./disableDssInterruptsOnA15.sh: line 19: COMMANDS: command not found
updated  value is


COMMANDS

        ### WARNING ###: use the following [read | write | set bit | clear bit | dump] commands at your own risk!
        No address check done, may generate:
          - bus error (invalid or not accessible <physical address>,
          - platform crash/hang (bad <value>).

            Read any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

            Write <value> at any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

            Set bit at <position> into any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

            Clear bit at <position> into any OMAP memory address (register), given its <physical address> or <name> as listed in TRM.

            Dump a range of OMAP memory addresses, from <start address> to <end address>.
            Note all addresses within given range must be valid and accessible.

        ### WARNING ###: use the following I2C [read | write] commands at your own risk!
        No address check done, may generate:
          - I2C bus error (invalid or not accessible <physical address>,
          - platform crash/hang (bad <value>).

            Read I2C register at address <addr> from I2C chip at <chip-addr> on I2C <bus>.

            Write <value> in I2C register at address <addr> from I2C chip at <chip-addr> on I2C <bus>.
root@dra7xx-evm:/opt/vision_sdk#

  • Hi Robert,

    Please make sure you have built linux components with

    "make linux" and installed linux components with "make linux_install" command.  This has to be followed by "make -s -j depend" and "make -s -j"

    Prepare SD card after this.

    Can you check if you can see /lib/modules/4.19.73-00040-g3d03684   in the targetfs?

    Thanks

    RamPrasad

  • HI RamPrasad

    Thanks for your reply.

    I did make linux and make_linux_install

    and I can find 4.19.73-00040-g3d03684  4.19.73-g31275c05a1 under targetfs.


    Besides,  why in the cfg.mk of tda2xx_evm_linux_all , ipu2 is the primary core, and ipu1_0 ipu1_1 is not included.

    Thanks!

  • HI

    I run make linux and make linux_install again ,

    And  it shows:   How to fix this?  Thanks~


    ../config/compiler.mk:185: target /home/tfy/vsdk_linux/ti_components/os_tools/linux/arm/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc
    ******* Multiarch build: no
    ******* Primary arch:    target_armhf
    ******* Secondary arch:  none
    ../config/core.mk:513: $(KERNELDIR)/vmlinux does not exist. Kbuild may fail.

    File system root is /home/tfy/vsdk_linux/vision_sdk/../ti_components/os_tools/linux/targetfs

    Uninstalling Kernel components
    Uninstalling existing version sgxddk_1.17@4948957
    Uninstallation completed.



  • Hi Robert,

    ../config/core.mk:513: $(KERNELDIR)/vmlinux does not exist. Kbuild may fail.

    This warning is not a problem. We are also observing this while building SGX-KM modules.

    Can you share complete u-boot and dmesg log?

    IPU1 is kept free for customer to develop their own firmware(like AUTOSAR) without disturbing existing IPU2 functionality.

    Thanks

    RamPrasad

  • HI

    Following is dmesg log:

    root@dra7xx-evm:/opt/vision_sdk# dmesg
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 4.19.73-00040-g3d03684 (tfy@tfy-OptiPlex-390) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Tue Feb 25 14:01:47 CST 2020
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [    0.000000] CPU: div instructions available: patching division code
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] OF: fdt: Machine model: TI DRA742
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] efi: Getting EFI parameters from FDT:
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB
    [    0.000000] OF: reserved mem: 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 0x0000000099000000, size 80 MiB
    [    0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009e000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, 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 0x00000000a1000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000a3000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node dsp2-memory@9f000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node cmem@A9000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000b0000000, size 64 MiB
    [    0.000000] OF: reserved mem: initialized node gpu-memory@c0000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 64 MiB at 0x00000000bbc00000
    [    0.000000] OMAP4: Map 0x00000000bfd00000 to (ptrval) for dram barrier
    [    0.000000] On node 0 totalpages: 253184
    [    0.000000]   DMA zone: 1728 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 188416 pages, LIFO batch:63
    [    0.000000]   HighMem zone: 64768 pages, LIFO batch:15
    [    0.000000] DRA752 ES1.1
    [    0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0
    [    0.000000] percpu: Embedded 16 pages/cpu s36492 r8192 d20852 u65536
    [    0.000000] pcpu-alloc: s36492 r8192 d20852 u65536 alloc=16*4096
    [    0.000000] pcpu-alloc: [0] 0 [0] 1
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 251456
    [    0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=1562eb1b-02 rw rootwait ip=none mem=1024M cma=64M
    [    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: 280708K/1012736K available (10240K kernel code, 341K rwdata, 2804K rodata, 2048K init, 269K bss, 420732K reserved, 311296K cma-reserved, 128000K 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 : 0x(ptrval) - 0x(ptrval)   (12256 kB)
    [    0.000000]       .init : 0x(ptrval) - 0x(ptrval)   (2048 kB)
    [    0.000000]       .data : 0x(ptrval) - 0x(ptrval)   ( 342 kB)
    [    0.000000]        .bss : 0x(ptrval) - 0x(ptrval)   ( 270 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000]  Tasks RCU enabled.
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] GIC: Using split EOI/Deactivate mode
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [    0.000000] arch_timer: 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.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [    0.000019] Switching to timer-based delay loop, resolution 162ns
    [    0.000298] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000308] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000767] Console: colour dummy device 80x30
    [    0.000786] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.000794] This ensures that you still see kernel messages. Please
    [    0.000802] update your kernel commandline.
    [    0.000835] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000853] pid_max: default: 32768 minimum: 301
    [    0.000978] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000993] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001540] CPU: Testing write buffer coherency: ok
    [    0.001579] CPU0: Spectre v2: using ICIALLU workaround
    [    0.001791] /cpus/cpu@0 missing clock-frequency property
    [    0.001811] /cpus/cpu@1 missing clock-frequency property
    [    0.001823] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.059913] Setting up static identity map for 0x80200000 - 0x80200060
    [    0.079923] rcu: Hierarchical SRCU implementation.
    [    0.100114] EFI services will not be available.
    [    0.119984] smp: Bringing up secondary CPUs ...
    [    0.200331] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.200337] CPU1: Spectre v2: using ICIALLU workaround
    [    0.200461] smp: Brought up 1 node, 2 CPUs
    [    0.200473] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.200482] CPU: All CPU(s) started in HYP mode.
    [    0.200489] CPU: Virtualization extensions available.
    [    0.200973] devtmpfs: initialized
    [    0.219218] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.219479] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.219498] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.224299] pinctrl core: initialized pinctrl subsystem
    [    0.224823] DMI not present or invalid.
    [    0.225097] NET: Registered protocol family 16
    [    0.226266] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.227187] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.421499] cpuidle: using governor ladder
    [    0.421536] cpuidle: using governor menu
    [    0.431592] OMAP GPIO hardware version 0.1
    [    0.457270] No ATAGs?
    [    0.457347] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.457362] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.457881] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.457893] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.458534] OMAP DMA hardware revision 0.0
    [    0.470153] edma 43300000.edma: memcpy is disabled
    [    0.473613] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.480767] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.482343] evm_3v3: supplied by evm_12v0
    [    0.482637] evm_5v0: supplied by evm_12v0
    [    0.482937] evm_3v6: supplied by evm_5v0
    [    0.486151] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.486321] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.486573] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.486807] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.487182] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.487360] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.487638] iommu: Adding device 58820000.ipu to group 1
    [    0.487717] iommu: Adding device 55020000.ipu to group 2
    [    0.487843] iommu: Adding device 40800000.dsp to group 0
    [    0.488082] iommu: Adding device 41000000.dsp to group 3
    [    0.489198] SCSI subsystem initialized
    [    0.490435] palmas 0-0058: IRQ missing: skipping irq request
    [    0.510890] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
    [    0.512584] SMPS123: supplied by regulator-dummy
    [    0.514504] SMPS45: supplied by regulator-dummy
    [    0.516398] SMPS6: supplied by regulator-dummy
    [    0.518154] SMPS7: supplied by regulator-dummy
    [    0.520036] SMPS8: supplied by regulator-dummy
    [    0.521788] SMPS9: supplied by regulator-dummy
    [    0.522797] LDO1: supplied by regulator-dummy
    [    0.531369] LDO2: supplied by regulator-dummy
    [    0.541239] LDO3: supplied by regulator-dummy
    [    0.551244] LDO4: supplied by regulator-dummy
    [    0.551432] random: fast init done
    [    0.551990] LDO5: supplied by regulator-dummy
    [    0.552706] LDO6: supplied by regulator-dummy
    [    0.553438] LDO7: supplied by regulator-dummy
    [    0.554171] LDO8: supplied by regulator-dummy
    [    0.554906] LDO9: supplied by regulator-dummy
    [    0.561280] LDOLN: supplied by regulator-dummy
    [    0.571304] LDOUSB: supplied by regulator-dummy
    [    0.583924] pcf857x 0-0020: probed
    [    0.584494] pcf857x 0-0021: probed
    [    0.584673] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.585108] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.585327] media: Linux media interface: v0.10
    [    0.585367] videodev: Linux video capture interface: v2.00
    [    0.585443] pps_core: LinuxPPS API ver. 1 registered
    [    0.585452] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.585473] PTP clock support registered
    [    0.585503] EDAC MC: Ver: 3.0.0
    [    0.586275] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.586526] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.587033] Advanced Linux Sound Architecture Driver Initialized.
    [    0.587842] clocksource: Switched to clocksource arch_sys_counter
    [    0.595902] NET: Registered protocol family 2
    [    0.596480] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
    [    0.596509] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.596573] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.596699] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.596768] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.596802] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.596929] NET: Registered protocol family 1
    [    0.617365] RPC: Registered named UNIX socket transport module.
    [    0.617377] RPC: Registered udp transport module.
    [    0.617385] RPC: Registered tcp transport module.
    [    0.617393] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.617405] PCI: CLS 0 bytes, default 64
    [    0.618480] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [    0.618707] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.619683] Initialise system trusted keyrings
    [    0.619808] workingset: timestamp_bits=14 max_order=18 bucket_order=4
    [    0.624663] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.635149] NFS: Registering the id_resolver key type
    [    0.635173] Key type id_resolver registered
    [    0.635182] Key type id_legacy registered
    [    0.635223] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.636791] Key type asymmetric registered
    [    0.636803] Asymmetric key parser 'x509' registered
    [    0.636853] bounce: pool size: 64 pages
    [    0.636887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.636898] io scheduler noop registered
    [    0.636907] io scheduler deadline registered
    [    0.637012] io scheduler cfq registered (default)
    [    0.637022] io scheduler mq-deadline registered
    [    0.637032] io scheduler kyber registered
    [    0.642871] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
    [    0.646826] dra7-pcie 51000000.pcie: Linked as a consumer to phy-4a094000.pciephy.1
    [    0.647075] dra7-pcie 51000000.pcie: WA for Errata i870 not applied
    [    0.647166] dra7-pcie 51000000.pcie: host bridge /ocp/axi@0/pcie@51000000 ranges:
    [    0.647208] dra7-pcie 51000000.pcie:    IO 0x20003000..0x20012fff -> 0x00000000
    [    0.647236] dra7-pcie 51000000.pcie:   MEM 0x20013000..0x2fffffff -> 0x20013000
    [    1.647519] dra7-pcie 51000000.pcie: Phy link never came up
    [    1.647660] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
    [    1.647675] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    1.647686] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
    [    1.647697] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [    1.647733] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
    [    1.647766] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
    [    1.647907] pci 0000:00:00.0: supports D1
    [    1.647915] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    1.653820] PCI: bus0: Fast back to back transfers disabled
    [    1.659420] PCI: bus1: Fast back to back transfers enabled
    [    1.659466] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff 64bit]
    [    1.659486] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [    1.659802] pcieport 0000:00:00.0: Signaling PME with IRQ 176
    [    1.659932] pcieport 0000:00:00.0: AER enabled with IRQ 176
    [    1.664048] evm_1v8: supplied by smps9
    [    1.664307] evm_3v3_sw: supplied by sysen1
    [    1.664542] aic_dvdd: supplied by evm_3v3_sw
    [    1.664628] vtt_fixed: supplied by sysen2
    [    1.709423] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    1.712985] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 45, base_baud = 3000000) is a 8250
    [    2.911781] console [ttyS0] enabled
    [    2.916187] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 46, base_baud = 3000000) is a 8250
    [    2.925824] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 47, base_baud = 3000000) is a 8250
    [    2.936949] omap_rng 48090000.rng: Random Number Generator ver. 20
    [    2.937283] random: crng init done
    [    2.957132] brd: module loaded
    [    2.966435] loop: module loaded
    [    2.970292] vmemexp device MAJOR num = 244
    [    2.974422] vmemexp class registered
    [    2.978160] /dev/vmemexp device registered
    [    2.982275] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
    [    3.013438] m25p80 spi0.0: s25fl256s1 (32768 Kbytes)
    [    3.018546] 10 fixed-partitions partitions found on MTD device spi0.0
    [    3.025017] Creating 10 MTD partitions on "spi0.0":
    [    3.029938] 0x000000000000-0x000000010000 : "QSPI.SPL"
    [    3.035815] 0x000000010000-0x000000020000 : "QSPI.SPL.backup1"
    [    3.042382] 0x000000020000-0x000000030000 : "QSPI.SPL.backup2"
    [    3.048907] 0x000000030000-0x000000040000 : "QSPI.SPL.backup3"
    [    3.055434] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [    3.061538] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [    3.068258] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [    3.074701] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [    3.081853] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [    3.087947] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [    3.095044] libphy: Fixed MDIO Bus: probed
    [    3.157874] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    3.165571] davinci_mdio 48485000.mdio: detected phy mask fffffff3
    [    3.176223] libphy: 48485000.mdio: probed
    [    3.180301] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown
    [    3.188359] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver unknown
    [    3.197114] cpsw 48484000.ethernet: Detected MACID = 74:da:ea:47:25:5e
    [    3.203753] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
    [    3.210168] cpsw 48484000.ethernet: ALE Table size 1024
    [    3.215455] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
    [    3.223499] cpsw 48484000.ethernet: cpsw: Detected MACID = 74:da:ea:47:25:5f
    [    3.232144] i2c /dev entries driver
    [    3.240798] cpu cpu0: Linked as a consumer to regulator.10
    [    3.246385] cpu cpu0: Linked as a consumer to regulator.32
    [    3.253561] sdhci: Secure Digital Host Controller Interface driver
    [    3.259836] sdhci: Copyright(c) Pierre Ossman
    [    3.265373] sdhci-pltfm: SDHCI platform and OF driver helper
    [    3.271906] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
    [    3.280948] sdhci-omap 4809c000.mmc: Got CD GPIO
    [    3.285710] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.31
    [    3.292755] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
    [    3.299638] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
    [    3.306419] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
    [    3.313313] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
    [    3.319936] sdhci-omap 4809c000.mmc: Dropping the link to regulator.31
    [    3.326983] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2
    [    3.333790] sdhci-omap 480b4000.mmc: Dropping the link to regulator.2
    [    3.340339] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2
    [    3.371708] mmc0: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
    [    3.379533] ti-iodelay 4844a000.padconf: Set reg 0x840 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.388494] ti-iodelay 4844a000.padconf: Set reg 0x848 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.397435] ti-iodelay 4844a000.padconf: Set reg 0x84c Delay(a: 307 g: 0), Elements(C=0 F=6)0x29006
    [    3.406608] ti-iodelay 4844a000.padconf: Set reg 0x850 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.415581] ti-iodelay 4844a000.padconf: Set reg 0x854 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.424659] ti-iodelay 4844a000.padconf: Set reg 0x870 Delay(a: 785 g: 0), Elements(C=1 F=3)0x29023
    [    3.433877] ti-iodelay 4844a000.padconf: Set reg 0x874 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.442948] ti-iodelay 4844a000.padconf: Set reg 0x878 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.451994] ti-iodelay 4844a000.padconf: Set reg 0x87c Delay(a: 613 g: 0), Elements(C=0 F=13)0x2900d
    [    3.461331] ti-iodelay 4844a000.padconf: Set reg 0x880 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.470376] ti-iodelay 4844a000.padconf: Set reg 0x884 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.479445] ti-iodelay 4844a000.padconf: Set reg 0x888 Delay(a: 683 g: 0), Elements(C=1 F=0)0x29020
    [    3.488667] ti-iodelay 4844a000.padconf: Set reg 0x88c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.497719] ti-iodelay 4844a000.padconf: Set reg 0x890 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.506807] ti-iodelay 4844a000.padconf: Set reg 0x894 Delay(a: 835 g: 0), Elements(C=1 F=4)0x29024
    [    3.515954] ti-iodelay 4844a000.padconf: Set reg 0x898 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.524891] ti-iodelay 4844a000.padconf: Set reg 0x89c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.534030] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.8
    [    3.540839] sdhci-omap 480d1000.mmc: Dropping the link to regulator.8
    [    3.547373] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.7
    [    3.554178] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.8
    [    3.586708] ti-iodelay 4844a000.padconf: Set reg 0x190 Delay(a: 621 g: 600), Elements(C=1 F=9)0x29029
    [    3.595999] ti-iodelay 4844a000.padconf: Set reg 0x194 Delay(a: 300 g: 0), Elements(C=0 F=6)0x29006
    [    3.605115] ti-iodelay 4844a000.padconf: Set reg 0x1a8 Delay(a: 739 g: 600), Elements(C=1 F=12)0x2902c
    [    3.614483] ti-iodelay 4844a000.padconf: Set reg 0x1ac Delay(a: 240 g: 0), Elements(C=0 F=5)0x29005
    [    3.623588] ti-iodelay 4844a000.padconf: Set reg 0x1b4 Delay(a: 812 g: 600), Elements(C=1 F=13)0x2902d
    [    3.632954] ti-iodelay 4844a000.padconf: Set reg 0x1b8 Delay(a: 240 g: 0), Elements(C=0 F=5)0x29005
    [    3.642059] ti-iodelay 4844a000.padconf: Set reg 0x1c0 Delay(a: 954 g: 600), Elements(C=1 F=16)0x29030
    [    3.651447] sdhci-omap 480d1000.mmc: no pinctrl state for sdr104 mode
    [    3.657948] ti-iodelay 4844a000.padconf: Set reg 0x1c4 Delay(a: 60 g: 0), Elements(C=0 F=1)0x29001
    [    3.666952] ti-iodelay 4844a000.padconf: Set reg 0x1d0 Delay(a: 1340 g: 420), Elements(C=2 F=8)0x29048
    [    3.676327] ti-iodelay 4844a000.padconf: Set reg 0x1d8 Delay(a: 935 g: 600), Elements(C=1 F=16)0x29030
    [    3.676337] sdhci-omap 480d1000.mmc: no pinctrl state for ddr50 mode
    [    3.685695] ti-iodelay 4844a000.padconf: Set reg 0x1dc Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.692083] sdhci-omap 480d1000.mmc: no pinctrl state for sdr50 mode
    [    3.701003] ti-iodelay 4844a000.padconf: Set reg 0x1e4 Delay(a: 525 g: 600), Elements(C=0 F=21)0x29015
    [    3.707381] sdhci-omap 480d1000.mmc: no pinctrl state for hs200_1_8v mode
    [    3.716741] ti-iodelay 4844a000.padconf: Set reg 0x1e8 Delay(a: 120 g: 0), Elements(C=0 F=2)0x29002
    [    3.732670] ti-iodelay 4844a000.padconf: Set reg 0x1f0 Delay(a: 767 g: 600), Elements(C=1 F=12)0x2902c
    [    3.742038] ti-iodelay 4844a000.padconf: Set reg 0x1f4 Delay(a: 225 g: 0), Elements(C=0 F=4)0x29004
    [    3.749244] mmc1: SDHCI controller on 480d1000.mmc [480d1000.mmc] using PIO
    [    3.751224] ti-iodelay 4844a000.padconf: Set reg 0x1fc Delay(a: 565 g: 600), Elements(C=0 F=22)0x29016
    [    3.767579] ti-iodelay 4844a000.padconf: Set reg 0x200 Delay(a: 60 g: 0), Elements(C=0 F=1)0x29001
    [    3.776643] ti-iodelay 4844a000.padconf: Set reg 0x364 Delay(a: 969 g: 600), Elements(C=1 F=17)0x29031
    [    3.786134] ti-iodelay 4844a000.padconf: Set reg 0x368 Delay(a: 180 g: 0), Elements(C=0 F=3)0x29003
    [    3.796419] ledtrig-cpu: registered to indicate activity on CPUs
    [    3.797021] mmc0: new HS200 MMC card at address 0001
    [    3.808461] tlv320aic3x-codec 0-0019: Linked as a consumer to regulator.3
    [    3.815445] tlv320aic3x-codec 0-0019: Linked as a consumer to regulator.4
    [    3.822778] mmcblk0: mmc0:0001 MMC08G 7.25 GiB
    [    3.823669] davinci-mcasp 48468000.mcasp: ERRATA i868 workaround is enabled
    [    3.827695] mmcblk0boot0: mmc0:0001 MMC08G partition 1 8.00 MiB
    [    3.834655] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
    [    3.840650] mmcblk0boot1: mmc0:0001 MMC08G partition 2 8.00 MiB
    [    3.852235] mmcblk0rpmb: mmc0:0001 MMC08G partition 3 128 KiB, chardev (241:0)
    [    3.852883] NET: Registered protocol family 10
    [    3.870267]  mmcblk0: p1
    [    3.874670] Segment Routing with IPv6
    [    3.878406] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    3.884676] NET: Registered protocol family 17
    [    3.889579] Key type dns_resolver registered
    [    3.894051] Registering SWP/SWPB emulation handler
    [    3.898914] omap_voltage_late_init: Voltage driver support not added
    [    3.905333] Power Management for TI OMAP4+ devices.
    [    3.910984] Loading compiled-in X.509 certificates
    [    3.933754] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    3.940463] [drm] No driver support for vblank timestamp query.
    [    3.946646] [drm] Initialized vdrm 1.0.0 20191105 for 44000000.ocp:vdrm@0 on minor 0
    [    4.047941] Console: switching to colour frame buffer device 240x67
    [    4.069329] vdrm 44000000.ocp:vdrm@0: fb0: DRM emulated frame buffer device
    [    4.076697] dmm 4e000000.dmm: workaround for errata i878 in use
    [    4.083975] dmm 4e000000.dmm: initialized all PAT entries
    [    4.090017] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 1
    [    4.098266] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
    [    4.107100] sdhci-omap 4809c000.mmc: Got CD GPIO
    [    4.111911] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.31
    [    4.118981] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
    [    4.125849] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
    [    4.132484] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.36
    [    4.139520] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
    [    4.146445] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_1_8v mode
    [    4.153113] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
    [    4.159775] sdhci-omap 4809c000.mmc: no pinctrl state for hs200_1_8v mode
    [    4.193429] mmc2: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
    [    4.202180] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    4.209932] asoc-simple-card sound0: ASoC: no DMI vendor name!
    [    4.219139] input: gpio_keys as /devices/platform/gpio_keys/input/input0
    [    4.226171] hctosys: unable to open rtc device (rtc0)
    [    4.231822] aic_dvdd: disabling
    [    4.235178] ldousb: disabling
    [    4.238470] ALSA device list:
    [    4.241462]   #0: DRA7xx-EVM
    [    4.245018] Waiting for root device PARTUUID=1562eb1b-02...
    [    4.448986] mmc2: host does not support reading read-only switch, assuming write-enable
    [    4.462448] ti-iodelay 4844a000.padconf: Set reg 0x620 Delay(a: 1063 g: 17), Elements(C=1 F=9)0x29029
    [    4.471744] ti-iodelay 4844a000.padconf: Set reg 0x628 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.480682] ti-iodelay 4844a000.padconf: Set reg 0x62c Delay(a: 23 g: 0), Elements(C=0 F=0)0x29000
    [    4.489748] ti-iodelay 4844a000.padconf: Set reg 0x634 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.498681] ti-iodelay 4844a000.padconf: Set reg 0x638 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.507607] ti-iodelay 4844a000.padconf: Set reg 0x640 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.516540] ti-iodelay 4844a000.padconf: Set reg 0x644 Delay(a: 2 g: 0), Elements(C=0 F=0)0x29000
    [    4.525517] ti-iodelay 4844a000.padconf: Set reg 0x64c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.534457] ti-iodelay 4844a000.padconf: Set reg 0x650 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.543391] ti-iodelay 4844a000.padconf: Set reg 0x658 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.552368] ti-iodelay 4844a000.padconf: Set reg 0x65c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.567250] mmc2: new ultra high speed SDR104 SDHC card at address aaaa
    [    4.574623] mmcblk2: mmc2:aaaa SC32G 29.7 GiB
    [    4.593654]  mmcblk2: p1 p2
    [    4.862483] EXT4-fs (mmcblk2p2): recovery complete
    [    4.869372] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: (null)
    [    4.877535] VFS: Mounted root (ext4 filesystem) on device 179:50.
    [    4.887592] devtmpfs: mounted
    [    4.892053] Freeing unused kernel memory: 2048K
    [    4.896703] Run /sbin/init as init process
    [    5.057388] systemd[1]: System time before build time, advancing clock.
    [    5.075316] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
    [    5.097730] systemd[1]: Detected architecture arm.
    [    5.140752] systemd[1]: Set hostname to <dra7xx-evm>.
    [    5.259363] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
    [    5.276646] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
    [    5.443939] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    5.488245] systemd[1]: Listening on udev Kernel Socket.
    [    5.542875] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    5.580592] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [    5.608961] systemd[1]: Listening on Network Service Netlink Socket.
    [    6.042084] EXT4-fs (mmcblk2p2): re-mounted. Opts: (null)
    [    6.635662] systemd-journald[109]: Received request to flush runtime journal from PID 1
    [    6.997727] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
    [    7.013469] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
    [    7.026926] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
    [    7.043826] remoteproc remoteproc0: 58820000.ipu is available
    [    7.052452] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
    [    7.061271] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
    [    7.071988] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
    [    7.080893] remoteproc remoteproc0: powering up 58820000.ipu
    [    7.087255] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
    [    7.095895] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
    [    7.137969] remoteproc remoteproc1: 55020000.ipu is available
    [    7.143887] omap-rproc 40800000.dsp: ignoring dependency for device, assuming no driver
    [    7.169870] remoteproc remoteproc0: request_firmware failed: -2
    [    7.202019] omap-rproc 40800000.dsp: ignoring dependency for device, assuming no driver
    [    7.243625] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
    [    7.303517] remoteproc remoteproc2: 40800000.dsp is available
    [    7.342888] omap-rproc 41000000.dsp: ignoring dependency for device, assuming no driver
    [    7.361597] omap-rproc 41000000.dsp: ignoring dependency for device, assuming no driver
    [    7.396960] omap-rproc 41000000.dsp: assigned reserved memory node dsp2-memory@9f000000
    [    7.414664] remoteproc remoteproc3: 41000000.dsp is available
    [    7.569800] remoteproc remoteproc1: powering up 55020000.ipu
    [    7.580902] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 10187204
    [    7.634930] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [    7.753068] Driver for 1-wire Dallas network protocol.
    [    7.759463] remoteproc remoteproc2: powering up 40800000.dsp
    [    7.765153] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 6982800
    [    7.783600] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [    7.789576] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [    7.801881] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    7.809905] remoteproc remoteproc1: registered virtio0 (type 7)
    [    7.815861] remoteproc remoteproc1: remote processor 55020000.ipu is now up
    [    7.829341] omap_rtc 48838000.rtc: char device (253:0)
    [    7.829353] omap_rtc 48838000.rtc: registered as rtc0
    [    7.841933] remoteproc remoteproc3: powering up 41000000.dsp
    [    7.848904] remoteproc remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 6982800
    [    7.860002] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [    7.865906] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [    7.929002] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.:. Driver in Interrupt mode
    [    7.938964] net eth1: initializing cpsw version 1.15 (0)
    [    7.957066] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    7.968303] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    7.975674] remoteproc remoteproc2: registered virtio1 (type 7)
    [    7.987241] remoteproc remoteproc2: remote processor 40800000.dsp is now up
    [    8.000737] omap-des 480a5000.des: will run requests pump with realtime priority
    [    8.011371] Generic PHY 48485000.mdio:03: attached PHY driver [Generic PHY] (mii_bus:phy_addr=48485000.mdio:03, irq=POLL)
    [    8.031916] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    8.042458] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [    8.052104] remoteproc remoteproc3: registered virtio2 (type 7)
    [    8.075683] remoteproc remoteproc3: remote processor 41000000.dsp is now up
    [    8.093409] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
    [    8.113774] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50
    [    8.134602] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x50
    [    8.156444] net eth0: initializing cpsw version 1.15 (0)
    [    8.175410] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d
    [    8.189217] Generic PHY 48485000.mdio:02: attached PHY driver [Generic PHY] (mii_bus:phy_addr=48485000.mdio:02, irq=POLL)
    [    8.256173] w1_master_driver w1_bus_master1: Family 1 for 01.000000000000.3d is not registered.
    [    8.271497] phy phy-4a084000.phy.3: Linked as a consumer to regulator.26
    [    8.287719] libata version 3.00 loaded.
    [    8.289718] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [    8.301042] phy phy-4a085000.phy.4: Linked as a consumer to regulator.26
    [    8.343010] ahci 4a140000.sata: controller can't do 64bit DMA, forcing 32bit
    [    8.360432] ahci 4a140000.sata: forcing port_map 0x0 -> 0x1
    [    8.411561] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [    8.431963] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [    8.443189] CAN device driver interface
    [    8.471153] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [    8.490311] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=3c7ea421, irq=98)
    [    8.501786] omap-aes 4b500000.aes: will run requests pump with realtime priority
    [    8.515842] ahci 4a140000.sata: flags: ncq sntf pm led clo only pmp pio slum part ccc apst
    [    8.575706] scsi host0: ahci
    [    8.579133] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 85
    [    8.621786] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [    8.634865] omap-aes 4b700000.aes: will run requests pump with realtime priority
    [    8.686356] pvrsrvkm: loading out-of-tree module taints kernel.
    [    8.729812] pvrsrvkm 56000000.gpu: assigned reserved memory node gpu-memory@c0000000
    [    8.825325] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 2
    [    8.898847] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
    [    8.969627] ata1: SATA link down (SStatus 0 SControl 300)
    [   10.605181] NET: Registered protocol family 45
    [   10.724166] dwc3 48890000.usb: Failed to get clk 'ref': -2
    [   10.731400] dwc3 48890000.usb: changing max_speed on rev 5533202a
    [   10.739686] dwc3 488d0000.usb: Failed to get clk 'ref': -2
    [   10.840901] usbcore: registered new interface driver usbfs
    [   10.846481] usbcore: registered new interface driver hub
    [   10.852033] usbcore: registered new device driver usb
    [   10.914628] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [   10.920339] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [   10.931383] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002010010
    [   10.942171] xhci-hcd xhci-hcd.0.auto: irq 184, io mem 0x488d0000
    [   10.949176] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
    [   10.957592] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   10.965412] usb usb1: Product: xHCI Host Controller
    [   10.971004] usb usb1: Manufacturer: Linux 4.19.73-00040-g3d03684 xhci-hcd
    [   10.978177] usb usb1: SerialNumber: xhci-hcd.0.auto
    [   10.984308] hub 1-0:1.0: USB hub found
    [   10.989337] hub 1-0:1.0: 1 port detected
    [   10.994319] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [   11.001009] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
    [   11.009339] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
    [   11.015953] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   11.025030] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [   11.033696] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   11.041350] usb usb2: Product: xHCI Host Controller
    [   11.046248] usb usb2: Manufacturer: Linux 4.19.73-00040-g3d03684 xhci-hcd
    [   11.053582] usb usb2: SerialNumber: xhci-hcd.0.auto
    [   11.059821] hub 2-0:1.0: USB hub found
    [   11.063609] hub 2-0:1.0: 1 port detected
    [   13.532402] FAT-fs (mmcblk2p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [   13.703395] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
    [  498.471446] DMA: Module install successful, device major num = 240
    [  498.477967] DRV: Module install successful
    [ 1414.052365] omap_l3_noc 44000000.ocp: L3 application error: target 3 mod:2 (unclearable)
    [ 1414.061202] omap_l3_noc 44000000.ocp: L3 debug error: target 3 mod:2 (unclearable)

  • Hi 

    U Boot log is as follows:

    U-Boot 2019.01-00014-gf454ae0 (Feb 25 2020 - 14:39:24 +0800)

    CPU  : DRA752-GP ES1.1
    Model: TI DRA742
    Board: DRA74x EVM REV G.0
    DRAM:  1.5 GiB
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from MMC... *** Warning - bad CRC, using default environment

    Net:
    Warning: ethernet@48484000 using MAC address from ROM
    eth0: ethernet@48484000
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    ** Unable to read file boot.scr **
    173 bytes read in 0 ms
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    4411904 bytes read in 99 ms (42.5 MiB/s)
    96488 bytes read in 3 ms (30.7 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe5000, end 8ffff8e7 ... OK

    Starting kernel ...

    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 4.19.73-00040-g3d03684 (tfy@tfy-OptiPlex-390) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Tue Feb 25 14:01:47 CST 2020
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [    0.000000] CPU: div instructions available: patching division code
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] OF: fdt: Machine model: TI DRA742
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] efi: Getting EFI parameters from FDT:
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB
    [    0.000000] OF: reserved mem: 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 0x0000000099000000, size 80 MiB
    [    0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009e000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, 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 0x00000000a1000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000a3000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node dsp2-memory@9f000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node cmem@A9000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000b0000000, size 64 MiB
    [    0.000000] OF: reserved mem: initialized node gpu-memory@c0000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 64 MiB at 0x00000000bbc00000
    [    0.000000] OMAP4: Map 0x00000000bfd00000 to (ptrval) for dram barrier
    [    0.000000] DRA752 ES1.1
    [    0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0
    [    0.000000] percpu: Embedded 16 pages/cpu s36492 r8192 d20852 u65536
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 251456
    [    0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=1562eb1b-02 rw rootwait ip=none mem=1024M cma=64M
    [    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: 280708K/1012736K available (10240K kernel code, 341K rwdata, 2804K rodata, 2048K init, 269K bss, 420732K reserved, 311296K cma-reserved, 128000K 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 : 0x(ptrval) - 0x(ptrval)   (12256 kB)
    [    0.000000]       .init : 0x(ptrval) - 0x(ptrval)   (2048 kB)
    [    0.000000]       .data : 0x(ptrval) - 0x(ptrval)   ( 342 kB)
    [    0.000000]        .bss : 0x(ptrval) - 0x(ptrval)   ( 270 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000]  Tasks RCU enabled.
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] GIC: Using split EOI/Deactivate mode
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [    0.000000] arch_timer: 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.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [    0.000018] Switching to timer-based delay loop, resolution 162ns
    [    0.000296] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000305] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000759] Console: colour dummy device 80x30
    [    0.000778] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.000787] This ensures that you still see kernel messages. Please
    [    0.000795] update your kernel commandline.
    [    0.000828] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000845] pid_max: default: 32768 minimum: 301
    [    0.000967] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000981] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001526] CPU: Testing write buffer coherency: ok
    [    0.001563] CPU0: Spectre v2: using ICIALLU workaround
    [    0.001776] /cpus/cpu@0 missing clock-frequency property
    [    0.001796] /cpus/cpu@1 missing clock-frequency property
    [    0.001809] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.059915] Setting up static identity map for 0x80200000 - 0x80200060
    [    0.079924] rcu: Hierarchical SRCU implementation.
    [    0.100121] EFI services will not be available.
    [    0.119987] smp: Bringing up secondary CPUs ...
    [    0.200350] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.200356] CPU1: Spectre v2: using ICIALLU workaround
    [    0.200478] smp: Brought up 1 node, 2 CPUs
    [    0.200490] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.200498] CPU: All CPU(s) started in HYP mode.
    [    0.200505] CPU: Virtualization extensions available.
    [    0.200986] devtmpfs: initialized
    [    0.219216] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.219478] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.219496] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.224323] pinctrl core: initialized pinctrl subsystem
    [    0.224848] DMI not present or invalid.
    [    0.225130] NET: Registered protocol family 16
    [    0.226303] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.227204] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.421887] cpuidle: using governor ladder
    [    0.421923] cpuidle: using governor menu
    [    0.432051] OMAP GPIO hardware version 0.1
    [    0.457763] No ATAGs?
    [    0.457839] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.457854] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.458385] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.458397] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.459043] OMAP DMA hardware revision 0.0
    [    0.470734] edma 43300000.edma: memcpy is disabled
    [    0.474131] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.481291] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.482863] evm_3v3: supplied by evm_12v0
    [    0.483155] evm_5v0: supplied by evm_12v0
    [    0.483462] evm_3v6: supplied by evm_5v0
    [    0.486665] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.486838] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.487091] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.487326] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.487700] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.487881] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.488161] iommu: Adding device 58820000.ipu to group 1
    [    0.488241] iommu: Adding device 55020000.ipu to group 2
    [    0.488367] iommu: Adding device 40800000.dsp to group 0
    [    0.488605] iommu: Adding device 41000000.dsp to group 3
    [    0.489719] SCSI subsystem initialized
    [    0.491008] palmas 0-0058: IRQ missing: skipping irq request
    [    0.520921] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
    [    0.522606] SMPS123: supplied by regulator-dummy
    [    0.524515] SMPS45: supplied by regulator-dummy
    [    0.526403] SMPS6: supplied by regulator-dummy
    [    0.528152] SMPS7: supplied by regulator-dummy
    [    0.530031] SMPS8: supplied by regulator-dummy
    [    0.531766] SMPS9: supplied by regulator-dummy
    [    0.532762] LDO1: supplied by regulator-dummy
    [    0.541413] LDO2: supplied by regulator-dummy
    [    0.551276] LDO3: supplied by regulator-dummy
    [    0.561292] LDO4: supplied by regulator-dummy
    [    0.561563] random: fast init done
    [    0.562042] LDO5: supplied by regulator-dummy
    [    0.562760] LDO6: supplied by regulator-dummy
    [    0.563489] LDO7: supplied by regulator-dummy
    [    0.564229] LDO8: supplied by regulator-dummy
    [    0.564964] LDO9: supplied by regulator-dummy
    [    0.571323] LDOLN: supplied by regulator-dummy
    [    0.581351] LDOUSB: supplied by regulator-dummy
    [    0.593993] pcf857x 0-0020: probed
    [    0.594595] pcf857x 0-0021: probed
    [    0.594776] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.595233] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.595439] media: Linux media interface: v0.10
    [    0.595477] videodev: Linux video capture interface: v2.00
    [    0.595553] pps_core: LinuxPPS API ver. 1 registered
    [    0.595562] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.595582] PTP clock support registered
    [    0.595611] EDAC MC: Ver: 3.0.0
    [    0.601311] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.601562] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.602074] Advanced Linux Sound Architecture Driver Initialized.
    [    0.602889] clocksource: Switched to clocksource arch_sys_counter
    [    0.610894] NET: Registered protocol family 2
    [    0.611471] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
    [    0.611499] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.611564] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.611690] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.611759] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.611794] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.611920] NET: Registered protocol family 1
    [    0.632356] RPC: Registered named UNIX socket transport module.
    [    0.632366] RPC: Registered udp transport module.
    [    0.632375] RPC: Registered tcp transport module.
    [    0.632383] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.633488] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [    0.633714] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.634696] Initialise system trusted keyrings
    [    0.634841] workingset: timestamp_bits=14 max_order=18 bucket_order=4
    [    0.639740] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.640210] NFS: Registering the id_resolver key type
    [    0.640231] Key type id_resolver registered
    [    0.640240] Key type id_legacy registered
    [    0.640280] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.641792] Key type asymmetric registered
    [    0.641805] Asymmetric key parser 'x509' registered
    [    0.641855] bounce: pool size: 64 pages
    [    0.641889] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.641900] io scheduler noop registered
    [    0.641909] io scheduler deadline registered
    [    0.642015] io scheduler cfq registered (default)
    [    0.642026] io scheduler mq-deadline registered
    [    0.642035] io scheduler kyber registered
    [    0.647861] pinctrl-single 4a003400.pin module loaded
    [    2.971052] loop: module loaded
    [    2.974907] vmemexp device MAJOR num = 244
    [    2.979036] vmemexp class registered
    [    2.982725] /dev/vmemexp device registered
    [    2.986869] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
    [    3.028040] m25p80 spi0.0: s25fl256s1 (32768 Kbytes)
    [    3.033143] 10 fixed-partitions partitions found on MTD device spi0.0
    [    3.039614] Creating 10 MTD partitions on "spi0.0":
    [    3.044534] 0x000000000000-0x000000010000 : "QSPI.SPL"
    [    3.050413] 0x000000010000-0x000000020000 : "QSPI.SPL.backup1"
    [    3.056979] 0x000000020000-0x000000030000 : "QSPI.SPL.backup2"
    [    3.063505] 0x000000030000-0x000000040000 : "QSPI.SPL.backup3"
    [    3.070030] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [    3.076136] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [    3.082835] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [    3.089304] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [    3.096451] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [    3.102530] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [    3.109651] libphy: Fixed MDIO Bus: probed
    [    3.172927] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    3.180622] davinci_mdio 48485000.mdio: detected phy mask fffffff3
    [    3.190875] libphy: 48485000.mdio: probed
    [    3.194931] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown
    [    3.202991] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver unknown
    [    3.211744] cpsw 48484000.ethernet: Detected MACID = 74:da:ea:47:25:5e
    [    3.218359] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
    [    3.224763] cpsw 48484000.ethernet: ALE Table size 1024
    [    3.230051] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
    [    3.238069] cpsw 48484000.ethernet: cpsw: Detected MACID = 74:da:ea:47:25:5f
    [    3.246689] i2c /dev entries driver
    [    3.255298] cpu cpu0: Linked as a consumer to regulator.10
    [    3.260884] cpu cpu0: Linked as a consumer to regulator.32
    [    3.268067] sdhci: Secure Digital Host Controller Interface driver
    [    3.274322] sdhci: Copyright(c) Pierre Ossman
    [    3.279885] sdhci-pltfm: SDHCI platform and OF driver helper
    [    3.286423] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
    [    3.295618] sdhci-omap 4809c000.mmc: Got CD GPIO
    [    3.300383] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.31
    [    3.307430] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
    [    3.314312] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
    [    3.321091] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
    [    3.327976] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
    [    3.334599] sdhci-omap 4809c000.mmc: Dropping the link to regulator.31
    [    3.341647] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2
    [    3.348427] sdhci-omap 480b4000.mmc: Dropping the link to regulator.2
    [    3.354977] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2
    [    3.385822] mmc0: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
    [    3.394317] ti-iodelay 4844a000.padconf: Set reg 0x840 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.403282] ti-iodelay 4844a000.padconf: Set reg 0x848 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.412282] ti-iodelay 4844a000.padconf: Set reg 0x84c Delay(a: 307 g: 0), Elements(C=0 F=6)0x29006
    [    3.421440] ti-iodelay 4844a000.padconf: Set reg 0x850 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.430436] ti-iodelay 4844a000.padconf: Set reg 0x854 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.439403] ti-iodelay 4844a000.padconf: Set reg 0x870 Delay(a: 785 g: 0), Elements(C=1 F=3)0x29023
    [    3.448566] ti-iodelay 4844a000.padconf: Set reg 0x874 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.457533] ti-iodelay 4844a000.padconf: Set reg 0x878 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.466526] ti-iodelay 4844a000.padconf: Set reg 0x87c Delay(a: 613 g: 0), Elements(C=0 F=13)0x2900d
    [    3.475753] ti-iodelay 4844a000.padconf: Set reg 0x880 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.484745] ti-iodelay 4844a000.padconf: Set reg 0x884 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.493712] ti-iodelay 4844a000.padconf: Set reg 0x888 Delay(a: 683 g: 0), Elements(C=1 F=0)0x29020
    [    3.502866] ti-iodelay 4844a000.padconf: Set reg 0x88c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.511971] ti-iodelay 4844a000.padconf: Set reg 0x890 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.520924] ti-iodelay 4844a000.padconf: Set reg 0x894 Delay(a: 835 g: 0), Elements(C=1 F=4)0x29024
    [    3.530103] ti-iodelay 4844a000.padconf: Set reg 0x898 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.539105] ti-iodelay 4844a000.padconf: Set reg 0x89c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.548323] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.8
    [    3.555184] sdhci-omap 480d1000.mmc: Dropping the link to regulator.8
    [    3.561784] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.7
    [    3.568671] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.8
    [    3.612916] ti-iodelay 4844a000.padconf: Set reg 0x190 Delay(a: 621 g: 600), Elements(C=1 F=9)0x29029
    [    3.622182] ti-iodelay 4844a000.padconf: Set reg 0x194 Delay(a: 300 g: 0), Elements(C=0 F=6)0x29006
    [    3.631291] ti-iodelay 4844a000.padconf: Set reg 0x1a8 Delay(a: 739 g: 600), Elements(C=1 F=12)0x2902c
    [    3.640657] ti-iodelay 4844a000.padconf: Set reg 0x1ac Delay(a: 240 g: 0), Elements(C=0 F=5)0x29005
    [    3.649758] ti-iodelay 4844a000.padconf: Set reg 0x1b4 Delay(a: 812 g: 600), Elements(C=1 F=13)0x2902d
    [    3.659121] ti-iodelay 4844a000.padconf: Set reg 0x1b8 Delay(a: 240 g: 0), Elements(C=0 F=5)0x29005
    [    3.668238] sdhci-omap 480d1000.mmc: no pinctrl state for sdr104 mode
    [    3.674734] ti-iodelay 4844a000.padconf: Set reg 0x1c0 Delay(a: 954 g: 600), Elements(C=1 F=16)0x29030
    [    3.684103] ti-iodelay 4844a000.padconf: Set reg 0x1c4 Delay(a: 60 g: 0), Elements(C=0 F=1)0x29001
    [    3.684113] sdhci-omap 480d1000.mmc: no pinctrl state for ddr50 mode
    [    3.693117] ti-iodelay 4844a000.padconf: Set reg 0x1d0 Delay(a: 1340 g: 420), Elements(C=2 F=8)0x29048
    [    3.699493] sdhci-omap 480d1000.mmc: no pinctrl state for sdr50 mode
    [    3.708845] ti-iodelay 4844a000.padconf: Set reg 0x1d8 Delay(a: 935 g: 600), Elements(C=1 F=16)0x29030
    [    3.715231] sdhci-omap 480d1000.mmc: no pinctrl state for hs200_1_8v mode
    [    3.724592] ti-iodelay 4844a000.padconf: Set reg 0x1dc Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.740327] ti-iodelay 4844a000.padconf: Set reg 0x1e4 Delay(a: 525 g: 600), Elements(C=0 F=21)0x29015
    [    3.749689] ti-iodelay 4844a000.padconf: Set reg 0x1e8 Delay(a: 120 g: 0), Elements(C=0 F=2)0x29002
    [    3.757024] mmc1: SDHCI controller on 480d1000.mmc [480d1000.mmc] using PIO
    [    3.758866] ti-iodelay 4844a000.padconf: Set reg 0x1f0 Delay(a: 767 g: 600), Elements(C=1 F=12)0x2902c
    [    3.775256] ti-iodelay 4844a000.padconf: Set reg 0x1f4 Delay(a: 225 g: 0), Elements(C=0 F=4)0x29004
    [    3.784398] ti-iodelay 4844a000.padconf: Set reg 0x1fc Delay(a: 565 g: 600), Elements(C=0 F=22)0x29016
    [    3.793867] ti-iodelay 4844a000.padconf: Set reg 0x200 Delay(a: 60 g: 0), Elements(C=0 F=1)0x29001
    [    3.802983] ti-iodelay 4844a000.padconf: Set reg 0x364 Delay(a: 969 g: 600), Elements(C=1 F=17)0x29031
    [    3.812429] ti-iodelay 4844a000.padconf: Set reg 0x368 Delay(a: 180 g: 0), Elements(C=0 F=3)0x29003
    [    3.822161] ledtrig-cpu: registered to indicate activity on CPUs
    [    3.822860] mmc0: new HS200 MMC card at address 0001
    [    3.834179] tlv320aic3x-codec 0-0019: Linked as a consumer to regulator.3
    [    3.841165] tlv320aic3x-codec 0-0019: Linked as a consumer to regulator.4
    [    3.844550] mmcblk0: mmc0:0001 MMC08G 7.25 GiB
    [    3.849256] davinci-mcasp 48468000.mcasp: ERRATA i868 workaround is enabled
    [    3.853006] mmcblk0boot0: mmc0:0001 MMC08G partition 1 8.00 MiB
    [    3.859826] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
    [    3.865822] mmcblk0boot1: mmc0:0001 MMC08G partition 2 8.00 MiB
    [    3.872531] NET: Registered protocol family 10
    [    3.881804] mmcblk0rpmb: mmc0:0001 MMC08G partition 3 128 KiB, chardev (241:0)
    [    3.889807]  mmcblk0: p1
    [    3.892500] Segment Routing with IPv6
    [    3.896285] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    3.902576] NET: Registered protocol family 17
    [    3.907240] Key type dns_resolver registered
    [    3.911641] Registering SWP/SWPB emulation handler
    [    3.916483] omap_voltage_late_init: Voltage driver support not added
    [    3.922896] Power Management for TI OMAP4+ devices.
    [    3.928364] Loading compiled-in X.509 certificates
    [    3.950525] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    3.957266] [drm] No driver support for vblank timestamp query.
    [    3.963474] [drm] Initialized vdrm 1.0.0 20191105 for 44000000.ocp:vdrm@0 on minor 0
    [    4.047768] Console: switching to colour frame buffer device 240x67
    [    4.068864] vdrm 44000000.ocp:vdrm@0: fb0: DRM emulated frame buffer device
    [    4.076480] dmm 4e000000.dmm: workaround for errata i878 in use
    [    4.083940] dmm 4e000000.dmm: initialized all PAT entries
    [    4.089993] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 1
    [    4.098238] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
    [    4.107089] sdhci-omap 4809c000.mmc: Got CD GPIO
    [    4.111880] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.31
    [    4.118950] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
    [    4.125833] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
    [    4.132448] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.36
    [    4.139502] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
    [    4.146454] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_1_8v mode
    [    4.153137] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
    [    4.159782] sdhci-omap 4809c000.mmc: no pinctrl state for hs200_1_8v mode
    [    4.193418] mmc2: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
    [    4.202456] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    4.210213] asoc-simple-card sound0: ASoC: no DMI vendor name!
    [    4.219520] input: gpio_keys as /devices/platform/gpio_keys/input/input0
    [    4.226654] hctosys: unable to open rtc device (rtc0)
    [    4.232296] aic_dvdd: disabling
    [    4.235663] ldousb: disabling
    [    4.238948] ALSA device list:
    [    4.241938]   #0: DRA7xx-EVM
    [    4.245474] Waiting for root device PARTUUID=1562eb1b-02...
    [    4.432006] mmc2: host does not support reading read-only switch, assuming write-enable
    [    4.445634] ti-iodelay 4844a000.padconf: Set reg 0x620 Delay(a: 1063 g: 17), Elements(C=1 F=9)0x29029
    [    4.454969] ti-iodelay 4844a000.padconf: Set reg 0x628 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.463906] ti-iodelay 4844a000.padconf: Set reg 0x62c Delay(a: 23 g: 0), Elements(C=0 F=0)0x29000
    [    4.472935] ti-iodelay 4844a000.padconf: Set reg 0x634 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.481850] ti-iodelay 4844a000.padconf: Set reg 0x638 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.490828] ti-iodelay 4844a000.padconf: Set reg 0x640 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.499761] ti-iodelay 4844a000.padconf: Set reg 0x644 Delay(a: 2 g: 0), Elements(C=0 F=0)0x29000
    [    4.508699] ti-iodelay 4844a000.padconf: Set reg 0x64c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.517678] ti-iodelay 4844a000.padconf: Set reg 0x650 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.526615] ti-iodelay 4844a000.padconf: Set reg 0x658 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.535552] ti-iodelay 4844a000.padconf: Set reg 0x65c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.550282] mmc2: new ultra high speed SDR104 SDHC card at address aaaa
    [    4.557671] mmcblk2: mmc2:aaaa SC32G 29.7 GiB
    [    4.576674]  mmcblk2: p1 p2
    [    4.754615] EXT4-fs (mmcblk2p2): recovery complete
    [    4.762535] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: (null)
    [    4.770708] VFS: Mounted root (ext4 filesystem) on device 179:50.
    [    4.780765] devtmpfs: mounted
    [    4.785210] Freeing unused kernel memory: 2048K
    [    4.789857] Run /sbin/init as init process
    [    4.956106] systemd[1]: System time before build time, advancing clock.
    [    4.973068] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
    [    4.995331] systemd[1]: Detected architecture arm.

    Welcome to Arago 2019.09!

    [    5.035731] systemd[1]: Set hostname to <dra7xx-evm>.
    [    5.161126] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
    [    5.178403] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
    [    5.344303] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    5.373011] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    5.403154] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    5.443283] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    5.473404] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Listening on udev Kernel Socket.
    [  OK  ] Reached target Swap.
             Mounting POSIX Message Queue File System...
    [  OK  ] Listening on Process Core Dump Socket.
             Starting Journal Service...
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Reached target Paths.
             Mounting Kernel Debug File System...
    [  OK  ] Created slice User and Session Slice.
    [  OK  ] Created slice system-getty.slice.
    [  OK  ] Listening on udev Control Socket.
             Starting udev Coldplug all Devices...
             Starting Remount Root and Kernel File Systems...
    [    5.927421] EXT4-fs (mmcblk2p2): re-mounted. Opts: (null)
    [  OK  ] Reached target Slices.
             Starting Load Kernel Modules...
    [  OK  ] Created slice system-serial\x2dgetty.slice.
             Mounting Temporary Directory (/tmp)...
    [  OK  ] Listening on Network Service Netlink Socket.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Started Remount Root and Kernel File Systems.
    [FAILED] Failed to start Load Kernel Modules.
    See 'systemctl status systemd-modules-load.service' for details.
    [  OK  ] Mounted Temporary Directory (/tmp).
             Mounting Kernel Configuration File System...
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
             Starting Flush Journal to Persistent Storage...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [    6.540991] systemd-journald[101]: Received request to flush runtime journal from PID 1
             Starting udev Kernel Device Manager...
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /media/ram...
             Mounting /var/volatile...
    [  OK  ] Reached target Containers.
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Mounted /media/ram.
    [    6.821221] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
    [  OK  ] Mounted /var/volatile.
    [    6.843426] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
             [    6.894165] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
    Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
    [    6.931238] remoteproc remoteproc0: 58820000.ipu is available
             Starting Create Volatile Files and Directories...
    [    6.966060] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
    [    6.975816] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
    [    6.999197] remoteproc remoteproc0: powering up 58820000.ipu
    [    7.024978] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
    [    7.042165] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
    [  OK  ] Started Load/Save Random Seed.
    [    7.072252] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
    [    7.093316] remoteproc remoteproc0: request_firmware failed: -2
    [    7.112433] remoteproc remoteproc1: 55020000.ipu is available
    [  OK  ] Started Create Volatile Files and Directories.
    [    7.136599] omap-rproc 40800000.dsp: ignoring dependency for device, assuming no driver
             Starting Update UTMP about System Boot/Shutdown...
    [    7.173235] omap-rproc 40800000.dsp: ignoring dependency for device, assuming no driver
             Starting Network Time Synchronization...
    [    7.216636] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
             Starting Network Service...
    [    7.266507] remoteproc remoteproc2: 40800000.dsp is available
    [    7.290620] omap-rproc 41000000.dsp: ignoring dependency for device, assuming no driver
    [  OK  ] Found device /dev/ttyS0.
    [    7.322434] omap-rproc 41000000.dsp: ignoring dependency for device, assuming no driver
    [    7.360416] omap-rproc 41000000.dsp: assigned reserved memory node dsp2-memory@9f000000
    [  OK  ] Started Update UTMP about System Boot/Shutdow[    7.388655] remoteproc remoteproc3: 41000000.dsp is available
    n.
    [    7.528287] Driver for 1-wire Dallas network protocol.
    [    7.595298] remoteproc remoteproc1: powering up 55020000.ipu
    [    7.601067] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 10187204
    [    7.609912] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [    7.653880] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    7.661660] remoteproc remoteproc1: registered virtio0 (type 7)
    [    7.668320] remoteproc remoteproc1: remote processor 55020000.ipu is now up
    [    7.742715] omap_rtc 48838000.rtc: registered as rtc0
    [    7.753617] remoteproc remoteproc2: powering up 40800000.dsp
    [    7.759713] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 6982800
    [    7.770101] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [    7.776029] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [    7.813557] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.:. Driver in Interrupt mode
    [    7.846748] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    7.854487] remoteproc remoteproc2: registered virtio1 (type 7)
    [    7.864198] remoteproc remoteproc2: remote processor 40800000.dsp is now up
    [    7.879849] remoteproc remoteproc3: powering up 41000000.dsp
    [  OK  ] Started Network Time Synchronization.
    [    7.888736] remoteproc remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 6982800
    [    7.904826] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [  OK  ] Reached target System Initialization.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activati[    7.922456] net eth1: initializing cpsw version 1.15 (0)
    on Socket.
    [    7.943530] omap-des 480a5000.des: will run requests pump with realtime priority
    [    7.954201] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [    7.960105] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [    7.983237] Generic PHY 48485000.mdio:03: attached PHY driver [Generic PHY] (mii_bus:phy_addr=48485000.mdio:03, irq=POLL)
    [    8.008713] phy phy-4a084000.phy.3: Linked as a consumer to regulator.26
    [  OK  ] Listening on dropbear.socket.
    [    8.029645] phy phy-4a085000.phy.4: Linked as a consumer to regulator.26
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timers.
    [    8.074392] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [    8.080941] virtio_rpmsg_bus virtio2: rpmsg host is online
    [  OK  ] Listening on D-Bus System Message Bus Socket.[    8.089678] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d

    [    8.111928] remoteproc remoteproc3: registered virtio2 (type 7)
    [    8.131072] remoteproc remoteproc3: remote processor 41000000.dsp is now up
    [  OK  ] Reached target Sockets.
    [    8.148236] net eth0: initializing cpsw version 1.15 (0)
    [  OK  ] Reached target Basic System.
    [    8.168630] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
    [    8.175789] w1_master_driver w1_bus_master1: Family 1 for 01.000000000000.3d is not registered.
    [    8.199022] Generic PHY 48485000.mdio:02: attached PHY driver [Generic PHY] (mii_bus:phy_addr=48485000.mdio:02, irq=POLL)
    [    8.199074] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [    8.218291] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
             Starting Login Service...
    [    8.228441] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50
    [    8.249293] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x50
    [    8.249634] ahci 4a140000.sata: controller can't do 64bit DMA, forcing 32bit
             [    8.266967] omap-aes 4b500000.aes: will run requests pump with realtime priority
    Starting TI IPC Daemon...
    [    8.276012] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [  OK  ] Started D-Bus System Message Bus.
    [    8.310880] ahci 4a140000.sata: forcing port_map 0x0 -> 0x1
    [    8.310936] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [    8.310949] ahci 4a140000.sata: flags: ncq sntf pm led clo only pmp pio slum part ccc apst
    [    8.311362] CAN device driver interface
    [    8.338123] scsi host0: ahci
    [    8.338836] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 85
    [    8.390934] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [    8.403330] omap-aes 4b700000.aes: will run requests pump with realtime priority
    [    8.426182] pvrsrvkm: loading out-of-tree module taints kernel.
    [    8.436112] pvrsrvkm 56000000.gpu: assigned reserved memory node gpu-memory@c0000000
    [    8.438978] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=103b4a2d, irq=98)
    [    8.473358] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 2
    [    8.549719] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
    [    8.663551] ata1: SATA link down (SStatus 0 SControl 300)
             Starting rc.pvr.service...
    [  OK  ] Reached target System Time Synchronized.
    [  OK  ] Started Network Service.
    [  OK  ] Started TI IPC Daemon.
    [  OK  ] Started rc.pvr.service.
    [   10.375770] NET: Registered protocol family 45
    [   10.466072] dwc3 48890000.usb: Failed to get clk 'ref': -2
    [   10.481339] dwc3 48890000.usb: changing max_speed on rev 5533202a
    [   10.487752] dwc3 488d0000.usb: Failed to get clk 'ref': -2
    [   10.590742] usbcore: registered new interface driver usbfs
    [   10.596933] usbcore: registered new interface driver hub
    [   10.603166] usbcore: registered new device driver usb
    [   10.661572] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [   10.667155] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [   10.676278] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002010010
    [   10.686330] xhci-hcd xhci-hcd.0.auto: irq 184, io mem 0x488d0000
    [   10.692641] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
    [   10.700994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   10.708312] usb usb1: Product: xHCI Host Controller
    [   10.713249] usb usb1: Manufacturer: Linux 4.19.73-00040-g3d03684 xhci-hcd
    [   10.720065] usb usb1: SerialNumber: xhci-hcd.0.auto
    [   10.725424] hub 1-0:1.0: USB hub found
    [   10.729217] hub 1-0:1.0: 1 port detected
    [   10.733476] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [   10.739016] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
    [   10.746776] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
    [   10.753426] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   10.761648] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [   10.769983] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   10.777265] usb usb2: Product: xHCI Host Controller
    [   10.782162] usb usb2: Manufacturer: Linux 4.19.73-00040-g3d03684 xhci-hcd
    [   10.789024] usb usb2: SerialNumber: xhci-hcd.0.auto
    [   10.794315] hub 2-0:1.0: USB hub found
    [   10.798105] hub 2-0:1.0: 1 port detected
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
             Starting Save/Restore Sound Card State...
    [  OK  ] Created slice system-systemd\x2dfsck.slice.
             Starting File System Check on /dev/mmcblk2p1...
             Starting File System Check on /dev/mmcblk0p1...
             Starting weston.service...
             Starting Network Name Resolution...
    [  OK  ] Started Save/Restore Sound Card State.
    [  OK  ] Started File System Check on /dev/mmcblk2p1.
             Mounting /run/media/mmcblk2p1...
    [  OK  ] Reached target Sound Card.
    [  OK  ] Started Login Service.
    [  OK  ] Started weston.service.
             Starting telnetd.service...
    [  OK  ] Started telnetd.service.
    [   13.513601] FAT-fs (mmcblk2p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [  OK  ] Mounted /run/media/mmcblk2p1.
    [  OK  ] Started File System Check on /dev/mmcblk0p1.
             Mounting /run/media/mmcblk0p1...
    [   13.641688] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
    [  OK  ] Mounted /run/media/mmcblk0p1.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
    [  OK  ] Reached target Network.
             Starting Permit User Sessions...
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [  OK  ] Reached target Multi-User System.
             Starting Update UTMP about System Runlevel Changes...
    [  OK  ] Started Synchronize System and HW clocks.
    [  OK  ] Started Update UTMP about System Runlevel Changes.

     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|

    Arago Project http://arago-project.org dra7xx-evm ttyS0

    Arago 2019.09 dra7xx-evm ttyS0

  • Hi Robert,

    From the logs, I am seeing modules are inserted.

    What is the issue you are seeing when you launch app.out?

  • Hi  Ramprasad,

    I  add a nullsrc usecase and rebuild app.out, how can I update it into sdcard.

    Should I run  ./hlos/scripts/linux/mksdboot.sh --device /dev/<parent_device_name> --appname <MAKEAPPNAME> --makeconfig <MAKECONFIG> again?

    The boot mode is SD only boot.

    Thanks!

  • HI Ramprasad

    I can launch app.out and run usecases.

    So the below error can be ignores?

    [FAILED] Failed to start Load Kernel Modules.

    Thanks!

  • Hi Robert,

    Yes, if apps.out is launched successfully and if you are able to run the usecases, you can ignore the error.

    I will have a look into kernel source code, when can this error happen.

    Thanks

    RamPrasad

  • HI

    I changed the boot mode to SD+NFS

    but when it boots, i can't login with root (no password).

    When I boot with SD Only, it can login with root (no passwd)

    Where can I set the passwd?

    Thanks!

    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|

    Arago Project http://arago-project.org dra7xx-evm ttyS0

    Arago 2019.09 dra7xx-evm ttyS0

    dra7xx-evm login: root

    Login incorrect
    dra7xx-evm login: root

    Login incorrect
    dra7xx-evm login:
    Password:

    Login incorrect
    dra7xx-evm login:


  • Hi Robert,

    Are you still seeing the issue? I haven't tested SD+NFS on this release. Will confirm if the issue exists with SD+NFS.

    Thanks

    RamPrasad