This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TDA2PXEVM: How to resolve the ERROR “omap_l3_noc 44000000.ocp:L3 application error: target 3 mod:2 (unclearable)”

Part Number: TDA2PXEVM

Tool/software: Linux

my chains is "IssCapture -> Alg_SimpleIsp (A15) -> Alg_Dms (A15) -> Encode(IPU) -> Rtsp (A15)"

When i run the usercase ,the kernel will printf

[   43.830190] omap_l3_noc 44000000.ocp: L3 application error: target 3 mod:2 (unclearable)
[   43.841045] omap_l3_noc 44000000.ocp: L3 debug error: target 3 mod:2 (unclearable)

,then there is a problem between Alg_Dms (A15) and Encode(IPU) ;

I find that the info is printed in l3_interrupt_handler(omap_l3_noc.c).because in l3_handle_target function it can`t find the err source. 

I don`t know why it is。

  • Hi @

    can you give some more details: which version is your SDK and did you make any changes to it?

    Also can you attach the full log?

    You can check also this presentation for some reasons why L3 error might happen:

    Regards,

    Yordan

  • The sdk i use is SDK_VISION_03_04_00_00。

    the full log is as fellow:

    U-Boot 2016.05-gb242474 (Sep 07 2018 - 17:54:49 +0800)
    
    CPU  : DRA762-GP ES1.0
    Model: TI DRA762 EVM
    Board: DRA74x EVM REV 
    DRAM:  512 MiB
    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
    165 bytes read in 4 ms (40 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
    4108376 bytes read in 219 ms (17.9 MiB/s)
    107981 bytes read in 29 ms (3.6 MiB/s)
    Booting from mmc0 ...
    Kernel image @ 0x82000000 [ 0x000000 - 0x3eb058 ]
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe2000, end 8ffff5cc ... 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-ga98a2bd-dirty (gq@ecarx-5288-V3) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #15 SMP PREEMPT Mon Sep 10 15:00:39 CST 2018
    [    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 32 MiB
    [    0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x9b000000, size 16 MiB
    [    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x9c000000, size 16 MiB
    [    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: incorrect alignment of CMA region
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: created DMA memory pool at 0x9d200000, size 32 MiB
    [    0.000000] Reserved memory: initialized node cmem@9d200000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] cma: Reserved 24 MiB at 0x97800000
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] OMAP4: Map 0x9fe00000 to fe600000 for dram barrier
    [    0.000000] DRA762 ES1.0
    [    0.000000] PERCPU: Embedded 11 pages/cpu @df5d1000 s14912 r8192 d21952 u45056
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 120192
    [    0.000000] Kernel command line: console=ttyS9,115200n8 vram=16M root=PARTUUID=d9ea6534-02 rw rootwait ip=none mem=512M
    [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Memory: 160304K/485376K available (7751K kernel code, 349K rwdata, 2676K rodata, 336K init, 303K bss, 234960K reserved, 90112K cma-reserved, 0K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc0a3700c   (10429 kB)
    [    0.000000]       .init : 0xc0a38000 - 0xc0a8c000   ( 336 kB)
    [    0.000000]       .data : 0xc0a8c000 - 0xc0ae3520   ( 350 kB)
    [    0.000000]        .bss : 0xc0ae5000 - 0xc0b30d80   ( 304 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.000337] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000345] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000818] Console: colour dummy device 80x30
    [    0.000838] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000851] pid_max: default: 32768 minimum: 301
    [    0.000947] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.000956] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.001494] Initializing cgroup subsys io
    [    0.001511] Initializing cgroup subsys memory
    [    0.001537] Initializing cgroup subsys devices
    [    0.001549] Initializing cgroup subsys freezer
    [    0.001560] Initializing cgroup subsys perf_event
    [    0.001572] Initializing cgroup subsys pids
    [    0.001597] CPU: Testing write buffer coherency: ok
    [    0.001799] /cpus/cpu@0 missing clock-frequency property
    [    0.001817] /cpus/cpu@1 missing clock-frequency property
    [    0.001827] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.001866] Setting up static identity map for 0x80008340 - 0x800083a0
    [    0.080085] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.080152] Brought up 2 CPUs
    [    0.080164] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.080171] CPU: All CPU(s) started in HYP mode.
    [    0.080177] CPU: Virtualization extensions available.
    [    0.081216] devtmpfs: initialized
    [    0.110819] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.111795] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.230960] omap_hwmod: dcan1: _wait_target_disable failed
    [    0.327895] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.327915] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.329740] pinctrl core: initialized pinctrl subsystem
    [    0.330615] NET: Registered protocol family 16
    [    0.331609] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.370224] cpuidle: using governor ladder
    [    0.400253] cpuidle: using governor menu
    [    0.408853] OMAP GPIO hardware version 0.1
    [    0.413034] GPIO line 161 (radio_rst) hogged as output/low
    [    0.415464] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [    0.440786] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.440796] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.441276] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.441285] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.441765] OMAP DMA hardware revision 0.0
    [    0.491564] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.492732] edma 43300000.edma: memcpy is disabled
    [    0.497495] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.502340] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.502524] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.502696] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.502853] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.503138] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.503322] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.505269] usbcore: registered new interface driver usbfs
    [    0.505328] usbcore: registered new interface driver hub
    [    0.505412] usbcore: registered new device driver usb
    [    0.506740] palmas 0-0058: IRQ missing: skipping irq request
    [    0.520722] palmas 0-0058: Muxing GPIO 51, PWM 0, LED 2
    [    0.571260] irq: no irq domain found for /ocp/i2c@48070000/tps65917@58 !
    [    0.571806] pcf857x: probe of 0-0020 failed with error -121
    [    0.572064] pcf857x: probe of 0-0021 failed with error -121
    [    0.572289] pcf857x: probe of 0-0026 failed with error -121
    [    0.572447] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.572853] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.590567] pcf857x: probe of 3-0021 failed with error -121
    [    0.590605] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.590814] media: Linux media interface: v0.10
    [    0.590866] Linux video capture interface: v2.00
    [    0.590910] pps_core: LinuxPPS API ver. 1 registered
    [    0.590917] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.590943] PTP clock support registered
    [    0.590992] EDAC MC: Ver: 3.0.0
    [    0.591747] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.592044] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.592384] Advanced Linux Sound Architecture Driver Initialized.
    [    0.593602] clocksource: Switched to clocksource arch_sys_counter
    [    0.604075] NET: Registered protocol family 2
    [    0.604574] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.604612] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
    [    0.604679] TCP: Hash tables configured (established 4096 bind 4096)
    [    0.604714] UDP hash table entries: 256 (order: 1, 8192 bytes)
    [    0.604735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    [    0.604934] NET: Registered protocol family 1
    [    0.605200] RPC: Registered named UNIX socket transport module.
    [    0.605209] RPC: Registered udp transport module.
    [    0.605216] RPC: Registered tcp transport module.
    [    0.605222] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.606256] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.615210] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.615831] NFS: Registering the id_resolver key type
    [    0.615857] Key type id_resolver registered
    [    0.615865] Key type id_legacy registered
    [    0.615919] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.618993] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.619009] io scheduler noop registered
    [    0.619022] io scheduler deadline registered
    [    0.619056] io scheduler cfq registered (default)
    [    0.621458] vsys_5v0: supplied by vsys_12v0
    [    0.621506] ldo3: supplied by vsys_5v0
    [    0.625283] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [    0.628540] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
    [    0.628553]   No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
    [    0.628587]    IO 0x20003000..0x20012fff -> 0x00000000
    [    0.628607]   MEM 0x20013000..0x2fffffff -> 0x20013000
    [    0.658609] dra7-pcie 51000000.pcie_rc: link is not up
    [    0.658782] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
    [    0.658795] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.658805] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
    [    0.658814] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [    0.659221] PCI: bus0: Fast back to back transfers disabled
    [    0.659340] PCI: bus1: Fast back to back transfers enabled
    [    0.659424] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [    0.659439] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [    0.659451] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    0.659674] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
    [    0.720465] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.723877] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
    [    0.724760] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
    [    0.725608] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 303, base_baud = 3000000) is a 8250
    [    0.726408] console [ttyS9] disabled
    [    0.726457] 4ae2b000.serial: ttyS9 at MMIO 0x4ae2b000 (irq = 304, base_baud = 3000000) is a 8250
    [    1.774693] console [ttyS9] enabled
    [    1.779403] [drm] Initialized drm 1.1.0 20060810
    [    1.784929] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    1.791574] [drm] No driver support for vblank timestamp query.
    [    1.797744] [drm] Initialized vdrm 1.0.0 20110917 on minor 0
    [    1.804633] vsys_3v3: supplied by vsys_12v0
    [    1.808883] ldo5: supplied by vsys_3v3
    [    1.813196] OMAP DSS rev 6.1
    [    1.816971] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [    1.832705] loop: module loaded
    [    1.838650] vmemexp device MAJOR num = 245
    [    1.842785] vmemexp class registered
    [    1.846520] /dev/vmemexp device registered
    [    1.850633] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
    [    1.858909] m25p80 spi32766.0: unrecognized JEDEC id bytes: 00,  0,  0
    [    1.866396] libphy: Fixed MDIO Bus: probed
    [    1.913634] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    1.919757] libphy: 48485000.mdio: probed
    [    1.928105] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver unknown
    [    1.936167] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver unknown
    [    1.944856] cpsw 48484000.ethernet: Detected MACID = 0c:ae:7d:0f:ee:86
    [    1.951499] cpsw 48484000.ethernet: cpts: overflow check period 800
    [    1.958478] cpsw 48484000.ethernet: cpsw: Detected MACID = 0c:ae:7d:0f:ee:87
    [    1.967229] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    1.973454] ohci-pci: OHCI PCI platform driver
    [    1.977994] ohci-platform: OHCI generic platform driver
    [    1.983850] mousedev: PS/2 mouse device common for all mice
    [    1.990061] i2c /dev entries driver
    [    1.994960] gspca_main: v2.14.0 registered
    [    2.002978] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    2.007837] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr104 mode
    [    2.014332] omap_hsmmc 4809c000.mmc: no pinctrl state for ddr50 mode
    [    2.020714] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr50 mode
    [    2.027205] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr25 mode
    [    2.033669] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr12 mode
    [    2.040243] vio_3v3: supplied by vsys_3v3
    [    2.044338] vio_3v3_sd: supplied by vio_3v3
    [    2.048677] ldo4: supplied by vsys_5v0
    [    2.104045] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    2.110431] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    2.133775] smps5: supplied by vsys_3v3
    [    2.137823] vio_1v8: supplied by smps5
    [    2.194476] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.200694] usbcore: registered new interface driver usbhid
    [    2.206326] usbhid: USB HID core driver
    [    2.210244] usbcore: registered new interface driver r8188eu
    [    2.221016] hwspinlock_user gatemp: requested 20 hwspinlocks
    [    2.227160] usbcore: registered new interface driver snd-usb-audio
    [    2.234266] aic_dvdd: supplied by vio_3v3
    [    2.239543] davinci-mcasp 48464000.mcasp: DAI is shared
    [    2.245659] davinci-mcasp 48474000.mcasp: DAI is shared
    [    2.252137] NET: Registered protocol family 10
    [    2.267480] sit: IPv6 over IPv4 tunneling driver
    [    2.272650] NET: Registered protocol family 17
    [    2.277377] Key type dns_resolver registered
    [    2.281800] omap_voltage_late_init: Voltage driver support not added
    [    2.288698] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    2.294956] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    2.301238] buck10: supplied by vsys_3v3
    [    2.305814] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    2.312023] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    2.319340] Power Management for TI OMAP4+ devices.
    [    2.324447] Registering SWP/SWPB emulation handler
    [    2.330561] dmm 4e000000.dmm: workaround for errata i878 in use
    [    2.338006] dmm 4e000000.dmm: initialized all PAT entries
    [    2.345738] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    2.352384] [drm] No driver support for vblank timestamp query.
    [    2.358859] [drm] Initialized omapdrm 1.0.0 20110917 on minor 1
    [    2.386988] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    2.397646] hctosys: unable to open rtc device (rtc0)
    [    2.408364] mmc0: host does not support reading read-only switch, assuming write-enable
    [    2.422941] aic_dvdd: disabling
    [    2.426371] ALSA device list:
    [    2.429460] mmc0: new high speed SDHC card at address 1234
    [    2.435238]   #0: DRA7xx-EVM
    [    2.438303] mmcblk0: mmc0:1234 SA08G 7.21 GiB 
    [    2.444567]  mmcblk0: p1 p2
    [    2.449712] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
    [    2.458609] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
    [    2.518210] mmc1: MAN_BKOPS_EN bit is not set
    [    2.531932] mmc1: mmc_select_hs200 failed, error -74
    [    2.536971] : switch to mmc1 failed
    [    2.542817] mmc1: new MMC card at address 0001
    [    2.558810] mmcblk1: mmc1:0001 DG4008 7.28 GiB 
    [    2.573746] mmcblk1boot0: mmc1:0001 DG4008 partition 1 4.00 MiB
    [    2.590537] mmcblk1boot1: mmc1:0001 DG4008 partition 2 4.00 MiB
    [    5.706529] EXT4-fs (mmcblk0p2): recovery complete
    [    5.718655] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    5.726864] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    5.733986] devtmpfs: mounted
    [    5.737186] Freeing unused kernel memory: 336K
    [    5.741648] This architecture does not have kernel memory protection.
    [    5.962060] systemd[1]: System time before build time, advancing clock.
    [    6.004085] random: systemd: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [    6.016710] random: systemd: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [    6.034391] 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)
    [    6.052961] systemd[1]: Detected architecture arm.
    
    Welcome to Arago 2016.12!
    
    [    6.074836] systemd[1]: Set hostname to <dra7xx-evm>.
    [    6.147521] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
    [    6.188325] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
    [    6.201036] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
    [    6.211226] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
    [    6.227395] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
    [    6.346662] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
    [    6.356239] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
    [    6.366437] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
    [    6.799943] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
    [    6.807791] systemd[1]: sysinit.target: Found dependency on alignment.service/start
    [    6.815567] systemd[1]: sysinit.target: Found dependency on basic.target/start
    [    6.822829] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
    [    6.830303] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
    [    6.839765] 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
    [    6.876116] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    6.903943] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    6.933740] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [    6.953911] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    6.973815] systemd[1]: Listening on Syslog Socket.
    [  OK  ] Listening on Syslog Socket.
    [    6.993760] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    7.013798] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    7.033869] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    7.056914] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    7.073834] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    7.093953] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    7.123858] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    [    7.165902] systemd[1]: Created slice System Slice.
    [  OK  ] Created slice System Slice.
    [    7.213840] systemd[1]: Mounting Debug File System...
             Mounting Debug File System...
    [    7.250406] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    7.276540] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    7.306318] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    7.324589] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [    7.373987] systemd[1]: Starting Setup Virtual Console...
             Starting Setup Virtual Console...
    [    7.396430] 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...
    [    7.424725] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    7.446280] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    7.465169] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [    7.477931] systemd[1]: Mounting Temporary Directory...
             Mounting Temporary Directory...
    [    7.503785] systemd[1]: Reached target Slices.
    [  OK  ] Reached target Slices.
    [    7.523784] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    7.579176] systemd[1]: Mounted Debug File System.
    [  OK  ] Mounted Debug File System.
    [    7.603801] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    7.623774] systemd[1]: Mounted Temporary Directory.
    [  OK  ] Mounted Temporary Directory.
    [    7.644003] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [FAILED] Failed to start Load Kernel Modules.
    See 'systemctl status systemd-modules-load.service' for details.
    [  OK  ] Started Setup Virtual Console.
    [  OK  ] Started Create list of required sta...ce nodes for the current kernel.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Starting udev Coldplug all Devices...
             Starting Create Static Device Nodes in /dev...
             Starting Apply Kernel Variables...
             Starting Flush Journal to Persistent Storage...
    [  OK  ] Started Create Static Device Nodes in /dev.
    [  OK  ] Started Apply Kernel Variables.
    [    8.363212] systemd-journald[115]: Received request to flush runtime journal from PID 1
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /var/volatile...
             Mounting /media/ram...
             Starting udev Kernel Device Manager...
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
             Starting Load/Save Random Seed...
    [  OK  ] Started Create Volatile Files and Directories.
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Started Load/Save Random Seed.
    [    8.977735] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [    8.995825]  remoteproc0: 55020000.ipu is available
    [    9.000735]  remoteproc0: Note: remoteproc is still under development and considered experimental.
    [    9.067254]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    9.108901] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [    9.151877]  remoteproc1: 40800000.dsp is available
    [    9.182405]  remoteproc1: Note: remoteproc is still under development and considered experimental.
    [    9.214076]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
             Starting Network Time Synchronization...
             Starting Update UTMP about System Boot/Shutdown...
    [    9.260017] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [    9.321485]  remoteproc1: registered virtio0 (type 7)
    [    9.338822]  remoteproc2: 41000000.dsp is available
    [  OK  ] Found device /dev/ttyS0.
    [    9.356208]  remoteproc2: Note: remoteproc is still under development and considered experimental.
    [    9.397416]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [  OK  ] Started Network Time Synchronization.
    [    9.442208] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [    9.473477] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    9.512053]  remoteproc2: registered virtio1 (type 7)
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [    9.683577]  remoteproc0: registered virtio2 (type 7)
             Starting Synchronize System and HW clocks...
    [  OK  ] Reached target System Time Synchronized.
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timers.
    [    9.904789] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [  OK  ] Reached target Sockets.
    [  OK  ] Reached target Basic System.
    [    9.941172] SCSI subsystem initialized
    [  OK  ] Started D-Bus System Message Bus.
    [    9.998627] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [   10.052185] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [   10.384064] [drm] Initialized pvr 1.14.3699939 20110701 on minor 2
    [   10.444258] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [   10.451046] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [   10.497302] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst 
    [   10.589211] scsi host0: ahci
    [   10.592522] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 342
    [  OK  ] Started System Logging Service.
             Starting Save/Restore Sound Card State...
             Starting rc.pvr.service...
             Starting Permit User Sessions...
    [  OK  ] Started Kernel Logging Service.
             Starting Login Service...
             Starting Network Service...
    [  OK  ] Started Save/Restore Sound Card State.
    [  OK  ] Started Permit User Sessions.
    [[   10.943921] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
      OK  [   10.963666] ata1: SATA link down (SStatus 0 SControl 300)
    ] Found device /dev/ttyS9.
    [  OK  ] Started Network Service.
    [   11.026680] net eth1: initializing cpsw version 1.15 (0)
    [   11.032840] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [   11.056953] net eth0: initialized cpsw ale version 1.4
    [   11.084563] net eth0: ALE Table size 1024
    [   11.122760] net eth1: phy found : id is : 0x1ccb00
    [   11.160079] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [   11.202618] net eth0: initializing cpsw version 1.15 (0)
    [   11.230085] net eth0: phy found : id is : 0x1ccb00
    [   11.286453] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   11.294895]  remoteproc1: powering up 40800000.dsp
    [   11.300607]  remoteproc1: Booting fw image dra7-dsp1-fw.xe66, size 595025
    [  OK  ] Started rc.pvr.service.
    [   11.324130] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [   11.330030] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [   11.335996] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [   11.415377]  remoteproc1: remote processor 40800000.dsp is now up
    [   11.421967] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   11.441852]  remoteproc2: powering up 41000000.dsp
    [   11.458911]  remoteproc2: Booting fw image dra7-dsp2-fw.xe66, size 595025
    [   11.491596] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [   11.497484] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [   11.503419] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [   11.562714] ------------[ cut here ]------------
    [   11.562821]  remoteproc2: remote processor 41000000.dsp is now up
    [   11.573490] WARNING: CPU: 0 PID: 1 at drivers/bus/omap_l3_noc.c:147 l3_interrupt_handler+0x25c/0x368()
    [   11.582838] 44000000.ocp:L3 Custom Error: MASTER DSP1_MDMA TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [   11.594973] Modules linked in: dwc3(+) udc_core virtio_rpmsg_bus(+) bc_example(O) ahci_platform pvrsrvkm(O) libahci_platform libahci libata extcon_usb_gpio omap_aes_driver scsi_mod omap_sham dwc3_omap extcon omap_des omap_rng rng_core omap_remoteproc remoteproc virtio virtio_ring sch_fq_codel
    [   11.621221] CPU: 0 PID: 1 Comm: systemd Tainted: G           O    4.4.84-ga98a2bd-dirty #15
    [   11.629607] Hardware name: Generic DRA74X (Flattened Device Tree)
    [   11.635726] Backtrace: 
    [   11.638201] [<c0013b1c>] (dump_backtrace) from [<c0013d18>] (show_stack+0x18/0x1c)
    [   11.645803]  r7:c02e93b0 r6:20000193 r5:00000000 r4:c0aac378
    [   11.651532] [<c0013d00>] (show_stack) from [<c02bcc28>] (dump_stack+0x8c/0xa0)
    [   11.658789] [<c02bcb9c>] (dump_stack) from [<c003581c>] (warn_slowpath_common+0x88/0xb8)
    [   11.666913]  r7:c02e93b0 r6:00000093 r5:00000009 r4:d7481df0
    [   11.672640] [<c0035794>] (warn_slowpath_common) from [<c0035884>] (warn_slowpath_fmt+0x38/0x40)
    [   11.681375]  r8:00000017 r7:c098248c r6:00000002 r5:c09820c4 r4:c0982168
    [   11.688156] [<c0035850>] (warn_slowpath_fmt) from [<c02e93b0>] (l3_interrupt_handler+0x25c/0x368)
    [   11.697064]  r3:d7607a80 r2:c0982168
    [   11.700671]  r4:80080003
    [   11.703230] [<c02e9154>] (l3_interrupt_handler) from [<c0082048>] (handle_irq_event_percpu+0xb4/0x160)
    [   11.712576]  r10:c0ae270b r9:d7605240 r8:00000017 r7:00000000 r6:00000000 r5:d76052a0
    [   11.720487]  r4:d7607f80
    [   11.723043] [<c0081f94>] (handle_irq_event_percpu) from [<c0082134>] (handle_irq_event+0x40/0x64)
    [   11.731952]  r10:ac63fc76 r9:a0098976 r8:d7408000 r7:00000000 r6:c0a93ec4 r5:d76052a0
    [   11.739863]  r4:d7605240
    [   11.742421] [<c00820f4>] (handle_irq_event) from [<c0085478>] (handle_fasteoi_irq+0xc0/0x194)
    [   11.750981]  r7:00000000 r6:c0a93ec4 r5:d76052a0 r4:d7605240
    [   11.756706] [<c00853b8>] (handle_fasteoi_irq) from [<c0081674>] (generic_handle_irq+0x2c/0x3c)
    [   11.765353]  r7:00000000 r6:00000000 r5:00000017 r4:c0a8940c
    [   11.771076] [<c0081648>] (generic_handle_irq) from [<c008194c>] (__handle_domain_irq+0x64/0xbc)
    [   11.779815] [<c00818e8>] (__handle_domain_irq) from [<c00094f0>] (gic_handle_irq+0x40/0x7c)
    [   11.788201]  r9:a0098976 r8:fa213000 r7:fa212000 r6:d7481fb0 r5:fa21200c r4:c0a8e8e4
    [   11.796027] [<c00094b0>] (gic_handle_irq) from [<c0014bb4>] (__irq_usr+0x54/0x80)
    [   11.803541] Exception stack(0xd7481fb0 to 0xd7481ff8)
    [   11.808616] 1fa0:                                     7c71651e 9ae00000 28ee4ef4 7d770b8d
    [   11.816832] 1fc0: 9afa5a1b 9a39d3d8 ce9ec4d7 d2d0dcd1 4d71fb98 a0098976 ac63fc76 2fd5f14a
    [   11.825047] 1fe0: bec80778 bec80748 fea00000 00519bf0 a0000010 ffffffff
    [   11.831689]  r9:a0098976 r8:10c5387d r7:10c5387d r6:ffffffff r5:a0000010 r4:00519bf0
    [   11.839513] ---[ end trace 4f24e81d62ac65ef ]---
    [   11.902592] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   11.909302]  remoteproc0: powering up 55020000.ipu
    [   11.923559]  remoteproc0: Booting fw image dra7-ipu2-fw.xem4, size 6414548
    [   11.931749] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [   11.972790] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   11.982971]  remoteproc0: remote processor 55020000.ipu is now up
    [   11.991479] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [   12.000795] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [   12.012362] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   12.021459] xhci-hcd xhci-hcd.2.auto: irq 463, io mem 0x488d0000
    [   12.038380] hub 1-0:1.0: USB hub found
    [   12.040877] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50
    [   12.041065] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
    [   12.042061] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x50
    [   12.071522] hub 1-0:1.0: 1 port detected
    [   12.076108] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   12.082012] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
    [   12.094060] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   12.103082] NET: Registered protocol family 41
    [   12.106539] hub 2-0:1.0: USB hub found
    [   12.106578] hub 2-0:1.0: 1 port detected
    [   12.393641] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [  OK  ] Reached target Sound Card.
             Starting LSB: Dropbear Secure Shell server...
    [   12.574420] hub 1-1:1.0: USB hub found
    [   12.578410] hub 1-1:1.0: 4 ports detected
             Starting weston.service...
    [  OK  ] Reached target Network.
             Starting Network Name Resolution...
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS9.
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Started LSB: Dropbear Secure Shell server.
    [  OK  ] Started weston.service.
    [  OK  ] Started Login Service.
             Starting tiipclad-daemon.service...
             Starting telnetd.service...
    [  OK  ] Started tiipclad-daemon.service.
    [  OK  ] Started telnetd.service.
    [   13.693621] usb 1-1.4: new high-speed USB device number 3 using xhci-hcd
    [   13.877385] usbcore: registered new interface driver r8152
    [   13.917829] usbcore: registered new interface driver cdc_ether
    [   14.014026] usb 1-1.4: reset high-speed USB device number 3 using xhci-hcd
    [   14.168897] r8152 1-1.4:1.0 eth2: v1.08.2
    [   14.263827] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
    [   15.854837] r8152 1-1.4:1.0 eth2: carrier on
    [   15.859170] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org dra7xx-evm ttyS9
    
    Arago 2016.12 dra7xx-evm ttyS9
    
    dra7xx-evm login: 
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org dra7xx-evm ttyS9
    
    Arago 2016.12 dra7xx-evm ttyS9
    
    dra7xx-evm login: root
    root@dra7xx-evm:~# [   36.085648] random: nonblocking pool is initialized
    
    root@dra7xx-evm:~# root
    -sh: root: command not found
    root@dra7xx-evm:~# 
    root@dra7xx-evm:~# 
    root@dra7xx-evm:~# cd /opt/vision_sdk/
    root@dra7xx-evm:/opt/vision_sdk# ls -al
    drwxr-xr-x    4 1005     1015          4096 Jun 11 20:06 .
    drwxr-xr-x    4 1005     1015          4096 Aug  6  2018 ..
    -rwxrwxr-x    1 1005     1015           187 Jun 11 19:54 FragShader.fsh
    -rw-rw-r--    1 1005     1015           252 Jun 11 19:54 FragShader3Dsfm.fsh
    -rwxrwxr-x    1 1005     1015           428 Jun 11 19:54 VertShader.vsh
    -rw-rw-r--    1 1005     1015           483 Jun 11 19:54 VertShader3Dsfm.vsh
    -rwxrwxr-x    1 1005     1015           130 Jun 11 19:54 VipClockInversion.sh
    -rwxrwxr-x    1 1005     1015       1519320 Jun 11 19:54 apps.out
    drwxrwxr-x    2 1005     1015          4096 Aug  6  2018 bin
    -rw-rw-r--    1 1005     1015        119224 Jun 11 19:54 car.pod
    -rwxr-xr-x    1 1005     1015        223304 Jun 11 19:54 cmemk.ko
    -rwxrwxr-x    1 1005     1015           702 Jun 11 19:54 disableDssInterruptsOnA15.sh
    -rwxrwxr-x    1 1005     1015          3433 Jun 11 19:54 enableImx290.sh
    -rwxrwxr-x    1 1005     1015           213 Jun 11 19:54 enableIpu2CCSConectivity.sh
    -rwxrwxr-x    1 1005     1015         15073 Jun 11 19:54 hdmiReceiverConfig.sh
    -rw-rw-r--    1 1005     1015       3145782 Jun 11 19:54 jeep2.bmp
    -rwxrwxr-x    1 1005     1015           272 Jun 11 19:54 load_ocl_kos.sh
    -rwxrwxr-x    1 1005     1015           705 Jun 11 19:54 memcache_load.sh
    -rwxrwxr-x    1 1005     1015            38 Jun 11 19:54 memcache_unload.sh
    drwxrwxr-x    6 1005     1015          4096 Aug  6  2018 models
    -rwxrwxr-x    1 1005     1015            36 Jun 11 19:54 opencl_env.sh
    -rwxrwxr-x    1 1005     1015         21875 Jun 11 19:54 ov106x3Config.sh
    -rwxrwxr-x    1 1005     1015        236427 Jun 11 19:54 pvrscope
    -rwxr-xr-x    1 root     root            65 Jun 11 20:07 run_core.sh
    -rwxrwxr-x    1 1005     1015            58 Jun 11 19:54 setupUltrasonicPinMux.sh
    -rwxrwxr-x    1 1005     1015           155 Jun 11 19:54 tda2exEnableAVB.sh
    -rwxrwxr-x    1 1005     1015          2351 Jun 11 19:54 ub964Init.sh
    -rwxrwxr-x    1 1005     1015           350 Jun 11 19:54 vision_sdk_load.sh
    -rwxrwxr-x    1 1005     1015           778 Jun 11 19:54 vision_sdk_ov490_pinmux.sh
    -rwxrwxr-x    1 1005     1015            23 Jun 11 19:54 vision_sdk_unload.sh
    
    root@dra7xx-evm:/opt/vision_sdk# 
    root@dra7xx-evm:/opt/vision_sdk# 
    root@dra7xx-evm:/opt/vision_sdk# 
    root@dra7xx-evm:/opt/vision_sdk# 
    root@dra7xx-evm:/opt/vision_sdk# ./vision_sdk_load.sh 
    [   62.026341] DMA: Module install successful, device major num = 242 
    [   62.032915] DRV: Module install successful
    insmod: ERROR: could not load module ./bin/cmemk.ko: No such file or directory
    Error: I2C Read failed
    Error: I2C Read failed
    Error: I2C Read failed
    ./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
    updated 0x4A002AC8 value is 00930000
    root@dra7xx-evm:/opt/vision_sdk# ./apps.out 
     [HOST]  OSA: MEM: 0: Mapped 0x9fc00000 to 0xb55b9000 of size 0x00100000 
     [HOST]  OSA: MEM: 1: Mapped 0x84203000 to 0xa88b9000 of size 0x0cd00000 
     [HOST]  OSA: MEM: 2: Mapped 0x9fd00000 to 0xa87f9000 of size 0x00040000 
     [HOST]  OSA: MEM: 3: Mapped 0x[   73.593952] omap_l3_noc 44000000.ocp: L3 application error: target 3 mod:2 (unclearable)
    9fdc0000 to 0xa8839000 of size 0x00080000 
     [HOST]  OSA: MEM: 4[   73.606322] omap_l3_noc 44000000.ocp: L3 debug error: target 3 mod:2 (unclearable)
    : Mapped 0x00000000 to 0x00000000 of size 0x00000000 
     [HOST]  OSA: HOST Remote Log Shared Memory @ 0x9fd4f140
     [HOST]  OSA: DSP1 Remote Log Shared Memory @ 0x9fd769e0
     [HOST]  OSA: DSP2 Remote Log Shared Memory @ 0x9fd9e280
     [HOST]  OSA: IPU2 Remote Log Shared Memory @ 0x9fe63da0
     [HOST] [HOST  ]     80.145366 s:  SYSTEM: System A15 Init in progress hlos !!!
     [HOST] [HOST  ]     80.145458 s:  SYSTEM: IPC: Init in progress !!!
     [HOST] [HOST  ]     80.145458 s:  SYSTEM: IPC: Notify init in progress !!!
     [HOST] [HOST  ]     80.145702 s:  SYSTEM: IPC: [IPU2] socket bind success !!! (dst vproc = 1, endpt = 81)
     [HOST] [HOST  ]     80.145732 s:  SYSTEM: IPC: [IPU2] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
     [HOST] [HOST  ]     80.145763 s:  SYSTEM: IPC: [IPU2] socket connect success !!! (dst vproc = 1, endpt = 80)
     [HOST] [HOST  ]     80.145763 s:  SYSTEM: IPC: [IPU2] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
     [HOST] [HOST  ]     80.145946 s:  SYSTEM: IPC: [DSP1] socket bind success !!! (dst vproc = 2, endpt = 81)
     [HOST] [HOST  ]     80.145946 s:  SYSTEM: IPC: [DSP1] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
     [HOST] [HOST  ]     80.145976 s:  SYSTEM: IPC: [DSP1] socket connect success !!! (dst vproc = 2, endpt = 80)
     [HOST] [HOST  ]     80.145976 s:  SYSTEM: IPC: [DSP1] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
     [HOST] [HOST  ]     80.146159 s:  SYSTEM: IPC: [DSP2] socket bind success !!! (dst vproc = 3, endpt = 81)
     [HOST] [HOST  ]     80.146159 s:  SYSTEM: IPC: [DSP2] socket info (family = 41, dst proc id = -1, endpt = 81) !!!
     [HOST] [HOST  ]     80.146190 s:  SYSTEM: IPC: [DSP2] socket connect success !!! (dst vproc = 3, endpt = 80)
     [HOST] [HOST  ]     80.146220 s:  SYSTEM: IPC: [DSP2] socket info (family = 41, dst proc id = -1, endpt = 1024) !!!
     [HOST] [HOST  ]     80.146342 s:  SYSTEM: IPC: Notify init DONE !!!
     [HOST] [HOST  ]     80.146342 s:  SYSTEM: MSGQ: MsgQ init in progress !!!
     [HOST] [HOST  ]     80.146464 s:  SYSTEM: MSGQ: MsgQ init DONE !!!
     [HOST] [HOST  ]     80.146464 s:  SYSTEM: IPC: Init DONE !!!
     [HOST] [HOST  ]     80.146464 s:  SYSTEM: Initializing A15 Links !!! 
     [HOST] [HOST  ]     80.146647 s:  IPC_OUT_0 : Init done - linkid-0x2000000
     [HOST] [HOST  ]     80.146769 s:  IPC_OUT_1 : Init done - linkid-0x2000001
     [HOST] [HOST  ]     80.146891 s:  IPC_OUT_2 : Init done - linkid-0x2000002
     [HOST] [HOST  ]     80.146983 s:  IPC_OUT_3 : Init done - linkid-0x2000003
     [HOST] [HOST  ]     80.147074 s:  IPC_OUT_4 : Init done - linkid-0x2000004
     [HOST] [HOST  ]     80.147196 s:  IPC_IN_0 : Init done - linkid-0x200000a
     [HOST] [HOST  ]     80.147318 s:  IPC_IN_1 : Init done - linkid-0x200000b
     [HOST] [HOST  ]     80.147410 s:  IPC_IN_2 : Init done - linkid-0x200000c
     [HOST] [HOST  ]     80.147593 s:  IPC_IN_3 : Init done - linkid-0x200000d
     [HOST] [HOST  ]     80.147745 s:  IPC_IN_4 : Init done - linkid-0x200000e
     [HOST] [HOST  ]     80.147898 s:  IPC_IN_5 : Init done - linkid-0x200000f
     [HOST] [HOST  ]     80.148050 s:  IPC_IN_6 : Init done - linkid-0x2000010
     [HOST] [HOST  ]     80.148203 s:  NULL_0 : Init done - linkid-0x2000014
     [HOST] [HOST  ]     80.148325 s:  NULL_1 : Init done - linkid-0x2000015
     [HOST] [HOST  ]     80.148478 s:  RTSP_0 : Init done - linkid-0x200005d
     [HOST] [HOST  ]     80.148661 s:  NULL_SRC_0 : Init done - linkid-0x2000039
     [HOST] [HOST  ]     80.148874 s:  DISP_DIST_SRC_0 : Init done - linkid-0x200005e
     [HOST] [HOST  ]     80.148996 s:  DISP_DIST_SRC_1 : Init done - linkid-0x200005f
     [HOST] [HOST  ]     80.149149 s:  DISP_DIST_SRC_2 : Init done - linkid-0x2000060
     [HOST] [HOST  ]     80.149301 s:  DISP_DIST_SRC_3 : Init done - linkid-0x2000061
     [HOST] [HOST  ]     80.149423 s:  DISP_DIST_SRC_4 : Init done - linkid-0x2000062
     [HOST] [HOST  ]     80.149545 s:  DISP_DIST_SRC_5 : Init done - linkid-0x2000063
     [HOST] [HOST  ]     80.149667 s:  DISP_DIST_SRC_6 : Init done - linkid-0x2000064
     [HOST] [HOST  ]     80.149820 s:  DISP_DIST_SRC_7 : Init done - linkid-0x2000065
     [HOST] [HOST  ]     80.150003 s:  ALGORITHM_0 : Init done - linkid-0x2000031
     [HOST] [HOST  ]     80.150155 s:  ALGORITHM_1 : Init done - linkid-0x2000032
     [HOST] [HOST  ]     80.150277 s:  ALGORITHM_2 : Init done - linkid-0x2000033
     [HOST] [HOST  ]     80.150430 s:  ALGORITHM_3 : Init done - linkid-0x2000034
     [HOST] [HOST  ]     80.150613 s:  ALGORITHM_4 : Init done - linkid-0x2000035
     [HOST] [HOST  ]     80.150765 s:  ALGORITHM_5 : Init done - linkid-0x2000036
     [HOST] [HOST  ]     80.150948 s:  ALGORITHM_6 : Init done - linkid-0x2000037
     [HOST] [HOST  ]     80.151101 s:  ALGORITHM_7 : Init done - linkid-0x2000038
     [HOST] [HOST  ]     80.151101 s: AlgorithmLink_Dms_initPlugin 
     [HOST] [HOST  ]     80.151375 s:  DUP0 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.151589 s:  DUP1 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.152900 s:  DUP2 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.153114 s:  DUP3 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.153358 s:  DUP4 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.156804 s:  SYNC_0 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.156957 s:  SYNC_1 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.157109 s:  SYNC_2 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.157231 s:  SYNC_3 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.157384 s:  MERGE_0 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.157536 s:  MERGE_1 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.157658 s:  MERGE_2 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.157811 s:  MERGE_3 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.157933 s:  MERGE_4 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.158055 s:  SELECT_0 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.158177 s:  SELECT_1 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.158268 s:  GATE_0 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.158390 s:  GATE_1 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.158512 s:  GATE_2 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.158604 s:  GATE_3 : Init done - linkid-0x0
     [HOST] [HOST  ]     80.158695 s:  SGXFRMCPY_0 : Init done - linkid-0x2000044
     [HOST] [HOST  ]     80.158695 s:  SYSTEM: Initializing A15 Links ... DONE !!! 
     [HOST] [HOST  ]     80.160952 s:  OSA: Adjusting global time, timeH by 0 units!!!
     [HOST] [HOST  ]     80.160952 s:  SYSTEM: System A15 Init Done hlos!!!
     [HOST] [DSP1  ]     17.983926 s:  ***** DSP1 Firmware build time 13:37:12 Sep 19 2018
     [HOST] [DSP1  ]     17.983987 s:  *** SYSTEM: CPU Frequency <ORG = 600000000 Hz>, <NEW = 850000000 Hz>
     [HOST] [DSP1  ]     17.984231 s:  SYSTEM: System Common Init in progress !!!
     [HOST] [DSP1  ]     17.984475 s:  UTILS: CIO: Init Done !!!
     [HOST] [DSP1  ]     17.984505 s:  SYSTEM: IPC init in progress !!!
     [HOST] [DSP1  ]     17.984505 s:  SYSTEM: Attaching to [IPU2] ... 
     [HOST] [DSP1  ]     18.602848 s:  SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
     [HOST] [DSP1  ]     18.607789 s:  SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
     [HOST] [DSP1  ]     18.607820 s:  SYSTEM: Notify register to [IPU2] line 0, event 15... 
     [HOST] [DSP1  ]     18.607881 s:  SYSTEM: Notify register to [DSP2] line 0, event 15... 
     [HOST] [DSP1  ]     18.607911 s:  SYSTEM: Notify init done !!!
     [HOST] [DSP1  ]     18.608064 s:  SYSTEM: MsgQ init done !!!
     [HOST] [DSP1  ]     18.608155 s: RpmsgInit in progress...
     [HOST] [DSP1  ]     18.608186 s: Connection established with HLOS, calling rpmsgInit
     [HOST] [DSP1  ]     18.608399 s:  SYSTEM: IPC init DONE !!!
     [HOST] [DSP1  ]     18.608979 s:  SYSTEM: System Common Init Done !!!
     [HOST] [DSP1  ]     18.609009 s:  SYSTEM: System DSP Init in progress !!!
     [HOST] [DSP1  ]     18.609253 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
     [HOST] [DSP1  ]     18.609284 s:  SYSTEM: Heap = LOCAL_L2             @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221 KB)
     [HOST] [DSP1  ]     18.609345 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 524288 B (512 KB), Free size = 520664 B (508 KB)
     [HOST] [DSP1  ]     18.609375 s:  SYSTEM: Initializing Links !!! 
     [HOST] [DSP1  ]     18.618099 s:  SYSTEM: Initializing Links ... DONE !!! 
     [HOST] [DSP1  ]     18.618129 s:  SYSTEM: System DSP Init Done !!!
     [HOST] [DSP1  ]     19.027694 s:  SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after boot !!!
     [HOST] [DSP1  ]     19.027725 s:  SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after update by APP !!!
     [HOST] [DSP2  ]     18.131367 s: ***** DSP2 Firmware build time 13:37:12 Sep 19 2018
     [HOST] [DSP2  ]     18.131428 s:  *** SYSTEM: CPU Frequency <ORG = 600000000 Hz>, <NEW = 850000000 Hz>
     [HOST] [DSP2  ]     18.131672 s:  SYSTEM: System Common Init in progress !!!
     [HOST] [DSP2  ]     18.131885 s:  UTILS: CIO: Init Done !!!
     [HOST] [DSP2  ]     18.131916 s:  SYSTEM: IPC init in progress !!!
     [HOST] [DSP2  ]     18.131916 s:  SYSTEM: Attaching to [IPU2] ... 
     [HOST] [DSP2  ]     18.605837 s:  SYSTEM: Attaching to [IPU2] ... SUCCESS !!!
     [HOST] [DSP2  ]     18.607789 s:  SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
     [HOST] [DSP2  ]     18.607820 s:  SYSTEM: Notify register to [IPU2] line 0, event 15... 
     [HOST] [DSP2  ]     18.607881 s:  SYSTEM: Notify register to [DSP1] line 0, event 15... 
     [HOST] [DSP2  ]     18.607911 s:  SYSTEM: Notify init done !!!
     [HOST] [DSP2  ]     18.608064 s:  SYSTEM: MsgQ init done !!!
     [HOST] [DSP2  ]     18.608155 s: RpmsgInit in progress...
     [HOST] [DSP2  ]     18.608186 s: Connection established with HLOS, calling rpmsgInit
     [HOST] [DSP2  ]     18.608369 s:  SYSTEM: IPC init DONE !!!
     [HOST] [DSP2  ]     18.608979 s:  SYSTEM: System Common Init Done !!!
     [HOST] [DSP2  ]     18.609009 s:  SYSTEM: System DSP Init in progress !!!
     [HOST] [DSP2  ]     18.609253 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
     [HOST] [DSP2  ]     18.609284 s:  SYSTEM: Heap = LOCAL_L2             @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221 KB)
     [HOST] [DSP2  ]     18.609314 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 524288 B (512 KB), Free size = 520664 B (508 KB)
     [HOST] [DSP2  ]     18.609345 s:  SYSTEM: Initializing Links !!! 
     [HOST] [DSP2  ]     18.618068 s:  SYSTEM: Initializing Links ... DONE !!! 
     [HOST] [DSP2  ]     18.618099 s:  SYSTEM: System DSP Init Done !!!
     [HOST] [DSP2  ]     19.029677 s:  SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after boot !!!
     [HOST] [DSP2  ]     19.029707 s:  SYSTEM: CACHE: L1P = 32 KB, L1D = 32 KB, L2 = 32 KB ... after update by APP !!!
     [HOST] [IPU2  ]     18.586866 s:  ***** IPU2 Firmware build time 13:42:50 Sep 19 2018
     [HOST] [IPU2  ]     18.587049 s:  *** SYSTEM: CPU Frequency <ORG = 212800000 Hz>, <NEW = 212800000 Hz>
     [HOST] [IPU2  ]     18.590007 s:  SYSTEM: System Common Init in progress !!!
     [HOST] [IPU2  ]     18.599707 s:  UTILS: CIO: Init Done !!!
     [HOST] [IPU2  ]     18.599798 s:  SYSTEM: IPC init in progress !!!
     [HOST] [IPU2  ]     18.599890 s:  SYSTEM: Attaching to [DSP1] ... 
     [HOST] [IPU2  ]     18.602848 s:  SYSTEM: Attaching to [DSP1] ... SUCCESS !!!
     [HOST] [IPU2  ]     18.605837 s:  SYSTEM: Attaching to [DSP2] ... SUCCESS !!!
     [HOST] [IPU2  ]     18.605959 s:  SYSTEM: Notify register to [DSP1] line 0, event 15... 
     [HOST] [IPU2  ]     18.606081 s:  SYSTEM: Notify register to [DSP2] line 0, event 15... 
     [HOST] [IPU2  ]     18.606203 s:  SYSTEM: Notify init done !!!
     [HOST] [IPU2  ]     18.607942 s:  SYSTEM: MsgQ init done !!!
     [HOST] [IPU2  ]     18.608887 s: RpmsgInit in progress...
     [HOST] [IPU2  ]     18.608979 s: Connection established with HLOS, calling rpmsgInit
     [HOST] [IPU2  ]     18.609619 s:  SYSTEM: IPC init DONE !!!
     [HOST] [IPU2  ]     18.614744 s:  SYSTEM: System Common Init Done !!!
     [HOST] [IPU2  ]     18.614835 s:  SYSTEM: System Init in progress !!!
     [HOST] [IPU2  ]     18.614896 s:  SYSTEM: BSP Common Init in progress !!!
     [HOST] [IPU2  ]     18.614988 s:  SYSTEM: BSP Common Init Done !!!
     [HOST] [IPU2  ]     18.615049 s:  SYSTEM: BSP Platform Init in progress !!!
     [HOST] [IPU2  ]     18.638778 s:  SYSTEM: BSP Platform Init Done !!!
     [HOST] [IPU2  ]     18.638839 s:  SYSTEM: FVID2 Init in progress !!!
     [HOST] [IPU2  ]     18.638992 s:  SYSTEM: FVID2 Init Done !!!
     [HOST] [IPU2  ]     18.639053 s:  SYSTEM: VPS Init in progress !!!
     [HOST] [IPU2  ]     18.639114 s:  SYSTEM: VPDMA Descriptor Memory Address translation ENABLED [0xa0000000 -> 0x80000000]
     [HOST] [IPU2  ]     18.641981 s: *** VPDMA Firmware Loading... ***
     [HOST] [IPU2  ]     18.642103 s: VPDMA Firmware Address = 0x9fe5b5c0
     [HOST] [IPU2  ]     18.642194 s: VPDMA Load Address     = 0x4897d004
     [HOST] [IPU2  ]     18.642286 s: VPDMA Firmware Version = 0x4d0001b8
     [HOST] [IPU2  ]     18.642408 s: VPDMA List Busy Status = 0x00000000
     [HOST] [IPU2  ]     18.642499 s: *** VPDMA Firmware Load Success ***
     [HOST] [IPU2  ]     18.642804 s: *** VPDMA Firmware Loading... ***
     [HOST] [IPU2  ]     18.642896 s: VPDMA Firmware Address = 0x9fe5b5c0
     [HOST] [IPU2  ]     18.642987 s: VPDMA Load Address     = 0x4899d004
     [HOST] [IPU2  ]     18.643079 s: VPDMA Firmware Version = 0x4d0001b8
     [HOST] [IPU2  ]     18.643140 s: VPDMA List Busy Status = 0x00000000
     [HOST] [IPU2  ]     18.643231 s: *** VPDMA Firmware Load Success ***
     [HOST] [IPU2  ]     18.643567 s: *** VPDMA Firmware Loading... ***
     [HOST] [IPU2  ]     18.643658 s: VPDMA Firmware Address = 0x9fe5b5c0
     [HOST] [IPU2  ]     18.643750 s: VPDMA Load Address     = 0x489dd004
     [HOST] [IPU2  ]     18.643841 s: VPDMA Firmware Version = 0x4d0001b8
     [HOST] [IPU2  ]     18.643933 s: VPDMA List Busy Status = 0x00000000
     [HOST] [IPU2  ]     18.643994 s: *** VPDMA Firmware Load Success ***
     [HOST] [IPU2  ]     18.717745 s:  SYSTEM: VPS Init Done !!!
     [HOST] [IPU2  ]     18.718629 s:  UTILS: DMA: HWI Create for INT25 !!!
     [HOST] [IPU2  ]     18.718904 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1024 
     [HOST] [IPU2  ]     18.718995 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 258384 B (252 KB)
     [HOST] [IPU2  ]     18.719148 s:  SYSTEM: Heap = SR_OCMC              @ 0x00000000, Total size = 0 B (0 KB), Free size = 0 B (0 KB)
     [HOST] [IPU2  ]     18.719300 s:  SYSTEM: Heap = SR_DDR_CACHED        @ 0x84203000, Total size = 214958080 B (205 MB), Free size = 214958080 B (205 MB)
     [HOST] [IPU2  ]     18.719514 s:  SYSTEM: Heap = SR_DDR_NON_CACHED    @ 0xbfc00000, Total size = 1046912 B (0 MB), Free size = 1019264 B (0 MB)
     [HOST] [IPU2  ]     18.719697 s:  SYSTEM: Initializing Links !!! 
     [HOST] [IPU2  ]     19.023577 s:  SYSTEM: Initializing Links ... DONE !!! 
     [HOST] [IPU2  ]     19.029677 s:  CHAINS: Application Started !!!
     [HOST] [IPU2  ]     19.043524 s:  BOARD: Board Init in progress !!!
     [HOST] [IPU2  ]     19.044043 s:  BOARD: Board Init Done !!!
     [HOST] [IPU2  ]     19.054077 s:  
     [HOST] [HOST  ]     80.688983 s: 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Sample Application Usecases,
     [HOST] [HOST  ]  --------------------------- 
     [HOST] [HOST  ]  1: Null Source -> Display (Supports only 1920x1080 HDMI display)
     [HOST] [HOST  ]  2: DispDistSrc (weston) + Display (1920x1080 HDMI)
     [HOST] [HOST  ]  4: nullSrc_decode_dms_encode_rtsp 
     [HOST] [HOST  ]  5: UC_null_src_decode_enc_save 
     [HOST] [HOST  ]  6: UC_nullSrc_decode_encode_rtsp 
     [HOST] [HOST  ]  7: UC_iss_capture_simisp_encode_rtsp 
     [HOST] [HOST  ]  8: UC_iss_capture_simisp_dms_encode_rtsp 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  x: Exit 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Enter Choice: 
     [HOST] [HOST  ]  
    8
     [HOST] [HOST  ]     87.735100 s:  Entered Chains_issSimpleIsp_Encode_Rtsp 
     [HOST] [HOST  ]     87.735100 s: 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  =========================================
     [HOST] [HOST  ]  Chains Run-time Dms Alg Type Selection Menu
     [HOST] [HOST  ]  =========================================
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Enter '0' for NULL just framecopy 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Enter '1' for Arcsoft 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Enter Choice: 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]     87.735130 s: 
     [HOST] [HOST  ] Unsupported option '
     [HOST] [HOST  ] '. Please try again
     [HOST] [HOST  ]     87.735130 s: 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  =========================================
     [HOST] [HOST  ]  Chains Run-time Dms Alg Type Selection Menu
     [HOST] [HOST  ]  =========================================
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Enter '0' for NULL just framecopy 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Enter '1' for Arcsoft 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Enter Choice: 
     [HOST] [HOST  ]  
    1
     [HOST] [IPU2  ]     95.968248 s:  ISSCAPTURE: Create in progress !!!
     [HOST] AlgorithmLink_simpleIspCreate 0000000 
     [HOST] AlgorithmLink_simpleIspCreate 11111111111  
     [HOST] AlgorithmLink_simpleIspCreate input data_format 57 (87) 
     [HOST] AlgorithmLink_simpleIspCreate pPrevChInfo(1280, 800) 
     [HOST] [HOST  ]     96.058378 s:  IPC_IN_0   : Create in progress !!!
     [HOST] [HOST  ]     96.058805 s:  IPC_IN_0   : Create Done !!!
     [HOST] [HOST  ]     96.058897 s:  ALGORITHM: Create in progress (algId = 3) !!!
     [HOST] [HOST  ]     96.061947 s:  ALGORITHM: Create Done (algId = 3) !!!
     [HOST] [HOST  ]     96.062008 s:  ALGORITHM: Create in progress (algId = 1) !!!
     [HOST] [IPU2  ]     96.057341 s:  ISSCAPTURE: Create Done !!!
     [HOST] [IPU2  ]     96.057799 s:  IPC_OUT_0   : Create in progress !!!
     [HOST] [IPU2  ]     96.058134 s:  IPC_OUT_0   : Create Done !!!
    id=268488728,id1=20982844,id2=1033,id3=1390149664
    *dmsEngine=a9a55600
    *handle->m_hDrowsyMemMgr=a9a55688
    BUFFER_DMS_left=ac2556b0
     [HOST] [HOST  ]     96.562252 s:  ALGORITHM: Create Done (algId = 1) !!!
     [HOST] [HOST  ]     96.562313 s:  IPC_OUT_0   : Create in progress !!!
     [HOST] [HOST  ]     96.562343 s:  IPC_OUT_0   : Create Done !!!
     [HOST] [IPU2  ]     96.562496 s:  IPC_IN_0   : Create in progress !!!
     [HOST] [IPU2  ]     96.563716 s:  IPC_IN_0   : Create Done !!!
     [HOST] [IPU2  ]     96.564356 s:  ENCODE: Create in progress ... !!!
     [HOST] [IPU2  ]     96.745867 s:  ENCODE: Creating CH0 of 1280 x 800,  pitch = (1280, 1280) [1] [0], bitrate = 256 Kbps ... 
     [HOST] [HOST  ]     96.821692 s:  IPC_IN_1   : Create in progress !!!
     [HOST] [HOST  ]     96.822058 s:  IPC_IN_1   : Create Done !!!
     [HOST] [HOST  ]     96.822119 s:  NULL Link: Create in progress !!!
     [HOST] [HOST  ]     96.822119 s:  RTSP Link: Create done !!!
     [HOST] [HOST  ]     96.823796 s:  guoqiang Entered chains_issSimpleIsp_Display_StartApp 
     [HOST] [DSP1  ]     96.822210 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
     [HOST] [DSP1  ]     96.822241 s:  SYSTEM: Heap = LOCAL_L2             @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221 KB)
     [HOST] [DSP1  ]     96.822271 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 524288 B (512 KB), Free size = 520464 B (508 KB)
     [HOST] [DSP2  ]     96.822485 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
     [HOST] [DSP2  ]     96.822515 s:  SYSTEM: Heap = LOCAL_L2             @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (221 KB)
     [HOST] [DSP2  ]     96.822576 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 524288 B (512 KB), Free size = 520464 B (508 KB)
     [HOST] [IPU2  ]     96.818794 s:  ENCODE: CH0: H264EncCreated:H264ENC_TI DEV.500.V.H264AVC.E.IVAHD.02.01.09.01
     [HOST] [IPU2  ]     96.819069 s:  ENCODE: All CH Create ... DONE !!!
     [HOST] [IPU2  ]     96.820655 s:  ENCODE: Create ... DONE !!!
     [HOST] [IPU2  ]     96.821051 s:  IPC_OUT_1   : Create in progress !!!
     [HOST] [IPU2  ]     96.821387 s:  IPC_OUT_1   : Create Done !!!
     [HOST] [IPU2  ]     96.822851 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
     [HOST] [IPU2  ]     96.822973 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 252096 B (246 KB)
     [HOST] [IPU2  ]     96.823125 s:  SYSTEM: Heap = SR_OCMC              @ 0x00000000, Total size = 0 B (0 KB), Free size = 0 B (0 KB)
     [HOST] [IPU2  ]     96.823278 s:  SYSTEM: Heap = SR_DDR_CACHED        @ 0x84203000, Total size = 214958080 B (205 MB), Free size = 118821376 B (113 MB)
     [HOST] [IPU2  ]     96.823491 s:  SYSTEM: Heap = SR_DDR_NON_CACHED    @ 0xbfc00000, Total size = 1046912 B (0 MB), Free size = 1019264 B (0 MB)
     [HOST] [IPU2  ]     96.823949 s:  *** UTILS: CPU KHz = 20000 Khz ***
     [HOST] [IPU2  ]     97.123436 s: Setting Camera Power to 3!!!
     [HOST] [IPU2  ]     97.123528 s: Waiting for 500 milliseconds!!!
     [HOST] [IPU2  ]     97.623467 s: Serilaizer # 0 has I2CAddr 74 !!!
     [HOST] [IPU2  ]     98.124473 s: AR0144_Start :read some reg i2cinstid = 4 , i2c addr = 40
     [HOST] [IPU2  ]     98.125327 s: AR0144_Start :read the regAddr 0x3000 regValue: 1356 
     [HOST] [IPU2  ]     98.125419 s: AR0144_Start :start  write default reg 
     [HOST] [IPU2  ]     99.183645 s: AR0144_Start :end  write default reg 
     [HOST] [HOST  ]     99.185384 s:  guoqiang 11 Entered chains_issSimpleIsp_Display_StartApp 
     [HOST] [HOST  ]     99.187061 s:  guoqiang 55 Entered chains_issSimpleIsp_Display_StartApp 
     [HOST] [HOST  ]     99.187671 s: 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  ====================
     [HOST] [HOST  ]  Chains Run-time Menu
     [HOST] [HOST  ]  ====================
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  0: Stop Chain
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  p: Print Performance Statistics 
     [HOST] [HOST  ]  
     [HOST] [HOST  ]  Enter Choice: 
     [HOST] [HOST  ]  
     [HOST] [IPU2  ]     99.185048 s: AR0144_Start :read the regAddr 0x3270 regValue: 100 
     [HOST] [IPU2  ]     99.185139 s:  #### Sensor Config time = 2361 msec ####
     [HOST] [IPU2  ]     99.186695 s:  ISSCAPTURE: Start in progress !!!
     [HOST] [IPU2  ]     99.186878 s:  ISSCAPTURE: Start Done !!!
    check_site1 
    check_site2 
    check_site3 
    check_site4 
    check_site5 
    check_site6 
    check_site7 
    check_site8 
    check_site9 
    check_site10 
    chec[   92.711023] omap_l3_noc 44000000.ocp: L3 application error: target 5 mod:1 (unclearable)
    k_site11 
    faceStatus.nface = 0 
    check_site12 
    check_site15 
    [   92.722446] omap_l3_noc 44000000.ocp: L3 debug error: target 5 mod:1 (unclearable)
     [HOST] time_val(ms) = 40.176000
     [HOST] ArcSoft_DMS_tskMain dms_output face_num : 0
     [HOST] dms thread stack size is 8388608 
    check_site1 
    check_site2 
    check_site3 
    check_site4 
    check_site5 
    check_site6 
    check_site7 
    check_site8 
     [HOST] [HOST  ]     99.278716 s: the detect face num is : 0   the pitch(1280, 1280)  use 43 ms 
    check_site9 
    check_site10 
    check_site11 
    faceStatus.nface = 0 
    check_site12 
    check_site15 
     [HOST] time_val(ms) = 49.353000
     [HOST] ArcSoft_DMS_tskMain dms_output face_num : 0
     [HOST] dms thread stack size is 8388608 
    check_site1 
    check_site2 
    check_site3 
    check_site4 
    check_site5 
    check_site6 

  • Hi,

    I have forwarded your question to Linux experts for further help.

    Regards,
    Yordan
  • Hi,

    Does this affect your use-case? I would assume your use-case will continue running. This is more a kernel warning, and isn't an error itself.

    Regards
    Shravan