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.

SK-AM62A-LP: [V4L2_DECODE] VIDIOC_QBUF failed

Part Number: SK-AM62A-LP
Other Parts Discussed in Thread: AM62A7

Tool/software:

Dear TI Technical Support Team,

Hello,

I am working with the AM62A7 development board, where I have replaced the original SPINAND flash with a Macronix 2Gb SPINAND flash. I am using the 10.01.00.05 (Jan 15, 2025) version of the Linux SDK and have built the tisdk-base-image using Yocto. However, I am encountering issues with running the demo application, and I would appreciate your assistance in resolving these problems.

Issue Background:

I have made the following customizations:

  1. Replaced the SPINAND flash with a Macronix 2Gb flash.

  2. Modified the k3-am62a7-sk.dts files for both u-boot and kernel using the devtool modify u-boot-ti-staging and devtool modify linux-ti-staging commands. Below is an excerpt from the dts file:

    1. &ospi0 { pinctrl-names = "default"; pinctrl-0 = <&ospi0_pins_default>; bootph-all; flash@0{ compatible = "spi-nand"; reg = <0x0>; spi-tx-bus-width = <1>; spi-rx-bus-width = <1>; spi-max-frequency = <25000000>; cdns,tshsl-ns = <60>; cdns,tsd2d-ns = <60>; cdns,tchsh-ns = <60>; cdns,tslch-ns = <60>; cdns,read-delay = <2>; cdns,phy-mode; bootph-all; partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; bootph-all; partition@0 { label = "ospi_nand.tiboot3"; reg = <0x0 0x80000>; }; partition@80000 { label = "ospi_nand.tispl"; reg = <0x80000 0x200000>; }; partition@280000 { label = "ospi_nand.u-boot"; reg = <0x280000 0x400000>; }; partition@680000 { label = "ospi_nand.env"; reg = <0x680000 0x40000>; }; partition@6c0000 { label = "ospi_nand.env.backup"; reg = <0x6c0000 0x40000>; }; partition@700000 { label = "ospi_nand.kernel"; reg = <0x700000 0x1800000>; }; partition@1f00000 { label = "ospi_nand.dtb"; reg = <0x1f00000 0x100000>; }; partition@2000000 { label = "ospi_nand.rootfs"; reg = <0x2000000 0x1e000000>; }; }; }; };
  3. Updated local.conf to add specific packages and remove some dependencies.

    1. SRC_URI:remove:am62axx = " \ file://0001-arm64-dts-ti-Add-DTB-overlays-for-vision-apps-and-ed.patch \ file://0001-arm64-dts-ti-Add-DTB-overlay-for-vision-apps.patch \ file://0002-arm64-dts-ti-k3-j721s2-Add-overlay-for-edge-ai.patch \ file://0003-arm64-dts-ti-k3-v3link-Add-overlays-for-8x-IMX219-UB.patch \ file://0002-arm64-dts-ti-k3-j784s4-Add-overlay-for-edge-ai.patch \ file://0001-arm64-dts-ti-j722s-Add-DTB-overlay-for-RTOS-memory-m.patch \ " IMAGE_INSTALL:append = " \ ti-vision-apps-dev \ ti-edgeai-firmware \ ti-tidl-dev \ edgeai-tiovx-kernels-dev \ edgeai-tiovx-kernels-source \ edgeai-apps-utils-source \ edgeai-test-data \ edgeai-tidl-models \ edgeai-tiovx-apps-dev \ edgeai-tiovx-apps-source \ " RDEPENDS:packagegroup-arago-console:remove = " \ alsa-conf \ alsa-conf-base \ alsa-server \ alsa-utils \ alsa-utils-aconnect \ alsa-utils-scripts \ alsa-utils-alsactl \ alsa-utils-alsamixer \ alsa-utils-amixer \ alsa-utils-iecset \ alsa-utils-midi \ alsa-utils-speakertest \ alsa-state \ ncurses-tools \ e2fsprogs-e2fsck \ e2fsprogs-mke2fs \ e2fsprogs-tune2fs \ dosfstools \ util-linux-fdisk \ util-linux-mkfs \ util-linux-sfdisk \ util-linux-fsck \ less \ usbutils \ avahi-utils \ jpeg-tools \ " RDEPENDS:packagegroup-arago-base:remove = " \ docker \ parted \ devmem2 \ tcpdump \ netperf \ iperf3 \ ethtool \ lldpd \ systemd-telnetd \ dropbear \ openssh-sftp-server \ can-utils \ iptables \ phytool \ nfs-utils-client \ cifs-utils \ arago-gpl-notice \ arago-feed-config \ packagegroup-base-zeroconf \ curl \ initscript-telnetd \ dbus-broker \ libasound \ alsa-utils-aplay \ "
  4. Built the tisdk-base-image with Yocto, which includes u-boot, kernel image, dtb, and the root filesystem (tisdk-base-image.rootfs.tar.xz of size 479.4MB).
  5. Flash the compiled uboot, tiboot3, spl, and tisdk-base-image.rootfs.tar.xz to an SD card, booted the development board, and ran the demo application with the following command:
    1. /opt/edgeai-tiovx-apps/# ./bin/Release/edgeai-tiovx-apps-main configs/linux/object_detection.yaml

However, the program occasionally throws the following error:

APP: Init ... !!!
94.556034 s: MEM: Init ... !!!
94.556134 s: MEM: Initialized DMA HEAP (fd=5) !!!
94.556337 s: MEM: Init ... Done !!!
94.556358 s: IPC: Init ... !!!
94.573203 s: IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
94.577678 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
94.577817 s: VX_ZONE_INFO: Globally Enabled VX_ZONE_ERROR
94.577833 s: VX_ZONE_INFO: Globally Enabled VX_ZONE_WARNING
94.577844 s: VX_ZONE_INFO: Globally Enabled VX_ZONE_INFO
94.578802 s: VX_ZONE_INFO: [tivxPlatformCreateTargetId:134] Added target MPU-0
94.579085 s: VX_ZONE_INFO: [tivxPlatformCreateTargetId:134] Added target MPU-1
94.579321 s: VX_ZONE_INFO: [tivxPlatformCreateTargetId:134] Added target MPU-2
94.579566 s: VX_ZONE_INFO: [tivxPlatformCreateTargetId:134] Added target MPU-3
94.579599 s: VX_ZONE_INFO: [tivxInitLocal:126] Initialization Done !!!
94.579620 s: VX_ZONE_INFO: Globally Disabled VX_ZONE_INFO
Input #0, h264, from '/opt/edgeai-test-data/videos/video0_1280_768.h264':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: h264 (High), yuv420p(progressive), 1280x768, 25 fps, 60 tbr, 1200k tbn
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed

Additionally, I flashed the same images to SPINAND and booted the development board from SPINAND.

I delete unused models in /opt/model_zoo and content in/usr/include

The program throws the same error, and the Linux log shows the following:

U-Boot SPL 2024.04-ti-g1d13a49758dd (Sep 15 2025 - 07:20:09 +0000)
SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
Trying to boot from SPINAND
Authentication passed
Authentication passed


U-Boot 2024.04-ti-g1d13a49758dd (Sep 15 2025 - 07:20:09 +0000)

SoC:   AM62AX SR1.0 HS-FS
Model: Texas Instruments AM62A7 SK
DRAM:  2 GiB (effective 4 GiB)
Core:  87 devices, 30 uclasses, devicetree: separate
MMC:   mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from nowhere... OK
In:    serial@2800000
Out:   serial@2800000
Err:   serial@2800000
Net:   eth0: ethernet@8000000port@1
Hit any key to stop autoboot:  0
Reading 1048576 byte(s) (256 page(s)) at offset 0x00000000
Reading 25165824 byte(s) (6144 page(s)) at offset 0x00000000
WARNING at /drivers/mtd/nand/spi/macronix.c:92/mx35lf1ge4ab_ecc_get_status()!
WARNING at /drivers/mtd/nand/spi/macronix.c:92/mx35lf1ge4ab_ecc_get_status()!
WARNING at /drivers/mtd/nand/spi/macronix.c:92/mx35lf1ge4ab_ecc_get_status()!
WARNING at /drivers/mtd/nand/spi/macronix.c:92/mx35lf1ge4ab_ecc_get_status()!
WARNING at /drivers/mtd/nand/spi/macronix.c:92/mx35lf1ge4ab_ecc_get_status()!
WARNING at /drivers/mtd/nand/spi/macronix.c:92/mx35lf1ge4ab_ecc_get_status()!
WARNING at /drivers/mtd/nand/spi/macronix.c:92/mx35lf1ge4ab_ecc_get_status()!
WARNING at /drivers/mtd/nand/spi/macronix.c:92/mx35lf1ge4ab_ecc_get_status()!
WARNING at /drivers/mtd/nand/spi/macronix.c:92/mx35lf1ge4ab_ecc_get_status()!
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
   Loading Device Tree to 000000008ffee000, end 000000008fffff3e ... OK
Working FDT set to 8ffee000

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.6.44-ti-01479-ga85e057155d6-dirty (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Mon Sep 15 06:31:47 UTC 2025
[    0.000000] KASLR disabled due to lack of seed
[    0.000000] Machine model: Texas Instruments AM62A7 SK
[    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[    0.000000] printk: bootconsole [ns16550a0] enabled
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x00000000c0000000, size 576 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000c0000000..0x00000000e3ffffff (589824 KiB) map reusable linux,cma
[    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
[    0.000000] Reserved memory: created DMA memory pool at 0x0000000099800000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node c7x-dma-memory@99800000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x0000000099800000..0x00000000998fffff (1024 KiB) nomap non-reusable c7x-dma-memory@99800000
[    0.000000] Reserved memory: created DMA memory pool at 0x0000000099900000, size 31 MiB
[    0.000000] OF: reserved mem: initialized node c7x-memory@99900000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x0000000099900000..0x000000009b7fffff (31744 KiB) nomap non-reusable c7x-memory@99900000
[    0.000000] Reserved memory: created DMA memory pool at 0x000000009b800000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b800000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x000000009b800000..0x000000009b8fffff (1024 KiB) nomap non-reusable r5f-dma-memory@9b800000
[    0.000000] Reserved memory: created DMA memory pool at 0x000000009b900000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b900000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x000000009b900000..0x000000009c7fffff (15360 KiB) nomap non-reusable r5f-dma-memory@9b900000
[    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c800000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x000000009c800000..0x000000009c8fffff (1024 KiB) nomap non-reusable r5f-dma-memory@9c800000
[    0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x000000009c900000..0x000000009e6fffff (30720 KiB) nomap non-reusable r5f-dma-memory@9c900000
[    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a0ffffff (16384 KiB) nomap non-reusable edgeai-rtos-ipc-memory-region
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 32 MiB
[    0.000000] OF: reserved mem: initialized node edgeai-dma-memory@a1000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a2ffffff (32768 KiB) nomap non-reusable edgeai-dma-memory@a1000000
[    0.000000] OF: reserved mem: initialized node edgeai_shared-memories, compatible id dma-heap-carveout
[    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000adffffff (180224 KiB) map non-reusable edgeai_shared-memories
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 288 MiB
[    0.000000] OF: reserved mem: initialized node edgeai-core-heap-memory@ae000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000ae000000..0x00000000bfffffff (294912 KiB) nomap non-reusable edgeai-core-heap-memory@ae000000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x000000008007ffff]
[    0.000000]   node   0: [mem 0x0000000080080000-0x00000000997fffff]
[    0.000000]   node   0: [mem 0x0000000099800000-0x000000009e6fffff]
[    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e7fffff]
[    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a2ffffff]
[    0.000000]   node   0: [mem 0x00000000a3000000-0x00000000adffffff]
[    0.000000]   node   0: [mem 0x00000000ae000000-0x00000000bfffffff]
[    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.5
[    0.000000] percpu: Embedded 20 pages/cpu s43176 r8192 d30552 u81920
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),24m(ospi_nand.kernel),1m(ospi_nand.dtb),480m(ospi_nand.rootfs) ubi.mtd=ospi_nand.rootfs root=ubi0:rootfs rootfstype=ubifs rw
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] software IO TLB: area num 4.
[    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[    0.000000] Memory: 2807096K/4194304K available (12480K kernel code, 1272K rwdata, 4184K rodata, 2496K init, 528K bss, 797384K reserved, 589824K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 256 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: GICv3 features: 16 PPIs
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[    0.000000] ITS [mem 0x01820000-0x0182ffff]
[    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x0000000880040000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[    0.008535] Console: colour dummy device 80x25
[    0.013127] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[    0.023807] pid_max: default: 32768 minimum: 301
[    0.028610] LSM: initializing lsm=capability,selinux,integrity
[    0.034601] SELinux:  Initializing.
[    0.038283] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.045861] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.055531] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.062834] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.070745] rcu: Hierarchical SRCU implementation.
[    0.075649] rcu:     Max phase no-delay instances is 1000.
[    0.081232] Platform MSI: msi-controller@1820000 domain created
[    0.087481] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[    0.096902] EFI services will not be available.
[    0.101775] smp: Bringing up secondary CPUs ...
[    0.107002] Detected VIPT I-cache on CPU1
[    0.107069] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[    0.107084] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
[    0.107130] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.107780] Detected VIPT I-cache on CPU2
[    0.107833] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[    0.107845] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
[    0.107877] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.108470] Detected VIPT I-cache on CPU3
[    0.108518] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[    0.108531] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
[    0.108561] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.108641] smp: Brought up 1 node, 4 CPUs
[    0.188364] SMP: Total of 4 processors activated.
[    0.193176] CPU features: detected: 32-bit EL0 Support
[    0.198445] CPU features: detected: CRC32 instructions
[    0.203755] CPU: All CPU(s) started at EL2
[    0.207954] alternatives: applying system-wide alternatives
[    0.215248] devtmpfs: initialized
[    0.227909] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.237907] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.258542] pinctrl core: initialized pinctrl subsystem
[    0.264370] DMI not present or invalid.
[    0.268882] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.275717] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.283054] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.291124] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.299274] audit: initializing netlink subsys (disabled)
[    0.304973] audit: type=2000 audit(0.192:1): state=initialized audit_enabled=0 res=1
[    0.305393] thermal_sys: Registered thermal governor 'step_wise'
[    0.312901] thermal_sys: Registered thermal governor 'power_allocator'
[    0.319083] cpuidle: using governor menu
[    0.329928] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.336953] ASID allocator initialised with 65536 entries
[    0.354081] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
[    0.364990] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[    0.376568] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[    0.386967] Modules: 27488 pages in range for non-PLT usage
[    0.386973] Modules: 519008 pages in range for PLT usage
[    0.393340] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.405729] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.412138] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.419078] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    0.425485] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.432424] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.438832] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.445772] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.453506] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
[    0.462829] iommu: Default domain type: Translated
[    0.467753] iommu: DMA domain TLB invalidation policy: strict mode
[    0.474349] SCSI subsystem initialized
[    0.478485] usbcore: registered new interface driver usbfs
[    0.484128] usbcore: registered new interface driver hub
[    0.489590] usbcore: registered new device driver usb
[    0.495199] pps_core: LinuxPPS API ver. 1 registered
[    0.500278] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.509627] PTP clock support registered
[    0.513798] EDAC MC: Ver: 3.0.0
[    0.517463] scmi_core: SCMI protocol bus registered
[    0.522732] FPGA manager framework
[    0.526289] Advanced Linux Sound Architecture Driver Initialized.
[    0.533426] vgaarb: loaded
[    0.536507] clocksource: Switched to clocksource arch_sys_counter
[    0.542982] VFS: Disk quotas dquot_6.6.0
[    0.547035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.560828] Carveout Heap: Exported 176 MiB at 0x00000000a3000000
[    0.567169] NET: Registered PF_INET protocol family
[    0.572336] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.582768] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.591571] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.599508] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.607814] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.616185] TCP: Hash tables configured (established 32768 bind 32768)
[    0.623053] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.630008] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.637535] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.643746] RPC: Registered named UNIX socket transport module.
[    0.649821] RPC: Registered udp transport module.
[    0.654631] RPC: Registered tcp transport module.
[    0.659439] RPC: Registered tcp-with-tls transport module.
[    0.665048] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.671638] NET: Registered PF_XDP protocol family
[    0.676552] PCI: CLS 0 bytes, default 64
[    0.681883] Initialise system trusted keyrings
[    0.686643] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    0.693550] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.699762] NFS: Registering the id_resolver key type
[    0.704958] Key type id_resolver registered
[    0.709236] Key type id_legacy registered
[    0.713351] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.720206] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.761680] Key type asymmetric registered
[    0.765879] Asymmetric key parser 'x509' registered
[    0.770928] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.778638] io scheduler mq-deadline registered
[    0.783277] io scheduler kyber registered
[    0.787405] io scheduler bfq registered
[    0.794283] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[    0.800825] pinctrl-single f4000.pinctrl: 151 pins, size 604
[    0.808101] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[    0.820538] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[    0.837933] loop: module loaded
[    0.842133] megasas: 07.725.01.00-rc1
[    0.849492] tun: Universal TUN/TAP device driver, 1.6
[    0.855654] VFIO - User Level meta-driver version: 0.3
[    0.862075] usbcore: registered new interface driver usb-storage
[    0.868807] i2c_dev: i2c /dev entries driver
[    0.874726] sdhci: Secure Digital Host Controller Interface driver
[    0.881069] sdhci: Copyright(c) Pierre Ossman
[    0.885755] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.892296] ledtrig-cpu: registered to indicate activity on CPUs
[    0.898742] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    0.906005] usbcore: registered new interface driver usbhid
[    0.911709] usbhid: USB HID core driver
[    0.916891] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    0.925876] optee: probing for conduit method.
[    0.930447] optee: revision 4.4 (8f645256efc0dc66)
[    0.930755] optee: dynamic shared memory is enabled
[    0.941318] random: crng init done
[    0.944905] optee: initialized driver
[    0.950108] Initializing XFRM netlink socket
[    0.954532] NET: Registered PF_PACKET protocol family
[    0.959773] Key type dns_resolver registered
[    0.972271] registered taskstats version 1
[    0.976619] Loading compiled-in X.509 certificates
[    0.994417] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
[    1.040626] i2c 0-0048: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/pmic@48/regulators/buck5
[    1.050439] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[    1.058077] pca953x 1-0023: supply vcc not found, using dummy regulator
[    1.064989] pca953x 1-0023: using AI
[    1.094623] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[    1.104581] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[    1.114335] i2c 1-003b: Fixed dependency cycle(s) with /connector-hdmi
[    1.121060] i2c 1-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
[    1.128655] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[    1.135505] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[    1.141426] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[    1.149751] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[    1.158973] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[    1.167959] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created
[    1.177497] ti-udma 485c0100.dma-controller: Number of rings: 82
[    1.186199] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[    1.197316] ti-udma 485c0000.dma-controller: Number of rings: 150
[    1.208305] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[    1.217901] ti-udma 4e230000.dma-controller: Number of rings: 6
[    1.224573] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
[    1.234048] printk: console [ttyS2] disabled
[    1.238740] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 249, base_baud = 3000000) is a 8250
[    1.247618] printk: console [ttyS2] enabled
[    1.247618] printk: console [ttyS2] enabled
[    1.256077] printk: bootconsole [ns16550a0] disabled
[    1.256077] printk: bootconsole [ns16550a0] disabled
[    1.270697] spi-nand spi0.0: Macronix SPI NAND was found.
[    1.276119] spi-nand spi0.0: 512 MiB, block size: 256 KiB, page size: 4096, OOB size: 256
[    1.284415] 8 fixed-partitions partitions found on MTD device spi0.0
[    1.290770] Creating 8 MTD partitions on "spi0.0":
[    1.295555] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
[    1.303229] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
[    1.312237] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
[    1.323438] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
[    1.330350] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
[    1.337863] 0x000000700000-0x000001f00000 : "ospi_nand.kernel"
[    1.370231] 0x000001f00000-0x000002000000 : "ospi_nand.dtb"
[    1.377966] 0x000002000000-0x000020000000 : "ospi_nand.rootfs"
[    1.932515] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    1.943756] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[    1.951890] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
[    1.964671] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[    1.971806] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[    1.978217] pps pps0: new PPS source ptp0
[    1.982502] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
[    1.996399] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[    2.006139] platform 31000000.usb: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/usb-power-controller@3f/connector
[    2.021712] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    2.027265] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[    2.035069] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
[    2.041082] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008020000010
[    2.050537] xhci-hcd xhci-hcd.0.auto: irq 264, io mem 0x31100000
[    2.057263] hub 1-0:1.0: USB hub found
[    2.061047] hub 1-0:1.0: 1 port detected
[    2.066541] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
[    2.078852] mmc0: CQHCI version 5.10
[    2.119114] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[    2.204140] mmc0: Command Queue Engine enabled
[    2.208606] mmc0: new HS200 MMC card at address 0001
[    2.214031] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[    2.219913]  mmcblk0: p1 p2
[    2.223228] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[    2.229076] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[    2.234863] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (239:0)
[    2.360415] tps6594-rtc tps6594-rtc.5.auto: registered as rtc1
[    2.366923] pca953x 1-0022: supply vcc not found, using dummy regulator
[    2.373641] pca953x 1-0022: using AI
[    2.384171] ubi0: attaching mtd7
[    2.384295] mmc1: CQHCI version 5.10
[    2.429052] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[    2.621286] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[    2.628455] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[    2.638511]  mmcblk1: p1 p2
[    9.040251] ubi0: scanning is finished
[    9.066658] ubi0: attached mtd7 (name "ospi_nand.rootfs", size 480 MiB)
[    9.073315] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes
[    9.080182] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096
[    9.086960] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192
[    9.093909] ubi0: good PEBs: 1920, bad PEBs: 0, corrupted PEBs: 0
[    9.099991] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
[    9.107199] ubi0: max/mean erase counter: 5/3, WL threshold: 4096, image sequence number: 524359524
[    9.116232] ubi0: available PEBs: 0, total reserved PEBs: 1920, PEBs reserved for bad PEB handling: 40
[    9.125530] ubi0: background thread "ubi_bgt0d" started, PID 86
[    9.125936] clk: Disabling unused clocks
[    9.139159] ALSA device list:
[    9.142181]   No soundcards found.
[    9.148014] UBIFS (ubi0:0): Mounting in unauthenticated mode
[    9.153822] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 88
[    9.370827] UBIFS (ubi0:0): recovery needed
[    9.938871] UBIFS (ubi0:0): recovery completed
[    9.943437] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs"
[    9.950828] UBIFS (ubi0:0): LEB size: 253952 bytes (248 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes
[    9.960728] UBIFS (ubi0:0): FS size: 473366528 bytes (451 MiB, 1864 LEBs), max 1876 LEBs, journal size 23617536 bytes (22 MiB, 93 LEBs)
[    9.972882] UBIFS (ubi0:0): reserved for root: 4952683 bytes (4836 KiB)
[    9.979485] UBIFS (ubi0:0): media format: w5/r0 (latest is w5/r0), UUID 08136E56-F579-4D9C-A2D1-072FC5629857, small LPT model
[   10.003039] VFS: Mounted root (ubifs filesystem) on device 0:22.
[   10.014330] devtmpfs: mounted
[   10.017929] Freeing unused kernel memory: 2496K
[   10.022535] Run /sbin/init as init process
[   12.983221] systemd[1]: System time before build time, advancing clock.
[   13.796403] NET: Registered PF_INET6 protocol family
[   13.802255] Segment Routing with IPv6
[   13.805974] In-situ OAM (IOAM) with IPv6
[   14.282778] systemd[1]: systemd 255.13^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   14.320010] systemd[1]: Detected architecture arm64.

Welcome to Arago 2023.10!

[   14.418982] systemd[1]: Hostname set to <am62axx-evm>.
[   17.452235] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[   17.710103] systemd[1]: Queued start job for default target Multi-User System.
[   17.836163] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[   17.858213] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[   17.882138] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[   17.905759] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[   17.932639] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[   17.956841] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[   17.984321] systemd[1]: Expecting device /dev/ttyS2...
         Expecting device /dev/ttyS2...
[   18.000737] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[   18.016631] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[   18.036594] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[   18.052628] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[   18.102678] systemd[1]: Listening on Process Core Dump Socket.
[  OK  ] Listening on Process Core Dump Socket.
[   18.124990] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[   18.164015] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[   18.185229] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   18.209215] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   18.234119] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[   18.276664] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[   18.297133] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   18.325851] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[   18.418794] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[   18.464813] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[   18.504882] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[   18.525048] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[   18.547021] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[   18.629066] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[   18.656879] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[   18.676874] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[   18.696879] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[   18.797056] systemd[1]: Starting Start psplash boot splash screen...
         Starting Start psplash boot splash screen...
[   18.820924] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[   18.977121] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   19.085077] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[   19.105001] systemd[1]: Starting Generate network units from Kernel command line...
         Starting Generate network units from Kernel command line...
[   19.137242] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[   19.185421] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[   19.222668] systemd[1]: Mounted Huge Pages File System.
[  OK  ] Mounted Huge Pages File System.
[   19.263339] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[   19.289442] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[   19.313371] systemd[1]: Mounted Temporary Directory /tmp.
[  OK  ] Mounted Temporary Directory /tmp.
[   19.381279] platform 2b300050.target-module: deferred probe pending
[   19.445921] systemd[1]: Finished Create List of Static Device Nodes.
[  OK  ] Finished Create List of Static Device Nodes.
[   19.474729] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   19.482543] systemd[1]: Finished Load Kernel Module configfs.
[  OK  ] Finished Load Kernel Module configfs.
[   19.505837] systemd[1]: Finished Generate network units from Kernel command line.
[  OK  ] Finished Generate network units from Kernel command line.
[   19.529826] systemd[1]: Finished Remount Root and Kernel File Systems.
[  OK  ] Finished Remount Root and Kernel File Systems.
[   19.553735] systemd[1]: Reached target Preparation for Network.
[  OK  ] Reached target Preparation for Network.
[   19.616836] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[   19.709039] cryptodev: loading out-of-tree module taints kernel.
[   19.716025] cryptodev: driver 1.14 loaded.
[   19.773539] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[   19.790823] fuse: init (API version 7.39)
[   19.821156] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
         Starting Create Static Device Nodes in /dev gracefully...
[   19.846953] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   19.849133] systemd-journald[115]: Collecting audit messages is enabled.
[   19.854436] systemd[1]: Finished Load Kernel Module fuse.
[  OK  ] Finished Load Kernel Module fuse.
[   19.881353] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
[   19.891456] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
[   19.916430] systemd[1]: Failed to start Start psplash boot splash screen.
[FAILED] Failed to start Start psplash boot splash screen.
See 'systemctl status psplash-start.service' for details.
[   19.952639] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
[DEPEND] Dependency failed for Start psplas…temd progress communication helper.
[   19.976659] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
[   19.988378] systemd[1]: Finished Load Kernel Modules.
[  OK  ] Finished Load Kernel Modules.
[   20.009385] systemd[1]: Mounted Kernel Configuration File System.
[  OK  ] Mounted Kernel Configuration File System.
[   20.048993] systemd[1]: Mounting FUSE Control File System...
         Mounting FUSE Control File System...
[   20.058773] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[   20.078368] systemd[1]: Mounted FUSE Control File System.
[  OK  ] Mounted FUSE Control File System.
[   20.370956] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[  OK  ] Finished Apply Kernel Variables.
[  OK  ] Finished Coldplug All udev Devices.
[   20.735846] systemd-journald[115]: Received client request to flush runtime journal.
[  OK  ] Finished Flush Journal to Persistent Storage.
[  OK  ] Finished Load Kernel Module drm.
[   21.210229] audit: type=1334 audit(1728487100.232:2): prog-id=6 op=LOAD
[   21.216912] audit: type=1334 audit(1728487100.240:3): prog-id=7 op=LOAD
[   21.223586] audit: type=1334 audit(1728487100.244:4): prog-id=8 op=LOAD
         Starting User Database Manager...
[  OK  ] Started User Database Manager.
[  OK  ] Finished Create Static Device Nodes in /dev gracefully.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Preparation for Local File Systems.
         Mounting /var/volatile...
[   21.674494] audit: type=1334 audit(1728487100.696:5): prog-id=9 op=LOAD
[   21.681238] audit: type=1334 audit(1728487100.704:6): prog-id=10 op=LOAD
         Starting Rule-based Manager for Device Events and Files...
[  OK  ] Mounted /var/volatile.
         Starting Load/Save OS Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Create System Files and Directories...
[  OK  ] Finished Load/Save OS Random Seed.
[  OK  ] Finished Create System Files and Directories.
[   22.042657] audit: type=1334 audit(1728487101.064:7): prog-id=11 op=LOAD
[FAILED] Failed to start Network Name Resolution.
[   22.068736] audit: type=1334 audit(1728487101.092:8): prog-id=11 op=UNLOAD
See 'systemctl status systemd-resolved.service' for details.
[  OK  ] Reached target Host and Network Name Lookups.
[   22.107781] audit: type=1334 audit(1728487101.128:9): prog-id=12 op=LOAD
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[  OK  ] Reached target System Time Set.
[   22.176793] audit: type=1334 audit(1728487101.200:10): prog-id=12 op=UNLOAD
         Starting Record System Boot/Shutdown in UTMP...
[   22.239075] audit: type=1334 audit(1728487101.260:11): prog-id=13 op=LOAD
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[  OK  ] Started Rule-based Manager for Device Events and Files.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timer Units.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Socket Units.
[  OK  ] Reached target Basic System.
         Starting D-Bus System Message Bus...
         Starting Expand the rootfs partiti…to full size of the boot device....
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
         Starting Network Configuration...
[   23.392851] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[   23.397677] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[   23.400876] mtdblock: MTD device 'ospi_nand.kernel' is NAND, please consider using UBI block devices instead.
[   23.409414] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
[   23.413943] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
[   23.415231] mtdblock: MTD device 'ospi_nand.dtb' is NAND, please consider using UBI block devices instead.
[   23.424858] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[   23.436416] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
         Starting Load Kernel Module drm...
[  OK  ] Found device /dev/ttyS2.
[  OK  ] Finished Load Kernel Module drm.
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
         Starting Load Kernel Module drm...
[  OK  ] Finished Load Kernel Module drm.
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
         Starting Load Kernel Module drm...
[  OK  ] Finished Load Kernel Module drm.
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
         Starting Load Kernel Module drm...
[  OK  ] Finished Load Kernel Module drm.
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
         Starting Load Kernel Module drm...
[  OK  ] Finished Load Kernel Module drm.
[FAILED] Failed to start User Login Management.
See 'systemctl status systemd-logind.service' for details.
[   24.428366] tps6598x 0-003f: Unable to find the interrupt, switching to polling
[   24.441533] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
[   24.448394] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
[   24.456803] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
[   24.463523] omap-mailbox 29030000.mailbox: no available mbox devices found
[   24.958437] sii902x 1-003b: supply iovcc not found, using dummy regulator
[   24.965471] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
[   24.975238] i2c i2c-1: Added multiplexed i2c bus 3
[   25.457352] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@99800000
[   25.466251] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode
[   25.473115] k3-dsp-rproc 7e000000.dsp: local reset is deasserted for device
[   25.475277] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
[   25.487592] remoteproc remoteproc0: 7e000000.dsp is available
[   25.536811] Console: switching to colour frame buffer device 240x67
[   25.571613] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
[   25.649978] mc: Linux media interface: v0.10
[   25.656599] platform 79000000.r5f: configured R5F for remoteproc mode
[   25.663403] platform 79000000.r5f: assigned reserved memory node r5f-dma-memory@9b800000
[   25.672072] remoteproc remoteproc1: 79000000.r5f is available
[   25.679901] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[   25.691905] platform 78000000.r5f: configured R5F for IPC-only mode
[   25.698390] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9c800000
[   25.707222] remoteproc remoteproc2: 78000000.r5f is available
[   25.713181] remoteproc remoteproc2: attaching to 78000000.r5f
[   25.719420] rproc-virtio rproc-virtio.8.auto: assigned reserved memory node r5f-dma-memory@9c800000
[   25.729110] virtio_rpmsg_bus virtio0: rpmsg host is online
[   25.734673] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
[   25.736599] rproc-virtio rproc-virtio.8.auto: registered virtio0 (type 7)
[   25.748658] remoteproc remoteproc2: remote processor 78000000.r5f is now attached
[   25.888105] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[   25.893486] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:44 UTC (44)
[   25.902834] systemd-journald[115]: Time jumped backwards, rotating.
[  OK  ] Reached target Hardware activated USB gadget.
[   26.211634] remoteproc remoteproc1: powering up 79000000.r5f
[   26.217669] remoteproc remoteproc1: Booting fw image am62a-mcu-r5f0_0-fw, size 53172
[   26.226439] rproc-virtio rproc-virtio.9.auto: assigned reserved memory node r5f-dma-memory@9b800000
[   26.236130] virtio_rpmsg_bus virtio1: rpmsg host is online
[   26.237059] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[   26.241724] rproc-virtio rproc-virtio.9.auto: registered virtio1 (type 7)
[   26.249337] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[   26.255929] remoteproc remoteproc1: remote processor 79000000.r5f is now up
[  OK  ] Created slice Slice /system/tee-supplicant.
[  OK  ] Started TEE Supplicant on teepriv0.
[  OK  ] Reached target Sound Card.
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[  OK  ] Finished Expand the rootfs partition to full size of the boot device..
[  OK  ] Started D-Bus System Message Bus.
[   27.807079] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   27.828320] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   27.837255] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   27.845973] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   27.860564] cfg80211: failed to load regulatory.db
[   27.867577] videodev: Linux video capture interface: v2.00
         Starting Virtual Console Setup...
[   28.925538] mtdblock: MTD device 'ospi_nand.dtb' is NAND, please consider using UBI block devices instead.
[   29.337530] e5010 fd20000.jpeg-encoder: Device registered as /dev/video0
[   29.397953] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[   29.596778] vdec 30210000.video-codec: error -ENXIO: IRQ index 0 not found
[   29.603682] vdec 30210000.video-codec: failed to get irq resource, falling back to polling
[   29.612185] vdec 30210000.video-codec: OPP table not found in device tree
[   29.809943] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[  OK  ] Started Network Configuration.
[  OK  ] Reached target Network.
         Starting Permit User Sessions...
[  OK  ] Finished Permit User Sessions.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS2.
[  OK  ] Reached target Login Prompts.
[  OK  ] Reached target Multi-User System.
         Starting Synchronize System and HW clocks...
         Starting Record Runlevel Change in UTMP...
[  OK  ] Finished Record Runlevel Change in UTMP.
[   30.957679] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[   31.253640] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[   31.262979] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[   31.400560] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
[  OK  ] Finished Synchronize System and HW clocks.
[   32.187640] mtdblock: MTD device 'ospi_nand.kernel' is NAND, please consider using UBI block devices instead.
[   33.274011] vdec 30210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
[   33.281967] vdec 30210000.video-codec: Product Code:      0x521c
[   33.287979] vdec 30210000.video-codec: Firmware Revision: 334314
[  OK  ] Finished Virtual Console Setup.
 _____                    _____           _         _
|  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
|     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
|__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
              |___|                    |___|

Arago Project am62axx-evm ttyS2

Arago 2023.10 am62axx-evm ttyS2

am62axx-evm login: root (automatic login)

[   34.921190] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
[   35.221813] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
[   36.289577] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
root@am62axx-evm:~# [   38.650951] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   38.655156] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   39.616128] EXT4-fs (mmcblk1p2): mounting ext3 file system using the ext4 subsystem
[   39.647692] EXT4-fs (mmcblk1p2): mounted filesystem 54efb1d1-9ee3-469f-9ea4-b968ac69f78f r/w with ordered data mode. Quota mode: none.
[   43.162524] remoteproc remoteproc0: powering up 7e000000.dsp
[   43.168207] remoteproc remoteproc0: Booting fw image am62a-c71_0-fw, size 10719312
[   43.186001] k3-dsp-rproc 7e000000.dsp: booting DSP core using boot addr = 0x99a00000
[   43.193985] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node c7x-dma-memory@99800000
[   43.204257] virtio_rpmsg_bus virtio2: rpmsg host is online
[   43.205372] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
[   43.209884] rproc-virtio rproc-virtio.10.auto: registered virtio2 (type 7)
[   43.216942] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
[   43.223741] remoteproc remoteproc0: remote processor 7e000000.dsp is now up
[   43.231813] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
[   43.245513] virtio_rpmsg_bus virtio0: msg received with no recipient
[   43.252702] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
[   43.260467] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
[   43.268185] virtio_rpmsg_bus virtio2: msg received with no recipient
 cd /opt/edgeai-tiovx-apps/
root@am62axx-evm:/opt/edgeai-tiovx-apps# ./bin/Release/edgeai-tiovx-apps-main configs/linux/object_detection.yaml
APP: Init ... !!!
    67.958078 s: MEM: Init ... !!!
    67.961731 s: MEM: Initialized DMA HEAP (fd=5) !!!
    67.969086 s: MEM: Init ... Done !!!
    67.976229 s: IPC: Init ... !!!
    67.993334 s: IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
    68.009057 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
    68.025108 s:  VX_ZONE_INFO: Globally Enabled VX_ZONE_ERROR
    68.025144 s:  VX_ZONE_INFO: Globally Enabled VX_ZONE_WARNING
    68.025164 s:  VX_ZONE_INFO: Globally Enabled VX_ZONE_INFO
    68.084847 s:  VX_ZONE_INFO: [tivxPlatformCreateTargetId:134] Added target MPU-0
    68.085062 s:  VX_ZONE_INFO: [tivxPlatformCreateTargetId:134] Added target MPU-1
    68.085178 s:  VX_ZONE_INFO: [tivxPlatformCreateTargetId:134] Added target MPU-2
    68.085309 s:  VX_ZONE_INFO: [tivxPlatformCreateTargetId:134] Added target MPU-3
    68.085325 s:  VX_ZONE_INFO: [tivxInitLocal:126] Initialization Done !!!
    68.085344 s:  VX_ZONE_INFO: Globally Disabled VX_ZONE_INFO
Input #0, h264, from '/opt/edgeai-test-data/videos/video0_1280_768.h264':
  Duration: N/A, bitrate: N/A
  Stream #0:0: Video: h264 (High), yuv420p(progressive), 1280x768, 25 fps, 60 tbr, 1200k tbn
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
^C[TIOVX_MODULES][ERROR] 546: v4l2_decode_dqueue_buf: [V4L2_DECODE[   65.345420] kauditd_printk_skb: 44 callbacks suppressed
] POLL failed
[   65.345433] audit: type=1701 audit(83.948:56): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=653 comm="edgeai-tiovx-ap" exe="/opt/edgeai-tiovx-apps/bin/Release/edgeai-tiovx-apps-main" sig=11 res=1
[   65.419916] audit: type=1334 audit(84.020:57): prog-id=37 op=LOAD
[   65.426080] audit: type=1334 audit(84.028:58): prog-id=38 op=LOAD
[   65.432220] audit: type=1334 audit(84.032:59): prog-id=39 op=LOAD
[   65.457021] audit: type=1334 audit(84.060:60): prog-id=37 op=UNLOAD
Segmentation fault (core dumped)
root@am62axx-evm:/opt/edgeai-tiovx-apps#
root@am62axx-evm:/opt/edgeai-tiovx-apps#
root@am62axx-evm:/opt/edgeai-tiovx-apps#
root@am62axx-evm:/opt/edgeai-tiovx-apps#
root@am62axx-evm:/opt/edgeai-tiovx-apps#
root@am62axx-evm:/opt/edgeai-tiovx-apps# ./bin/Release/edgeai-tiovx-apps-main configs/linux/object_detection.yaml
APP: Init ... !!!
    94.556034 s: MEM: Init ... !!!
    94.556134 s: MEM: Initialized DMA HEAP (fd=5) !!!
    94.556337 s: MEM: Init ... Done !!!
    94.556358 s: IPC: Init ... !!!
    94.573203 s: IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
    94.577678 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
    94.577817 s:  VX_ZONE_INFO: Globally Enabled VX_ZONE_ERROR
    94.577833 s:  VX_ZONE_INFO: Globally Enabled VX_ZONE_WARNING
    94.577844 s:  VX_ZONE_INFO: Globally Enabled VX_ZONE_INFO
    94.578802 s:  VX_ZONE_INFO: [tivxPlatformCreateTargetId:134] Added target MPU-0
    94.579085 s:  VX_ZONE_INFO: [tivxPlatformCreateTargetId:134] Added target MPU-1
    94.579321 s:  VX_ZONE_INFO: [tivxPlatformCreateTargetId:134] Added target MPU-2
    94.579566 s:  VX_ZONE_INFO: [tivxPlatformCreateTargetId:134] Added target MPU-3
    94.579599 s:  VX_ZONE_INFO: [tivxInitLocal:126] Initialization Done !!!
    94.579620 s:  VX_ZONE_INFO: Globally Disabled VX_ZONE_INFO
Input #0, h264, from '/opt/edgeai-test-data/videos/video0_1280_768.h264':
  Duration: N/A, bitrate: N/A
  Stream #0:0: Video: h264 (High), yuv420p(progressive), 1280x768, 25 fps, 60 tbr, 1200k tbn
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
[TIOVX_MODULES][ERROR] 519: v4l2_decode_enqueue_buf: [V4L2_DECODE] VIDIOC_QBUF failed
^C

Request for Assistance:

  1. Why is the demo failing to run on SPINAND flash?

  2. Why does the demo sometimes fail to run from the SD card?
  3. How can I resolve the VIDIOC_QBUF failed error?
  • Hi Xian,

    Does normal SD card boot fine with tisdk-default-image?

    Is SPINAND Flash using Macronix is your primary boot media? Please help me with how did you flash the images on Flash and boot?

    This will help better support you. 

    Best Regards,

    Suren