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.
We have a custom board with AM5728 and SDK 06.03 running. I'm currently testing gstreamer features from software-dl.ti.com/.../Foundational_Components_Multimedia_IVAHD.html
The pipeline that captures and encodes video are failing. The problem seems to be somehow related to the 'vpe' plugin. If I simply change vpe to videoconvert then the pipelines are working fine.
The CMA size has been increased to 256MB, but it didn't help.
=> setenv optargs cma=256MiB
=> saveenv
[ 0.000000] cma: Reserved 256 MiB at 0x00000000efc00000
Example of the failing pipeline:
root@am57xx-evm:~# /etc/init.d/weston stop
Stopping Weston
root@am57xx-evm:~# gst-launch-1.0 -v v4l2src device=/dev/video1 io-mode=2 ! 'video/x-raw, format=(string)YUY2, width=(int)640, height=(int)480, framerate=(fraction)30/1' ! vpe num-input-buffers=8 ! tee name=t ! queue ! ducatimpeg4enc bitrate=4000 ! queue ! mpeg4videoparse ! qtmux ! filesink location=x.mp4 t. ! queue ! kmssink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
/GstPipeline:pipeline0/GstKMSSink:kmssink0: display-width = 1280
/GstPipeline:pipeline0/GstKMSSink:kmssink0: display-height = 1024
Setting pipeline to PLAYING ...
New clock: GstSystemClock
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw, format=(string)YUY2, width=(int)640, height=(int)480, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)2:4:5:1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw, format=(string)YUY2, width=(int)640, height=(int)480, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)2:4:5:1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstVpe:vpe0.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstTee:t.GstTeePad:src_0: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstTee:t.GstTeePad:src_1: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstQueue:queue2.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstTee:t.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstVpe:vpe0.GstPad:sink: caps = video/x-raw, format=(string)YUY2, width=(int)640, height=(int)480, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)2:4:5:1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw, format=(string)YUY2, width=(int)640, height=(int)480, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)2:4:5:1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstQueue:queue2.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstDucatiMPEG4Enc:ducatimpeg4enc0.GstPad:src: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601, chroma-site=(string)jpeg
/GstPipeline:pipeline0/GstQueue:queue1.GstPad:sink: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601, chroma-site=(string)jpeg
/GstPipeline:pipeline0/GstQueue:queue1.GstPad:src: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601, chroma-site=(string)jpeg
/GstPipeline:pipeline0/GstMpeg4VParse:mpeg4vparse0.GstPad:sink: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt601, chroma-site=(string)jpeg
/GstPipeline:pipeline0/GstDucatiMPEG4Enc:ducatimpeg4enc0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstKMSSink:kmssink0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstVpe:vpe0.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstTee:t.GstTeePad:src_0: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstDucatiMPEG4Enc:ducatimpeg4enc0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
** (gst-launch-1.0:1001): CRITICAL **: 15:27:33.882: gst_fd_memory_get_fd: assertion 'GST_IS_FD_ALLOCATOR (mem->allocator)' failed
** (gst-launch-1.0:1001): CRITICAL **: 15:27:33.882: gst_fd_memory_get_fd: assertion 'GST_IS_FD_ALLOCATOR (mem->allocator)' failed
** (gst-launch-1.0:1001): CRITICAL **: 15:27:33.882: gst_fd_memory_get_fd: assertion 'GST_IS_FD_ALLOCATOR (mem->allocator)' failed
** (gst-launch-1.0:1001): CRITICAL **: 15:27:33.882: gst_fd_memory_get_fd: assertion 'GST_IS_FD_ALLOCATOR (mem->allocator)' failed
/GstPipeline:pipeline0/GstTee:t.GstTeePad:src_1: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstQueue:queue2.GstPad:src: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstKMSSink:kmssink0.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstQueue:queue2.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
/GstPipeline:pipeline0/GstTee:t.GstPad:sink: caps = video/x-raw, format=(string)NV12, width=(int)640, height=(int)480, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1
** (gst-launch-1.0:1001): CRITICAL **: 15:27:33.889: gst_fd_memory_get_fd: assertion 'GST_IS_FD_ALLOCATOR (mem->allocator)' failed
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
../../../../gstreamer-1.14.4/libs/gst/base/gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason error (-5)
Execution ended after 0:00:00.462899394
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
The dmesg log is attached.
[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.19.94-gbe5389fd85 (fominykh@fominykh-P67A-UD3-B3) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #76 SMP PREEMPT Tue Dec 15 17:41:04 MSK 2020 [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] OF: fdt: Machine model: Akkord Sitara ARM (TI AM5728) [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB [ 0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009d000000, size 32 MiB [ 0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB [ 0.000000] OF: reserved mem: initialized node dsp2-memory@9f000000, compatible id shared-dma-pool [ 0.000000] cma: Reserved 256 MiB at 0x00000000efc00000 [ 0.000000] OMAP4: Map 0x00000000ffd00000 to (ptrval) for dram barrier [ 0.000000] On node 0 totalpages: 465920 [ 0.000000] DMA zone: 1728 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 139008 pages, LIFO batch:31 [ 0.000000] HighMem zone: 326912 pages, LIFO batch:63 [ 0.000000] DRA752 ES2.0 [ 0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0 [ 0.000000] percpu: Embedded 15 pages/cpu s32396 r8192 d20852 u61440 [ 0.000000] pcpu-alloc: s32396 r8192 d20852 u61440 alloc=15*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 464192 [ 0.000000] Kernel command line: console=ttyS2,115200n8 cma=256MiB root=PARTUUID=32cff79e-02 rw rootfstype=ext4 rootwait [ 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: 1435492K/1863680K available (10240K kernel code, 338K rwdata, 2828K rodata, 2048K init, 268K bss, 34972K reserved, 393216K cma-reserved, 1045504K 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 : 0x(ptrval) - 0x(ptrval) (12256 kB) .init : 0x(ptrval) - 0x(ptrval) (2048 kB) .data : 0x(ptrval) - 0x(ptrval) ( 339 kB) .bss : 0x(ptrval) - 0x(ptrval) ( 269 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] Tasks RCU enabled. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] OMAP clockevent source: timer1 at 32786 Hz [ 0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns [ 0.000006] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns [ 0.000019] Switching to timer-based delay loop, resolution 162ns [ 0.000293] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns [ 0.000303] OMAP clocksource: 32k_counter at 32768 Hz [ 0.000749] Console: colour dummy device 80x30 [ 0.000792] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475) [ 0.000807] pid_max: default: 32768 minimum: 301 [ 0.000927] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000943] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001503] CPU: Testing write buffer coherency: ok [ 0.001538] CPU0: Spectre v2: using ICIALLU workaround [ 0.001752] /cpus/cpu@0 missing clock-frequency property [ 0.001772] /cpus/cpu@1 missing clock-frequency property [ 0.001785] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.059921] Setting up static identity map for 0x80200000 - 0x80200060 [ 0.079934] rcu: Hierarchical SRCU implementation. [ 0.100140] EFI services will not be available. [ 0.120001] smp: Bringing up secondary CPUs ... [ 0.200388] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.200394] CPU1: Spectre v2: using ICIALLU workaround [ 0.200516] smp: Brought up 1 node, 2 CPUs [ 0.200529] SMP: Total of 2 processors activated (24.59 BogoMIPS). [ 0.200537] CPU: All CPU(s) started in HYP mode. [ 0.200545] CPU: Virtualization extensions available. [ 0.201108] devtmpfs: initialized [ 0.217843] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.218117] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.218136] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.224521] pinctrl core: initialized pinctrl subsystem [ 0.225054] DMI not present or invalid. [ 0.225338] NET: Registered protocol family 16 [ 0.226520] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.227432] omap_hwmod: l3_main_2 using broken dt data from ocp [ 0.418239] cpuidle: using governor ladder [ 0.418275] cpuidle: using governor menu [ 0.428299] gpio gpiochip0: (gpio-0-31): added GPIO chardev (254:0) [ 0.428366] gpiochip_setup_dev: registered GPIOs 0 to 31 on device: gpiochip0 (gpio-0-31) [ 0.428409] OMAP GPIO hardware version 0.1 [ 0.429031] gpio gpiochip1: (gpio-32-63): added GPIO chardev (254:1) [ 0.429097] gpiochip_setup_dev: registered GPIOs 32 to 63 on device: gpiochip1 (gpio-32-63) [ 0.429736] gpio gpiochip2: (gpio-64-95): added GPIO chardev (254:2) [ 0.429805] gpiochip_setup_dev: registered GPIOs 64 to 95 on device: gpiochip2 (gpio-64-95) [ 0.430452] gpio gpiochip3: (gpio-96-127): added GPIO chardev (254:3) [ 0.430524] gpiochip_setup_dev: registered GPIOs 96 to 127 on device: gpiochip3 (gpio-96-127) [ 0.431161] gpio gpiochip4: (gpio-128-159): added GPIO chardev (254:4) [ 0.431226] gpiochip_setup_dev: registered GPIOs 128 to 159 on device: gpiochip4 (gpio-128-159) [ 0.431857] gpio gpiochip5: (gpio-160-191): added GPIO chardev (254:5) [ 0.431922] gpiochip_setup_dev: registered GPIOs 160 to 191 on device: gpiochip5 (gpio-160-191) [ 0.432555] gpio gpiochip6: (gpio-192-223): added GPIO chardev (254:6) [ 0.432620] gpiochip_setup_dev: registered GPIOs 192 to 223 on device: gpiochip6 (gpio-192-223) [ 0.433259] gpio gpiochip7: (gpio-224-255): added GPIO chardev (254:7) [ 0.433329] gpiochip_setup_dev: registered GPIOs 224 to 255 on device: gpiochip7 (gpio-224-255) [ 0.454061] No ATAGs? [ 0.454134] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.454149] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.455007] OMAP DMA hardware revision 0.0 [ 0.466592] edma 43300000.edma: memcpy is disabled [ 0.469934] edma 43300000.edma: TI EDMA DMA engine driver [ 0.477093] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported) [ 0.477642] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-main_12v0[0]' [ 0.477885] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-evm_5v0[0]' [ 0.477909] evm_5v0: supplied by main_12v0 [ 0.478177] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-vdd_3v3[0]' [ 0.478403] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-aic_dvdd[0]' [ 0.478655] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-vtt[0]' [ 0.481228] omap-iommu 40d01000.mmu: 40d01000.mmu registered [ 0.481412] omap-iommu 40d02000.mmu: 40d02000.mmu registered [ 0.481660] omap-iommu 58882000.mmu: 58882000.mmu registered [ 0.481905] omap-iommu 55082000.mmu: 55082000.mmu registered [ 0.482279] omap-iommu 41501000.mmu: 41501000.mmu registered [ 0.482453] omap-iommu 41502000.mmu: 41502000.mmu registered [ 0.482740] iommu: Adding device 58820000.ipu to group 1 [ 0.482821] iommu: Adding device 55020000.ipu to group 2 [ 0.482949] iommu: Adding device 40800000.dsp to group 0 [ 0.483176] iommu: Adding device 41000000.dsp to group 3 [ 0.484387] SCSI subsystem initialized [ 0.485440] palmas 0-0058: Irq flag is 0x00000008 [ 0.512355] palmas 0-0058: Muxing GPIO 2b, PWM 0, LED 0 [ 0.513975] SMPS12: supplied by regulator-dummy [ 0.515698] SMPS3: supplied by regulator-dummy [ 0.517382] SMPS45: supplied by regulator-dummy [ 0.519218] SMPS6: supplied by regulator-dummy [ 0.520658] SMPS7: supplied by regulator-dummy [ 0.522080] SMPS8: supplied by regulator-dummy [ 0.523361] SMPS9: supplied by regulator-dummy [ 0.524044] LDO1: supplied by regulator-dummy [ 0.531485] LDO2: supplied by regulator-dummy [ 0.541349] LDO3: supplied by regulator-dummy [ 0.541411] random: fast init done [ 0.551359] LDO4: supplied by regulator-dummy [ 0.561384] LDO5: supplied by regulator-dummy [ 0.562091] LDO6: supplied by regulator-dummy [ 0.562792] LDO7: supplied by regulator-dummy [ 0.563487] LDO8: supplied by regulator-dummy [ 0.564197] LDO9: supplied by regulator-dummy [ 0.571403] LDOLN: supplied by regulator-dummy [ 0.581435] LDOUSB: supplied by regulator-dummy [ 0.593060] gpiochip_find_base: found new base at 504 [ 0.593208] gpio gpiochip8: (48070000.i2c:tps659038@58:tps659038_gpio): added GPIO chardev (254:8) [ 0.593280] gpiochip_setup_dev: registered GPIOs 504 to 511 on device: gpiochip8 (48070000.i2c:tps659038@58:tps659038_gpio) [ 0.593847] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz [ 0.594419] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz [ 0.594633] media: Linux media interface: v0.10 [ 0.594672] videodev: Linux video capture interface: v2.00 [ 0.594745] pps_core: LinuxPPS API ver. 1 registered [ 0.594755] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.594776] PTP clock support registered [ 0.594806] EDAC MC: Ver: 3.0.0 [ 0.595615] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400 [ 0.595867] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400 [ 0.596360] Advanced Linux Sound Architecture Driver Initialized. [ 0.597152] clocksource: Switched to clocksource arch_sys_counter [ 0.605434] NET: Registered protocol family 2 [ 0.606011] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes) [ 0.606041] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.606105] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.606232] TCP: Hash tables configured (established 8192 bind 8192) [ 0.606305] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.606340] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.606468] NET: Registered protocol family 1 [ 0.626902] RPC: Registered named UNIX socket transport module. [ 0.626913] RPC: Registered udp transport module. [ 0.626921] RPC: Registered tcp transport module. [ 0.626930] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.626942] PCI: CLS 0 bytes, default 64 [ 0.627999] hw perfevents: no interrupt-affinity property for /pmu, guessing. [ 0.628211] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.629190] Initialise system trusted keyrings [ 0.629321] workingset: timestamp_bits=14 max_order=19 bucket_order=5 [ 0.634365] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.644867] NFS: Registering the id_resolver key type [ 0.644890] Key type id_resolver registered [ 0.644899] Key type id_legacy registered [ 0.644942] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.646570] Key type asymmetric registered [ 0.646581] Asymmetric key parser 'x509' registered [ 0.646629] bounce: pool size: 64 pages [ 0.646665] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.646676] io scheduler noop registered [ 0.646686] io scheduler deadline registered [ 0.646788] io scheduler cfq registered (default) [ 0.646799] io scheduler mq-deadline registered [ 0.646808] io scheduler kyber registered [ 0.652630] pinctrl-single 4a003400.pinmux: 282 pins, size 1128 [ 0.660051] vdd_3v3: supplied by regen1 [ 0.660280] aic_dvdd_fixed: supplied by vdd_3v3 [ 0.660354] vtt_fixed: supplied by smps3 [ 0.705575] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.709142] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 43, base_baud = 3000000) is a 8250 [ 0.710086] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 44, base_baud = 3000000) is a 8250 [ 1.700351] console [ttyS2] enabled [ 1.704747] 48066000.serial: ttyS4 at MMIO 0x48066000 (irq = 45, base_baud = 3000000) is a 8250 [ 1.714390] 48068000.serial: ttyS5 at MMIO 0x48068000 (irq = 46, base_baud = 3000000) is a 8250 [ 1.724021] 48420000.serial: ttyS6 at MMIO 0x48420000 (irq = 47, base_baud = 3000000) is a 8250 [ 1.734870] omap_rng 48090000.rng: Random Number Generator ver. 20 [ 1.735417] random: crng init done [ 1.741968] omapdss_dss 58000000.dss: Linked as a consumer to regulator.22 [ 1.751567] DSS: OMAP DSS rev 6.1 [ 1.757911] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.16 [ 1.765418] omapdss_hdmi5 58040000.encoder: Dropping the link to regulator.16 [ 1.772988] tpd12s015 encoder: GPIO lookup for consumer (null) [ 1.772997] tpd12s015 encoder: using device tree for GPIO lookup [ 1.773014] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/encoder[0]' [ 1.773028] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/encoder[0]' [ 1.773037] tpd12s015 encoder: using lookup tables for GPIO lookup [ 1.773044] tpd12s015 encoder: No GPIO consumer (null) found [ 1.773052] tpd12s015 encoder: GPIO lookup for consumer (null) [ 1.773058] tpd12s015 encoder: using device tree for GPIO lookup [ 1.773072] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/encoder[1]' [ 1.773085] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/encoder[1]' [ 1.773093] tpd12s015 encoder: using lookup tables for GPIO lookup [ 1.773100] tpd12s015 encoder: No GPIO consumer (null) found [ 1.773107] tpd12s015 encoder: GPIO lookup for consumer (null) [ 1.773113] tpd12s015 encoder: using device tree for GPIO lookup [ 1.773140] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder[2]' - status (0) [ 1.773178] gpio gpiochip6: Persistence not supported for GPIO 12 [ 1.773915] connector-hdmi connector: GPIO lookup for consumer hpd [ 1.773923] connector-hdmi connector: using device tree for GPIO lookup [ 1.773938] of_get_named_gpiod_flags: can't parse 'hpd-gpios' property of node '/connector[0]' [ 1.773952] of_get_named_gpiod_flags: can't parse 'hpd-gpio' property of node '/connector[0]' [ 1.773961] connector-hdmi connector: using lookup tables for GPIO lookup [ 1.773968] connector-hdmi connector: No GPIO consumer hpd found [ 1.785653] brd: module loaded [ 1.795017] loop: module loaded [ 1.802502] spi spi0.0: setup: ignoring unsupported mode bits 200 [ 1.808968] [m25] spi_nor_read_id: JEDEC bytes: 0xef 0x40 0x18 0x0 0x0 [ 1.815542] m25p80 spi0.0: w25q128 (16384 Kbytes) [ 1.820335] 2 fixed-partitions partitions found on MTD device spi0.0 [ 1.826719] Creating 2 MTD partitions on "spi0.0": [ 1.831558] 0x000000000000-0x000000010000 : "QSPI.test1" [ 1.837633] 0x000000010000-0x000000020000 : "QSPI.test2" [ 1.844219] mdio_bus fixed-0: GPIO lookup for consumer reset [ 1.844226] mdio_bus fixed-0: using lookup tables for GPIO lookup [ 1.844234] mdio_bus fixed-0: No GPIO consumer reset found [ 1.844259] libphy: Fixed MDIO Bus: probed [ 1.852012] mdio_bus 48485000.mdio: GPIO lookup for consumer reset [ 1.852020] mdio_bus 48485000.mdio: using device tree for GPIO lookup [ 1.852038] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/ethernet@48484000/mdio@48485000[0]' [ 1.852053] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/ethernet@48484000/mdio@48485000[0]' [ 1.852062] mdio_bus 48485000.mdio: using lookup tables for GPIO lookup [ 1.852070] mdio_bus 48485000.mdio: No GPIO consumer reset found [ 1.907185] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000 [ 1.914879] libphy: 48485000.mdio: probed [ 1.920910] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/ethernet@48484000/mdio@48485000/ethernet-phy@2[0]' [ 1.923437] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/ethernet@48484000/mdio@48485000/ethernet-phy@3[0]' [ 1.923604] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver Micrel KSZ9031 Gigabit PHY [ 1.933328] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver Micrel KSZ9031 Gigabit PHY [ 1.943577] cpsw 48484000.ethernet: Detected MACID = a8:10:87:77:1d:e8 [ 1.950213] cpsw 48484000.ethernet: initialized cpsw ale version 1.4 [ 1.956597] cpsw 48484000.ethernet: ALE Table size 1024 [ 1.961912] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies) [ 1.969919] cpsw 48484000.ethernet: cpsw: Detected MACID = a8:10:87:77:1d:e9 [ 1.978256] i2c /dev entries driver [ 1.983571] gpio-fan gpio_fan: GPIO lookup for consumer alarm [ 1.983579] gpio-fan gpio_fan: using device tree for GPIO lookup [ 1.983595] of_get_named_gpiod_flags: can't parse 'alarm-gpios' property of node '/gpio_fan[0]' [ 1.983610] of_get_named_gpiod_flags: can't parse 'alarm-gpio' property of node '/gpio_fan[0]' [ 1.983619] gpio-fan gpio_fan: using lookup tables for GPIO lookup [ 1.983627] gpio-fan gpio_fan: No GPIO consumer alarm found [ 1.983640] gpio-fan gpio_fan: GPIO lookup for consumer (null) [ 1.983647] gpio-fan gpio_fan: using device tree for GPIO lookup [ 1.983672] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_fan[0]' - status (0) [ 1.983680] no flags found for (null) [ 1.984938] gpio-fan gpio_fan: GPIO fan initialized [ 1.990358] lm75_probe kind: 7 [ 1.993811] lm75 0-004c: hwmon1: sensor 'lm75b' [ 2.001601] cpu cpu0: Linked as a consumer to regulator.6 [ 2.007110] cpu cpu0: Linked as a consumer to regulator.29 [ 2.014279] sdhci: Secure Digital Host Controller Interface driver [ 2.020990] sdhci: Copyright(c) Pierre Ossman [ 2.026281] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.032578] sdhci-omap 4809c000.mmc: GPIO lookup for consumer cd [ 2.032583] sdhci-omap 4809c000.mmc: using device tree for GPIO lookup [ 2.032602] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/mmc@4809c000[0]' - status (0) [ 2.032631] gpio gpiochip5: Persistence not supported for GPIO 27 [ 2.032640] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22) [ 2.041498] sdhci-omap 4809c000.mmc: Got CD GPIO [ 2.046136] sdhci-omap 4809c000.mmc: GPIO lookup for consumer wp [ 2.046141] sdhci-omap 4809c000.mmc: using device tree for GPIO lookup [ 2.046151] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@4809c000[0]' [ 2.046161] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@4809c000[0]' [ 2.046167] sdhci-omap 4809c000.mmc: using lookup tables for GPIO lookup [ 2.046172] sdhci-omap 4809c000.mmc: No GPIO consumer wp found [ 2.046295] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.28 [ 2.053186] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.3 [ 2.059968] sdhci-omap 4809c000.mmc: Dropping the link to regulator.3 [ 2.066484] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.3 [ 2.073377] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode [ 2.105750] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA [ 2.113413] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led0[0]' - status (0) [ 2.113445] gpio gpiochip7: Persistence not supported for GPIO 21 [ 2.113449] no flags found for gpios [ 2.113534] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led1[0]' - status (0) [ 2.113545] gpio gpiochip7: Persistence not supported for GPIO 22 [ 2.113550] no flags found for gpios [ 2.113630] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led3[0]' - status (0) [ 2.113657] gpio gpiochip6: Persistence not supported for GPIO 15 [ 2.113662] no flags found for gpios [ 2.114116] ledtrig-cpu: registered to indicate activity on CPUs [ 2.124057] ##### aic32x4: aic32x4_probe: [ 2.124060] ##### aic32x4: parser_dt: [ 2.128222] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/i2c@48070000/tlv320aic3254@18[0]' [ 2.131991] ##### aic32x4: !!!NP micpga_routing: 0x0 [ 2.137131] tlv320aic32x4 0-0018: Linked as a consumer to regulator.3 [ 2.145886] NET: Registered protocol family 10 [ 2.151045] Segment Routing with IPv6 [ 2.154783] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 2.161129] NET: Registered protocol family 17 [ 2.165768] Key type dns_resolver registered [ 2.170178] Registering SWP/SWPB emulation handler [ 2.174989] omap_voltage_late_init: Voltage driver support not added [ 2.181398] Power Management for TI OMAP4+ devices. [ 2.186845] Loading compiled-in X.509 certificates [ 2.206913] mmc0: host does not support reading read-only switch, assuming write-enable [ 2.217971] dmm 4e000000.dmm: workaround for errata i878 in use [ 2.224028] mmc0: new high speed SDHC card at address aaaa [ 2.230100] dmm 4e000000.dmm: initialized all PAT entries [ 2.230289] mmcblk0: mmc0:aaaa SB32G 29.7 GiB [ 2.240374] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.16 [ 2.247875] omapdss_hdmi5 58040000.encoder: Dropping the link to regulator.16 [ 2.255383] tpd12s015 encoder: GPIO lookup for consumer (null) [ 2.255389] tpd12s015 encoder: using device tree for GPIO lookup [ 2.255401] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/encoder[0]' [ 2.255410] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/encoder[0]' [ 2.255417] tpd12s015 encoder: using lookup tables for GPIO lookup [ 2.255422] tpd12s015 encoder: No GPIO consumer (null) found [ 2.255427] tpd12s015 encoder: GPIO lookup for consumer (null) [ 2.255432] tpd12s015 encoder: using device tree for GPIO lookup [ 2.255441] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/encoder[1]' [ 2.255450] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/encoder[1]' [ 2.255455] tpd12s015 encoder: using lookup tables for GPIO lookup [ 2.255460] tpd12s015 encoder: No GPIO consumer (null) found [ 2.255465] tpd12s015 encoder: GPIO lookup for consumer (null) [ 2.255469] tpd12s015 encoder: using device tree for GPIO lookup [ 2.255488] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder[2]' - status (0) [ 2.255500] gpio gpiochip6: Persistence not supported for GPIO 12 [ 2.256001] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound0[0]' [ 2.256012] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound0[0]' [ 2.256066] ##### aic32x4: component_probe: tlv320aic32x4.0-0018 [ 2.261172] mmcblk0: p1 p2 [ 2.265225] ##### aic32x4: setup_gpios: 0xff 0xff 0x4 0xff 0x8 [ 2.271696] ##### aic32x4: component_probe:LDO-REG 0x1 [ 2.278191] ##### aic32x4: component_probe: routing 0x0 [ 2.283818] ##### aic32x4: write ADC_SETUP: 0x0 [ 2.303040] ##### aic32x4:set_dai_sysclk 24000000 [ 2.307778] asoc_simple_card_init_dai slots: 2, tx_slot_mask: 2, rx_slot_mask 1 [ 2.315155] asoc_simple_card_init_dai slots: 2, tx_slot_mask: 1, rx_slot_mask 2 [ 2.322513] davinci_mcasp_set_tdm_slot slots: 2, width: 16 [ 2.328035] ##### aic32x4:set_dai_fmt: 1 (0x1005)! [ 2.333019] aic32x4: clock&frame master! [ 2.339962] asoc-simple-card sound0: tlv320aic32x4-hifi <-> 4846c000.mcasp mapping ok [ 2.347864] asoc-simple-card sound0: ASoC: no DMI vendor name! [ 2.361578] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.16 [ 2.369363] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops) [ 2.377366] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops) [ 2.386082] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2.392739] [drm] No driver support for vblank timestamp query. [ 2.539995] [drm] Enabling DMM ywrap scrolling [ 2.553969] Console: switching to colour frame buffer device 160x64 [ 2.566988] omapdrm omapdrm.0: fb0: omapdrm frame buffer device [ 2.573556] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0 [ 2.581175] hctosys: unable to open rtc device (rtc0) [ 2.586792] ALSA device list: [ 2.589805] #0: Akkord Sitara Audio [ 2.628714] EXT4-fs (mmcblk0p2): recovery complete [ 2.633542] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 2.641779] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 2.659987] devtmpfs: mounted [ 2.664080] Freeing unused kernel memory: 2048K [ 2.668776] Run /sbin/init as init process [ 2.985748] systemd[1]: System time before build time, advancing clock. [ 3.022709] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid) [ 3.045057] systemd[1]: Detected architecture arm. [ 3.079936] systemd[1]: Set hostname to <am57xx-evm>. [ 3.248189] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. [ 3.265548] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) [ 3.474365] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 3.517626] systemd[1]: Listening on udev Kernel Socket. [ 3.547985] systemd[1]: Listening on Journal Socket (/dev/log). [ 3.577491] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 3.634780] systemd[1]: Listening on Process Core Dump Socket. [ 3.796626] cmemk: loading out-of-tree module taints kernel. [ 3.803444] CMEMK module: reference Linux version 4.19.94 [ 3.809778] allocated heap buffer 0x40500000 of size 0x100000 [ 3.820272] cmemk initialized [ 4.138761] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ 4.784867] systemd-journald[97]: Received request to flush runtime journal from PID 1 [ 5.152305] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver [ 5.197987] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver [ 5.206038] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000 [ 5.226163] remoteproc remoteproc0: 58820000.ipu is available [ 5.238793] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver [ 5.251197] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2 [ 5.268001] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver [ 5.306533] remoteproc remoteproc0: powering up 58820000.ipu [ 5.315092] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000 [ 5.323302] remoteproc remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2 [ 5.332809] remoteproc remoteproc1: 55020000.ipu is available [ 5.343573] remoteproc remoteproc0: request_firmware failed: -2 [ 5.375116] omap-rproc 40800000.dsp: ignoring dependency for device, assuming no driver [ 5.418704] omap-rproc 40800000.dsp: ignoring dependency for device, assuming no driver [ 5.456467] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000 [ 5.501241] remoteproc remoteproc2: 40800000.dsp is available [ 5.535308] omap-rproc 41000000.dsp: ignoring dependency for device, assuming no driver [ 5.567567] omap-rproc 41000000.dsp: ignoring dependency for device, assuming no driver [ 5.594804] omap-rproc 41000000.dsp: assigned reserved memory node dsp2-memory@9f000000 [ 5.603144] remoteproc remoteproc3: 41000000.dsp is available [ 5.638731] remoteproc remoteproc1: powering up 55020000.ipu [ 5.644599] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3751348 [ 5.687422] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1 [ 5.751329] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: GPIO lookup for consumer id [ 5.751339] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: using device tree for GPIO lookup [ 5.751355] of_get_named_gpiod_flags: can't parse 'id-gpios' property of node '/ocp/i2c@48070000/tps659038@58/tps659038_usb[0]' [ 5.751367] of_get_named_gpiod_flags: can't parse 'id-gpio' property of node '/ocp/i2c@48070000/tps659038@58/tps659038_usb[0]' [ 5.751374] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: using lookup tables for GPIO lookup [ 5.751381] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: No GPIO consumer id found [ 5.751388] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: GPIO lookup for consumer vbus [ 5.751393] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: using device tree for GPIO lookup [ 5.751404] of_get_named_gpiod_flags: can't parse 'vbus-gpios' property of node '/ocp/i2c@48070000/tps659038@58/tps659038_usb[0]' [ 5.751426] of_get_named_gpiod_flags: parsed 'vbus-gpio' property of node '/ocp/i2c@48070000/tps659038@58/tps659038_usb[0]' - status (0) [ 5.751439] gpio gpiochip3: Persistence not supported for GPIO 21 [ 5.753977] Driver for 1-wire Dallas network protocol. [ 5.761762] rtc rtc1: 48070000.i2c:tps659038@58:tps659038_rtc: dev (253:1) [ 5.761777] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: registered 48070000.i2c:tps659038@58:tps659038_rtc as rtc1 [ 5.817512] rtc-ds1307 2-006f: got IRQ 178 [ 5.817844] rtc-ds1307 2-006f: read: b4 36 15 2a 21 32 20 [ 5.817855] rtc-ds1307 2-006f: read secs=34, mins=36, hours=15, mday=21, mon=11, year=120, wday=1 [ 5.818240] rtc-ds1307 2-006f: mcp794xx_read_alarm, sec=0 min=0 hour=0 wday=0 mday=1 mon=0 enabled=0 polarity=0 irq=0 match=0 [ 5.818619] rtc-ds1307 2-006f: read: b4 36 15 2a 21 32 20 [ 5.818628] rtc-ds1307 2-006f: read secs=34, mins=36, hours=15, mday=21, mon=11, year=120, wday=1 [ 5.818638] rtc rtc0: alarm rollover: year [ 5.818999] rtc-ds1307 2-006f: read: b4 36 15 2a 21 32 20 [ 5.819009] rtc-ds1307 2-006f: read secs=34, mins=36, hours=15, mday=21, mon=11, year=120, wday=1 [ 5.819207] rtc-ds1307 2-006f: char device (253:0) [ 5.819222] rtc-ds1307 2-006f: registered as rtc0 [ 5.886802] at24 0-0050: GPIO lookup for consumer wp [ 5.886811] at24 0-0050: using device tree for GPIO lookup [ 5.886827] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/i2c@48070000/eeprom@50[0]' [ 5.886838] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/i2c@48070000/eeprom@50[0]' [ 5.886845] at24 0-0050: using lookup tables for GPIO lookup [ 5.886851] at24 0-0050: No GPIO consumer wp found [ 5.887739] at24 0-0050: 8192 byte 24c64 EEPROM, writable, 32 bytes/write [ 5.914441] virtio_rpmsg_bus virtio0: rpmsg host is online [ 5.917571] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65 [ 5.932132] remoteproc remoteproc1: registered virtio0 (type 7) [ 5.936456] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x66 [ 5.942900] remoteproc remoteproc1: remote processor 55020000.ipu is now up [ 5.957207] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.:. Driver in Interrupt mode [ 6.014533] omap_rtc 48838000.rtc: char device (253:2) [ 6.014542] omap_rtc 48838000.rtc: registered as rtc2 [ 6.168637] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d [ 6.189165] w1_master_driver w1_bus_master1: Family 1 for 01.000000000000.3d is not registered. [ 6.311681] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 6.319470] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2 [ 6.326033] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3 [ 6.326350] phy phy-4a084000.phy.3: Linked as a consumer to regulator.23 [ 6.331894] omap-des 480a5000.des: will run requests pump with realtime priority [ 6.351952] phy phy-4a085000.phy.4: Linked as a consumer to regulator.23 [ 6.574505] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3 [ 6.588620] omap-aes 4b500000.aes: will run requests pump with realtime priority [ 6.604279] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3 [ 6.613570] libata version 3.00 loaded. [ 6.616502] omap-aes 4b700000.aes: will run requests pump with realtime priority [ 6.916725] net eth1: initializing cpsw version 1.15 (0) [ 6.938383] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin [ 6.953478] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 1 [ 7.048234] Micrel KSZ9031 Gigabit PHY 48485000.mdio:03: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=48485000.mdio:03, irq=POLL) [ 7.068814] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 7.069614] vpe 489d0000.vpe: Device registered as /dev/video0 [ 7.085150] net eth0: initializing cpsw version 1.15 (0) [ 7.185673] ahci 4a140000.sata: controller can't do 64bit DMA, forcing 32bit [ 7.193103] snd_soc_simple_card_utils: exports duplicate symbol asoc_simple_card_canonicalize_cpu (owned by kernel) [ 7.207210] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok [ 7.216497] omap-hdmi-audio omap-hdmi-audio.0.auto: ASoC: no DMI vendor name! [ 7.217687] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled [ 7.231856] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode [ 7.236500] Micrel KSZ9031 Gigabit PHY 48485000.mdio:02: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=48485000.mdio:02, irq=POLL) [ 7.258378] ahci 4a140000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst [ 7.277862] scsi host0: ahci [ 7.281094] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 82 [ 7.294688] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 7.345233] snd_soc_simple_card_utils: exports duplicate symbol asoc_simple_card_canonicalize_cpu (owned by kernel) [ 7.365192] mdio_bus 4b2b2400.mdio: GPIO lookup for consumer reset [ 7.365201] mdio_bus 4b2b2400.mdio: using device tree for GPIO lookup [ 7.365215] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/pruss-soc-bus@4b2a6004/pruss@4b280000/mdio@4b2b2400[0]' [ 7.365226] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/pruss-soc-bus@4b2a6004/pruss@4b280000/mdio@4b2b2400[0]' [ 7.365232] mdio_bus 4b2b2400.mdio: using lookup tables for GPIO lookup [ 7.365238] mdio_bus 4b2b2400.mdio: No GPIO consumer reset found [ 7.417206] davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6, bus freq 1000000 [ 7.424903] libphy: 4b2b2400.mdio: probed [ 7.454930] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/pruss-soc-bus@4b2a6004/pruss@4b280000/mdio@4b2b2400/ethernet-phy@2[0]' [ 7.458105] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/pruss-soc-bus@4b2a6004/pruss@4b280000/mdio@4b2b2400/ethernet-phy@1[0]' [ 7.458287] davinci_mdio 4b2b2400.mdio: phy[1]: device 4b2b2400.mdio:01, driver Micrel KSZ8041 [ 7.466972] davinci_mdio 4b2b2400.mdio: phy[2]: device 4b2b2400.mdio:02, driver Micrel KSZ8041 [ 7.620580] ata1: SATA link down (SStatus 0 SControl 300) [ 7.654248] remoteproc remoteproc4: 4b234000.pru is available [ 7.665487] pru-rproc 4b234000.pru: PRU rproc node pru@4b234000 probed successfully [ 7.677121] remoteproc remoteproc5: 4b238000.pru is available [ 7.686196] pru-rproc 4b238000.pru: PRU rproc node pru@4b238000 probed successfully [ 7.703375] remoteproc remoteproc6: 4b2b4000.pru is available [ 7.716284] pru-rproc 4b2b4000.pru: PRU rproc node pru@4b2b4000 probed successfully [ 7.725059] remoteproc remoteproc7: 4b2b8000.pru is available [ 7.731498] pru-rproc 4b2b8000.pru: PRU rproc node pru@4b2b8000 probed successfully [ 7.906982] remoteproc remoteproc2: powering up 40800000.dsp [ 7.917476] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 20984136 [ 7.936652] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0 [ 7.945513] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0 [ 7.965581] virtio_rpmsg_bus virtio1: rpmsg host is online [ 7.968132] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x3d [ 7.971169] remoteproc remoteproc2: registered virtio1 (type 7) [ 7.986630] remoteproc remoteproc2: remote processor 40800000.dsp is now up [ 8.062349] prueth pruss2_eth: port 1: using random MAC addr: 12:07:7c:d6:28:a6 [ 8.064446] remoteproc remoteproc3: powering up 41000000.dsp [ 8.128562] aic32x4_set_mfp5_gpio: MFP5 is not configure as a GPIO output [ 8.151861] remoteproc remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 20984136 [ 8.158303] aic32x4_set_mfp5_gpio: MFP5 is not configure as a GPIO output [ 8.191945] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0 [ 8.197897] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0 [ 8.197951] prueth pruss2_eth: port 2: using random MAC addr: 32:20:c5:8f:7b:9b [ 8.265325] virtio_rpmsg_bus virtio2: rpmsg host is online [ 8.266050] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d [ 8.296426] remoteproc remoteproc3: registered virtio2 (type 7) [ 8.350418] remoteproc remoteproc3: remote processor 41000000.dsp is now up [ 8.377896] prueth pruss2_eth: pruss_fw_drop_untagged_vlan 0 [ 8.383794] prueth pruss2_eth: pruss MC Mask (Port 0) ff:ff:ff:ff:ff:ff [ 8.443764] prueth pruss2_eth: pruss MC Mask (Port 1) ff:ff:ff:ff:ff:ff [ 8.513228] prueth pruss2_eth: TI PRU ethernet (type 0) driver initialized [ 8.614123] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ] [ 9.625601] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: probing service dce-callback with src 1024 dst 101 [ 9.636768] dwc3 48890000.usb: Failed to get clk 'ref': -2 [ 9.663569] rpmsg_rpc virtio0.rpmsg-rpc.-1.102: probing service rpmsg-dce with src 1025 dst 102 [ 9.672764] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: published functions = 4 [ 9.688996] dwc3 488d0000.usb: Failed to get clk 'ref': -2 [ 9.715627] rpmsg_rpc virtio0.rpmsg-rpc.-1.102: published functions = 9 [ 9.834835] NET: Registered protocol family 45 [ 9.886474] usbcore: registered new interface driver usbfs [ 9.917902] usbcore: registered new interface driver hub [ 9.924960] usbcore: registered new device driver usb [ 9.930836] iep ptp bc clkid -1 [ 9.934261] remoteproc remoteproc6: powering up 4b2b4000.pru [ 9.946162] remoteproc remoteproc6: Booting fw image ti-pruss/am57xx-pru0-prueth-fw.elf, size 7228 [ 9.955834] pruss 4b280000.pruss: configured system_events[63-0] = 00000600,04500000 [ 9.966425] pruss 4b280000.pruss: configured intr_channels = 0x000000d5 host_intr = 0x00000155 [ 9.975935] remoteproc remoteproc6: remote processor 4b2b4000.pru is now up [ 9.984220] net eth2: started [ 9.985247] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 9.988813] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready [ 9.999294] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1 [ 10.011093] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002010010 [ 10.023523] remoteproc remoteproc7: powering up 4b2b8000.pru [ 10.028644] xhci-hcd xhci-hcd.1.auto: irq 180, io mem 0x48890000 [ 10.036545] remoteproc remoteproc7: Booting fw image ti-pruss/am57xx-pru1-prueth-fw.elf, size 7256 [ 10.043931] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 10.054048] pruss 4b280000.pruss: configured system_events[63-0] = 00600000,08a00000 [ 10.059618] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 10.067297] pruss 4b280000.pruss: configured intr_channels = 0x0000032a host_intr = 0x000002aa [ 10.072320] usb usb1: Product: xHCI Host Controller [ 10.085809] usb usb1: Manufacturer: Linux 4.19.94-gbe5389fd85 xhci-hcd [ 10.092721] remoteproc remoteproc7: remote processor 4b2b8000.pru is now up [ 10.094988] usb usb1: SerialNumber: xhci-hcd.1.auto [ 10.104956] net eth3: started [ 10.109190] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready [ 10.118511] hub 1-0:1.0: USB hub found [ 10.126077] hub 1-0:1.0: 1 port detected [ 10.131515] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 10.137046] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2 [ 10.148621] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 10.155452] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 10.170501] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19 [ 10.181047] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 10.190028] usb usb2: Product: xHCI Host Controller [ 10.194966] usb usb2: Manufacturer: Linux 4.19.94-gbe5389fd85 xhci-hcd [ 10.204365] usb usb2: SerialNumber: xhci-hcd.1.auto [ 10.210839] hub 2-0:1.0: USB hub found [ 10.217638] hub 2-0:1.0: 1 port detected [ 10.223381] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 10.233184] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3 [ 10.242464] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002010010 [ 10.255987] xhci-hcd xhci-hcd.2.auto: irq 181, io mem 0x488d0000 [ 10.262421] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 10.273573] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 10.283476] usb usb3: Product: xHCI Host Controller [ 10.288482] usb usb3: Manufacturer: Linux 4.19.94-gbe5389fd85 xhci-hcd [ 10.297584] usb usb3: SerialNumber: xhci-hcd.2.auto [ 10.304178] hub 3-0:1.0: USB hub found [ 10.310647] hub 3-0:1.0: 1 port detected [ 10.316053] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 10.324636] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4 [ 10.332701] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed [ 10.342596] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 10.356357] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19 [ 10.364926] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 10.372344] usb usb4: Product: xHCI Host Controller [ 10.377392] usb usb4: Manufacturer: Linux 4.19.94-gbe5389fd85 xhci-hcd [ 10.384120] usb usb4: SerialNumber: xhci-hcd.2.auto [ 10.390554] hub 4-0:1.0: USB hub found [ 10.394397] hub 4-0:1.0: 1 port detected [ 10.497207] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 10.564808] cpsw 48484000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 10.572562] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 10.819822] usb 1-1: New USB device found, idVendor=046d, idProduct=0802, bcdDevice= 0.09 [ 10.830858] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=2 [ 10.838757] usb 1-1: SerialNumber: 4F510590 [ 10.955727] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0802) [ 11.032604] uvcvideo 1-1:1.0: Entity type for entity Extension 4 was not initialized! [ 11.040722] uvcvideo 1-1:1.0: Entity type for entity Extension 8 was not initialized! [ 11.053097] uvcvideo 1-1:1.0: Entity type for entity Extension 10 was not initialized! [ 11.061690] uvcvideo 1-1:1.0: Entity type for entity Extension 12 was not initialized! [ 11.071455] uvcvideo 1-1:1.0: Entity type for entity Extension 11 was not initialized! [ 11.085301] uvcvideo 1-1:1.0: Entity type for entity Processing 2 was not initialized! [ 11.093468] uvcvideo 1-1:1.0: Entity type for entity Extension 13 was not initialized! [ 11.105585] uvcvideo 1-1:1.0: Entity type for entity Camera 1 was not initialized! [ 11.114734] uvcvideo 1-1:1.0: Entity type for entity Extension 14 was not initialized! [ 11.124042] input: UVC Camera (046d:0802) as /devices/platform/44000000.ocp/48880000.omap_dwc3_1/48890000.usb/xhci-hcd.1.auto/usb1/1-1/1-1:1.0/input/input0 [ 11.143739] usbcore: registered new interface driver uvcvideo [ 11.149732] USB Video Class driver (1.1.1) [ 11.467019] usb 1-1: Warning! Unlikely big volume range (=6144), cval->res is probably wrong. [ 11.475623] usb 1-1: [5] FU [Mic Capture Volume] ch = 1, val = 1536/7680/1 [ 11.484424] usbcore: registered new interface driver snd-usb-audio [ 13.084851] rtc-ds1307 2-006f: write secs=42, mins=23, hours=15, mday=21, mon=11, year=120, wday=1 [ 13.084860] rtc-ds1307 2-006f: write: c2 23 15 0a 21 12 20 [ 13.085492] rtc-ds1307 2-006f: read: c2 23 15 2a 21 32 20 [ 13.085507] rtc-ds1307 2-006f: read secs=42, mins=23, hours=15, mday=21, mon=11, year=120, wday=1 [ 33.117209] aic_dvdd_fixed: disabling