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.
Tool/software: TI C/C++ Compiler
I am using tda2p for linux in vsdk3.4.
Recently,i changed power management chip from TPS659039 to TPS65917.
After i changed the dts in uboot and linux kernel,uboot and linux kernel run well.
But when i running the apps.out,it shows that i can not attach to ipu2.
By reading the log,i think it is a mailbox problem.Please tell me how to solve the problem.
Here is the log:
U-Boot SPL 2016.05 (Aug 26 2020 - 19:24:04)
DRA762-GP ES1.0
no pinctrl for hs200_1_8v
no pinctrl for ddr_1_8v
*** Warning - MMC init failed, using default environment
i2c_write: error waiting for data ACK (status=0x116)
i2c_write: error waiting for data ACK (status=0x116)
Trying to boot from MMC1
reading dra7-ipu2-fw.lzop
spl_load_file_fat: error reading file dra7-ipu2-fw.lzop, err - -1
spl: error reading image dra7-ipu2-fw.lzop, err - -1
Error loading remotecore IPU2!,Continuing with boot ...
reading dra7-dsp1-fw.lzop
spl_load_file_fat: error reading file dra7-dsp1-fw.lzop, err - -1
spl: error reading image dra7-dsp1-fw.lzop, err - -1
Error loading remotecore DSP1!,Continuing with boot ...
reading dra7-dsp2-fw.lzop
spl_load_file_fat: error reading file dra7-dsp2-fw.lzop, err - -1
spl: error reading image dra7-dsp2-fw.lzop, err - -1
Error loading remotecore DSP2!,Continuing with boot ...
reading dra7-ipu1-fw.lzop
spl_load_file_fat: error reading file dra7-ipu1-fw.lzop, err - -1
spl: error reading image dra7-ipu1-fw.lzop, err - -1
Error loading remotecore IPU1!,Continuing with boot ...
*** Warning - MMC init failed, using default environment
reading u-boot.img
reading u-boot.img
reading u-boot.img
reading u-boot.img
U-Boot 2016.05 (Aug 26 2020 - 19:24:04 +0800)
CPU : DRA762-GP ES1.0
Model: TI DRA762 EVM
Board: DRA74x EVM REV
DRAM: 2 GiB
MMC: mmc@4809c000: fail to find sdr104 mode FDT_ERR_NOTFOUND
no pinctrl for sdr104
mmc@4809c000: fail to find ddr50 mode FDT_ERR_NOTFOUND
no pinctrl for ddr50
mmc@4809c000: fail to find sdr50 mode FDT_ERR_NOTFOUND
no pinctrl for sdr50
mmc@4809c000: fail to find sdr25 mode FDT_ERR_NOTFOUND
no pinctrl for sdr25
mmc@4809c000: fail to find sdr12 mode FDT_ERR_NOTFOUND
no pinctrl for sdr12
OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - MMC init failed, using default environment
Warning: fastboot.board_rev: unknown board revision
ERROR: invalid mmc device
at arch/arm/cpu/armv7/omap-common/utils.c:193/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
## Error: "board_findfdt" not defined
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
reading boot.scr
** Unable to read file boot.scr **
reading uEnv.txt
166 bytes read in 2 ms (81.1 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc0 ...
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
3559024 bytes read in 180 ms (18.9 MiB/s)
106334 bytes read in 38 ms (2.7 MiB/s)
Booting from mmc0 ...
Kernel image @ 0x82000000 [ 0x000000 - 0x364e70 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8ffe3000, end 8fffff5d ... 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.84 (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 SMP PREEMPT Thu Aug 13 19:41:44 CST 2020
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine model: TI DRA762 EVM
[ 0.000000] Reserved memory: created DMA memory pool at 0x40300000, 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 0x99000000, 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 0x9e000000, size 32 MiB
[ 0.000000] Reserved memory: initialized node ipu1_cma@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 0xa1000000, size 32 MiB
[ 0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0xa3000000, size 32 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: created DMA memory pool at 0xa9000000, size 64 MiB
[ 0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool
[ 0.000000] cma: Reserved 24 MiB at 0xbe400000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] OMAP4: Map 0xbfe00000 to fe600000 for dram barrier
[ 0.000000] DRA762 ES1.0
[ 0.000000] PERCPU: Embedded 11 pages/cpu @ef631000 s14912 r8192 d21952 u45056
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 243520
[ 0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=00000000-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: 329940K/980992K available (6663K kernel code, 318K rwdata, 2392K rodata, 332K init, 286K bss, 446252K reserved, 204800K cma-reserved, 235520K 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 - 0xc08e000c (9057 kB)
[ 0.000000] .init : 0xc08e1000 - 0xc0934000 ( 332 kB)
[ 0.000000] .data : 0xc0934000 - 0xc09839e0 ( 319 kB)
[ 0.000000] .bss : 0xc0985000 - 0xc09cc980 ( 287 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.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
[ 0.000016] Switching to timer-based delay loop, resolution 162ns
[ 0.000333] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000341] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000782] Console: colour dummy device 80x30
[ 0.000799] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[ 0.000805] This ensures that you still see kernel messages. Please
[ 0.000811] update your kernel commandline.
[ 0.000825] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[ 0.000838] pid_max: default: 32768 minimum: 301
[ 0.000933] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000944] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001495] Initializing cgroup subsys io
[ 0.001512] Initializing cgroup subsys memory
[ 0.001536] Initializing cgroup subsys devices
[ 0.001549] Initializing cgroup subsys freezer
[ 0.001561] Initializing cgroup subsys perf_event
[ 0.001572] Initializing cgroup subsys pids
[ 0.001599] CPU: Testing write buffer coherency: ok
[ 0.001810] /cpus/cpu@0 missing clock-frequency property
[ 0.001825] /cpus/cpu@1 missing clock-frequency property
[ 0.001836] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.001879] Setting up static identity map for 0x80008340 - 0x800083a0
[ 0.080097] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.080165] Brought up 2 CPUs
[ 0.080177] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[ 0.080184] CPU: All CPU(s) started in HYP mode.
[ 0.080189] CPU: Virtualization extensions available.
[ 0.081225] devtmpfs: initialized
[ 0.110327] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.111284] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.214306] omap_hwmod: mcan: cannot clk_get main_clk mcan_clk
[ 0.214320] omap_hwmod: mcan: cannot _init_clocks
[ 0.214327] ------------[ cut here ]------------
[ 0.214340] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2529 _init.constprop.23+0x394/0x424()
[ 0.214347] omap_hwmod: mcan: couldn't init clocks
[ 0.214353] Modules linked in:
[ 0.214366] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.4.84 #1
[ 0.214374] Hardware name: Generic DRA74X (Flattened Device Tree)
[ 0.214380] Backtrace:
[ 0.214405] [<c0013b1c>] (dump_backtrace) from [<c0013d18>] (show_stack+0x18/0x1c)
[ 0.214412] r7:c08edac0 r6:60000013 r5:00000000 r4:c0953590
[ 0.214440] [<c0013d00>] (show_stack) from [<c02b39a8>] (dump_stack+0x8c/0xa0)
[ 0.214452] [<c02b391c>] (dump_stack) from [<c003581c>] (warn_slowpath_common+0x88/0xb8)
[ 0.214458] r7:c08edac0 r6:000009e1 r5:00000009 r4:ef081e58
[ 0.214481] [<c0035794>] (warn_slowpath_common) from [<c0035884>] (warn_slowpath_fmt+0x38/0x40)
[ 0.214487] r8:c081f0e4 r7:00000000 r6:ffffffea r5:ffffffea r4:c081f13c
[ 0.214512] [<c0035850>] (warn_slowpath_fmt) from [<c08edac0>] (_init.constprop.23+0x394/0x424)
[ 0.214518] r3:c08210f0 r2:c081f13c
[ 0.214529] r4:c0942a5c
[ 0.214541] [<c08ed72c>] (_init.constprop.23) from [<c08edc80>] (__omap_hwmod_setup_all+0x48/0x98)
[ 0.214547] r10:00000000 r9:c08e1600 r8:000000ab r7:ef1e5740 r6:c09396f0 r5:c093b9b8
[ 0.214569] r4:c0942a5c
[ 0.214581] [<c08edc38>] (__omap_hwmod_setup_all) from [<c000988c>] (do_one_initcall+0x98/0x1e4)
[ 0.214587] r5:c08edc38 r4:c09396f0
[ 0.214603] [<c00097f4>] (do_one_initcall) from [<c08e1f40>] (kernel_init_freeable+0x1d4/0x268)
[ 0.214609] r10:00000002 r9:c08e1600 r8:000000ab r7:c0921820 r6:c092f26c r5:c0985000
[ 0.214630] r4:c0985000
[ 0.214646] [<c08e1d6c>] (kernel_init_freeable) from [<c068358c>] (kernel_init+0x18/0xf4)
[ 0.214652] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0683574
[ 0.214672] r4:c0985000
[ 0.214685] [<c0683574>] (kernel_init) from [<c000fd18>] (ret_from_fork+0x14/0x3c)
[ 0.214691] r5:c0683574 r4:00000000
[ 0.214713] ---[ end trace 1694446aa6f7a8da ]---
[ 0.222993] omap_hwmod: dcan1: _wait_target_disable failed
[ 0.306786] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.306809] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.310952] pinctrl core: initialized pinctrl subsystem
[ 0.311822] NET: Registered protocol family 16
[ 0.312753] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.340215] cpuidle: using governor ladder
[ 0.370242] cpuidle: using governor menu
[ 0.378948] OMAP GPIO hardware version 0.1
[ 0.385530] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
[ 0.401344] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 0.401358] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[ 0.410626] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.410636] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.411109] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[ 0.411119] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[ 0.411595] OMAP DMA hardware revision 0.0
[ 0.451730] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.452867] edma 43300000.edma: memcpy is disabled
[ 0.457767] edma 43300000.edma: TI EDMA DMA engine driver
[ 0.461952] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 0.462139] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 0.462300] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 0.462456] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.462746] omap-iommu 41501000.mmu: 41501000.mmu registered
[ 0.462934] omap-iommu 41502000.mmu: 41502000.mmu registered
[ 0.465954] palmas 2-0058: IRQ missing: skipping irq request
[ 0.480687] palmas 2-0058: Muxing GPIO 51, PWM 0, LED 2
[ 0.512554] pcf857x: probe of 2-0020 failed with error -121
[ 0.512803] pcf857x: probe of 2-0021 failed with error -121
[ 0.512960] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 0.513157] media: Linux media interface: v0.10
[ 0.513206] Linux video capture interface: v2.00
[ 0.513245] pps_core: LinuxPPS API ver. 1 registered
[ 0.513252] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.513275] PTP clock support registered
[ 0.513319] EDAC MC: Ver: 3.0.0
[ 0.514079] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 0.514369] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 0.514711] Advanced Linux Sound Architecture Driver Initialized.
[ 0.515555] clocksource: Switched to clocksource arch_sys_counter
[ 0.526132] NET: Registered protocol family 2
[ 0.526627] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.526693] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.526818] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.526866] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.526897] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.527103] NET: Registered protocol family 1
[ 0.527357] RPC: Registered named UNIX socket transport module.
[ 0.527366] RPC: Registered udp transport module.
[ 0.527373] RPC: Registered tcp transport module.
[ 0.527379] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.528374] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.529440] ------------[ cut here ]------------
[ 0.529457] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2108 _enable+0x2bc/0x2d8()
[ 0.529465] omap_hwmod: timer12: enabled state can only be entered from initialized, idle, or disabled state
[ 0.529471] Modules linked in:
[ 0.529484] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.4.84 #1
[ 0.529491] Hardware name: Generic DRA74X (Flattened Device Tree)
[ 0.529497] Backtrace:
[ 0.529517] [<c0013b1c>] (dump_backtrace) from [<c0013d18>] (show_stack+0x18/0x1c)
[ 0.529524] r7:c0025730 r6:20000093 r5:00000000 r4:c0953590
[ 0.529551] [<c0013d00>] (show_stack) from [<c02b39a8>] (dump_stack+0x8c/0xa0)
[ 0.529562] [<c02b391c>] (dump_stack) from [<c003581c>] (warn_slowpath_common+0x88/0xb8)
[ 0.529568] r7:c0025730 r6:0000083c r5:00000009 r4:ef081c48
[ 0.529590] [<c0035794>] (warn_slowpath_common) from [<c0035884>] (warn_slowpath_fmt+0x38/0x40)
[ 0.529596] r8:00000004 r7:c0027128 r6:a0000093 r5:c0940dd8 r4:c081ed50
[ 0.529620] [<c0035850>] (warn_slowpath_fmt) from [<c0025730>] (_enable+0x2bc/0x2d8)
[ 0.529626] r3:c0820bac r2:c081ed50
[ 0.529636] r4:c0940d78
[ 0.529648] [<c0025474>] (_enable) from [<c0025ecc>] (omap_hwmod_enable+0x2c/0x4c)
[ 0.529654] r7:c0027128 r6:a0000093 r5:c0940dd8 r4:c0940d78
[ 0.529676] [<c0025ea0>] (omap_hwmod_enable) from [<c00270d8>] (omap_device_enable+0x48/0x98)
[ 0.529683] r7:c0027128 r6:ef240e80 r5:00000000 r4:00000001
[ 0.529704] [<c0027090>] (omap_device_enable) from [<c0027140>] (_od_runtime_resume+0x18/0x2c)
[ 0.529710] r7:c0027128 r6:c0027128 r5:ef23da74 r4:ef23da10
[ 0.529734] [<c0027128>] (_od_runtime_resume) from [<c03f1f34>] (__rpm_callback+0x34/0x68)
[ 0.529740] r5:ef23da74 r4:ef23da10
[ 0.529755] [<c03f1f00>] (__rpm_callback) from [<c03f1f90>] (rpm_callback+0x28/0x88)
[ 0.529761] r7:c0027128 r6:ef206c10 r5:ef23da10 r4:ef23da10
[ 0.529782] [<c03f1f68>] (rpm_callback) from [<c03f2e74>] (rpm_resume+0x374/0x56c)
[ 0.529788] r7:c0027128 r6:ef206c10 r5:c0936100 r4:ef23da10
[ 0.529810] [<c03f2b00>] (rpm_resume) from [<c03f30c0>] (__pm_runtime_resume+0x54/0x6c)
[ 0.529816] r10:00000000 r9:ef240c00 r8:00000000 r7:60000013 r6:00000004 r5:ef23da74
[ 0.529837] r4:ef23da10
[ 0.529851] [<c03f306c>] (__pm_runtime_resume) from [<c0031b44>] (omap_dm_timer_probe+0x1b0/0x3ec)
[ 0.529857] r7:c068c104 r6:ef23da10 r5:ef23da00 r4:ef3c8310
[ 0.529880] [<c0031994>] (omap_dm_timer_probe) from [<c03eaf04>] (platform_drv_probe+0x54/0xb8)
[ 0.529886] r9:c08e1600 r8:00000000 r7:fffffdfb r6:c0945b9c r5:ef23da10 r4:c09bfa44
[ 0.529911] [<c03eaeb0>] (platform_drv_probe) from [<c03e948c>] (driver_probe_device+0x204/0x2f8)
[ 0.529917] r7:c0945b9c r6:00000000 r5:ef23da10 r4:c09bfa44
[ 0.529937] [<c03e9288>] (driver_probe_device) from [<c03e9614>] (__driver_attach+0x94/0x98)
[ 0.529943] r9:c08e1600 r8:000000ab r7:00000000 r6:ef23da44 r5:c0945b9c r4:ef23da10
[ 0.529971] [<c03e9580>] (__driver_attach) from [<c03e7714>] (bus_for_each_dev+0x70/0xa4)
[ 0.529976] r7:00000000 r6:c03e9580 r5:c0945b9c r4:00000000
[ 0.530000] [<c03e76a4>] (bus_for_each_dev) from [<c03e8d78>] (driver_attach+0x24/0x28)
[ 0.530006] r6:c0964310 r5:ef383d00 r4:c0945b9c
[ 0.530027] [<c03e8d54>] (driver_attach) from [<c03e89b4>] (bus_add_driver+0x1a8/0x220)
[ 0.530038] [<c03e880c>] (bus_add_driver) from [<c03e9db4>] (driver_register+0x80/0x100)
[ 0.530044] r7:ef3b6040 r6:c09396f0 r5:c08f0d78 r4:c0945b9c
[ 0.530065] [<c03e9d34>] (driver_register) from [<c03eae2c>] (__platform_driver_register+0x48/0x50)
[ 0.530071] r5:c08f0d78 r4:c0964310
[ 0.530088] [<c03eade4>] (__platform_driver_register) from [<c08f0d90>] (omap_dm_timer_driver_init+0x18/0x20)
[ 0.530093] r5:c08f0d78 r4:c09396f0
[ 0.530110] [<c08f0d78>] (omap_dm_timer_driver_init) from [<c000988c>] (do_one_initcall+0x98/0x1e4)
[ 0.530121] [<c00097f4>] (do_one_initcall) from [<c08e1f40>] (kernel_init_freeable+0x1d4/0x268)
[ 0.530127] r10:00000007 r9:c08e1600 r8:000000ab r7:c0921834 r6:c092f5b4 r5:c0985000
[ 0.530148] r4:c0985000
[ 0.530163] [<c08e1d6c>] (kernel_init_freeable) from [<c068358c>] (kernel_init+0x18/0xf4)
[ 0.530169] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0683574
[ 0.530189] r4:c0985000
[ 0.530202] [<c0683574>] (kernel_init) from [<c000fd18>] (ret_from_fork+0x14/0x3c)
[ 0.530208] r5:c0683574 r4:00000000
[ 0.530219] ---[ end trace 1694446aa6f7a8db ]---
[ 0.530231] omap_timer 4ae20000.timer: omap_dm_timer_probe: pm_runtime_get_sync failed!
[ 0.530251] omap_timer: probe of 4ae20000.timer failed with error -22
[ 0.538302] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.538939] NFS: Registering the id_resolver key type
[ 0.538965] Key type id_resolver registered
[ 0.538973] Key type id_legacy registered
[ 0.539040] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.540362] bounce: pool size: 64 pages
[ 0.540505] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.540522] io scheduler noop registered
[ 0.540536] io scheduler deadline registered
[ 0.540568] io scheduler cfq registered (default)
[ 0.545020] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
[ 0.548170] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
[ 0.548183] No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
[ 0.548216] IO 0x20003000..0x20012fff -> 0x00000000
[ 0.548238] MEM 0x20013000..0x2fffffff -> 0x20013000
[ 0.578188] dra7-pcie 51000000.pcie_rc: link is not up
[ 0.578353] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
[ 0.578366] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.578376] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.578386] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 0.578791] PCI: bus0: Fast back to back transfers disabled
[ 0.578909] PCI: bus1: Fast back to back transfers enabled
[ 0.578991] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[ 0.579006] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[ 0.579019] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.579243] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[ 0.640217] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[ 0.643623] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
[ 2.262605] console [ttyS0] enabled
[ 2.267022] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
[ 2.277043] [drm] Initialized drm 1.1.0 20060810
[ 2.282863] omapdss_dss 58000000.dss: master bind failed: -517
[ 2.346740] loop: module loaded
[ 2.350274] vmemexp device MAJOR num = 245
[ 2.354401] vmemexp class registered
[ 2.358132] /dev/vmemexp device registered
[ 2.362245] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
[ 2.367953] nand: No NAND device found
[ 2.371722] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
[ 2.381436] m25p80 spi32766.0: unrecognized JEDEC id bytes: 00, 0, 0
[ 2.389000] libphy: Fixed MDIO Bus: probed
[ 2.435588] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
[ 2.441711] davinci_mdio 48485000.mdio: no live phy, scanning all
[ 2.448931] davinci_mdio: probe of 48485000.mdio failed with error -5
[ 2.466382] cpsw 48484000.ethernet: Detected MACID = 90:9a:77:69:da:18
[ 2.473035] cpsw 48484000.ethernet: cpts: overflow check period 800
[ 2.480046] cpsw 48484000.ethernet: cpsw: Detected MACID = 90:9a:77:69:da:19
[ 2.488689] mousedev: PS/2 mouse device common for all mice
[ 2.494856] i2c /dev entries driver
[ 2.503458] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.510296] pbias_mmc_omap5: unsupportable voltage range: 3300000-3000000uV
[ 2.517332] omap_hsmmc 4809c000.mmc: pbias set voltage failed
[ 2.566119] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 2.572503] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 2.716359] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.726433] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 2.733167] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ 2.741210] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
[ 2.748646] NET: Registered protocol family 10
[ 2.763922] sit: IPv6 over IPv4 tunneling driver
[ 2.769131] NET: Registered protocol family 17
[ 2.773804] Key type dns_resolver registered
[ 2.778240] omap_voltage_late_init: Voltage driver support not added
[ 2.785114] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 2.791338] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 2.797591] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
[ 2.804181] Power Management for TI OMAP4+ devices.
[ 2.809272] Registering SWP/SWPB emulation handler
[ 2.816737] dmm 4e000000.dmm: initialized all PAT entries
[ 2.833618] omapdss_dss 58000000.dss: master bind failed: -517
[ 2.840322] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 2.846726] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 2.853908] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 2.860659] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ 2.867929] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 2.874147] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 2.880421] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
[ 2.887573] hctosys: unable to open rtc device (rtc0)
[ 2.904591] evm_1v8: disabling
[ 2.907682] evm_3v3_sw: disabling
[ 2.911227] ALSA device list:
[ 2.914205] No soundcards found.
[ 2.918517] Waiting for root device PARTUUID=00000000-02...
[ 2.977660] omap_hsmmc 4809c000.mmc: card busy
[ 2.985520] pbias_mmc_omap5: unsupportable voltage range: 3300000-3000000uV
[ 2.992534] omap_hsmmc 4809c000.mmc: pbias set voltage failed
[ 3.105858] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.119527] mmc0: new high speed SDHC card at address aaaa
[ 3.135506] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[ 3.144220] mmcblk0: p1 p2
[ 3.148625] omapdss_dss 58000000.dss: master bind failed: -517
[ 3.155327] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 3.161867] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 3.172333] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 3.179151] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ 3.186560] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 3.192821] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 3.199145] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
[ 3.248370] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[ 3.259277] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
[ 3.493961] EXT4-fs (mmcblk0p2): recovery complete
[ 3.499804] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.507980] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.514074] devtmpfs: mounted
[ 3.517295] Freeing unused kernel memory: 332K
[ 3.521756] This architecture does not have kernel memory protection.
[ 3.716686] systemd[1]: System time before build time, advancing clock.
[ 3.758063] random: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
[ 3.773774] random: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available)
[ 3.791575] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[ 3.810174] systemd[1]: Detected architecture arm.
Welcome to Arago 2016.12!
[ 3.839126] systemd[1]: Set hostname to <dra7xx-evm>.
[ 3.899715] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
[ 3.910501] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
[ 3.938544] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
[ 3.965363] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
[ 3.979021] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
[ 4.064371] random: systemd: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
[ 4.073963] random: systemd: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
[ 4.084218] random: systemd: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
[ 4.374813] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
[ 4.382661] systemd[1]: sysinit.target: Found dependency on alignment.service/start
[ 4.390449] systemd[1]: sysinit.target: Found dependency on basic.target/start
[ 4.397748] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
[ 4.405183] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
[ 4.414641] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with sysinit.target/start
[ SKIP ] Ordering cycle found, skipping alignment.service
[ 4.448196] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 4.475904] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 4.507419] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 4.535789] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 4.565782] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 4.585864] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 4.605957] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ 4.636492] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 4.665896] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 4.695939] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 4.726518] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 4.755786] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 4.775765] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 4.795880] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 4.855996] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current kernel...
[ 4.888616] systemd[1]: Starting Setup Virtual Console...
Starting Setup Virtual Console...
[ 4.918388] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 4.985857] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 5.018252] systemd[1]: Mounting Temporary Directory...
Mounting Temporary Directory...
[ 5.075947] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 5.111183] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 5.135956] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 5.166727] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 5.235929] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 5.257607] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 5.266016] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 5.338274] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 5.365991] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Debug File System.
[ 5.385840] systemd[1]: Mounted Temporary Directory.
[ OK ] Mounted Temporary Directory.
[ 5.416065] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ OK ] Started Setup Virtual Console.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[ OK ] Started Remount Root and Kernel File Systems.
Starting udev Coldplug all Devices...
Starting Apply Kernel Variables...
Starting Create Static Device Nodes in /dev...
Starting Flush Journal to Persistent Storage...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ 6.152586] systemd-journald[129]: 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 ] Mounted /var/volatile.
[ OK ] Mounted /media/ram.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Flush Journal to Persistent Storage.
[ 6.674821] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
[ 6.701705] remoteproc0: 55020000.ipu is aailable
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
[ 6.728022] remoteproc0: Note: remoteproc is still under development and considered experimental.
Starting Create Volatile Files and Directories...
[ 6.756392] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 6.771789] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
[ 6.772901] omapdss_dss 58000000.dss: master bind failed: -517
[ 6.773831] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 6.773836] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 6.806745] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 6.813289] remoteproc1: 40800000.dsp is available
[ 6.813293] remoteproc1: Note: remoteproc is still under development and considered experimental.
[ 6.813296] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 6.814877] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
[ 6.814931] remoteproc2: 41000000.dsp is available
[ 6.814935] remoteproc2: Note: remoteproc is still under development and considered experimental.
[ 6.814938] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started Load/Save Random Seed.
[ OK ] Found device /dev/ttyS0.
[ 7.156899] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ 7.164431] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 7.205388] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 7.218754] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
[ 7.227212] omapdss_dss 58000000.dss: master bind failed: -517
[ 7.237990] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 7.244389] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 7.273712] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 7.284603] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ 7.665159] remoteproc1: registered virtio0 (type 7)
[ 7.681034] remoteproc2: registered virtio1 (type 7)
[ 7.715414] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ 7.727941] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ OK ] Started Create Volatile Files and Directories.[ 7.738062] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 7.747534] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
[ 7.755507] omapdss_dss 58000000.dss: master bind failed: -517
[ 7.764696] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 7.772707] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[ 7.779675] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 7.789416] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 7.797360] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ 7.806773] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 7.816291] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 7.822874] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
[ 7.833526] omapdss_dss 58000000.dss: master bind failed: -517
[ 7.846344] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 7.854863] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 7.877345] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 7.890551] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
Starting Network Time Synchronization...[ 7.915877] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 7.928424] CAN device driver interface
[ 7.934534] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ 7.943061] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 7.967889] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 7.975508] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
[ 7.988926] omapdss_dss 58000000.dss: master bind failed: -517
[ 7.996144] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 8.009752] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
Starting Update UTMP about System Boot/Shutdown...[ 8.043241] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 8.069228] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ 8.077384] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 8.090270] ------------[ cut here ]------------
[ 8.094926] WARNING: CPU: 1 PID: 238 at arch/arm/mach-omap2/omap_hwmod.c:2108 _enable+0x2bc/0x2d8()
[ 8.104013] omap_hwmod: rng: enabled state can only be entered from initialized, idle, or disabled state
[ 8.113534] Modules linked in: omap_rng(+) rng_core dwc3_omap can_dev omap_aes_driver omap_sham extcon omap_des omap_remoteproc remoteproc virtio virtio_ring sch_fq_codel
[ 8.128929] CPU: 1 PID: 238 Comm: systemd-udevd Tainted: G W 4.4.84 #1
[ 8.136617] Hardware name: Generic DRA74X (Flattened Device Tree)
[ 8.142734] Backtrace:
[ 8.145207] [<c0013b1c>] (dump_backtrace) from [<c0013d18>] (show_stack+0x18/0x1c)
[ 8.152809] r7:c0025730 r6:20010093 r5:00000000 r4:c0953590
[ 8.158534] [<c0013d00>] (show_stack) from [<c02b39a8>] (dump_stack+0x8c/0xa0)
[ 8.165792] [<c02b391c>] (dump_stack) from [<c003581c>] (warn_slowpath_common+0x88/0xb8)
[ 8.173914] r7:c0025730 r6:0000083c r5:00000009 r4:ee7d7b38
[ 8.179633] [<c0035794>] (warn_slowpath_common) from [<c0035884>] (warn_slowpath_fmt+0x38/0x40)
[ 8.188369] r8:00000004 r7:c0027128 r6:a0010013 r5:c09404b0 r4:c081ed50
[ 8.195146] [<c0035850>] (warn_slowpath_fmt) from [<c0025730>] (_enable+0x2bc/0x2d8)
[ 8.202921] r3:c081de88 r2:c081ed50
[ 8.206527] r4:c0940450
[ 8.209083] [<c0025474>] (_enable) from [<c0025ecc>] (omap_hwmod_enable+0x2c/0x4c)
[ 8.216683] r7:c0027128 r6:a0010013 r5:c09404b0 r4:c0940450
[ 8.222400] [<c0025ea0>] (omap_hwmod_enable) from [<c00270d8>] (omap_device_enable+0x48/0x98)
[ 8.230959] r7:c0027128 r6:ef262f00 r5:00000000 r4:00000001
[ 8.236681] [<c0027090>] (omap_device_enable) from [<c0027140>] (_od_runtime_resume+0x18/0x2c)
[ 8.245329] r7:c0027128 r6:c0027128 r5:ef266474 r4:ef266410
[ 8.251053] [<c0027128>] (_od_runtime_resume) from [<c03f1f34>] (__rpm_callback+0x34/0x68)
[ 8.259353] r5:ef266474 r4:ef266410
[ 8.262964] [<c03f1f00>] (__rpm_callback) from [<c03f1f90>] (rpm_callback+0x28/0x88)
[ 8.270738] r7:c0027128 r6:ef206c10 r5:ef266410 r4:ef266410
[ 8.276459] [<c03f1f68>] (rpm_callback) from [<c03f2e74>] (rpm_resume+0x374/0x56c)
[ 8.284060] r7:c0027128 r6:ef206c10 r5:c0936100 r4:ef266410
[ 8.289779] [<c03f2b00>] (rpm_resume) from [<c03f30c0>] (__pm_runtime_resume+0x54/0x6c)
[ 8.297813] r10:00000000 r9:ed829dc8 r8:ef266400 r7:60010013 r6:00000004 r5:ef266474
[ 8.305719] r4:ef266410
[ 8.308287] [<c03f306c>] (__pm_runtime_resume) from [<bf0b84c0>] (omap_rng_probe+0x88/0x278 [omap_rng])
[ 8.317721] r7:ed829a10 r6:ef266410 r5:ef266410 r4:bf0b8aec
[ 8.323446] [<bf0b8438>] (omap_rng_probe [omap_rng]) from [<c03eaf04>] (platform_drv_probe+0x54/0xb8)
[ 8.332703] r8:0000000e r7:fffffdfb r6:bf0b8b50 r5:ef266410 r4:c09bfa44
[ 8.339485] [<c03eaeb0>] (platform_drv_probe) from [<c03e948c>] (driver_probe_device+0x204/0x2f8)
[ 8.348393] r7:bf0b8b50 r6:00000000 r5:ef266410 r4:c09bfa44
[ 8.354112] [<c03e9288>] (driver_probe_device) from [<c03e9614>] (__driver_attach+0x94/0x98)
[ 8.362584] r9:ed829dc8 r8:127d625c r7:00000000 r6:ef266444 r5:bf0b8b50 r4:ef266410
[ 8.370409] [<c03e9580>] (__driver_attach) from [<c03e7714>] (bus_for_each_dev+0x70/0xa4)
[ 8.378621] r7:00000000 r6:c03e9580 r5:bf0b8b50 r4:00000000
[ 8.384342] [<c03e76a4>] (bus_for_each_dev) from [<c03e8d78>] (driver_attach+0x24/0x28)
[ 8.392379] r6:c0964310 r5:ed549f80 r4:bf0b8b50
[ 8.397052] [<c03e8d54>] (driver_attach) from [<c03e89b4>] (bus_add_driver+0x1a8/0x220)
[ 8.405097] [<c03e880c>] (bus_add_driver) from [<c03e9db4>] (driver_register+0x80/0x100)
[ 8.413220] r7:ed829a80 r6:c09396f0 r5:bf0bb000 r4:bf0b8b50
[ 8.418947] [<c03e9d34>] (driver_register) from [<c03eae2c>] (__platform_driver_register+0x48/0x50)
[ 8.428029] r5:bf0bb000 r4:c0964310
[ 8.431641] [<c03eade4>] (__platform_driver_register) from [<bf0bb01c>] (omap_rng_driver_init+0x1c/0x24 [omap_rng])
[ 8.442120] r5:bf0bb000 r4:c09396f0
[ 8.445738] [<bf0bb000>] (omap_rng_driver_init [omap_rng]) from [<c000988c>] (do_one_initcall+0x98/0x1e4)
[ 8.455352] [<c00097f4>] (do_one_initcall) from [<c00d0c70>] (do_init_module+0x68/0x398)
[ 8.463477] r10:bf0b8bc0 r9:ed829dc8 r8:127d625c r7:00000001 r6:ed829b00 r5:00000001
[ 8.471383] r4:bf0b8bc0
[ 8.473939] [<c00d0c08>] (do_init_module) from [<c00ad660>] (load_module+0x1df8/0x2068)
[ 8.481976] r6:ed829dc0 r5:00000001 r4:ee7d7f44
[ 8.486641] [<c00ab868>] (load_module) from [<c00adabc>] (SyS_finit_module+0x88/0x98)
[ 8.494502] r10:00000000 r9:ee7d6000 r8:c000fe24 r7:0000017b r6:b6e58d90 r5:0000000f
[ 8.502416] r4:00000000
[ 8.504971] [<c00ada34>] (SyS_finit_module) from [<c000fc60>] (ret_fast_syscall+0x0/0x3c)
[ 8.513180] r6:00000000 r5:004c6928 r4:00000000
[ 8.517839] ---[ end trace 1694446aa6f7a8dd ]---
[ 8.524996] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 8.531506] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
[ 8.539180] omap_rng 48090000.rng: Failed to runtime_get device: -22
[ 8.551290] omap_rng 48090000.rng: initialization failed.
[ 8.557864] omap_rng: probe of 48090000.rng failed with error -22
[ 8.718742] omap_hwmod: dcan1: _wait_target_disable failed
[ 8.725725] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=355)
[ 8.736556] omapdss_dss 58000000.dss: master bind failed: -517
[ 8.743299] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 8.762804] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 8.778784] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 8.788450] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ OK ] Started Update UTMP about System Boot/Shutdown.[ 8.797016] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 8.807939] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 8.814206] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ 8.878926] SCSI subsystem initialized
Starting Synchronize System and HW clocks...
[ 8.971038] remoteproc0: registered virtio2 (type 7)
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[ OK ] Reached target System Initialization.
[ 9.238330] [drm] Initialized pvr 1.14.3699939 20110701 on minor 0
[ OK ] Listening on dropbear.socket.
[ 9.259785] omapdss_dss 58000000.dss: master bind failed: -517
[ 9.269846] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[ 9.284911] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 9.287715] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 9.287721] omap_hsmmc 480b400.mmc: no pinctrl state for sdr12 mode
[ 9.300922] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 9.300927] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ 9.301732] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 9.301737] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ OK [ 9.301778] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
[ 9.340577] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
] isLtening on D-Bus System Message Bus Socket.
[ 9.379169] scsi host0: ahci
[ 9.382584] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 340
[ 9.394483] omapdss_dss 58000000.dss: master bind failed: -517
[[032m OK ]Reached target Sockets.[ 9.406152] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 9.431157] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[[;32m OK ]Reached target Basic System.[ 9.444093] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 9.469578] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ 9.484583] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 9.510544] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 9.516832] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
tSarting Permit User Sessions...
[[;32m OK ]Started D-Bus System Message Bus.
[ 9.735638] ata1: SATA link down (SStatus 0 SControl 300)
tSarting Network Service...
[ 9.774291] FAT-fs (mmcblk0p1): Volume was not properly umounted. Some data may be corrupt. Please run fsck.
tSarting rc.pvr.service...
[[;32m OK ]Started System Logging Service.
[[;32m OK ]Started Daily Cleanup of Temporary Directorie.
[ 9.882904] omap_hwmod: dcan1: _wait_target_disable failed
[ OK ] Reached target Timers.
[ 9.920484] net eth1: initializing cpsw version 1.15 (0)
[ 9.936666] net eth0: initialized cpsw ale version 1.4
[ 9.941883] net eth0: ALE Table size 1024
[ 9.953485] libphy: PHY 48485000.mdio:03 not found
[ 9.968605] net eth1: phy "48485000.mdio:03" not found on slave 1, err -19
Starting Login Service...
[ 9.989583] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ OK ] Started Kernel Logging Service.[ 10.017992] net eth0: initializing cpsw version 1.15 (0)
[ 10.026717] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
[ 10.097608] net eth0: phy found : id is : 0x0
[ 10.099331] omapdss_dss 58000000.dss: master bind failed: -517
[ 10.100297] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 10.100302] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 10.122011] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 10.139158] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ 10.155322] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 10.180090] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 10.207908] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 10.236714] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
[ OK ] Started Network Service.
[ OK ] Started Permit User Sessions.
[ OK ] Started rc.pvr.service.
[ 10.329960] remoteproc1: powering up 40800000.dsp
[ 10.363073] remoteproc1: Booting fw image dra7-dsp1-fw.xe66, size 5584899
[ 10.377744] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
[ 10.383640] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 10.389603] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ 10.440187] remoteproc1: remote processor 40800000.dsp is now up
[ 10.462077] omap_hwmod: dcan1: _wait_target_disable failed
[ 10.467940] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.475360] omapdss_dss 58000000.dss: master bind failed: -517
[ 10.483034] remoteproc2: powering up 41000000.dsp
[ 10.488367] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 10.494754] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 10.505519] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 10.517933] remoteproc2: Booting fw image dra7-dsp2-fw.xe66, size 5584899
[ 10.531676] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
[ 10.537564] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
[ 10.543498] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
[ 10.549748] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ 10.557374] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 10.563756] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 10.570101] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
[ 10.597681] remoteproc2: remote processor 41000000.dsp is now up
[ 10.606231] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 10.618781] omapdss_dss 58000000.dss: master bind failed: -517
[ 10.625509] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 10.633211] remoteproc0: powering up 55020000.ipu
[ 10.649194] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 10.674038] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 10.685782] remoteproc0: Booting fw image dra7-ipu2-fw.xem4, size 8442276
[ 10.697584] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ 10.705552] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 10.719230] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 10.732681] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 10.745685] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
[ 10.795194] remoteproc0: remote processor 55020000.ipu is now up
[ 10.817268] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 10.824600] omapdss_dss 58000000.dss: master bind failed: -517
[ 10.837935] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 10.859668] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 10.875258] tlv320aic3x-codec 2-0019: Failed to get supply 'IOVDD': -517
[ 10.889975] tlv320aic3x-codec 2-0019: Failed to request supplies: -517
[ 10.906792] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 10.913122] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 10.919407] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Starting weston.service...
[ OK ] Started Serial Getty on ttyS0.
[ OK ] Started Getty on tty1.
[ OK ] Reached target Network.
Starting Network Name Resolution...
[ OK ] Started weston.service.
[ OK ] Started Login Service.
[ OK ] Started Network Name Resolution.
Starting tiipclad-daemon.service...
Starting telnetd.service...
[ OK ] Started tiipclad-daemon.service.
[ OK ] Started telnetd.service.
[ 12.095594] cpsw 48484000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 12.103305] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
dra7xx-evm login: root
root@dra7xx-evm:~# ./start.sh
ping: sendto: Network is unreachable
[ 35.039952] DMA: Module install successful, device major num = 242
[ 35.046424] DRV: Module install successful
[ 35.069442] CMEMK module: reference Linux version 4.4.84
[ 35.075484] cmemk initialized
dpll_dra7xx_rates_calc(): incorrect DPLL_EVE status! (4)
dpll_dra7xx_init(): error while extracting DPLL_EVE parameters! (-3)./disableDssInterruptsOnA15.sh: line 11: @0x4A002ACA:: command not found
./disableDssInterruptsOnA15.sh: line 12: @0x4A002ACA:: command not found
./disableDssInterruptsOnA15.sh: line 13: @0x4A002ACA:: command not found
./disableDssInterruptsOnA15.sh: line 14: @0x4A002ACA:: command not found
./disableDssInterruptsOnA15.sh: line 15: @0x4A002ACA:: command not found
./disableDssInterruptsOnA15.sh: line 16: @0x4A002ACA:: command not found
./disableDssInterruptsOnA15.sh: line 17: @0x4A002ACA:: command not found
./disableDssInterruptsOnA15.sh: line 18: @0x4A002ACA:: command not found
./disableDssInterruptsOnA15.sh: line 19: @0x4A002ACA:: command not found
updated 0x4A002ACA value is 00930000
[1596722104.682983] [GBL] [DBG] refobj_1 created
[35.649180] [GBL] [DBG] refobj_2 created
[HOST] OSA: HOST Remote Log Shared Memory @ 0xa024f140
[HOST] OSA: DSP1 Remote Log Shared Memory @ 0xa02769e0
[HOST] OSA: DSP2 Remote Log Shared Memory @ 0xa029e280
[HOST] OSA: EVE1 Remote Log Shared Memory @ 0xa02c5b20
[HOST] OSA: EVE2 Remote Log Shared Memory @ 0xa02ed3c0
[HOST] OSA: IPU2 Remote Log Shared Memory @ 0xa0363da0
[HOST] [HOST ] 41.891569 s: SYSTEM: System A15 Init in progress !!!
[HOST] [DSP1 ] 16.628743 s: ***** DSP1 Firmware build time 19:47:34 Aug 13 2020
[HOST] [DSP1 ] 16.628804 s: *** SYSTEM: CPU Frequency <ORG = 600000000 Hz>, <NEW = 850000000 Hz>
[HOST] [DSP1 ] 16.629048 s: SYSTEM: System Common Init in progress !!!
[HOST] [DSP1 ] 16.629262 s: UTILS: CIO: Init Done !!!
[HOST] [DSP1 ] 16.629292 s: SYSTEM: IPC init in progress !!!
[HOST] [DSP1 ] 16.629323 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 17.629567 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 18.629597 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 19.629628 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 20.629659 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 21.629689 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 22.629689 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 23.629720 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 24.629750 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 25.629781 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 26.629811 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 27.629842 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 28.629872 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 29.629903 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 30.629933 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 31.629933 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 32.629964 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 33.629994 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 34.630025 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 35.630055 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 36.630086 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 37.630116 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 38.630147 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 39.630147 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 40.630177 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 41.630208 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 16.786250 s: ***** DSP2 Firmware build time 19:47:34 Aug 13 2020
[HOST] [DSP2 ] 16.786311 s: *** SYSTEM: CPU Frequency <ORG = 600000000 Hz>, <NEW = 850000000 Hz>
[HOST] [DSP2 ] 16.786555 s: SYSTEM: System Common Init in progress !!!
[HOST] [DSP2 ] 16.786768 s: UTILS: CIO: Init Done !!!
[HOST] [DSP2 ] 16.786799 s: SYSTEM: IPC init in progress !!!
[HOST] [DSP2 ] 16.786799 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 17.786585 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 18.786585 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 19.786616 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 20.786646 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 21.786677 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 22.786707 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 23.786738 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 24.786768 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 25.786799 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 26.786799 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 27.786829 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 28.786860 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 29.786890 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 30.786921 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 31.786951 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 32.786982 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 33.787012 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 34.787043 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 35.787043 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 36.787073 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 37.787104 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 38.787134 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 39.787165 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 40.787195 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 41.787226 s: SYSTEM: Attaching to [IPU2] ...
[35.854913] [STC] [DBG] StitcherTask valid calibration data given, using it.
[36.059259] [STC] [DBG] process new pose data and post result OK.
[HOST] [DSP1 ] 42.630238 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 42.787256 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 43.630269 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 43.787287 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 44.630299 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 44.787287 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 45.630330 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 45.787317 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 46.630360 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 46.787348 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 47.630391 s: SYSTEM: Attaching to [IPU2] ...
^Croot@dra7xx-evm:~# [ 263.035583] omap-mailbox 48840000.mailbox: Try increasing MBOX_TX_QUEUE_LEN
[ 263.042588] omap-rproc 40800000.dsp: PM mbox_send_message failed: -105
[ 263.051930] omap-mailbox 48842000.mailbox: Try increasing MBOX_TX_QUEUE_LEN
[ 263.059021] omap-rproc 41000000.dsp: PM mbox_send_message failed: -105
[ 880.631116] random: nonblocking pool is initialized
Hi,
Can you run the apps.out from the other board having the old power management chip? let me know the status.
Thanks
Gaviraju
Here is the log from the board having the old power management chip:
U-Boot SPL 2016.05 (Jun 30 2020 - 13:36:04)
DRA762-GP ES1.0
no pinctrl for hs200_1_8v
no pinctrl for ddr_1_8v
*** Warning - MMC init failed, using default environment
i2c_write: error waiting for data ACK (status=0x116)
i2c_write: error waiting for data ACK (status=0x116)
Trying to boot from MMC1
reading dra7-ipu2-fw.lzop
spl_load_file_fat: error reading file dra7-ipu2-fw.lzop, err - -1
spl: error reading image dra7-ipu2-fw.lzop, err - -1
Error loading remotecore IPU2!,Continuing with boot ...
reading dra7-dsp1-fw.lzop
spl_load_file_fat: error reading file dra7-dsp1-fw.lzop, err - -1
spl: error reading image dra7-dsp1-fw.lzop, err - -1
Error loading remotecore DSP1!,Continuing with boot ...
reading dra7-dsp2-fw.lzop
spl_load_file_fat: error reading file dra7-dsp2-fw.lzop, err - -1
spl: error reading image dra7-dsp2-fw.lzop, err - -1
Error loading remotecore DSP2!,Continuing with boot ...
reading dra7-ipu1-fw.lzop
spl_load_file_fat: error reading file dra7-ipu1-fw.lzop, err - -1
spl: error reading image dra7-ipu1-fw.lzop, err - -1
Error loading remotecore IPU1!,Continuing with boot ...
*** Warning - MMC init failed, using default environment
reading u-boot.img
reading u-boot.img
reading u-boot.img
reading u-boot.img
U-Boot 2016.05 (Jun 30 2020 - 13:36:04 +0800)
CPU : DRA762-GP ES1.0
Model: TI DRA762 EVM
Board: DRA74x EVM REV
DRAM: 2 GiB
MMC: mmc@4809c000: fail to find sdr104 mode FDT_ERR_NOTFOUND
no pinctrl for sdr104
mmc@4809c000: fail to find ddr50 mode FDT_ERR_NOTFOUND
no pinctrl for ddr50
mmc@4809c000: fail to find sdr50 mode FDT_ERR_NOTFOUND
no pinctrl for sdr50
mmc@4809c000: fail to find sdr25 mode FDT_ERR_NOTFOUND
no pinctrl for sdr25
mmc@4809c000: fail to find sdr12 mode FDT_ERR_NOTFOUND
no pinctrl for sdr12
OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - MMC init failed, using default environment
Warning: fastboot.board_rev: unknown board revision
ERROR: invalid mmc device
at arch/arm/cpu/armv7/omap-common/utils.c:193/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
## Error: "board_findfdt" not defined
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
reading boot.scr
** Unable to read file boot.scr **
reading uEnv.txt
166 bytes read in 3 ms (53.7 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc0 ...
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
3559232 bytes read in 178 ms (19.1 MiB/s)
106314 bytes read in 33 ms (3.1 MiB/s)
Booting from mmc0 ...
Kernel image @ 0x82000000 [ 0x000000 - 0x364f40 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8ffe3000, end 8fffff49 ... 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.84 (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #140 SMP PREEMPT Tue Jun 30 15:56:05 CST 2020
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine model: TI DRA762 EVM
[ 0.000000] Reserved memory: created DMA memory pool at 0x40300000, 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 0x99000000, 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 0x9e000000, size 32 MiB
[ 0.000000] Reserved memory: initialized node ipu1_cma@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 0xa1000000, size 32 MiB
[ 0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0xa3000000, size 32 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: created DMA memory pool at 0xa9000000, size 64 MiB
[ 0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool
[ 0.000000] cma: Reserved 24 MiB at 0xfb400000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] OMAP4: Map 0xfce00000 to fe600000 for dram barrier
[ 0.000000] DRA762 ES1.0
[ 0.000000] PERCPU: Embedded 11 pages/cpu @eed97000 s14912 r8192 d21952 u45056
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 493376
[ 0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=5000e638-02 rw rootwait ip=none mem=2000M
[ 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: 1320560K/1980416K available (6663K kernel code, 318K rwdata, 2392K rodata, 332K init, 286K bss, 455056K reserved, 204800K cma-reserved, 1234944K 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 - 0xc08e000c (9057 kB)
[ 0.000000] .init : 0xc08e1000 - 0xc0934000 ( 332 kB)
[ 0.000000] .data : 0xc0934000 - 0xc09839e0 ( 319 kB)
[ 0.000000] .bss : 0xc0985000 - 0xc09cc980 ( 287 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.000016] Switching to timer-based delay loop, resolution 162ns
[ 0.000328] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000336] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000767] Console: colour dummy device 80x30
[ 0.000783] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[ 0.000789] This ensures that you still see kernel messages. Please
[ 0.000795] update your kernel commandline.
[ 0.000808] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[ 0.000821] pid_max: default: 32768 minimum: 301
[ 0.000916] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000928] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001482] Initializing cgroup subsys io
[ 0.001499] Initializing cgroup subsys memory
[ 0.001524] Initializing cgroup subsys devices
[ 0.001537] Initializing cgroup subsys freezer
[ 0.001548] Initializing cgroup subsys perf_event
[ 0.001558] Initializing cgroup subsys pids
[ 0.001585] CPU: Testing write buffer coherency: ok
[ 0.001793] /cpus/cpu@0 missing clock-frequency property
[ 0.001810] /cpus/cpu@1 missing clock-frequency property
[ 0.001820] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.001864] Setting up static identity map for 0x80008340 - 0x800083a0
[ 0.080094] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.080163] Brought up 2 CPUs
[ 0.080176] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[ 0.080183] CPU: All CPU(s) started in HYP mode.
[ 0.080188] CPU: Virtualization extensions available.
[ 0.081226] devtmpfs: initialized
[ 0.109953] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.110918] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.215341] omap_hwmod: mcan: cannot clk_get main_clk mcan_clk
[ 0.215357] omap_hwmod: mcan: cannot _init_clocks
[ 0.215363] ------------[ cut here ]------------
[ 0.215377] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2529 _init.constprop.23+0x394/0x424()
[ 0.215383] omap_hwmod: mcan: couldn't init clocks
[ 0.215389] Modules linked in:
[ 0.215404] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.4.84 #140
[ 0.215411] Hardware name: Generic DRA74X (Flattened Device Tree)
[ 0.215418] Backtrace:
[ 0.215440] [<c0013b1c>] (dump_backtrace) from [<c0013d18>] (show_stack+0x18/0x1c)
[ 0.215448] r7:c08edac0 r6:60000013 r5:00000000 r4:c0953590
[ 0.215476] [<c0013d00>] (show_stack) from [<c02b39a8>] (dump_stack+0x8c/0xa0)
[ 0.215488] [<c02b391c>] (dump_stack) from [<c003581c>] (warn_slowpath_common+0x88/0xb8)
[ 0.215494] r7:c08edac0 r6:000009e1 r5:00000009 r4:ee881e58
[ 0.215515] [<c0035794>] (warn_slowpath_common) from [<c0035884>] (warn_slowpath_fmt+0x38/0x40)
[ 0.215521] r8:c081f0e4 r7:00000000 r6:ffffffea r5:ffffffea r4:c081f13c
[ 0.215545] [<c0035850>] (warn_slowpath_fmt) from [<c08edac0>] (_init.constprop.23+0x394/0x424)
[ 0.215552] r3:c08210f0 r2:c081f13c
[ 0.215562] r4:c0942a5c
[ 0.215574] [<c08ed72c>] (_init.constprop.23) from [<c08edc80>] (__omap_hwmod_setup_all+0x48/0x98)
[ 0.215580] r10:00000000 r9:c08e1600 r8:000000ab r7:ee9e5680 r6:c09396f0 r5:c093b9b8
[ 0.215602] r4:c0942a5c
[ 0.215614] [<c08edc38>] (__omap_hwmod_setup_all) from [<c000988c>] (do_one_initcall+0x98/0x1e4)
[ 0.215621] r5:c08edc38 r4:c09396f0
[ 0.215637] [<c00097f4>] (do_one_initcall) from [<c08e1f40>] (kernel_init_freeable+0x1d4/0x268)
[ 0.215643] r10:00000002 r9:c08e1600 r8:000000ab r7:c0921820 r6:c092f26c r5:c0985000
[ 0.215663] r4:c0985000
[ 0.215679] [<c08e1d6c>] (kernel_init_freeable) from [<c0683624>] (kernel_init+0x18/0xf4)
[ 0.215685] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c068360c
[ 0.215704] r4:c0985000
[ 0.215717] [<c068360c>] (kernel_init) from [<c000fd18>] (ret_from_fork+0x14/0x3c)
[ 0.215723] r5:c068360c r4:00000000
[ 0.215746] ---[ end trace 19791fcb257323af ]---
[ 0.224021] omap_hwmod: dcan1: _wait_target_disable failed
[ 0.320610] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.320633] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.324913] pinctrl core: initialized pinctrl subsystem
[ 0.325789] NET: Registered protocol family 16
[ 0.326715] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.350205] cpuidle: using governor ladder
[ 0.380232] cpuidle: using governor menu
[ 0.388942] OMAP GPIO hardware version 0.1
[ 0.395506] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
[ 0.411594] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 0.411607] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[ 0.420880] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.420890] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.421366] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[ 0.421376] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[ 0.421852] OMAP DMA hardware revision 0.0
[ 0.461538] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.462663] edma 43300000.edma: memcpy is disabled
[ 0.467461] edma 43300000.edma: TI EDMA DMA engine driver
[ 0.471667] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 0.471854] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 0.472012] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 0.472167] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.472456] omap-iommu 41501000.mmu: 41501000.mmu registered
[ 0.472645] omap-iommu 41502000.mmu: 41502000.mmu registered
[ 0.475699] palmas 0-0058: IRQ missing: skipping irq request
[ 0.491391] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
[ 0.574388] pcf857x: probe of 0-0020 failed with error -121
[ 0.574691] pcf857x: probe of 0-0021 failed with error -121
[ 0.574849] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.575255] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 0.575448] media: Linux media interface: v0.10
[ 0.575503] Linux video capture interface: v2.00
[ 0.575541] pps_core: LinuxPPS API ver. 1 registered
[ 0.575549] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.575572] PTP clock support registered
[ 0.575615] EDAC MC: Ver: 3.0.0
[ 0.576360] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 0.576649] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 0.576998] Advanced Linux Sound Architecture Driver Initialized.
[ 0.577840] clocksource: Switched to clocksource arch_sys_counter
[ 0.588587] NET: Registered protocol family 2
[ 0.589078] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.589144] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.589268] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.589317] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.589348] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.589553] NET: Registered protocol family 1
[ 0.589791] RPC: Registered named UNIX socket transport module.
[ 0.589799] RPC: Registered udp transport module.
[ 0.589805] RPC: Registered tcp transport module.
[ 0.589811] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.590811] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.591874] ------------[ cut here ]------------
[ 0.591890] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2108 _enable+0x2bc/0x2d8()
[ 0.591898] omap_hwmod: timer12: enabled state can only be entered from initialized, idle, or disabled state
[ 0.591904] Modules linked in:
[ 0.591917] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.4.84 #140
[ 0.591924] Hardware name: Generic DRA74X (Flattened Device Tree)
[ 0.591930] Backtrace:
[ 0.591956] [<c0013b1c>] (dump_backtrace) from [<c0013d18>] (show_stack+0x18/0x1c)
[ 0.591962] r7:c0025730 r6:20000093 r5:00000000 r4:c0953590
[ 0.591990] [<c0013d00>] (show_stack) from [<c02b39a8>] (dump_stack+0x8c/0xa0)
[ 0.592002] [<c02b391c>] (dump_stack) from [<c003581c>] (warn_slowpath_common+0x88/0xb8)
[ 0.592008] r7:c0025730 r6:0000083c r5:00000009 r4:ee881c48
[ 0.592029] [<c0035794>] (warn_slowpath_common) from [<c0035884>] (warn_slowpath_fmt+0x38/0x40)
[ 0.592035] r8:00000004 r7:c0027128 r6:a0000093 r5:c0940dd8 r4:c081ed50
[ 0.592059] [<c0035850>] (warn_slowpath_fmt) from [<c0025730>] (_enable+0x2bc/0x2d8)
[ 0.592065] r3:c0820bac r2:c081ed50
[ 0.592076] r4:c0940d78
[ 0.592088] [<c0025474>] (_enable) from [<c0025ecc>] (omap_hwmod_enable+0x2c/0x4c)
[ 0.592094] r7:c0027128 r6:a0000093 r5:c0940dd8 r4:c0940d78
[ 0.592116] [<c0025ea0>] (omap_hwmod_enable) from [<c00270d8>] (omap_device_enable+0x48/0x98)
[ 0.592122] r7:c0027128 r6:eea41dc0 r5:00000000 r4:00000001
[ 0.592143] [<c0027090>] (omap_device_enable) from [<c0027140>] (_od_runtime_resume+0x18/0x2c)
[ 0.592149] r7:c0027128 r6:c0027128 r5:eea3da74 r4:eea3da10
[ 0.592174] [<c0027128>] (_od_runtime_resume) from [<c03f1f34>] (__rpm_callback+0x34/0x68)
[ 0.592180] r5:eea3da74 r4:eea3da10
[ 0.592194] [<c03f1f00>] (__rpm_callback) from [<c03f1f90>] (rpm_callback+0x28/0x88)
[ 0.592200] r7:c0027128 r6:eea06c10 r5:eea3da10 r4:eea3da10
[ 0.592222] [<c03f1f68>] (rpm_callback) from [<c03f2e74>] (rpm_resume+0x374/0x56c)
[ 0.592228] r7:c0027128 r6:eea06c10 r5:c0936100 r4:eea3da10
[ 0.592249] [<c03f2b00>] (rpm_resume) from [<c03f30c0>] (__pm_runtime_resume+0x54/0x6c)
[ 0.592255] r10:00000000 r9:eea41b40 r8:00000000 r7:60000013 r6:00000004 r5:eea3da74
[ 0.592276] r4:eea3da10
[ 0.592291] [<c03f306c>] (__pm_runtime_resume) from [<c0031b44>] (omap_dm_timer_probe+0x1b0/0x3ec)
[ 0.592297] r7:c068c108 r6:eea3da10 r5:eea3da00 r4:eeb7bc10
[ 0.592320] [<c0031994>] (omap_dm_timer_probe) from [<c03eaf04>] (platform_drv_probe+0x54/0xb8)
[ 0.592325] r9:c08e1600 r8:00000000 r7:fffffdfb r6:c0945b9c r5:eea3da10 r4:c09bfa44
[ 0.592351] [<c03eaeb0>] (platform_drv_probe) from [<c03e948c>] (driver_probe_device+0x204/0x2f8)
[ 0.592357] r7:c0945b9c r6:00000000 r5:eea3da10 r4:c09bfa44
[ 0.592376] [<c03e9288>] (driver_probe_device) from [<c03e9614>] (__driver_attach+0x94/0x98)
[ 0.592382] r9:c08e1600 r8:000000ab r7:00000000 r6:eea3da44 r5:c0945b9c r4:eea3da10
[ 0.592409] [<c03e9580>] (__driver_attach) from [<c03e7714>] (bus_for_each_dev+0x70/0xa4)
[ 0.592415] r7:00000000 r6:c03e9580 r5:c0945b9c r4:00000000
[ 0.592438] [<c03e76a4>] (bus_for_each_dev) from [<c03e8d78>] (driver_attach+0x24/0x28)
[ 0.592443] r6:c0964310 r5:eeb9eb00 r4:c0945b9c
[ 0.592464] [<c03e8d54>] (driver_attach) from [<c03e89b4>] (bus_add_driver+0x1a8/0x220)
[ 0.592475] [<c03e880c>] (bus_add_driver) from [<c03e9db4>] (driver_register+0x80/0x100)
[ 0.592481] r7:eebc0040 r6:c09396f0 r5:c08f0d78 r4:c0945b9c
[ 0.592501] [<c03e9d34>] (driver_register) from [<c03eae2c>] (__platform_driver_register+0x48/0x50)
[ 0.592507] r5:c08f0d78 r4:c0964310
[ 0.592524] [<c03eade4>] (__platform_driver_register) from [<c08f0d90>] (omap_dm_timer_driver_init+0x18/0x20)
[ 0.592530] r5:c08f0d78 r4:c09396f0
[ 0.592545] [<c08f0d78>] (omap_dm_timer_driver_init) from [<c000988c>] (do_one_initcall+0x98/0x1e4)
[ 0.592557] [<c00097f4>] (do_one_initcall) from [<c08e1f40>] (kernel_init_freeable+0x1d4/0x268)
[ 0.592563] r10:00000007 r9:c08e1600 r8:000000ab r7:c0921834 r6:c092f5b4 r5:c0985000
[ 0.592584] r4:c0985000
[ 0.592598] [<c08e1d6c>] (kernel_init_freeable) from [<c0683624>] (kernel_init+0x18/0xf4)
[ 0.592604] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c068360c
[ 0.592623] r4:c0985000
[ 0.592636] [<c068360c>] (kernel_init) from [<c000fd18>] (ret_from_fork+0x14/0x3c)
[ 0.592642] r5:c068360c r4:00000000
[ 0.592653] ---[ end trace 19791fcb257323b0 ]---
[ 0.592665] omap_timer 4ae20000.timer: omap_dm_timer_probe: pm_runtime_get_sync failed!
[ 0.592685] omap_timer: probe of 4ae20000.timer failed with error -22
[ 0.600706] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.601343] NFS: Registering the id_resolver key type
[ 0.601371] Key type id_resolver registered
[ 0.601379] Key type id_legacy registered
[ 0.601446] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.602763] bounce: pool size: 64 pages
[ 0.602910] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.602928] io scheduler noop registered
[ 0.602942] io scheduler deadline registered
[ 0.602973] io scheduler cfq registered (default)
[ 0.608462] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
[ 0.611553] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
[ 0.611566] No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
[ 0.611599] IO 0x20003000..0x20012fff -> 0x00000000
[ 0.611620] MEM 0x20013000..0x2fffffff -> 0x20013000
[ 0.641379] dra7-pcie 51000000.pcie_rc: link is not up
[ 0.641557] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
[ 0.641570] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.641581] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.641591] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 0.641999] PCI: bus0: Fast back to back transfers disabled
[ 0.642117] PCI: bus1: Fast back to back transfers enabled
[ 0.642204] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[ 0.642219] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[ 0.642232] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.642450] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[ 0.703046] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[ 0.706400] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
[ 2.331810] console [ttyS0] enabled
[ 2.336209] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
[ 2.346222] [drm] Initialized drm 1.1.0 20060810
[ 2.352616] OMAP DSS rev 6.1
[ 2.356359] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[ 2.392124] loop: module loaded
[ 2.395662] vmemexp device MAJOR num = 245
[ 2.399813] vmemexp class registered
[ 2.403522] /dev/vmemexp device registered
[ 2.407635] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
[ 2.413335] nand: No NAND device found
[ 2.417102] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
[ 2.426885] m25p80 spi32766.0: unrecognized JEDEC id bytes: 00, 0, 0
[ 2.434415] libphy: Fixed MDIO Bus: probed
[ 2.487871] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
[ 2.493993] davinci_mdio 48485000.mdio: no live phy, scanning all
[ 2.501222] davinci_mdio: probe of 48485000.mdio failed with error -5
[ 2.508341] cpsw 48484000.ethernet: Detected MACID = 38:0b:3c:50:2f:34
[ 2.514995] cpsw 48484000.ethernet: cpts: overflow check period 800
[ 2.521972] cpsw 48484000.ethernet: cpsw: Detected MACID = 38:0b:3c:50:2f:35
[ 2.530600] mousedev: PS/2 mouse device common for all mice
[ 2.536834] i2c /dev entries driver
[ 2.545491] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.552307] pbias_mmc_omap5: unsupportable voltage range: 3300000-3000000uV
[ 2.559341] omap_hsmmc 4809c000.mmc: pbias set voltage failed
[ 2.608393] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 2.614777] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 2.637981] evm_3v3_sw: supplied by sysen1
[ 2.798642] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.808742] 0-0019 supply DVDD not found, using dummy regulator
[ 2.816250] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
[ 2.823702] NET: Registered protocol family 10
[ 2.839014] sit: IPv6 over IPv4 tunneling driver
[ 2.844198] NET: Registered protocol family 17
[ 2.848926] Key type dns_resolver registered
[ 2.853319] omap_voltage_late_init: Voltage driver support not added
[ 2.877896] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 2.884103] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 2.890968] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 2.897176] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 2.904095] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 1000000 KHz
[ 2.911601] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1500000 KHz
[ 2.920611] Power Management for TI OMAP4+ devices.
[ 2.925655] Registering SWP/SWPB emulation handler
[ 2.932473] dmm 4e000000.dmm: initialized all PAT entries
[ 2.939722] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.946360] [drm] No driver support for vblank timestamp query.
[ 2.952662] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
[ 2.970121] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
[ 2.979524] hctosys: unable to open rtc device (rtc0)
[ 2.992764] evm_1v8: disabling
[ 2.995988] ALSA device list:
[ 2.998978] #0: DRA7xx-EVM
[ 3.002518] Waiting for root device PARTUUID=5000e638-02...
[ 3.047215] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.063088] mmc0: new ultra high speed SDR104 SDHC card at address aaaa
[ 3.080086] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[ 3.088205] mmcblk0: p1 p2
[ 3.120354] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[ 3.130893] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
[ 3.131576] mmc1: MAN_BKOPS_EN bit is not set
[ 3.136947] mmc1: mmc_select_hs200 failed, error -74
[ 3.136949] : switch to mmc1 failed
[ 3.138654] mmc1: new MMC card at address 0001
[ 3.149023] mmcblk1: mmc1:0001 MMC04G 3.57 GiB
[ 3.159218] mmcblk1boot0: mmc1:0001 MMC04G partition 1 8.00 MiB
[ 3.169388] mmcblk1boot1: mmc1:0001 MMC04G partition 2 8.00 MiB
[ 3.262710] EXT4-fs (mmcblk0p2): recovery complete
[ 3.268645] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.276788] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 3.287586] devtmpfs: mounted
[ 3.290760] Freeing unused kernel memory: 332K
[ 3.295242] This architecture does not have kernel memory protection.
[ 3.380536] systemd[1]: System time before build time, advancing clock.
[ 3.406737] random: systemd: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
[ 3.420638] random: systemd: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
[ 3.435518] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[ 3.453986] systemd[1]: Detected architecture arm.
Welcome to Arago 2016.12!
[ 3.480721] systemd[1]: Set hostname to <dra7xx-evm>.
[ 3.544673] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
[ 3.544899] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
[ 3.545025] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
[ 3.579732] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
[ 3.594259] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[ 3.643054] random: systemd: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
[ 3.652504] random: systemd: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
[ 3.662364] random: systemd: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
[ 3.922794] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
[ 3.930619] systemd[1]: sysinit.target: Found dependency on alignment.service/start
[ 3.938370] systemd[1]: sysinit.target: Found dependency on basic.target/start
[ 3.945625] systemd[1]: sysinit.target: Found dependency on sockets.target/start
[ 3.953079] systemd[1]: sysinit.target: Found dependency on dbus.socket/start
[ 3.960254] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
[ 3.967682] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
[ 3.977126] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with sysinit.target/start
[ SKIP ] Ordering cycle found, skipping alignment.service
[ 4.009608] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 4.028040] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 4.048140] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 4.068071] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 4.088152] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ 4.119093] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 4.138481] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 4.158458] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 4.178070] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 4.198020] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 4.217987] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 4.238422] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 4.257980] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 4.277981] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 4.305997] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 4.368005] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 4.399913] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current kernel...
[ 4.429791] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 4.459794] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 4.482205] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 4.498150] systemd[1]: Mounting Temporary Directory...
Mounting Temporary Directory...
[ 4.519890] systemd[1]: Starting Setup Virtual Console...
Starting Setup Virtual Console...
[ 4.568257] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 4.582261] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 4.598237] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 4.618039] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 4.691653] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 4.718063] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Debug File System.
[ 4.738027] systemd[1]: Mounted Temporary Directory.
[ OK ] Mounted Temporary Directory.
[ 4.758187] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[ OK ] Started Setup Virtual Console.
[ OK ] Started Remount Root and Kernel File Systems.
Starting udev Coldplug all Devices...
Starting Apply Kernel Variables...
Starting Create Static Device Nodes in /dev...
Starting Flush Journal to Persistent Storage...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ 5.320233] systemd-journald[124]: 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 ] Mounted /var/volatile.
[ OK ] Mounted /media/ram.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Flush Journal to Persistent Storage.
[ 5.638552] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
[ 5.646380] remoteproc0: 55020000.ipu is available
[ 5.682197] remoteproc0: Note: remoteproc is still under development and considered experimental.
[ 5.708077] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 5.736344] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
[ 5.771243] remoteproc1: 40800000.dsp is available
[ OK ] Started udev Coldplug all Devices.
[ 5.789036] remoteproc1: Note: remoteproc is still under development and considered experimental.
[ 5.827654] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 5.875576] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
[ OK ] Reached target Local File Systems.
[ 5.887171] remoteproc2: 41000000.dsp is available
[ 5.905282] remoteproc2: Note: remoteproc is still under development and considered experimental.
[ 5.922289] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
Starting Create Volatile Files and Directories...
Starting Load/Save Random Seed...
[ 6.065638] ------------[ cut here ]------------
[ 6.070289] WARNING: CPU: 1 PID: 222 at arch/arm/mach-omap2/omap_hwmod.c:2108 _enable+0x2bc/0x2d8()
[ 6.079373] omap_hwmod: rng: enabled state can only be entered from initialized, idle, or disabled state
[ 6.088892] Modules linked in: omap_rng(+) rng_core omap_remoteproc remoteproc virtio virtio_ring sch_fq_codel
[ 6.098999] CPU: 1 PID: 222 Comm: systemd-udevd Tainted: G W 4.4.84 #140
[ 6.106859] Hardware name: Generic DRA74X (Flattened Device Tree)
[ 6.112973] Backtrace:
[ 6.115439] [<c0013b1c>] (dump_backtrace) from [<c0013d18>] (show_stack+0x18/0x1c)
[ 6.123037] r7:c0025730 r6:20070193 r5:00000000 r4:c0953590
[ 6.128747] [<c0013d00>] (show_stack) from [<c02b39a8>] (dump_stack+0x8c/0xa0)
[ 6.135999] [<c02b391c>] (dump_stack) from [<c003581c>] (warn_slowpath_common+0x88/0xb8)
[ 6.144120] r7:c0025730 r6:0000083c r5:00000009 r4:edf1db38
[ 6.149827] [<c0035794>] (warn_slowpath_common) from [<c0035884>] (warn_slowpath_fmt+0x38/0x40)
[ 6.158557] r8:00000004 r7:c0027128 r6:a0070113 r5:c09404b0 r4:c081ed50
[ 6.165316] [<c0035850>] (warn_slowpath_fmt) from [<c0025730>] (_enable+0x2bc/0x2d8)
[ 6.173086] r3:c081de88 r2:c081ed50
[ 6.176682] r4:c0940450
[ 6.179229] [<c0025474>] (_enable) from [<c0025ecc>] (omap_hwmod_enable+0x2c/0x4c)
[ 6.186826] r7:c0027128 r6:a0070113 r5:c09404b0 r4:c0940450
[ 6.192532] [<c0025ea0>] (omap_hwmod_enable) from [<c00270d8>] (omap_device_enable+0x48/0x98)
[ 6.201087] r7:c0027128 r6:eea68040 r5:00000000 r4:00000001
[ 6.206791] [<c0027090>] (omap_device_enable) from [<c0027140>] (_od_runtime_resume+0x18/0x2c)
[ 6.215435] r7:c0027128 r6:c0027128 r5:eea66674 r4:eea66610
[ 6.221143] [<c0027128>] (_od_runtime_resume) from [<c03f1f34>] (__rpm_callback+0x34/0x68)
[ 6.229437] r5:eea66674 r4:eea66610
[ 6.233037] [<c03f1f00>] (__rpm_callback) from [<c03f1f90>] (rpm_callback+0x28/0x88)
[ 6.240807] r7:c0027128 r6:eea06c10 r5:eea66610 r4:eea66610
[ 6.246514] [<c03f1f68>] (rpm_callback) from [<c03f2e74>] (rpm_resume+0x374/0x56c)
[ 6.254110] r7:c0027128 r6:eea06c10 r5:c0936100 r4:eea66610
[ 6.259816] [<c03f2b00>] (rpm_resume) from [<c03f30c0>] (__pm_runtime_resume+0x54/0x6c)
[ 6.267848] r10:00000000 r9:ee3e24c8 r8:eea66600 r7:60070113 r6:00000004 r5:eea66674
[ 6.275738] r4:eea66610
[ 6.278289] [<c03f306c>] (__pm_runtime_resume) from [<bf0714c0>] (omap_rng_probe+0x88/0x278 [omap_rng])
[ 6.287716] r7:ed43a150 r6:eea66610 r5:eea66610 r4:bf071aec
[ 6.293425] [<bf071438>] (omap_rng_probe [omap_rng]) from [<c03eaf04>] (platform_drv_probe+0x54/0xb8)
[ 6.302678] r8:00000007 r7:fffffdfb r6:bf071b50 r5:eea66610 r4:c09bfa44
[ 6.309435] [<c03eaeb0>] (platform_drv_probe) from [<c03e948c>] (driver_probe_device+0x204/0x2f8)
[ 6.318339] r7:bf071b50 r6:00000000 r5:eea66610 r4:c09bfa44
[ 6.324042] [<c03e9288>] (driver_probe_device) from [<c03e9614>] (__driver_attach+0x94/0x98)
[ 6.332509] r9:ee3e24c8 r8:11c1db5c r7:00000000 r6:eea66644 r5:bf071b50 r4:eea66610
[ 6.340317] [<c03e9580>] (__driver_attach) from [<c03e7714>] (bus_for_each_dev+0x70/0xa4)
[ 6.348523] r7:00000000 r6:c03e9580 r5:bf071b50 r4:00000000
[ 6.354230] [<c03e76a4>] (bus_for_each_dev) from [<c03e8d78>] (driver_attach+0x24/0x28)
[ 6.362263] r6:c0964310 r5:edf48700 r4:bf071b50
[ 6.366917] [<c03e8d54>] (driver_attach) from [<c03e89b4>] (bus_add_driver+0x1a8/0x220)
[ 6.374953] [<c03e880c>] (bus_add_driver) from [<c03e9db4>] (driver_register+0x80/0x100)
[ 6.383073] r7:ed43a080 r6:c09396f0 r5:bf074000 r4:bf071b50
[ 6.388776] [<c03e9d34>] (driver_register) from [<c03eae2c>] (__platform_driver_register+0x48/0x50)
[ 6.397854] r5:bf074000 r4:c0964310
[ 6.401455] [<c03eade4>] (__platform_driver_register) from [<bf07401c>] (omap_rng_driver_init+0x1c/0x24 [omap_rng])
[ 6.411929] r5:bf074000 r4:c09396f0
[ 6.415531] [<bf074000>] (omap_rng_driver_init [omap_rng]) from [<c000988c>] (do_one_initcall+0x98/0x1e4)
[ 6.425140] [<c00097f4>] (do_one_initcall) from [<c00d0c70>] (do_init_module+0x68/0x398)
[ 6.433259] r10:bf071bc0 r9:ee3e24c8 r8:11c1db5c r7:00000001 r6:ed43a040 r5:00000001
[ 6.441148] r4:bf071bc0
[ 6.443697] [<c00d0c08>] (do_init_module) from [<c00ad660>] (load_module+0x1df8/0x2068)
[ 6.451728] r6:ee3e24c0 r5:00000001 r4:edf1df44
[ 6.456380] [<c00ab868>] (load_module) from [<c00adabc>] (SyS_finit_module+0x88/0x98)
[ 6.464238] r10:00000000 r9:edf1c000 r8:c000fe24 r7:0000017b r6:b6e4fd90 r5:0000000f
[ 6.472128] r4:00000000
[ 6.474675] [<c00ada34>] (SyS_finit_module) from [<c000fc60>] (ret_fast_syscall+0x0/0x3c)
[ 6.482881] r6:00000000 r5:0048a928 r4:00000000
[ 6.487532] ---[ end trace 19791fcb257323b2 ]---
[ 6.509314] omap_rng 48090000.rng: Failed to runtime_get device: -22
[ 6.520134] omap_rng 48090000.rng: initialization failed.
[ 6.526437] omap_rng: probe of 48090000.rng failed with error -22
[ 6.526566] remoteproc0: registered virtio0 (type 7)
[ 6.570018] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[ OK ] Found device /dev/ttyS0.
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Load/Save Random Seed.
[ 6.728723] remoteproc2: registered virtio1 (type 7)
[ 6.734561] remoteproc1: registered virtio2 (type 7)
[ 6.843464] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[ 6.843907] SCSI subsystem initialized
[ 6.858236] CAN device driver interface
Starting Network Time Synchronization...
[ 6.890058] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[ 6.897322] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
Starting Update UTMP about System Boot/Shutdown...
[ 6.944118] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=356)
[ 6.977797] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[ OK ] Started Network Time Synchronization.
[ 6.997142] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 7.043401] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
[ 7.116630] scsi host0: ahci
[ 7.119881] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 341
[ 7.166632] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ OK ] Reached target Sound Card.
[ OK ] Reached target System Time Synchronized.
[ 7.445046] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Starting Synchronize System and HW clocks...
[ 7.497889] ata1: SATA link down (SStatus 0 SControl 300)
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[ 7.774422] remoteproc0: powering up 55020000.ipu
[ 7.815603] remoteproc0: Booting fw image dra7-ipu2-fw.xem4, size 10699092
[ 7.837955] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 7.900332] remoteproc0: remote processor 55020000.ipu is now up
[ 7.907784] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 7.914725] remoteproc2: powering up 41000000.dsp
[ 7.931640] remoteproc2: Booting fw image dra7-dsp2-fw.xe66, size 6851472
[ 7.954610] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
[ 7.960494] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
[ 7.966413] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
[ 8.040864] remoteproc2: remote processor 41000000.dsp is now up
[ 8.068103] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 8.074803] remoteproc1: powering up 40800000.dsp
[ OK ] Reached target System Initialization.
[ 8.087572] remoteproc1: Booting fw image dra7-dsp1-fw.xe66, size 6851472
[ 8.101628] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
[ 8.107504] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[ 8.113436] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[ OK ] Listening on dropbear.socket.
[ 8.145097] remoteproc1: remote processor 40800000.dsp is now up
[ 8.154654] virtio_rpmsg_bus virtio2: rpmsg host is online
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ 8.194699] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
[ 8.207983] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x50
[ 8.219054] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50
[ OK ] Listening on D-Bus System Message Bus Socket.[ 8.230040] NET: Registered protocol family 41
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting rc.pvr.service...
[ OK ] Started System Logging Service.
[ OK ] Started D-Bus System Message Bus.
[ 8.411465] usbcore: registered new interface driver usbfs
[ 8.413298] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
[ 8.423883] usbcore: registered new interface driver hub
[ 8.429806] usbcore: registered new device driver usb
[ 8.469965] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 8.475933] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 8.485746] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
[ 8.495445] xhci-hcd xhci-hcd.0.auto: irq 465, io mem 0x48890000
[ 8.502440] hub 1-0:1.0: USB hub found
[ 8.506231] hub 1-0:1.0: 1 port detected
[ 8.511656] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 8.517430] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 8.525905] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 8.534693] hub 2-0:1.0: USB hub found
[ 8.539627] hub 2-0:1.0: 1 port detected
Starting Network Service...[ 8.546518] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 8.552906] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[ 8.561919] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
[ 8.576176] xhci-hcd xhci-hcd.1.auto: irq 466, io mem 0x488d0000
Starting Permit User Sessions...[ 8.584644] hub 3-0:1.0: USB hub found
[ 8.590393] hub 3-0:1.0: 1 port detected
[ 8.604474] omap_hwmod: dcan1: _wait_target_disable failed
[ 8.608013] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 8.608024] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[ 8.608088] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 8.608643] hub 4-0:1.0: USB hub found
[ 8.608667] hub 4-0:1.0: 1 port detected
[ 8.655958] omap_hwmod: dcan1: _wait_target_disable failed
Starting Login Service...
[ 8.683363] net eth1: initializing cpsw version 1.15 (0)
[ 8.692355] net eth0: initialized cpsw ale version 1.4
[ 8.698434] net eth0: ALE Table size 1024
[ OK ] Started Kernel Logging Service.[ 8.705607] libphy: PHY 48485000.mdio:03 not found
[ 8.712671] net eth1: phy "48485000.mdio:03" not found on slave 1, err -19
Starting Save/Restore Sound Card State...
[ 8.732420] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ OK ] Started Network Service.
[ 8.756477] net eth0: initializing cpsw version 1.15 (0)
[ 8.764562] libphy: PHY 48485000.mdio:02 not found
[ 8.769387] net eth0: phy "48485000.mdio:02" not found on slave 0, err -19
[ 8.781190] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ OK ] Started rc.pvr.service.
[ OK ] Started Permit User Sessions.
[ 8.827942] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started Getty on tty1.
[ 9.036330] cdc_ether 1-1:2.0 eth2: register 'cdc_ether' at usb-xhci-hcd.0.auto-1, CDC Ethernet Device, 9c:eb:e8:cb:67:86
[ 9.053483] usbcore: registered new interface driver cdc_ether
[ OK ] Started Serial Getty on ttyS0.
Starting weston.service...
[ OK ] Reached target Network.
[ 9.104543] cdc_ether 1-1:2.0 eth2: kevent 12 may have been dropped
Starting Network Name Resolution...
[ OK ] Started weston.service.
[ 9.185571] omap_hwmod: dcan1: _wait_target_disable failed
[ OK ] Started Login Service.
[ OK ] Started Network Name Resolution.
Starting telnetd.service...
Starting tiipclad-daemon.service...
[ OK ] Started telnetd.service.
[ OK ] Started tiipclad-daemon.service.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org dra7xx-evm ttyS0
Arago 2016.12 dra7xx-evm ttyS0
dra7xx-evm login: root
root@dra7xx-evm:~# ./start.sh
[ 19.792902] DMA: Module install successful, device major num = 242
[ 19.799347] DRV: Module install successful
[ 19.814028] CMEMK module: reference Linux version 4.4.84
[ 19.821579] cmemk initialized
./disableDssInterruptsOnA15.sh: line 11: @0x4A002AC8:: command not found
./disableDssInterruptsOnA15.sh: line 12: @0x4A002AC8:: command not found
./disableDssInterruptsOnA15.sh: line 13: @0x4A002AC8:: command not found
./disableDssInterruptsOnA15.sh: line 14: @0x4A002AC8:: command not found
./disableDssInterruptsOnA15.sh: line 15: @0x4A002AC8:: command not found
./disableDssInterruptsOnA15.sh: line 16: @0x4A002AC8:: command not found
./disableDssInterruptsOnA15.sh: line 17: @0x4A002AC8:: command not found
./disableDssInterruptsOnA15.sh: line 18: @0x4A002AC8:: command not found
./disableDssInterruptsOnA15.sh: line 19: @0x4A002AC8:: command not found
[HOST] OSA: MEM: 0: Mapped 0xa0100000 to 0xab700000 of size 0x00100000
[HOST] OSA: MEM: 1: Mapped 0x84203000 to 0x96c00000 of size 0x14a00000
[HOST] OSA: MEM: 2: Mapped 0xa0200000 to 0x96b40000 of size 0x00040000
[HOST] OSA: MEM: 3: Mapped 0xa02c0000 to 0x96b80000 of size 0x00080000
[HOST] OSA: MEM: 4: Mapped 0x00000000 to 0x00000000 of size 0x00000000
[HOST] OSA: HOST Remote Log Shared Memory @ 0xa024f140
[HOST] OSA: DSP1 Remote Log Shared Memory @ 0xa02769e0
[HOST] OSA: DSP2 Remote Log Shared Memory @ 0xa029e280
[HOST] OSA: EVE1 Remote Log Shared Memory @ 0xa02c5b20
[HOST] OSA: EVE2 Remote Log Shared Memory @ 0xa02ed3c0
[HOST] OSA: IPU2 Remote Log Shared Memory @ 0xa0363da0
20.289309] omap_l3_noc 44000000.ocp: L3 application error: target 3 mod:2 (unclearable)
[ 20.339127] omap_l3_noc 44000000.ocp: L3 debug error: target 3 mod:2 (unclearable)
[H OST] [HOST ] 26.747056 s: SYSTEM: System A15 Init in proress !!!
[HOST] [HOST ] 26.747148 s: SYSTEM: IPC: Init in progress !!!
[HOST] [HOST ] 26.747178 s: SYSTEM: IPC: Notify init in progress !!!
[HOST] [HOST ] 26.748825 s: SYSTEM: IPC: [IPU2] socket bind success !!! (dst vproc = 1, endpt = 81)
[HOST] [HOST ] 26.748856 s: SYSTEM: IPC: [IPU2] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
[HOST] [HOST ] 26.748886 s: SYSTEM: IPC: [IPU2] socket connect success !!! (dst vproc = 1, endpt = 80)
[HOST] [HOST ] 26.748886 s: SYSTEM: IPC: [IPU2] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
[HOST] [HOST ] 26.750320 s: SYSTEM: IPC: [DSP1] socket bind success !!! (dst vproc = 2, endpt = 81)
[HOST] [HOST ] 26.750320 s: SYSTEM: IPC: [DSP1] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
[HOST] [HOST ] 26.750350 s: SYSTEM: IPC: [DSP1] socket connect success !!! (dst vproc = 2, endpt = 80)
[HOST] [HOST ] 26.750350 s: SYSTEM: IPC: [DSP1] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
[HOST] [HOST ] 26.751875 s: SYSTEM: IPC: [DSP2] socket bind success !!! (dst vproc = 3, endpt = 81)
[HOST] [HOST ] 26.751906 s: SYSTEM: IPC: [DSP2] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
[HOST] [HOST ] 26.751906 s: SYSTEM: IPC: [DSP2] socket connect success !!! (dst vproc = 3, endpt = 80)
[HOST] [HOST ] 26.751936 s: SYSTEM: IPC: [DSP2] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
[HOST] [HOST ] 26.752119 s: SYSTEM: IPC: Notify init DONE !!!
[HOST] [HOST ] 26.752150 s: SYSTEM: MSGQ: MsgQ init in progress !!!
[HOST] [HOST ] 26.752272 s: SYSTEM: MSGQ: MsgQ init DONE !!!
[HOST] [HOST ] 26.752272 s: SYSTEM: IPC: Init DONE !!!
[HOST] [HOST ] 26.752272 s: SYSTEM: Initializing A15 Links !!!
[HOST] [HOST ] 26.752394 s: IPC_OUT_0 : Init done - linkid-0x2000000
[HOST] [HOST ] 26.752485 s: IPC_OUT_1 : Init done - linkid-0x2000001
[HOST] [HOST ] 26.752577 s: IPC_OUT_2 : Init done - linkid-0x2000002
[HOST] [HOST ] 26.752699 s: IPC_OUT_3 : Init done - linkid-0x2000003
[HOST] [HOST ] 26.752790 s: IPC_OUT_4 : Init done - linkid-0x2000004
[HOST] [HOST ] 26.752912 s: IPC_IN_0 : Init done - linkid-0x200000a
[HOST] [HOST ] 26.753004 s: IPC_IN_1 : Init done - linkid-0x200000b
[HOST] [HOST ] 26.753126 s: IPC_IN_2 : Init done - linkid-0x200000c
[HOST] [HOST ] 26.753248 s: IPC_IN_3 : Init done - linkid-0x200000d
[HOST] [HOST ] 26.753370 s: IPC_IN_4 : Init done - linkid-0x200000e
[HOST] [HOST ] 26.753461 s: IPC_IN_5 : Init done - linkid-0x200000f
[HOST] [HOST ] 26.753583 s: IPC_IN_6 : Init done - linkid-0x2000010
[HOST] [HOST ] 26.753705 s: NULL_0 : Init done - linkid-0x2000014
[HOST] [HOST ] 26.753797 s: NULL_1 : Init done - linkid-0x2000015
[HOST] [HOST ] 26.753980 s: NULL_SRC_0 : Init done - linkid-0x2000039
[HOST] [HOST ] 26.754132 s: DISP_DIST_SRC_0 : Init done - linkid-0x200005c
[HOST] [HOST ] 26.754254 s: DISP_DIST_SRC_1 : Init done - linkid-0x200005d
[HOST] [HOST ] 26.754468 s: DISP_DIST_SRC_2 : Init done - linkid-0x200005e
[HOST] [HOST ] 26.754651 s: DISP_DIST_SRC_3 : Init done - linkid-0x200005f
[20.363625] [STC] [DBG] StitcherTask valid calibration data given, using it.
[HOST] [HOST ] 26.754803 s: DISP_DIST_SRC_4 : Init done - linkid-0x2000060
[HOST] [HOST ] 26.754925 s: DISP_DIST_SRC_5 : Init done - linkid-0x2000061
[HOST] [HOST ] 26.755139 s: DISP_DIST_SRC_6 : Init done - linkid-0x2000062
[HOST] [HOST ] 26.755261 s: DISP_DIST_SRC_7 : Init done - linkid-0x2000063
[HOST] [HOST ] 26.755383 s: Sgx3Dsrv[id=0] SGX3DSRV_0 : Init done - linkid-0x2000045
[HOST] [HOST ] 26.755566 s: ALGORITHM_0 : Init done - linkid-0x2000031
[HOST] [HOST ] 26.755688 s: ALGORITHM_1 : Init done - linkid-0x2000032
[20.634280] [STC] [DBG] process new pose data and post result OK.
[HOST] [HOST ] 26.755810 s: ALGORITHM_2 : Init done - linkid-0x2000033
[HOST] [HOST ] 26.755901 s: ALGORITHM_3 : Init done - linkid-0x2000034
[HOST] [HOST ] 26.755993 s: ALGORITHM_4 : Init done - linkid-0x2000035
[HOST] [HOST ] 26.756115 s: ALGORITHM_5 : Init done - linkid-0x2000036
[HOST] [HOST ] 26.756237 s: ALGORITHM_6 : Init done - linkid-0x2000037
[HOST] [HOST ] 26.756328 s: ALGORITHM_7 : Init done - linkid-0x2000038
[HOST] [HOST ] 26.756542 s: DUP0 : Init done - linkid-0x0
[HOST] [HOST ] 26.756786 s: DUP1 : Init done - linkid-0x0
[HOST] [HOST ] 26.756999 s: DUP2 : Init done - linkid-0x0
[HOST] [HOST ] 26.758585 s: DUP3 : Init done - linkid-0x0
[HOST] [HOST ] 26.758799 s: DUP4 : Init done - linkid-0x0
[HOST] [HOST ] 26.758890 s: SYNC_0 : Init done - linkid-0x0
[HOST] [HOST ] 26.760538 s: SYNC_1 : Init done - linkid-0x0
[HOST] [HOST ] 26.760660 s: SYNC_2 : Init done - linkid-0x0
[HOST] [HOST ] 26.760812 s: SYNC_3 : Init done - linkid-0x0
[HOST] [HOST ] 26.760965 s: MERGE_0 : Init done - linkid-0x0
[HOST] [HOST ] 26.762825 s: MERGE_1 : Init done - linkid-0x0
[HOST] [HOST ] 26.763557 s: MERGE_2 : Init done - linkid-0x0
[HOST] [HOST ] 26.764625 s: MERGE_3 : Init done - linkid-0x0
[HOST] [HOST ] 26.764716 s: MERGE_4 : Init done - linkid-0x0
[HOST] [HOST ] 26.764808 s: SELECT_0 : Init done - linkid-0x0
[HOST] [HOST ] 26.764899 s: SELECT_1 : Init done - linkid-0x0
[HOST] [HOST ] 26.764991 s: GATE_0 : Init done - linkid-0x0
[HOST] [HOST ] 26.765052 s: GATE_1 : Init done - linkid-0x0
[HOST] [HOST ] 26.765113 s: GATE_2 : Init done - linkid-0x0
[HOST] [HOST ] 26.765174 s: GATE_3 : Init done - linkid-0x0
[HOST] [HOST ] 26.765235 s: SGXFRMCPY_0 : Init done - linkid-0x2000044
[HOST] [HOST ] 26.765235 s: SYSTEM: Initializing A15 Links ... DONE !!!
[HOST] [HOST ] 26.765906 s: OSA: Adjusting global time, timeH by 0 units!!!
[HOST] [HOST ] 26.765906 s: SYSTEM: System A15 Init Done !!!
[HOST] [HOST ] 26.766150 s: NETWORK_CTRL: Starting Server (port=5000) !!!
[HOST] [HOST ] 26.766211 s: NETWORK_CTRL: Starting Server ... DONE (port=5000) !!!
[HOST] [DSP1 ] 14.624382 s: ***** DSP1 Firmware build time 16:11:53 Jun 16 2020
[HOST] [DSP1 ] 14.624443 s: *** SYSTEM: CPU Frequency <ORG = 600000000 Hz>, <NEW = 850000000 Hz>
[HOST] [DSP1 ] 14.624687 s: SYSTEM: System Common Init in progress !!!
[HOST] [DSP1 ] 14.624900 s: UTILS: CIO: Init Done !!!
[HOST] [DSP1 ] 14.624931 s: SYSTEM: IPC init in progress !!!
[HOST] [DSP1 ] 14.624931 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP1 ] 14.626852 s: SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
[HOST] [DSP1 ] 14.630787 s: SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
[HOST] [DSP1 ] 14.658665 s: SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
[HOST] [DSP1 ] 14.678673 s: SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
[HOST] [DSP1 ] 14.678734 s: SYSTEM: Notify register to [IPU2] line 0, event 15...
[HOST] [DSP1 ] 14.678765 s: SYSTEM: Notify register to [DSP2] line 0, event 15...
[HOST] [DSP1 ] 14.678826 s: SYSTEM: Notify register to [EVE1] line 0, event 15...
[HOST] [DSP1 ] 14.678856 s: SYSTEM: Notify register to [EVE2] line 0, event 15...
[HOST] [DSP1 ] 14.678887 s: SYSTEM: Notify init done !!!
[HOST] [DSP1 ] 14.679039 s: SYSTEM: MsgQ init done !!!
[HOST] [DSP1 ] 14.679131 s: RpmsgInit in progress...
[HOST] [DSP1 ] 14.679161 s: Connection established with HLOS, calling rpmsgInit
[HOST] [DSP1 ] 14.679344 s: SYSTEM: IPC init DONE !!!
[HOST] [DSP1 ] 14.679954 s: SYSTEM: System Common Init Done !!!
[HOST] [DSP1 ] 14.679985 s: SYSTEM: System DSP Init in progress !!!
[HOST] [DSP1 ] 14.680198 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024
[HOST] [DSP1 ] 14.680229 s: SYSTEM: Heap = LOCAL_L2 @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221 KB)
[HOST] [DSP1 ] 14.680259 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 524288 B (512 KB), Free size = 518440 B (506 KB)
[HOST] [DSP1 ] 14.680290 s: SYSTEM: Initializing Links !!!
[HOST] [DSP1 ] 14.688708 s: SYSTEM: Initializing Links ... DONE !!!
[HOST] [DSP1 ] 14.688769 s: lz4CompDecomp Init
[HOST] [DSP1 ] 14.688769 s: [TIDL Preproc] algId= 40 ---DSP ------> DSP ------> DSP ------>
[HOST] [DSP1 ] 14.688800 s: [TIDL Preproc] algId= 41 ---DSP ------> DSP ------> DSP ------>
[HOST] [DSP1 ] 14.688800 s: [TIDL EmBev] algId= 39 ---DSP ------> DSP ------> DSP ------>
[HOST] [DSP1 ] 14.688830 s: SYSTEM: System DSP Init Done !!!
[HOST] [DSP1 ] 15.072683 s: SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after boot !!!
[HOST] [DSP1 ] 15.072713 s: SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after update by APP !!!
[HOST] [DSP2 ] 14.520130 s: ***** DSP2 Firmware build time 16:11:53 Jun 16 2020
[HOST] [DSP2 ] 14.520191 s: *** SYSTEM: CPU Frequency <ORG = 600000000 Hz>, <NEW = 850000000 Hz>
[HOST] [DSP2 ] 14.520405 s: SYSTEM: System Common Init in progress !!!
[HOST] [DSP2 ] 14.520618 s: UTILS: CIO: Init Done !!!
[HOST] [DSP2 ] 14.520649 s: SYSTEM: IPC init in progress !!!
[HOST] [DSP2 ] 14.520679 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [DSP2 ] 14.628835 s: SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
[HOST] [DSP2 ] 14.630787 s: SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
[HOST] [DSP2 ] 14.668578 s: SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
[HOST] [DSP2 ] 14.688586 s: SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
[HOST] [DSP2 ] 14.688647 s: SYSTEM: Notify register to [IPU2] line 0, event 15...
[HOST] [DSP2 ] 14.688708 s: SYSTEM: Notify register to [DSP1] line 0, event 15...
[HOST] [DSP2 ] 14.688739 s: SYSTEM: Notify register to [EVE1] line 0, event 15...
[HOST] [DSP2 ] 14.688800 s: SYSTEM: Notify register to [EVE2] line 0, event 15...
[HOST] [DSP2 ] 14.688830 s: SYSTEM: Notify init done !!!
[HOST] [DSP2 ] 14.688983 s: SYSTEM: MsgQ init done !!!
[HOST] [DSP2 ] 14.689074 s: RpmsgInit in progress...
[HOST] [DSP2 ] 14.689105 s: Connection established with HLOS, calling rpmsgInit
[HOST] [DSP2 ] 14.689288 s: SYSTEM: IPC init DONE !!!
[HOST] [DSP2 ] 14.689867 s: SYSTEM: System Common Init Done !!!
[HOST] [DSP2 ] 14.689898 s: SYSTEM: System DSP Init in progress !!!
[HOST] [DSP2 ] 14.690111 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024
[HOST] [DSP2 ] 14.690142 s: SYSTEM: Heap = LOCAL_L2 @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221 KB)
[HOST] [DSP2 ] 14.690172 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 524288 B (512 KB), Free size = 518440 B (506 KB)
[HOST] [DSP2 ] 14.690203 s: SYSTEM: Initializing Links !!!
[HOST] [DSP2 ] 14.698590 s: SYSTEM: Initializing Links ... DONE !!!
[HOST] [DSP2 ] 14.698651 s: lz4CompDecomp Init
[HOST] [DSP2 ] 14.698651 s: [TIDL Preproc] algId= 40 ---DSP ------> DSP ------> DSP ------>
[HOST] [DSP2 ] 14.698712 s: [TIDL Preproc] algId= 41 ---DSP ------> DSP ------> DSP ------>
[HOST] [DSP2 ] 14.698712 s: [TIDL EmBev] algId= 39 ---DSP ------> DSP ------> DSP ------>
[HOST] [DSP2 ] 14.698743 s: SYSTEM: System DSP Init Done !!!
[HOST] [DSP2 ] 15.074696 s: SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after boot !!!
[HOST] [DSP2 ] 15.074696 s: SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after update by APP !!!
[HOST] [EVE1 ] 14.502714 s: ***** EVE Firmware build time 16:11:17 Jun 16 2020
[HOST] [EVE1 ] 14.504605 s: *** SYSTEM: CPU Frequency <ORG = 267500000 Hz>, <NEW = 267500000 Hz>
[HOST] [EVE1 ] 14.507442 s: SYSTEM: System Common Init in progress !!!
[HOST] [EVE1 ] 14.509424 s: UTILS: CIO: Init Done !!!
[HOST] [EVE1 ] 14.510309 s: SYSTEM: IPC init in progress !!!
[HOST] [EVE1 ] 14.511224 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [EVE1 ] 14.648966 s: SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
[HOST] [EVE1 ] 14.658665 s: SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
[HOST] [EVE1 ] 14.668578 s: SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
[HOST] [EVE1 ] 14.708839 s: SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
[HOST] [EVE1 ] 14.709845 s: SYSTEM: Notify register to [IPU2] line 0, event 15...
[HOST] [EVE1 ] 14.711126 s: SYSTEM: Notify register to [DSP1] line 0, event 15...
[HOST] [EVE1 ] 14.712407 s: SYSTEM: Notify register to [DSP2] line 0, event 15...
[HOST] [EVE1 ] 14.713688 s: SYSTEM: Notify register to [EVE2] line 0, event 15...
[HOST] [EVE1 ] 14.714969 s: SYSTEM: Notify init done !!!
[HOST] [EVE1 ] 14.716769 s: SYSTEM: MsgQ init done !!!
[HOST] [EVE1 ] 14.717775 s: SYSTEM: IPC init DONE !!!
[HOST] [EVE1 ] 14.730189 s: SYSTEM: System Common Init Done !!!
[HOST] [EVE1 ] 14.731135 s: SYSTEM: System EVE Init in progress !!!
[HOST] [EVE1 ] 14.732568 s: UTILS: DMA: HWI Create for INT8 !!!
[HOST] [EVE1 ] 14.733697 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024
[HOST] [EVE1 ] 14.734886 s: SYSTEM: Heap = LOCAL_L2 @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
[HOST] [EVE1 ] 14.737052 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 262144 B (256 KB), Free size = 256528 B (250 KB)
[HOST] [EVE1 ] 14.739156 s: SYSTEM: Initializing Links !!!
[HOST] [EVE1 ] 14.818093 s: SYSTEM: Initializing Links ... DONE !!!
[HOST] [EVE1 ] 14.819099 s: SYSTEM: System EVE Init Done !!!
[HOST] [EVE2 ] 14.502867 s: ***** EVE Firmware build time 16:11:17 Jun 16 2020
[HOST] [EVE2 ] 14.504758 s: *** SYSTEM: CPU Frequency <ORG = 267500000 Hz>, <NEW = 267500000 Hz>
[HOST] [EVE2 ] 14.507503 s: SYSTEM: System Common Init in progress !!!
[HOST] [EVE2 ] 14.509485 s: UTILS: CIO: Init Done !!!
[HOST] [EVE2 ] 14.510370 s: SYSTEM: IPC init in progress !!!
[HOST] [EVE2 ] 14.511285 s: SYSTEM: Attaching to [IPU2] ...
[HOST] [EVE2 ] 14.669035 s: SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
[HOST] [EVE2 ] 14.678673 s: SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
[HOST] [EVE2 ] 14.688586 s: SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
[HOST] [EVE2 ] 14.708839 s: SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
[HOST] [EVE2 ] 14.709845 s: SYSTEM: Notify register to [IPU2] line 0, event 15...
[HOST] [EVE2 ] 14.711126 s: SYSTEM: Notify register to [DSP1] line 0, event 15...
[HOST] [EVE2 ] 14.712407 s: SYSTEM: Notify register to [DSP2] line 0, event 15...
[HOST] [EVE2 ] 14.713719 s: SYSTEM: Notify register to [EVE1] line 0, event 15...
[HOST] [EVE2 ] 14.715000 s: SYSTEM: Notify init done !!!
[HOST] [EVE2 ] 14.716830 s: SYSTEM: MsgQ init done !!!
[HOST] [EVE2 ] 14.717836 s: SYSTEM: IPC init DONE !!!
[HOST] [EVE2 ] 14.730281 s: SYSTEM: System Common Init Done !!!
[HOST] [EVE2 ] 14.731196 s: SYSTEM: System EVE Init in progress !!!
[HOST] [EVE2 ] 14.732599 s: UTILS: DMA: HWI Create for INT8 !!!
[HOST] [EVE2 ] 14.733758 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024
[HOST] [EVE2 ] 14.734978 s: SYSTEM: Heap = LOCAL_L2 @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 KB)
[HOST] [EVE2 ] 14.737113 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 262144 B (256 KB), Free size = 256528 B (250 KB)
[HOST] [EVE2 ] 14.739248 s: SYSTEM: Initializing Links !!!
[HOST] [EVE2 ] 14.818672 s: SYSTEM: Initializing Links ... DONE !!!
[HOST] [EVE2 ] 14.819709 s: SYSTEM: System EVE Init Done !!!
[HOST] [IPU2 ] 14.385621 s: uart_can Create_Can_Task ......
[HOST] [IPU2 ] 14.415146 s:
[HOST] [IPU2 ] WARNING: Device Id Does not Match
[HOST] [IPU2 ] 14.450680 s:
[HOST] [IPU2 ] EVE1 Image Load Completed
[HOST] [IPU2 ] 14.486854 s:
[HOST] [IPU2 ] EVE2 Image Load Completed
[HOST] [IPU2 ] 14.486945 s:
[HOST] [IPU2 ] EVE MMU configuration completed
[HOST] [IPU2 ] 14.487037 s:
[HOST] [IPU2 ] EVE MMU configuration completed
[HOST] [IPU2 ] 14.487098 s: ***** IPU2 Firmware build time 16:13:33 Jun 16 2020
[HOST] [IPU2 ] 14.487250 s: *** SYSTEM: CPU Frequency <ORG = 212800000 Hz>, <NEW = 212800000 Hz>
[HOST] [IPU2 ] 14.490392 s: ************Uart Hardware Init Start*********************
[HOST] [IPU2 ] 14.490575 s: SYSTEM: System Common Init in progress !!!
[HOST] [IPU2 ] 14.502775 s: UTILS: CIO: Init Done !!!
[HOST] [IPU2 ] 14.502897 s: SYSTEM: IPC init in progress !!!
[HOST] [IPU2 ] 14.502958 s: SYSTEM: Attaching to [DSP1] ...
[HOST] [IPU2 ] 14.626852 s: SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
[HOST] [IPU2 ] 14.628835 s: SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
[HOST] [IPU2 ] 14.648966 s: SYSTEM: Attaching to [EVE1] ... SUCCESS !!!
[HOST] [IPU2 ] 14.669035 s: SYSTEM: Attaching to [EVE2] ... SUCCESS !!!
[HOST] [IPU2 ] 14.669127 s: SYSTEM: Notify register to [DSP1] line 0, event 15...
[HOST] [IPU2 ] 14.669279 s: SYSTEM: Notify register to [DSP2] line 0, event 15...
[HOST] [IPU2 ] 14.669401 s: SYSTEM: Notify register to [EVE1] line 0, event 15...
[HOST] [IPU2 ] 14.669523 s: SYSTEM: Notify register to [EVE2] line 0, event 15...
[HOST] [IPU2 ] 14.669645 s: SYSTEM: Notify init done !!!
[HOST] [IPU2 ] 14.671353 s: SYSTEM: MsgQ init done !!!
[HOST] [IPU2 ] 14.672299 s: RpmsgInit in progress...
[HOST] [IPU2 ] 14.672390 s: Connection established with HLOS, calling rpmsgInit
[HOST] [IPU2 ] 14.672970 s: SYSTEM: IPC init DONE !!!
[HOST] [IPU2 ] 14.678094 s: SYSTEM: System Common Init Done !!!
[HOST] [IPU2 ] 14.678185 s: SYSTEM: System Init in progress !!!
[HOST] [IPU2 ] 14.678246 s: SYSTEM: BSP Common Init in progress !!!
[HOST] [IPU2 ] 14.678307 s: SYSTEM: BSP Common Init Done !!!
[HOST] [IPU2 ] 14.678368 s: SYSTEM: BSP Platform Init in progress !!!
[HOST] [IPU2 ] 14.678490 s: SYSTEM: BSP Platform Init Done !!!
[HOST] [IPU2 ] 14.678551 s: SYSTEM: FVID2 Init in progress !!!
[HOST] [IPU2 ] 14.678673 s: SYSTEM: FVID2 Init Done !!!
[HOST] [IPU2 ] 14.678795 s: SYSTEM: VPS Init in progress !!!
[HOST] [IPU2 ] 14.678856 s: SYSTEM: VPDMA Descriptor Memory Address translation ENABLED [0x80000000 -> 0x80000000]
[HOST] [IPU2 ] 14.681937 s: *** VPDMA Firmware Loading... ***
[HOST] [IPU2 ] 14.682059 s: VPDMA Firmware Address = 0xa035b5c0
[HOST] [IPU2 ] 14.682150 s: VPDMA Load Address = 0x4897d004
[HOST] [IPU2 ] 14.682242 s: VPDMA Firmware Version = 0x4d0001b8
[HOST] [IPU2 ] 14.682333 s: VPDMA List Busy Status = 0x00000000
[HOST] [IPU2 ] 14.682394 s: *** VPDMA Firmware Load Success ***
[HOST] [IPU2 ] 14.682791 s: *** VPDMA Firmware Loading... ***
[HOST] [IPU2 ] 14.682852 s: VPDMA Firmware Address = 0xa035b5c0
[HOST] [IPU2 ] 14.682943 s: VPDMA Load Address = 0x4899d004
[HOST] [IPU2 ] 14.683035 s: VPDMA Firmware Version = 0x4d0001b8
[HOST] [IPU2 ] 14.683126 s: VPDMA List Busy Status = 0x00000000
[HOST] [IPU2 ] 14.683218 s: *** VPDMA Firmware Load Success ***
[HOST] [IPU2 ] 14.683553 s: *** VPDMA Firmware Loading... ***
[HOST] [IPU2 ] 14.683614 s: VPDMA Firmware Address = 0xa035b5c0
[HOST] [IPU2 ] 14.683736 s: VPDMA Load Address = 0x489dd004
[HOST] [IPU2 ] 14.683828 s: VPDMA Firmware Version = 0x4d0001b8
[HOST] [IPU2 ] 14.683919 s: VPDMA List Busy Status = 0x00000000
[HOST] [IPU2 ] 14.683980 s: *** VPDMA Firmware Load Success ***
[HOST] [IPU2 ] 14.759348 s: SYSTEM: VPS Init Done !!!
[HOST] [IPU2 ] 14.760263 s: UTILS: DMA: HWI Create for INT25 !!!
[HOST] [IPU2 ] 14.760507 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024
[HOST] [IPU2 ] 14.760599 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 262144 B (256 KB), Free size = 256040 B (250 KB)
[HOST] [IPU2 ] 14.760843 s: SYSTEM: Heap = SR_OCMC @ 0x00000000, Total size = 0 B (0 KB), Free size = 0 B (0 KB)
[HOST] [IPU2 ] 14.760965 s: SYSTEM: Heap = SR_DDR_CACHED @ 0x84203000, Total size = 346030080 B (330 MB), Free size = 346030080 B (330 MB)
[HOST] [IPU2 ] 14.761178 s: SYSTEM: Heap = SR_DDR_NON_CACHED @ 0xa0100000, Total size = 1046656 B (0 MB), Free size = 954496 B (0 MB)
[HOST] [IPU2 ] 14.761331 s: SYSTEM: Initializing Links !!!
[HOST] [IPU2 ] 15.005703 s: malloc addr :84203000!,size:128!
[HOST] [IPU2 ] 15.014945 s: uart_can test capturelink init ..............
[HOST] [IPU2 ] 15.065515 s: SYSTEM: Initializing Links ... DONE !!!
[HOST] [IPU2 ] 15.065637 s: [TIDL Preproc] algId= 11 ---IPU ------> IPU ------> IPU ------>
[HOST] [IPU2 ] 15.107606 s: CHAINS: Application Started !!!
[HOST] [IPU2 ] 15.121484 s: BOARD: Board Init in progress !!!
[HOST] [IPU2 ] 15.122033 s: BOARD: Board Init Done !!!
[20.634984] [StcW] [DBG] =========stitcher result comming...==
[HOST] [HOST ] 27.267980 s:
[HOST] [HOST ]
[HOST] [HOST ] ====================
[HOST] [HOST ] EP12 Vision SDK_3.4 Usecases
[HOST] [HOST ] ====================
[HOST] [HOST ] 1: Single Camera Usecases
[HOST] [HOST ] 2: Multi-Camera LVDS Usecases
[HOST] [HOST ] 3: Open-Compute Usecases
[HOST] [HOST ] 5: ISS Usecases, (TDA2Px ONLY)
[HOST] [HOST ] a: EnjoyMove 3d AVM Usecases
[HOST] [HOST ] b: EnjoyMove BEV, test case Not Ready
[HOST] [HOST ] g: EnjoyMove tidl SEG 384x384 Usecases
[HOST] [HOST ] d: EnjoyMove tidl PLD 256 video input Usecases
[HOST] [HOST ] r: EnjoyMove DVR Usecases
[HOST] [HOST ] h: TIDL DVR/VPE file IO Usecases
[HOST] [HOST ] o: (it's o,not zero) TIDL SSD OD Usecases
[HOST] [HOST ] f: EnjoyMove tidl 384 sgx Freesapce Usecases
[HOST] [HOST ] m: EnjoyMove Capture + 256 pld + bev Usecases
[HOST] [HOST ]
[HOST] [HOST ] p: CPU Status
[HOST] [HOST ] i: Show IP Addr (IPU + NDK + AVB)
[HOST] [HOST ]
[HOST] [HOST ] s: System Settings
[HOST] [HOST ]
[HOST] [HOST ] x: Exit
[HOST] [HOST ] z: Exit - AND SHUTDOWN Remote CPUs
[HOST] [HOST ]
[HOST] [HOST ] Enter Choice:
[HOST] [HOST ]
Hi,
From vision_sdk/build folder, run the below commands
make linux_clean
make clean
rm -rf ../binaries
rm -rf ../links_fw/include/config
make linux
make linux_install
make -s -j depend
make -s -j
Copy the all-new images(MLO, u-boot, kernel image, dtb, firmware, etc) & try to run the demo application
Thanks
Gaviraju