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/AM5728: Virtual camera on VIN3A

Part Number: AM5728
Other Parts Discussed in Thread: DRA752, TPD12S015, TMP102, TLV320AIC3104, PMP

Tool/software: Linux

Hi all,

There is a virtual camera mt9t111 on the vin3a port of my custom 5728 board.In fact,I use dm8127 output discrete sync single 24b RGB stream(output all the time) and modify the mt9t111 configuration to make a virtual mt9t111 camera which can output rgb888 data.I make some change in mt9t11x.c, mux_data.h,and some dts files to fit my board.Following are some change i make(you may ask for the file for detail):

  

Now the question is i can't  capture the right data from my virtual camera.The output of 8127 is 0x445566,44 for blue output, 55 for green and 66 for red.The 24b RGB stream’signal is true and pclk is 74.25MHz,frame size is 1280x800@50fps,therefore,the vip will capture some blank data.

I use "yavta -c2 -fRGB24 -Fvout_800x600_rgb888.rgb -s800x600 /dev/video1" to capture two frame data.The rgb file only contains 55 and 66 which means it don't capture the blue data 44.

and i use the default configuration(i only change the pinmux of vin3a) to capture the data "yavta -c2 -fYUYV -Fvout_800x600_yuyv.yuv -s800x600 /dev/video1" .The yuv file only contains 44 which is blue data.

Sorry for my bad english.If any my description confuses you,ask me for details.

I'm wondering if someone can provide more insight for me on this! Thanks in advance!

Below are the rgb,yuv file i captured(it include some blank data as 0).

 

  • Plus.I read reg vip_main and vip_port_a for some information 

  • The software team have been notified. They will respond here.
  • Hi Biser,
    anything update?
  • Hi Biser, could you please inform the software team again?
  • The person who can answer your questions is out of office till the end of this week. They will respond when they get back.
  • Hi manisha,
    I've viewed this website for several times but i didn't find something useful to my question.Could u provide me something more?
  • I meant, please share with us dmesg log after enabling the debug prints as mentioned in the wiki page -

    echo 3 >/sys/class/video4linux/video1/dev_debug
    This allows V4L2 ioctl calls to be logged.
    echo 3 > /sys/module/videobuf2_core/parameters/debug
    This allows VB2 buffers operation to be logged.
    In addition ti-vip also has specific debug log which can be enabled as follows:
    echo 3 > /sys/module/ti_vip/parameters/debug
  • I've tried what u say and it shows as following

    root@am57xx-evm:~# dmesg
    [ 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.41-gf9f6f0db2d (root@ubuntu) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #101 SMP PREEMPT Fri Aug 4 18:10:27 CST 2017
    [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] Machine model: TI AM572x EVM Rev A3
    [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
    [ 0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
    [ 0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
    [ 0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB
    [ 0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [ 0.000000] cma: Reserved 24 MiB at 0x00000000fe400000
    [ 0.000000] Forcing write-allocate cache policy for SMP
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] OMAP4: Map 0x00000000ffd00000 to fe600000 for dram barrier
    [ 0.000000] On node 0 totalpages: 466176
    [ 0.000000] free_area_init_node: node 0, pgdat c097d940, node_mem_map eeda2000
    [ 0.000000] DMA zone: 1728 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 147456 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 318720 pages, LIFO batch:31
    [ 0.000000] DRA752 ES2.0
    [ 0.000000] PERCPU: Embedded 11 pages/cpu @eed2f000 s14848 r8192 d22016 u45056
    [ 0.000000] pcpu-alloc: s14848 r8192 d22016 u45056 alloc=11*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 464448
    [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=00085a07-02 rw rootfstype=ext4 rootwait
    [ 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: 1648140K/1864704K available (6587K kernel code, 361K rwdata, 2408K rodata, 336K init, 289K bss, 28148K reserved, 188416K cma-reserved, 1250304K highmem)
    [ 0.000000] Virtual kernel memory layout:
    vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
    vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
    lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
    pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    .text : 0xc0008000 - 0xc08d1044 (8997 kB)
    .init : 0xc08d2000 - 0xc0926000 ( 336 kB)
    .data : 0xc0926000 - 0xc0980430 ( 362 kB)
    .bss : 0xc0982000 - 0xc09ca6c0 ( 290 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.000327] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [ 0.000335] OMAP clocksource: 32k_counter at 32768 Hz
    [ 0.000759] Console: colour dummy device 80x30
    [ 0.000775] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
    [ 0.000782] This ensures that you still see kernel messages. Please
    [ 0.000788] update your kernel commandline.
    [ 0.000800] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [ 0.000813] pid_max: default: 32768 minimum: 301
    [ 0.000907] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000917] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.001451] Initializing cgroup subsys io
    [ 0.001467] Initializing cgroup subsys memory
    [ 0.001491] Initializing cgroup subsys devices
    [ 0.001504] Initializing cgroup subsys freezer
    [ 0.001514] Initializing cgroup subsys perf_event
    [ 0.001526] Initializing cgroup subsys pids
    [ 0.001552] CPU: Testing write buffer coherency: ok
    [ 0.001751] /cpus/cpu@0 missing clock-frequency property
    [ 0.001766] /cpus/cpu@1 missing clock-frequency property
    [ 0.001776] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.001812] Setting up static identity map for 0x80008380 - 0x800083e0
    [ 0.080088] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [ 0.080148] Brought up 2 CPUs
    [ 0.080161] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [ 0.080168] CPU: All CPU(s) started in HYP mode.
    [ 0.080174] CPU: Virtualization extensions available.
    [ 0.080545] devtmpfs: initialized
    [ 0.108277] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.109214] omap_hwmod: l3_main_2 using broken dt data from ocp
    [ 0.309817] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.313777] pinctrl core: initialized pinctrl subsystem
    [ 0.314631] NET: Registered protocol family 16
    [ 0.315533] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.340234] cpuidle: using governor ladder
    [ 0.370261] cpuidle: using governor menu
    [ 0.378359] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
    [ 0.378910] OMAP GPIO hardware version 0.1
    [ 0.379578] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
    [ 0.380497] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
    [ 0.381361] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
    [ 0.382217] gpiochip_add: registered GPIOs 128 to 159 on device: gpio
    [ 0.383074] gpiochip_add: registered GPIOs 160 to 191 on device: gpio
    [ 0.383916] gpiochip_add: registered GPIOs 192 to 223 on device: gpio
    [ 0.384778] gpiochip_add: registered GPIOs 224 to 255 on device: gpio
    [ 0.385395] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [ 0.410509] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.410519] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.410978] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [ 0.410987] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [ 0.411565] OMAP DMA hardware revision 0.0
    [ 0.451327] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [ 0.452475] edma 43300000.edma: memcpy is disabled
    [ 0.457226] edma 43300000.edma: TI EDMA DMA engine driver
    [ 0.457622] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-vdd_3v3[0]'
    [ 0.457840] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-aic_dvdd[0]'
    [ 0.458076] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fixedregulator-vtt[0]' - status (0)
    [ 0.458350] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fixedregulator-mmcwl[0]' - status (0)
    [ 0.461384] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [ 0.461569] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [ 0.461725] omap-iommu 58882000.mmu: 58882000.mmu registered
    [ 0.461888] omap-iommu 55082000.mmu: 55082000.mmu registered
    [ 0.462155] omap-iommu 41501000.mmu: 41501000.mmu registered
    [ 0.462350] omap-iommu 41502000.mmu: 41502000.mmu registered
    [ 0.465344] palmas 0-0058: Irq flag is 0x00000008
    [ 0.482688] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
    [ 0.563580] gpiochip_find_base: found new base at 504
    [ 0.563678] gpiochip_add: registered GPIOs 504 to 511 on device: 48070000.i2c:tps659038@58:tps659038_gpio
    [ 0.564090] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [ 0.564581] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [ 0.565141] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
    [ 0.565347] media: Linux media interface: v0.10
    [ 0.565397] Linux video capture interface: v2.00
    [ 0.565434] pps_core: LinuxPPS API ver. 1 registered
    [ 0.565441] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.565466] PTP clock support registered
    [ 0.565507] EDAC MC: Ver: 3.0.0
    [ 0.566248] omap-mailbox 4883c000.mailbox: omap mailbox rev 0x400
    [ 0.566537] omap-mailbox 4883e000.mailbox: omap mailbox rev 0x400
    [ 0.566829] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [ 0.567119] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [ 0.567467] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.568285] clocksource: Switched to clocksource arch_sys_counter
    [ 0.579186] NET: Registered protocol family 2
    [ 0.579675] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [ 0.579738] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.579863] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.579910] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.579941] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.580147] NET: Registered protocol family 1
    [ 0.580392] RPC: Registered named UNIX socket transport module.
    [ 0.580401] RPC: Registered udp transport module.
    [ 0.580408] RPC: Registered tcp transport module.
    [ 0.580414] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.580429] PCI: CLS 0 bytes, default 64
    [ 0.581390] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [ 0.583648] futex hash table entries: 512 (order: 3, 32768 bytes)
    [ 0.591213] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.591864] NFS: Registering the id_resolver key type
    [ 0.591890] Key type id_resolver registered
    [ 0.591897] Key type id_legacy registered
    [ 0.591962] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.593930] bounce: pool size: 64 pages
    [ 0.594083] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [ 0.594100] io scheduler noop registered
    [ 0.594114] io scheduler deadline registered
    [ 0.594149] io scheduler cfq registered (default)
    [ 0.599122] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [ 0.602652] dra7-pcie 51000000.pcie_rc: GPIO lookup for consumer (null)
    [ 0.602664] dra7-pcie 51000000.pcie_rc: using device tree for GPIO lookup
    [ 0.602696] of_get_named_gpiod_flags: parsed 'gpios' property of node '/ocp/axi@0/pcie_rc@51000000[0]' - status (0)
    [ 0.602809] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
    [ 0.602820] No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
    [ 0.602852] IO 0x20003000..0x20012fff -> 0x00000000
    [ 0.602872] MEM 0x20013000..0x2fffffff -> 0x20013000
    [ 0.632738] dra7-pcie 51000000.pcie_rc: link is not up
    [ 0.632904] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
    [ 0.632918] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.632928] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.632937] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [ 0.632971] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
    [ 0.633015] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
    [ 0.633038] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
    [ 0.633106] pci 0000:00:00.0: supports D1
    [ 0.633115] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [ 0.633337] PCI: bus0: Fast back to back transfers disabled
    [ 0.633452] PCI: bus1: Fast back to back transfers enabled
    [ 0.633536] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [ 0.633551] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [ 0.633565] pci 0000:00:00.0: PCI bridge to [bus 01]
    [ 0.633784] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
    [ 0.633797] pcie_pme 0000:00:00.0:pcie01: service driver pcie_pme loaded
    [ 0.633917] aer 0000:00:00.0:pcie02: service driver aer loaded
    [ 0.635044] pwm-backlight backlight: GPIO lookup for consumer enable
    [ 0.635055] pwm-backlight backlight: using device tree for GPIO lookup
    [ 0.635065] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]'
    [ 0.635074] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]'
    [ 0.635082] pwm-backlight backlight: using lookup tables for GPIO lookup
    [ 0.635092] pwm-backlight backlight: lookup for GPIO enable failed
    [ 0.635122] backlight supply power not found, using dummy regulator
    [ 0.693823] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [ 0.697199] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 301, base_baud = 3000000) is a 8250
    [ 1.657547] console [ttyS2] enabled
    [ 1.661930] 48422000.serial: ttyS7 at MMIO 0x48422000 (irq = 302, base_baud = 3000000) is a 8250
    [ 1.672014] [drm] Initialized drm 1.1.0 20060810
    [ 1.678672] OMAP DSS rev 6.1
    [ 1.682437] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [ 1.690880] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
    [ 1.699839] tpd12s015 encoder: GPIO lookup for consumer (null)
    [ 1.699849] tpd12s015 encoder: using device tree for GPIO lookup
    [ 1.699879] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder[0]' - status (0)
    [ 1.699895] tpd12s015 encoder: GPIO lookup for consumer (null)
    [ 1.699903] tpd12s015 encoder: using device tree for GPIO lookup
    [ 1.699940] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder[1]' - status (0)
    [ 1.699953] tpd12s015 encoder: GPIO lookup for consumer (null)
    [ 1.699960] tpd12s015 encoder: using device tree for GPIO lookup
    [ 1.700009] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder[2]' - status (0)
    [ 1.700019] ################### gpio -291219776
    [ 1.704568] ################### gpio########
    [ 1.709555] of_get_named_gpiod_flags: can't parse 'hpd-gpios' property of node '/connector[0]'
    [ 1.709850] panel-dpi display: GPIO lookup for consumer enable
    [ 1.709860] panel-dpi display: using device tree for GPIO lookup
    [ 1.709888] of_get_named_gpiod_flags: parsed 'enable-gpios' property of node '/display[0]' - status (0)
    [ 1.715971] loop: module loaded
    [ 1.722009] libphy: Fixed MDIO Bus: probed
    [ 1.768318] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [ 1.774441] davinci_mdio 48485000.mdio: detected phy mask fffffffd
    [ 1.783109] libphy: 48485000.mdio: probed
    [ 1.787141] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
    [ 1.797499] cpsw 48484000.ethernet: Detected MACID = c8:fd:19:22:70:84
    [ 1.804166] cpsw 48484000.ethernet: cpts: overflow check period 800
    [ 1.811120] cpsw 48484000.ethernet: cpsw: Detected MACID = c8:fd:19:22:70:85
    [ 1.819603] mousedev: PS/2 mouse device common for all mice
    [ 1.825626] i2c /dev entries driver
    [ 1.830673] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_fan[0]' - status (0)
    [ 1.831940] gpio-fan gpio_fan: GPIO fan initialized
    [ 1.837141] tmp102 0-0048: error reading config register
    [ 1.842504] tmp102: probe of 0-0048 failed with error -121
    [ 1.850869] omap_hsmmc 4809c000.mmc: GPIO lookup for consumer cd
    [ 1.850880] omap_hsmmc 4809c000.mmc: using device tree for GPIO lookup
    [ 1.850909] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/mmc@4809c000[0]' - status (0)
    [ 1.850943] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [ 1.855585] omap_hsmmc 4809c000.mmc: GPIO lookup for consumer wp
    [ 1.855593] omap_hsmmc 4809c000.mmc: using device tree for GPIO lookup
    [ 1.855604] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@4809c000[0]'
    [ 1.855612] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@4809c000[0]'
    [ 1.855620] omap_hsmmc 4809c000.mmc: using lookup tables for GPIO lookup
    [ 1.855628] omap_hsmmc 4809c000.mmc: lookup for GPIO wp failed
    [ 1.855961] vdd_3v3: supplied by regen1
    [ 1.898690] omap_hsmmc 480b4000.mmc: GPIO lookup for consumer cd
    [ 1.898701] omap_hsmmc 480b4000.mmc: using device tree for GPIO lookup
    [ 1.898712] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@480b4000[0]'
    [ 1.898722] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@480b4000[0]'
    [ 1.898731] omap_hsmmc 480b4000.mmc: using lookup tables for GPIO lookup
    [ 1.898740] omap_hsmmc 480b4000.mmc: lookup for GPIO cd failed
    [ 1.898750] omap_hsmmc 480b4000.mmc: GPIO lookup for consumer wp
    [ 1.898757] omap_hsmmc 480b4000.mmc: using device tree for GPIO lookup
    [ 1.898766] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@480b4000[0]'
    [ 1.898774] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@480b4000[0]'
    [ 1.898781] omap_hsmmc 480b4000.mmc: using lookup tables for GPIO lookup
    [ 1.898789] omap_hsmmc 480b4000.mmc: lookup for GPIO wp failed
    [ 1.898960] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [ 1.905344] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [ 1.948655] omap_hsmmc 480ad000.mmc: GPIO lookup for consumer cd
    [ 1.948666] omap_hsmmc 480ad000.mmc: using device tree for GPIO lookup
    [ 1.948677] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@480ad000[0]'
    [ 1.948686] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@480ad000[0]'
    [ 1.948694] omap_hsmmc 480ad000.mmc: using lookup tables for GPIO lookup
    [ 1.948702] omap_hsmmc 480ad000.mmc: lookup for GPIO cd failed
    [ 1.948712] omap_hsmmc 480ad000.mmc: GPIO lookup for consumer wp
    [ 1.948719] omap_hsmmc 480ad000.mmc: using device tree for GPIO lookup
    [ 1.948728] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@480ad000[0]'
    [ 1.948736] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@480ad000[0]'
    [ 1.948744] omap_hsmmc 480ad000.mmc: using lookup tables for GPIO lookup
    [ 1.948751] omap_hsmmc 480ad000.mmc: lookup for GPIO wp failed
    [ 1.988790] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led@0[0]' - status (0)
    [ 1.988928] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led@1[0]' - status (0)
    [ 1.989043] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led@2[0]' - status (0)
    [ 1.989166] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led@3[0]' - status (0)
    [ 1.989663] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.999526] NET: Registered protocol family 10
    [ 2.014817] sit: IPv6 over IPv4 tunneling driver
    [ 2.020050] NET: Registered protocol family 17
    [ 2.024742] Key type dns_resolver registered
    [ 2.029210] omap_voltage_late_init: Voltage driver support not added
    [ 2.036088] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [ 2.042350] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [ 2.049069] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [ 2.055279] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [ 2.063468] Power Management for TI OMAP4+ devices.
    [ 2.068589] Registering SWP/SWPB emulation handler
    [ 2.075395] dmm 4e000000.dmm: initialized all PAT entries
    [ 2.098331] #######################in tpd connect ################
    [ 2.107800] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 2.114480] [drm] No driver support for vblank timestamp query.
    [ 2.122329] [drm] Enabling DMM ywrap scrolling
    [ 2.160357] Console: switching to colour frame buffer device 100x30
    [ 2.168612] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
    [ 2.187478] mmc0: host does not support reading read-only switch, assuming write-enable
    [ 2.208806] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [ 2.225395] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER1[0]' - status (0)
    [ 2.225423] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER2[0]' - status (0)
    [ 2.225449] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER3[0]' - status (0)
    [ 2.225472] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER4[0]' - status (0)
    [ 2.225495] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER5[0]' - status (0)
    [ 2.226132] input: gpio_keys as /devices/platform/gpio_keys/input/input0
    [ 2.231417] mmc0: new ultra high speed SDR104 SDHC card at address aaaa
    [ 2.239699] hctosys: unable to open rtc device (rtc0)
    [ 2.241781] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
    [ 2.253554] mmcblk0: p1 p2
    [ 2.258478] aic_dvdd_fixed: disabling
    [ 2.262983] ldousb: disabling
    [ 2.266398] ALSA device list:
    [ 2.269411] No soundcards found.
    [ 2.714967] EXT4-fs (mmcblk0p2): warning: mounting fs with errors, running e2fsck is recommended
    [ 2.727934] EXT4-fs (mmcblk0p2): recovery complete
    [ 2.733917] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.742072] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 2.753736] devtmpfs: mounted
    [ 2.756851] Freeing unused kernel memory: 336K (c08d2000 - c0926000)
    [ 2.763236] This architecture does not have kernel memory protection.
    [ 2.890700] systemd[1]: System time before build time, advancing clock.
    [ 2.920149] random: systemd: uninitialized urandom read (16 bytes read, 27 bits of entropy available)
    [ 2.934547] random: systemd: uninitialized urandom read (16 bytes read, 27 bits of entropy available)
    [ 2.945446] 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)
    [ 2.963818] systemd[1]: Detected architecture arm.
    [ 2.991793] systemd[1]: Set hostname to <am57xx-evm>.
    [ 3.048035] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 29 bits of entropy available)
    [ 3.062911] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 29 bits of entropy available)
    [ 3.079248] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 29 bits of entropy available)
    [ 3.096965] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 30 bits of entropy available)
    [ 3.112594] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 30 bits of entropy available)
    [ 3.174879] random: systemd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
    [ 3.184367] random: systemd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
    [ 3.194117] random: systemd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
    [ 3.378918] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
    [ 3.386702] systemd[1]: sysinit.target: Found dependency on alignment.service/start
    [ 3.394491] systemd[1]: sysinit.target: Found dependency on basic.target/start
    [ 3.401770] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
    [ 3.409223] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
    [ 3.418665] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with sysinit.target/start
    [ 3.450425] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.478522] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.509385] systemd[1]: Created slice System Slice.
    [ 3.528579] systemd[1]: Listening on Journal Socket.
    [ 3.548438] systemd[1]: Reached target Swap.
    [ 3.608450] systemd[1]: Mounting Debug File System...
    [ 3.633569] systemd[1]: Mounting Temporary Directory...
    [ 3.658673] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.688478] systemd[1]: Reached target Paths.
    [ 3.708525] systemd[1]: Listening on udev Kernel Socket.
    [ 3.729062] systemd[1]: Created slice User and Session Slice.
    [ 3.748465] systemd[1]: Reached target Slices.
    [ 3.768614] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 3.798851] systemd[1]: Listening on Network Service Netlink Socket.
    [ 3.858505] systemd[1]: Mounting POSIX Message Queue File System...
    [ 3.895492] systemd[1]: Starting Load Kernel Modules...
    [ 3.911789] CMEMK module: reference Linux version 4.4.41
    [ 3.917730] allocated heap buffer 0x40500000 of size 0x100000
    [ 3.923616] cmemk initialized
    [ 3.923938] systemd[1]: Listening on udev Control Socket.
    [ 3.939334] cryptodev: driver 1.8 loaded.
    [ 3.998789] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 4.039186] systemd[1]: Created slice system-getty.slice.
    [ 4.058568] systemd[1]: Reached target Remote File Systems.
    [ 4.088593] systemd[1]: Listening on Syslog Socket.
    [ 4.138691] systemd[1]: Starting Journal Service...
    [ 4.159200] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ 4.190660] systemd[1]: Starting Setup Virtual Console...
    [ 4.220686] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 4.244410] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [ 4.256785] systemd[1]: Mounted Debug File System.
    [ 4.288686] systemd[1]: Mounted POSIX Message Queue File System.
    [ 4.318528] systemd[1]: Mounted Temporary Directory.
    [ 4.340071] systemd[1]: Started Journal Service.
    [ 4.956626] systemd-journald[127]: Received request to flush runtime journal from PID 1
    [ 5.334823] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
    [ 5.363344] remoteproc0: 58820000.ipu is available
    [ 5.368341] remoteproc0: Note: remoteproc is still under development and considered experimental.
    [ 5.377337] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 5.389970] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [ 5.406943] remoteproc1: 55020000.ipu is available
    [ 5.415753] remoteproc1: Note: remoteproc is still under development and considered experimental.
    [ 5.432814] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 5.453963] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [ 5.481852] remoteproc2: 40800000.dsp is available
    [ 5.487498] remoteproc2: Note: remoteproc is still under development and considered experimental.
    [ 5.501681] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 5.536309] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [ 5.557126] remoteproc3: 41000000.dsp is available
    [ 5.579423] remoteproc3: Note: remoteproc is still under development and considered experimental.
    [ 5.602035] remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 5.619536] remoteproc1: registered virtio0 (type 7)
    [ 5.638893] remoteproc0: registered virtio1 (type 7)
    [ 5.658126] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [ 5.667320] of_get_named_gpiod_flags: can't parse 'gpio-reset' property of node '/ocp/i2c@48070000/tlv320aic3104@18[0]'
    [ 5.667472] aic_dvdd_fixed: supplied by vdd_3v3
    [ 5.678599] rtc-ds1307 2-006f: read error -121
    [ 5.708375] rtc-ds1307: probe of 2-006f failed with error -5
    [ 5.716639] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [ 5.729657] alg: skcipher: setkey failed on test 5 for ecb-des-omap: flags=100
    [ 5.739556] testtest1v value is 24
    [ 5.744383] mt9t11x 4-003c: input-clock-freq: 32000000
    [ 5.749882] rtc rtc1: 48070000.i2c:tps659: dev (254:1)
    [ 5.749892] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: registered 48070000.i2c:tps659 as rtc1
    [ 5.752327] mt9t11x 4-003c: pixel-clock-freq: 74250000
    [ 5.752334] mt9t11x 4-003c: GPIO lookup for consumer reset
    [ 5.752337] mt9t11x 4-003c: using device tree for GPIO lookup
    [ 5.752388] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/ocp/i2c@4807c000/mt9t11x@3C[0]' - status (0)
    [ 5.752429] mt9t11x 4-003c: GPIO lookup for consumer powerdown
    [ 5.752432] mt9t11x 4-003c: using device tree for GPIO lookup
    [ 5.752450] of_get_named_gpiod_flags: parsed 'powerdown-gpios' property of node '/ocp/i2c@4807c000/mt9t11x@3C[0]' - status (0)
    [ 5.752457] mt9t11x 4-003c: GPIO lookup for consumer oscen
    [ 5.752460] mt9t11x 4-003c: using device tree for GPIO lookup
    [ 5.752474] of_get_named_gpiod_flags: parsed 'oscen-gpios' property of node '/ocp/i2c@4807c000/mt9t11x@3C[0]' - status (0)
    [ 5.752481] mt9t11x 4-003c: GPIO lookup for consumer bufen
    [ 5.752484] mt9t11x 4-003c: using device tree for GPIO lookup
    [ 5.752498] of_get_named_gpiod_flags: parsed 'bufen-gpios' property of node '/ocp/i2c@4807c000/mt9t11x@3C[0]' - status (0)
    [ 5.752504] mt9t11x 4-003c: GPIO lookup for consumer camen
    [ 5.752507] mt9t11x 4-003c: using device tree for GPIO lookup
    [ 5.752522] of_get_named_gpiod_flags: parsed 'camen-gpios' property of node '/ocp/i2c@4807c000/mt9t11x@3C[0]' - status (0)
    [ 5.766185] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
    [ 5.778337] mt9t11x 4-003c: mt9t111 chip ID 2680
    [ 5.785522] mt9t11x 4-003c: mt9t11x sensor driver registered !!
    [ 5.793461] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
    [ 5.829488] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: GPIO lookup for consumer id
    [ 5.829499] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: using device tree for GPIO lookup
    [ 5.829508] of_get_named_gpiod_flags: can't parse 'id-gpios' property of node '/ocp/i2c@48070000/tps659038@58/tps659038_usb[0]'
    [ 5.829517] of_get_named_gpiod_flags: can't parse 'id-gpio' property of node '/ocp/i2c@48070000/tps659038@58/tps659038_usb[0]'
    [ 5.829524] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: using lookup tables for GPIO lookup
    [ 5.829532] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: lookup for GPIO id failed
    [ 5.829540] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: GPIO lookup for consumer vbus
    [ 5.829547] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: using device tree for GPIO lookup
    [ 5.829553] of_get_named_gpiod_flags: can't parse 'vbus-gpios' property of node '/ocp/i2c@48070000/tps659038@58/tps659038_usb[0]'
    [ 5.829560] of_get_named_gpiod_flags: can't parse 'vbus-gpio' property of node '/ocp/i2c@48070000/tps659038@58/tps659038_usb[0]'
    [ 5.829570] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: using lookup tables for GPIO lookup
    [ 5.829580] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: lookup for GPIO vbus failed
    [ 5.830907] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: USB cable is attached
    [ 5.838955] pixcir_ts 4-005c: GPIO lookup for consumer attb
    [ 5.838963] pixcir_ts 4-005c: using device tree for GPIO lookup
    [ 5.838971] of_get_named_gpiod_flags: can't parse 'attb-gpios' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]'
    [ 5.838991] of_get_named_gpiod_flags: parsed 'attb-gpio' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]' - status (0)
    [ 5.839002] pixcir_ts 4-005c: GPIO lookup for consumer reset
    [ 5.839008] pixcir_ts 4-005c: using device tree for GPIO lookup
    [ 5.839015] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]'
    [ 5.839033] of_get_named_gpiod_flags: parsed 'reset-gpio' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]' - status (0)
    [ 5.915329] rtc rtc2: 48838000.rtc: dev (254:2)
    [ 5.915346] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc2
    [ 5.968611] pixcir_ts 4-005c: pixcir_set_power_mode: can't read reg 0x33 : -121
    [ 5.983285] pixcir_ts 4-005c: Failed to set IDLE mode
    [ 5.999689] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [ 6.006042] pixcir_ts: probe of 4-005c failed with error -121
    [ 6.115848] vip 48990000.vip: loading firmware vpdma-1b8.bin
    [ 6.121657] vpe 489d0000.vpe: Device registered as /dev/video0
    [ 6.138747] vip 48990000.vip: VPDMA firmware loaded
    [ 6.144740] testtest1v value is 24
    [ 6.157607] vip2-s0: Port A: Using subdev mt9t11x for capture
    [ 6.167436] vip2-s0: device registered as video1
    [ 6.210240] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [ 6.244662] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
    [ 6.402191] SCSI subsystem initialized
    [ 6.479305] remoteproc2: registered virtio2 (type 7)
    [ 6.497852] libata version 3.00 loaded.
    [ 6.563428] remoteproc3: registered virtio3 (type 7)
    [ 6.620279] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound@0[0]'
    [ 6.620290] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound@0[0]'
    [ 6.621211] asoc-simple-card sound@0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [ 6.746663] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [ 6.756662] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [ 6.808597] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 6.860345] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [ 6.866456] ti-pruss 4b200000.pruss: creating PRU cores and other child platform devices
    [ 6.887110] irq: no irq domain found for /ocp/pruss@4b200000/intc@4b220000 !
    [ 6.910700] irq: no irq domain found for /ocp/pruss@4b200000/intc@4b220000 !
    [ 6.952693] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [ 6.964057] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [ 6.976540] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [ 6.992567] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
    [ 7.029144] scsi host0: ahci
    [ 7.033044] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 346
    [ 7.064224] ti-pruss 4b280000.pruss: creating PRU cores and other child platform devices
    [ 7.093351] irq: no irq domain found for /ocp/pruss@4b280000/intc@4b2a0000 !
    [ 7.126166] irq: no irq domain found for /ocp/pruss@4b280000/intc@4b2a0000 !
    [ 7.176205] remoteproc4: 4b234000.pru0 is available
    [ 7.188174] remoteproc4: Note: remoteproc is still under development and considered experimental.
    [ 7.199613] NET: Registered protocol family 15
    [ 7.226798] remoteproc4: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 7.281922] remoteproc4: registered virtio4 (type 7)
    [ 7.288224] pru-rproc 4b234000.pru0: PRU rproc node /ocp/pruss@4b200000/pru0@4b234000 probed successfully
    [ 7.307388] remoteproc5: 4b238000.pru1 is available
    [ 7.341747] remoteproc5: Note: remoteproc is still under development and considered experimental.
    [ 7.375866] remoteproc5: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 7.418132] Initializing XFRM netlink socket
    [ 7.423302] ata1: SATA link down (SStatus 0 SControl 300)
    [ 7.436153] remoteproc5: registered virtio5 (type 7)
    [ 7.442057] pru-rproc 4b238000.pru1: PRU rproc node /ocp/pruss@4b200000/pru1@4b238000 probed successfully
    [ 7.465764] remoteproc6: 4b2b4000.pru0 is available
    [ 7.480099] remoteproc6: Note: remoteproc is still under development and considered experimental.
    [ 7.503623] remoteproc6: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 7.538050] remoteproc6: registered virtio6 (type 7)
    [ 7.544003] pru-rproc 4b2b4000.pru0: PRU rproc node /ocp/pruss@4b280000/pru0@4b2b4000 probed successfully
    [ 7.569728] remoteproc7: 4b2b8000.pru1 is available
    [ 7.581470] Bluetooth: Core ver 2.21
    [ 7.586757] NET: Registered protocol family 31
    [ 7.594291] remoteproc7: Note: remoteproc is still under development and considered experimental.
    [ 7.611789] Bluetooth: HCI device and connection manager initialized
    [ 7.631409] Bluetooth: HCI socket layer initialized
    [ 7.654215] remoteproc7: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 7.674337] Bluetooth: L2CAP socket layer initialized
    [ 7.693567] remoteproc1: powering up 55020000.ipu
    [ 7.713883] remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3743116
    [ 7.726087] Bluetooth: SCO socket layer initialized
    [ 7.738565] remoteproc7: powering up 4b2b8000.pru1
    [ 7.763624] net eth1: initializing cpsw version 1.15 (0)
    [ 7.778062] remoteproc7: Booting fw image am57xx-pru2_1-fw, size 75952
    [ 7.789381] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [ 7.797483] net eth0: initialized cpsw ale version 1.4
    [ 7.797488] net eth0: ALE Table size 1024
    [ 7.804072] ti-pruss 4b280000.pruss: configured system_events = 0x00000000000c0000 intr_channels = 0x0000000a host_intr = 0x0000000a
    [ 7.807030] libphy: PHY 48485000.mdio:02 not found
    [ 7.807037] net eth1: phy "48485000.mdio:02" not found on slave 1, err -19
    [ 7.823978] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [ 7.849846] remoteproc7: remote processor 4b2b8000.pru1 is now up
    [ 7.850030] virtio_rpmsg_bus virtio7: rpmsg host is online
    [ 7.850057] virtio_rpmsg_bus virtio7: creating channel rpmsg-pru addr 0x21
    [ 7.850063] remoteproc7: registered virtio7 (type 7)
    [ 7.850104] pru-rproc 4b2b8000.pru1: PRU rproc node /ocp/pruss@4b280000/pru1@4b2b8000 probed successfully
    [ 7.871268] net eth0: initializing cpsw version 1.15 (0)
    [ 7.983390] net eth0: phy found : id is : 0x221622
    [ 7.999890] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 8.086645] random: nonblocking pool is initialized
    [ 8.151819] remoteproc1: remote processor 55020000.ipu is now up
    [ 8.157649] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 8.160718] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
    [ 8.175995] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x66
    [ 8.176183] remoteproc0: powering up 58820000.ipu
    [ 8.195852] remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4890352
    [ 8.195933] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [ 8.222882] remoteproc0: remote processor 58820000.ipu is now up
    [ 8.270565] virtio_rpmsg_bus virtio1: rpmsg host is online
    [ 8.271230] remoteproc2: powering up 40800000.dsp
    [ 8.271892] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x32
    [ 8.272018] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x33
    [ 8.272223] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
    [ 8.272336] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
    [ 8.386837] remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 21914156
    [ 8.393483] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [ 8.393520] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [ 8.393615] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [ 8.458930] remoteproc2: remote processor 40800000.dsp is now up
    [ 8.472238] virtio_rpmsg_bus virtio2: rpmsg host is online
    [ 8.472339] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d
    [ 8.477683] remoteproc3: powering up 41000000.dsp
    [ 8.582304] remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 21914156
    [ 8.619050] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [ 8.624948] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [ 8.630924] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [ 8.733619] remoteproc3: remote processor 41000000.dsp is now up
    [ 8.771908] virtio_rpmsg_bus virtio3: rpmsg host is online
    [ 8.777784] virtio_rpmsg_bus virtio3: creating channel rpmsg-proto addr 0x3d
    [ 8.804756] remoteproc4: powering up 4b234000.pru0
    [ 8.820060] remoteproc4: Booting fw image am57xx-pru1_0-fw, size 75952
    [ 8.848268] ti-pruss 4b200000.pruss: configured system_events = 0x0000000000030000 intr_channels = 0x00000005 host_intr = 0x00000005
    [ 8.907054] remoteproc4: remote processor 4b234000.pru0 is now up
    [ 8.925441] virtio_rpmsg_bus virtio4: rpmsg host is online
    [ 8.925470] virtio_rpmsg_bus virtio4: creating channel rpmsg-pru addr 0x1e
    [ 8.953386] remoteproc5: powering up 4b238000.pru1
    [ 8.970220] remoteproc5: Booting fw image am57xx-pru1_1-fw, size 75952
    [ 8.977657] usbcore: registered new interface driver usbfs
    [ 8.989134] usbcore: registered new interface driver hub
    [ 9.006055] usbcore: registered new device driver usb
    [ 9.011332] ti-pruss 4b200000.pruss: configured system_events = 0x00000000000c0000 intr_channels = 0x0000000a host_intr = 0x0000000a
    [ 9.039758] remoteproc5: remote processor 4b238000.pru1 is now up
    [ 9.053881] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [ 9.067605] virtio_rpmsg_bus virtio5: rpmsg host is online
    [ 9.073188] virtio_rpmsg_bus virtio5: creating channel rpmsg-pru addr 0x1f
    [ 9.083213] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [ 9.092317] remoteproc6: powering up 4b2b4000.pru0
    [ 9.099213] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [ 9.107989] xhci-hcd xhci-hcd.1.auto: irq 474, io mem 0x48890000
    [ 9.112792] remoteproc6: Booting fw image am57xx-pru2_0-fw, size 75952
    [ 9.112942] ti-pruss 4b280000.pruss: configured system_events = 0x0000000000030000 intr_channels = 0x00000005 host_intr = 0x00000005
    [ 9.138832] remoteproc6: remote processor 4b2b4000.pru0 is now up
    [ 9.147186] virtio_rpmsg_bus virtio6: rpmsg host is online
    [ 9.147210] virtio_rpmsg_bus virtio6: creating channel rpmsg-pru addr 0x20
    [ 9.186163] rpmsg_pru rpmsg0: new rpmsg_pru device: /dev/rpmsg_pru33
    [ 9.196004] hub 1-0:1.0: USB hub found
    [ 9.209861] rpmsg_rpc rpmsg1: probing service dce-callback with src 1024 dst 101
    [ 9.216144] hub 1-0:1.0: 1 port detected
    [ 9.216490] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [ 9.216501] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
    [ 9.216568] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 9.217705] hub 2-0:1.0: USB hub found
    [ 9.217731] hub 2-0:1.0: 1 port detected
    [ 9.218112] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [ 9.218127] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
    [ 9.221605] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
    [ 9.221647] xhci-hcd xhci-hcd.2.auto: irq 475, io mem 0x488d0000
    [ 9.248893] hub 3-0:1.0: USB hub found
    [ 9.248925] hub 3-0:1.0: 1 port detected
    [ 9.249431] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [ 9.249441] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
    [ 9.249523] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 9.250411] hub 4-0:1.0: USB hub found
    [ 9.250650] hub 4-0:1.0: 1 port detected
    [ 9.313945] rpmsg_pru rpmsg9: new rpmsg_pru device: /dev/rpmsg_pru30
    [ 9.314315] rpmsg_pru rpmsg10: new rpmsg_pru device: /dev/rpmsg_pru31
    [ 9.314670] rpmsg_pru rpmsg11: new rpmsg_pru device: /dev/rpmsg_pru32
    [ 9.335387] NET: Registered protocol family 41
    [ 9.581257] rpmsg_rpc rpmsg2: probing service rpmsg-dce with src 1025 dst 102
    [ 9.588484] rpmsg_rpc rpmsg1: published functions = 4
    [ 9.596281] rpmsg_rpc rpmsg6: probing service rpc_example_2 with src 1024 dst 101
    [ 9.604180] rpmsg_rpc rpmsg2: published functions = 9
    [ 9.621619] rpmsg_rpc rpmsg6: published functions = 8
    [ 10.037733] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [ 10.482448] ################### tpd detect #################
    [ 10.500813] ################### tpd detect #################
    [ 19.085665] omap_hwmod: mmu1_dsp1: _wait_target_disable failed
    [ 19.099713] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [ 19.113630] omap_hwmod: mmu1_dsp2: _wait_target_disable failed
    [ 19.127443] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [ 256.566429] vip2-s0: vip_open
    [ 256.566454] vip2-s0: vip_init_port: g_mbus_fmt subdev mbus_code: 100A fourcc:RGB3 size: 640x480
    [ 256.566469] vip2-s0: calc_format_size: fourcc:RGB3 size: 640x480 bpl:1920 img_size:921600
    [ 256.566478] vip2-s0: init_stream fourcc:RGB3 size: 640x480 bpl:1920 img_size:921600
    [ 256.566485] vip2-s0: init_stream vpdma data type: 0x16
    [ 256.566494] vip2-s0: vip_init_stream: stream instance 0x00000001edaf3000
    [ 256.566604] video1: VIDIOC_QUERYCAP: driver=vip, card=vip, bus=platform:vip, version=0x00040429, capabilities=0x85200001, device_caps=0x05200001
    [ 256.566656] vip2-s0: s_fmt input fourcc:RGB3 size: 800x600
    [ 256.566665] vip2-s0: try_fmt fourcc:RGB3 size: 800x600
    [ 256.566675] vip2-s0: try_fmt loop:0 fourcc:RGB3 size: 2048x1536
    [ 256.566683] vip2-s0: try_fmt loop:0 found new larger: 2048x1536
    [ 256.566690] vip2-s0: try_fmt loop:0 found at least larger: 2048x1536
    [ 256.566696] vip2-s0: try_fmt loop:0 found new best: 2048x1536
    [ 256.566704] vip2-s0: try_fmt loop:1 fourcc:RGB3 size: 1920x1200
    [ 256.566710] vip2-s0: try_fmt loop:1 found at least larger: 1920x1200
    [ 256.566717] vip2-s0: try_fmt loop:1 found new best: 1920x1200
    [ 256.566723] vip2-s0: try_fmt loop:2 fourcc:RGB3 size: 1920x1080
    [ 256.566730] vip2-s0: try_fmt loop:2 found at least larger: 1920x1080
    [ 256.566736] vip2-s0: try_fmt loop:2 found new best: 1920x1080
    [ 256.566742] vip2-s0: try_fmt loop:3 fourcc:RGB3 size: 1600x1200
    [ 256.566749] vip2-s0: try_fmt loop:3 found at least larger: 1600x1200
    [ 256.566755] vip2-s0: try_fmt loop:4 fourcc:RGB3 size: 1440x900
    [ 256.566762] vip2-s0: try_fmt loop:4 found at least larger: 1440x900
    [ 256.566768] vip2-s0: try_fmt loop:4 found new best: 1440x900
    [ 256.566775] vip2-s0: try_fmt loop:5 fourcc:RGB3 size: 1280x800
    [ 256.566781] vip2-s0: try_fmt loop:5 found at least larger: 1280x800
    [ 256.566787] vip2-s0: try_fmt loop:5 found new best: 1280x800
    [ 256.566794] vip2-s0: try_fmt loop:6 fourcc:RGB3 size: 1280x720
    [ 256.566800] vip2-s0: try_fmt loop:6 found at least larger: 1280x720
    [ 256.566806] vip2-s0: try_fmt loop:6 found new best: 1280x720
    [ 256.566813] vip2-s0: try_fmt loop:7 fourcc:RGB3 size: 800x600
    [ 256.566819] vip2-s0: try_fmt loop:7 found at least larger: 800x600
    [ 256.566826] vip2-s0: try_fmt loop:7 found new best: 800x600
    [ 256.566832] vip2-s0: try_fmt loop:7 found direct match: 800x600
    [ 256.566840] vip2-s0: calc_format_size: fourcc:RGB3 size: 800x600 bpl:2400 img_size:1440000
    [ 256.566847] vip2-s0: s_fmt try_fmt fourcc:RGB3 size: 800x600
    [ 256.566854] vip2-s0: s_fmt fourcc:RGB3 size: 800x600 bpl:2400 img_size:1440000
    [ 256.566861] vip2-s0: s_fmt pix_to_mbus mbus_code: 100A size: 800x600
    [ 256.566869] vip2-s0: s_fmt subdev fmt mbus_code: 100A size: 800x600
    [ 256.566875] vip2-s0: s_fmt vpdma data type: 0x16
    [ 256.566881] video1: VIDIOC_S_FMT: type=vid-cap, width=800, height=600, pixelformat=RGB3, field=none, bytesperline=2400, sizeimage=1440000, colorspace=8, flags=0x0, ycbcr_enc=0, quantization=0, xfer_func=0
    [ 256.566931] vip2-s0: g_fmt fourcc:RGB3 code: 100a size: 800x600 bpl:2400 img_size:1440000
    [ 256.566938] vip2-s0: g_fmt vpdma data type: 0x16
    [ 256.566943] video1: VIDIOC_G_FMT: type=vid-cap, width=800, height=600, pixelformat=RGB3, field=none, bytesperline=2400, sizeimage=1440000, colorspace=8, flags=0x0, ycbcr_enc=0, quantization=0, xfer_func=0
    [ 256.566989] vip2-s0: get 8 buffer(s) of size 1440000 each.
    [ 256.580539] video1: VIDIOC_REQBUFS: count=8, type=vid-cap, memory=mmap
    [ 256.580707] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=0, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x0, length=1440000
    [ 256.580739] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 256.580802] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=1, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x160000, length=1440000
    [ 256.580830] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 256.580891] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=2, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x2c0000, length=1440000
    [ 256.580918] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 256.580974] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=3, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x420000, length=1440000
    [ 256.580999] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 256.581050] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=4, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x580000, length=1440000
    [ 256.581124] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 256.581184] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=5, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x6e0000, length=1440000
    [ 256.581210] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 256.581263] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=6, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x840000, length=1440000
    [ 256.581288] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 256.581337] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=7, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x9a0000, length=1440000
    [ 256.581361] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 256.581440] MULTI=1 RGB_LO=1
    [ 256.594266] vip2-s0: vip_set_slice_path:
    [ 256.594277] vip2-s0: vip_set_slice_path: DATA_PATH_SELECT(0000010C): 80008000
    [ 256.594284] vip2-s0: vip_set_slice_path:
    [ 256.594292] vip2-s0: vip_set_slice_path: DATA_PATH_SELECT(0000010C): 40008080
    [ 268.732886] port->flags = 64
    [ 268.735785] srce_type = 0
    [ 268.738550] vip2-s0: vip_load_vpdma_list_fifo: start_dma vb2 buf idx:0
    [ 268.739688] vip2-s0: vip_load_vpdma_list_fifo: start_dma vb2 buf idx:1
    [ 268.740829] video1: VIDIOC_STREAMON: type=vid-cap
    [ 268.835971] vip2-s0: vip_stop_streaming:
    [ 268.835987] vip2-s0: vip_disable_sc_path:
    [ 268.836004] vip2-s0: Clear channel no: 38
    [ 268.836030] video1: VIDIOC_STREAMOFF: type=vid-cap
    [ 268.838173] video1: VIDIOC_REQBUFS: count=0, type=vid-cap, memory=mmap
    [ 268.838225] vip2-s0: vip_release
    [ 268.838239] vip2-s0: vip_release_stream: stream instance 0xd30bbef0edaf3000
    [ 268.838248] vip2-s0: vip_release_port: port instance 0xeda45600edace410
    [ 301.652545] EXT4-fs error (device mmcblk0p2): ext4_mb_generate_buddy:758: group 2, block bitmap and bg descriptor inconsistent: 11567 vs 11568 free clusters
    [ 301.670443] EXT4-fs error (device mmcblk0p2): ext4_mb_generate_buddy:758: group 4, block bitmap and bg descriptor inconsistent: 8585 vs 8588 free clusters
    [ 303.838287] EXT4-fs (mmcblk0p2): error count since last fsck: 168
    [ 303.844424] EXT4-fs (mmcblk0p2): initial error at time 1490835432: ext4_mb_generate_buddy:758
    [ 303.852999] EXT4-fs (mmcblk0p2): last error at time 1490835707: ext4_mb_generate_buddy:758
    [ 434.401036] vip2-s0: vip_open
    [ 434.401059] vip2-s0: vip_init_port: g_mbus_fmt subdev mbus_code: 100A fourcc:RGB3 size: 800x600
    [ 434.401074] vip2-s0: calc_format_size: fourcc:RGB3 size: 800x600 bpl:2400 img_size:1440000
    [ 434.401084] vip2-s0: init_stream fourcc:RGB3 size: 800x600 bpl:2400 img_size:1440000
    [ 434.401091] vip2-s0: init_stream vpdma data type: 0x16
    [ 434.401100] vip2-s0: vip_init_stream: stream instance 0x00000001edaf3000
    [ 434.401198] video1: VIDIOC_QUERYCAP: driver=vip, card=vip, bus=platform:vip, version=0x00040429, capabilities=0x85200001, device_caps=0x05200001
    [ 434.401249] vip2-s0: s_fmt input fourcc:RGB3 size: 800x600
    [ 434.401258] vip2-s0: try_fmt fourcc:RGB3 size: 800x600
    [ 434.401267] vip2-s0: try_fmt loop:0 fourcc:RGB3 size: 2048x1536
    [ 434.401275] vip2-s0: try_fmt loop:0 found new larger: 2048x1536
    [ 434.401283] vip2-s0: try_fmt loop:0 found at least larger: 2048x1536
    [ 434.401290] vip2-s0: try_fmt loop:0 found new best: 2048x1536
    [ 434.401297] vip2-s0: try_fmt loop:1 fourcc:RGB3 size: 1920x1200
    [ 434.401304] vip2-s0: try_fmt loop:1 found at least larger: 1920x1200
    [ 434.401310] vip2-s0: try_fmt loop:1 found new best: 1920x1200
    [ 434.401317] vip2-s0: try_fmt loop:2 fourcc:RGB3 size: 1920x1080
    [ 434.401324] vip2-s0: try_fmt loop:2 found at least larger: 1920x1080
    [ 434.401330] vip2-s0: try_fmt loop:2 found new best: 1920x1080
    [ 434.401337] vip2-s0: try_fmt loop:3 fourcc:RGB3 size: 1600x1200
    [ 434.401343] vip2-s0: try_fmt loop:3 found at least larger: 1600x1200
    [ 434.401350] vip2-s0: try_fmt loop:4 fourcc:RGB3 size: 1440x900
    [ 434.401356] vip2-s0: try_fmt loop:4 found at least larger: 1440x900
    [ 434.401363] vip2-s0: try_fmt loop:4 found new best: 1440x900
    [ 434.401369] vip2-s0: try_fmt loop:5 fourcc:RGB3 size: 1280x800
    [ 434.401376] vip2-s0: try_fmt loop:5 found at least larger: 1280x800
    [ 434.401382] vip2-s0: try_fmt loop:5 found new best: 1280x800
    [ 434.401388] vip2-s0: try_fmt loop:6 fourcc:RGB3 size: 1280x720
    [ 434.401395] vip2-s0: try_fmt loop:6 found at least larger: 1280x720
    [ 434.401401] vip2-s0: try_fmt loop:6 found new best: 1280x720
    [ 434.401408] vip2-s0: try_fmt loop:7 fourcc:RGB3 size: 800x600
    [ 434.401414] vip2-s0: try_fmt loop:7 found at least larger: 800x600
    [ 434.401420] vip2-s0: try_fmt loop:7 found new best: 800x600
    [ 434.401426] vip2-s0: try_fmt loop:7 found direct match: 800x600
    [ 434.401434] vip2-s0: calc_format_size: fourcc:RGB3 size: 800x600 bpl:2400 img_size:1440000
    [ 434.401440] vip2-s0: s_fmt try_fmt fourcc:RGB3 size: 800x600
    [ 434.401448] vip2-s0: s_fmt fourcc:RGB3 size: 800x600 bpl:2400 img_size:1440000
    [ 434.401455] vip2-s0: s_fmt pix_to_mbus mbus_code: 100A size: 800x600
    [ 434.401463] vip2-s0: s_fmt subdev fmt mbus_code: 100A size: 800x600
    [ 434.401469] vip2-s0: s_fmt vpdma data type: 0x16
    [ 434.401474] video1: VIDIOC_S_FMT: type=vid-cap, width=800, height=600, pixelformat=RGB3, field=none, bytesperline=2400, sizeimage=1440000, colorspace=8, flags=0x0, ycbcr_enc=0, quantization=0, xfer_func=0
    [ 434.401524] vip2-s0: g_fmt fourcc:RGB3 code: 100a size: 800x600 bpl:2400 img_size:1440000
    [ 434.401531] vip2-s0: g_fmt vpdma data type: 0x16
    [ 434.401536] video1: VIDIOC_G_FMT: type=vid-cap, width=800, height=600, pixelformat=RGB3, field=none, bytesperline=2400, sizeimage=1440000, colorspace=8, flags=0x0, ycbcr_enc=0, quantization=0, xfer_func=0
    [ 434.401582] vip2-s0: get 8 buffer(s) of size 1440000 each.
    [ 434.429466] video1: VIDIOC_REQBUFS: count=8, type=vid-cap, memory=mmap
    [ 434.429676] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=0, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x0, length=1440000
    [ 434.429709] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 434.429790] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=1, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x160000, length=1440000
    [ 434.429818] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 434.429874] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=2, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x2c0000, length=1440000
    [ 434.429901] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 434.429951] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=3, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x420000, length=1440000
    [ 434.429977] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 434.430030] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=4, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x580000, length=1440000
    [ 434.430055] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 434.430108] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=5, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x6e0000, length=1440000
    [ 434.430132] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 434.430179] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=6, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x840000, length=1440000
    [ 434.430204] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 434.430256] video1: VIDIOC_QUERYBUF: 00:00:00.00000000 index=7, type=vid-cap, flags=0x00002000, field=any, sequence=0, memory=mmap, bytesused=0, offset/userptr=0x9a0000, length=1440000
    [ 434.430280] timecode=00:00:00 type=0, flags=0x00000000, frames=0, userbits=0x00000000
    [ 434.430358] MULTI=1 RGB_LO=1
    [ 434.448311] vip2-s0: vip_set_slice_path:
    [ 434.448329] vip2-s0: vip_set_slice_path: DATA_PATH_SELECT(0000010C): 80008080
    [ 434.448337] vip2-s0: vip_set_slice_path:
    [ 434.448345] vip2-s0: vip_set_slice_path: DATA_PATH_SELECT(0000010C): 40008080
    [ 446.601258] port->flags = 64
    [ 446.604187] srce_type = 0
    [ 446.606822] vip2-s0: vip_load_vpdma_list_fifo: start_dma vb2 buf idx:0
    [ 446.607956] vip2-s0: vip_load_vpdma_list_fifo: start_dma vb2 buf idx:1
    [ 446.609576] video1: VIDIOC_STREAMON: type=vid-cap
    [ 446.696698] vip2-s0: vip_stop_streaming:
    [ 446.696714] vip2-s0: vip_disable_sc_path:
    [ 446.696730] vip2-s0: Clear channel no: 38
    [ 446.696758] video1: VIDIOC_STREAMOFF: type=vid-cap
    [ 446.702899] video1: VIDIOC_REQBUFS: count=0, type=vid-cap, memory=mmap
    [ 446.702956] vip2-s0: vip_release
    [ 446.702972] vip2-s0: vip_release_stream: stream instance 0xee8a1ef0edaf3000
    [ 446.702982] vip2-s0: vip_release_port: port instance 0xeda3bf00edace410

  • hi manisha,
    i've updated my dmesg log
  • Can you try attached patch and see if it helps with RGB24 capture?

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/0001_2D00_media_2D00_ti_2D00_vpe_2D00_vip_2D00_On_2D00_RGB_2D00_source_2D00_Multichannel_2D00_flag_2D00_sho.patch

  • hi manisha,
    it helps and need to be further tested
    if anything goes wrong i'll let u know
    Thanks n BR
  • Thanks for the update. Let us know if testing results are positive. If yes, we can integrate the changes in our driver and make it available in next release as part of PLSDK package.