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.
Hello,
I could compile custom model on SDK.
And, I copied compiled model (artifacts, model, param.yaml) to SD card.
After changing my_configuration.yaml to see custom model, and when I ran "./app_edgeai.py ../configs/my_confiiguration.yaml", I got following error.
APP: Init ... Done !!!
61.591091 s: VX_ZONE_INIT:Enabled
61.591107 s: VX_ZONE_ERROR:Enabled
61.591112 s: VX_ZONE_WARNING:Enabled
61.593403 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
61.595295 s: VX_ZONE_INIT:[tivxHostInitLocal:86] Initialization Done for HOST !!!
61.603769 s: VX_ZONE_ERROR:[ownContextSendCmd:815] Command ack message returned failure cmd_status: -1
61.603790 s: VX_ZONE_ERROR:[ownContextSendCmd:851] tivxEventWait() failed.
61.603797 s: VX_ZONE_ERROR:[ownNodeKernelInit:538] Target kernel, TIVX_CMD_NODE_CREATE failed for node TIDLNode
61.603804 s: VX_ZONE_ERROR:[ownNodeKernelInit:539] Please be sure the target callbacks have been registered for this core
61.603810 s: VX_ZONE_ERROR:[ownNodeKernelInit:540] If the target callbacks have been registered, please ensure no errors are occurring within the create callback of this kernel
61.603817 s: VX_ZONE_ERROR:[ownGraphNodeKernelInit:583] kernel init for node 0, kernel com.ti.tidl ... failed !!!
61.603825 s: VX_ZONE_ERROR:[vxVerifyGraph:2055] Node kernel init failed
61.603831 s: VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed
TIDL_RT_OVX: ERROR: Verifying TIDL graph ... Failed !!!
TIDL_RT_OVX: ERROR: Verify OpenVX graph failed
Could you please give your idea about which one may cause this error ?
BR,
Hi Ryuuichi,
Could you run "source ./vision_apps_init.sh" before running the application and provide the logs?
Please provide logs for both "source ./vision_apps_init.sh" and your application after running this command.
Thank you,
Fabiana Jaimes
Hello Jaimes-san,
Thank you for your reply.
Which directory does "vision_apps_init.sh" exist ?
I found this file from /opt , but I could not find such shell file.
Attached is my boot log and environment, could ypu please confirm about above my question ?
(I found this file on SDK-RTOS (./vision_apps/apps/basic_demos/app_linux_fs_files/vision_apps_init.sh), but not relate to Linux environment..)
BR,
U-Boot SPL 2021.01-g44a87e3ab8 (Apr 18 2022 - 22:20:44 +0000) Model: Texas Instruments J721E SK R5 Board: J721EX-SK rev A SYSFW ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam') Trying to boot from MMC2 Starting ATF on ARM64 core... NOTICE: BL31: v2.5(release):08.01.00.006-dirty NOTICE: BL31: Built : 21:21:02, Apr 18 2022 U-Boot SPL 2021.01-g44a87e3ab8 (Apr 18 2022 - 21:22:46 +0000) Model: Texas Instruments J721E SK A72 Board: J721EX-SK rev A SYSFW ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam') Trying to boot from MMC2 U-Boot 2021.01-g44a87e3ab8 (Apr 18 2022 - 21:22:46 +0000) SoC: J721E SR1.1 Model: Texas Instruments J721E SK A72 Board: J721EX-SK rev A DRAM: 4 GiB Flash: 0 Bytes MMC: sdhci@4fb0000: 1 In: serial@2800000 Out: serial@2800000 Err: serial@2800000 am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000 Net: eth0: ethernet@46000000port@1 Hit any key to stop autoboot: 2 1 0 switch to partitions #0, OK mmc1 is current device SD/MMC found on device 1 Failed to load 'boot.scr' 483 bytes read in 9 ms (51.8 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... Running uenvcmd ... 1 bytes read in 11 ms (0 Bytes/s) Already setup. k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work 572788 bytes read in 36 ms (15.2 MiB/s) Load Remote Processor 2 with data@addr=0x82000000 572788 bytes: Success! 297932 bytes read in 24 ms (11.8 MiB/s) Load Remote Processor 3 with data@addr=0x82000000 297932 bytes: Success! Failed to load '/lib/firmware/j7-main-r5f1_0-fw' Failed to load '/lib/firmware/j7-main-r5f1_1-fw' 1461044 bytes read in 72 ms (19.4 MiB/s) Load Remote Processor 6 with data@addr=0x82000000 1461044 bytes: Success! 1461012 bytes read in 72 ms (19.4 MiB/s) Load Remote Processor 7 with data@addr=0x82000000 1461012 bytes: Success! 13242432 bytes read in 559 ms (22.6 MiB/s) Load Remote Processor 8 with data@addr=0x82000000 13242432 bytes: Success! 19276288 bytes read in 805 ms (22.8 MiB/s) 100968 bytes read in 16 ms (6 MiB/s) 10670 bytes read in 12 ms (868.2 KiB/s) ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 000000008fee4000, end 000000008fffffff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 5.10.100-g7a7a3af903 (oe-user@oe-host) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1 SMP PREEMPT Mon Apr 18 21:26:24 UTC 2022 [ 0.000000] Machine model: Texas Instruments J721E 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 DMA memory pool at 0x00000000a0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 31 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a6000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a6100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a7000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a7100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c66-dma-memory@a8000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c66-memory@a8100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c66-dma-memory@a9000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c66-memory@a9100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@aa000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 79 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71-memory@aa100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 96 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@b2000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000d8000000, size 560 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@d8000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000fb000000, size 8 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-queues@fb000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000fb800000, size 24 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-buffers@fb800000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 256 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool [ 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-0x000000009e7fffff] [ 0.000000] node 0: [mem 0x000000009e800000-0x00000000aeffffff] [ 0.000000] node 0: [mem 0x00000000af000000-0x00000000afffffff] [ 0.000000] node 0: [mem 0x00000000b0000000-0x00000000b7ffffff] [ 0.000000] node 0: [mem 0x00000000b8000000-0x00000000d7ffffff] [ 0.000000] node 0: [mem 0x00000000d8000000-0x00000000fcffffff] [ 0.000000] node 0: [mem 0x00000000fd000000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x000000088fffffff] [ 0.000000] node 0: [mem 0x0000000890000000-0x00000008ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff] [ 0.000000] cma: Failed to reserve 512 MiB [ 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.2 [ 0.000000] percpu: Embedded 2 pages/cpu s49880 r8192 d73000 u131072 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: EL2 vector hardening [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 65472 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=3482acd4-02 rw rootfstype=ext4 rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x000000009a800000-0x000000009e800000] (64MB) [ 0.000000] Memory: 2302848K/4194304K available (10880K kernel code, 1288K rwdata, 4352K rodata, 1856K init, 755K bss, 1891456K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2. [ 0.000000] Trampoline 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=2 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000 [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @8a0800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x00000008a00b0000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008a00c0000 [ 0.000000] random: get_random_bytes called from start_kernel+0x31c/0x4c4 with crng_init=0 [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008415] Console: colour dummy device 80x25 [ 0.012976] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023646] pid_max: default: 32768 minimum: 301 [ 0.028393] LSM: Security Framework initializing [ 0.033142] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear) [ 0.040712] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear) [ 0.049713] rcu: Hierarchical SRCU implementation. [ 0.054782] Platform MSI: msi-controller@1820000 domain created [ 0.061047] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.070351] EFI services will not be available. [ 0.075119] smp: Bringing up secondary CPUs ... [ 0.080389] Detected PIPT I-cache on CPU1 [ 0.080414] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.080424] GICv3: CPU1: using allocated LPI pending table @0x00000008a00d0000 [ 0.080457] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.080512] smp: Brought up 1 node, 2 CPUs [ 0.109857] SMP: Total of 2 processors activated. [ 0.114661] CPU features: detected: 32-bit EL0 Support [ 0.119916] CPU features: detected: CRC32 instructions [ 0.133743] CPU: All CPU(s) started at EL2 [ 0.137938] alternatives: patching kernel code [ 0.142960] devtmpfs: initialized [ 0.151864] KASLR disabled due to lack of seed [ 0.156530] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.166493] futex hash table entries: 512 (order: -1, 32768 bytes, linear) [ 0.173640] pinctrl core: initialized pinctrl subsystem [ 0.179209] DMI not present or invalid. [ 0.183428] NET: Registered protocol family 16 [ 0.188206] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.195542] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.203509] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.211793] thermal_sys: Registered thermal governor 'step_wise' [ 0.211796] thermal_sys: Registered thermal governor 'power_allocator' [ 0.218230] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.231861] ASID allocator initialised with 65536 entries [ 0.254893] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages [ 0.261751] HugeTLB registered 512 MiB page size, pre-allocated 0 pages [ 0.268509] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.276266] cryptd: max_cpu_qlen set to 1000 [ 0.282298] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected [ 0.291090] vsys_3v3: supplied by vusb-main5v0 [ 0.296083] iommu: Default domain type: Translated [ 0.301235] SCSI subsystem initialized [ 0.305307] mc: Linux media interface: v0.10 [ 0.309718] videodev: Linux video capture interface: v2.00 [ 0.315353] pps_core: LinuxPPS API ver. 1 registered [ 0.320423] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.329759] PTP clock support registered [ 0.333782] EDAC MC: Ver: 3.0.0 [ 0.337545] FPGA manager framework [ 0.341059] Advanced Linux Sound Architecture Driver Initialized. [ 0.347683] clocksource: Switched to clocksource arch_sys_counter [ 0.354110] VFS: Disk quotas dquot_6.6.0 [ 0.358155] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes) [ 0.367817] Carveout Heap: Exported 512 MiB at 0x00000000b8000000 [ 0.374111] NET: Registered protocol family 2 [ 0.378713] IP idents hash table entries: 65536 (order: 3, 524288 bytes, linear) [ 0.387358] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear) [ 0.396126] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear) [ 0.404325] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear) [ 0.412139] TCP: Hash tables configured (established 32768 bind 32768) [ 0.418892] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear) [ 0.425784] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear) [ 0.433178] NET: Registered protocol family 1 [ 0.437884] RPC: Registered named UNIX socket transport module. [ 0.443941] RPC: Registered udp transport module. [ 0.448754] RPC: Registered tcp transport module. [ 0.453558] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.460142] PCI: CLS 0 bytes, default 64 [ 0.464487] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.474766] Initialise system trusted keyrings [ 0.479384] workingset: timestamp_bits=46 max_order=16 bucket_order=0 [ 0.487771] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.493993] NFS: Registering the id_resolver key type [ 0.499167] Key type id_resolver registered [ 0.503442] Key type id_legacy registered [ 0.507563] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.514412] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.522052] 9p: Installing v9fs 9p2000 file system support [ 0.546833] Key type asymmetric registered [ 0.551020] Asymmetric key parser 'x509' registered [ 0.556018] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.563576] io scheduler mq-deadline registered [ 0.568202] io scheduler kyber registered [ 0.573473] pinctrl-single 4301c000.pinctrl: 94 pins, size 376 [ 0.579660] pinctrl-single 11c000.pinctrl: 173 pins, size 692 [ 0.588227] k3-ringacc 2b800000.ringacc: Failed to get MSI domain [ 0.594487] k3-ringacc 3c000000.ringacc: Failed to get MSI domain [ 0.602315] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.610455] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf) [ 0.619817] arm-smmu-v3 36600000.iommu: allocated 524288 entries for cmdq [ 0.629494] arm-smmu-v3 36600000.iommu: allocated 524288 entries for evtq [ 0.637388] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs [ 0.650607] brd: module loaded [ 0.656678] loop: module loaded [ 0.660230] sysfs: cannot create duplicate filename '/devices/platform/dma_buf_phys' [ 0.668151] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 5.10.100-g7a7a3af903 #1 [ 0.675439] Hardware name: Texas Instruments J721E SK (DT) [ 0.681040] Call trace: [ 0.683543] dump_backtrace+0x0/0x1a0 [ 0.687278] show_stack+0x18/0x68 [ 0.690661] dump_stack+0xd0/0x12c [ 0.694132] sysfs_warn_dup+0x60/0x80 [ 0.697866] sysfs_create_dir_ns+0xe0/0xf8 [ 0.702047] kobject_add_internal+0x98/0x288 [ 0.706403] kobject_add+0x94/0x100 [ 0.709965] device_add+0xe0/0x740 [ 0.713434] platform_device_add+0x100/0x238 [ 0.717790] platform_device_register_full+0xcc/0x150 [ 0.722952] dma_buf_phys_init+0x6c/0x9c [ 0.726953] do_one_initcall+0x54/0x1b8 [ 0.730868] kernel_init_freeable+0x220/0x2a0 [ 0.735314] kernel_init+0x14/0x114 [ 0.738871] ret_from_fork+0x10/0x34 [ 0.742531] kobject_add_internal failed for dma_buf_phys with -EEXIST, don't try to register things with the same name in the same directory. [ 0.755718] megasas: 07.714.04.00-rc1 [ 0.761117] tun: Universal TUN/TAP device driver, 1.6 [ 0.766541] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 0.772947] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.779017] sky2: driver version 1.30 [ 0.783286] VFIO - User Level meta-driver version: 0.3 [ 0.788955] i2c /dev entries driver [ 0.793192] sdhci: Secure Digital Host Controller Interface driver [ 0.799509] sdhci: Copyright(c) Pierre Ossman [ 0.804139] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.810443] ledtrig-cpu: registered to indicate activity on CPUs [ 0.816745] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.823885] optee: probing for conduit method. [ 0.828437] optee: revision 3.12 (3d47a131) [ 0.828695] optee: initialized driver [ 0.838009] NET: Registered protocol family 17 [ 0.842621] 9pnet: Installing 9P2000 support [ 0.847006] Key type dns_resolver registered [ 0.851452] Loading compiled-in X.509 certificates [ 0.860602] k3-ringacc 2b800000.ringacc: Failed to get MSI domain [ 0.866937] k3-ringacc 3c000000.ringacc: Failed to get MSI domain [ 0.875100] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam') [ 0.905406] random: fast init done [ 0.930351] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz [ 0.936463] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz [ 0.942524] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz [ 0.971842] i2c i2c-3: Added multiplexed i2c bus 4 [ 0.976815] i2c i2c-3: Added multiplexed i2c bus 5 [ 0.981714] pca954x 3-0071: registered 2 multiplexed busses for I2C switch pca9543 [ 0.989471] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz [ 0.995555] omap_i2c 2010000.i2c: bus 6 rev0.12 at 100 kHz [ 1.023838] i2c i2c-7: Added multiplexed i2c bus 8 [ 1.028826] i2c i2c-7: Added multiplexed i2c bus 9 [ 1.033724] pca954x 7-0070: registered 2 multiplexed busses for I2C switch pca9543 [ 1.041482] omap_i2c 2030000.i2c: bus 7 rev0.12 at 400 kHz [ 1.047921] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created [ 1.057894] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created [ 1.066708] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created [ 1.076552] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created [ 1.099549] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 1.107243] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 1.115522] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 1.123801] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.132706] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 1.140396] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 1.148675] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 1.156952] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.166150] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 [ 1.176032] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 1.182792] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 1.191837] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211 [ 1.201980] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 1.208743] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 1.216729] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250 [ 1.226156] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 27, base_baud = 3000000) is a 8250 [ 1.234902] printk: console [ttyS2] enabled [ 1.234902] printk: console [ttyS2] enabled [ 1.243339] printk: bootconsole [ns16550a0] disabled [ 1.243339] printk: bootconsole [ns16550a0] disabled [ 1.253825] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 28, base_baud = 3000000) is a 8250 [ 1.262773] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 29, base_baud = 3000000) is a 8250 [ 1.311691] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.320688] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 [ 1.328986] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 [ 1.343017] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 [ 1.351479] k3-j72xx-soc-thermal 42040000.wkup_vtm0: work around NOT needed!! [ 1.464873] vdd_mmc1: supplied by vsys_3v3 [ 1.469716] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 [ 1.476602] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 [ 1.483447] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 [ 1.490295] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 [ 1.497110] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 [ 1.507264] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 1.514764] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 1.522848] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 1.530929] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.541638] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00 [ 2.547899] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.553372] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff]) [ 2.562830] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff] [ 2.569713] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400 [ 2.575707] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 2.585341] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 2.594994] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xe8 may corrupt adjacent RW1C bits [ 2.604715] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.614446] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits [ 2.624168] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits [ 2.633914] pci 0000:00:00.0: supports D1 [ 2.637911] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 2.643643] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits [ 2.655442] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.663436] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.673161] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.682881] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.694470] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.701078] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.706252] pcieport 0000:00:00.0: PME: Signaling with IRQ 492 [ 2.712580] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 2.720069] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 2.728148] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 2.736230] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 3.746951] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00 [ 3.753208] pci_bus 0001:00: root bus resource [bus 00-ff] [ 3.758682] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff]) [ 3.768314] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff] [ 3.775191] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400 [ 3.781247] pci 0001:00:00.0: supports D1 [ 3.785246] pci 0001:00:00.0: PME# supported from D0 D1 D3hot [ 3.793008] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 3.802987] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 [ 3.809594] pci 0001:00:00.0: PCI bridge to [bus 01] [ 3.814755] pcieport 0001:00:00.0: PME: Signaling with IRQ 494 [ 3.821417] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8) [ 3.831965] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16) [ 3.847257] spi-nor spi0.0: s28hs512t (65536 Kbytes) [ 3.852250] 8 cmdlinepart partitions found on MTD device 47040000.spi.0 [ 3.858849] Creating 8 MTD partitions on "47040000.spi.0": [ 3.864323] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 3.870346] 0x000000080000-0x000000280000 : "ospi.tispl" [ 3.876051] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 3.881865] 0x000000680000-0x0000006c0000 : "ospi.env" [ 3.887411] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" [ 3.893140] 0x0000007c0000-0x000000800000 : "ospi.env.backup" [ 3.899243] 0x000000800000-0x000003fc0000 : "ospi.rootfs" [ 3.905011] 0x000003fc0000-0x000004000000 : "ospi.phypattern" [ 3.955707] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 3.964567] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 [ 3.972858] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 [ 3.986485] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 3.993489] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 4.000699] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 4.007032] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0 [ 4.017660] mmc0: CQHCI version 5.10 [ 4.020346] debugfs: Directory 'pd:27' with parent 'pm_genpd' already present! [ 4.028522] debugfs: Directory 'pd:26' with parent 'pm_genpd' already present! [ 4.036761] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present! [ 4.044101] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present! [ 4.051414] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present! [ 4.058733] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present! [ 4.077290] ALSA device list: [ 4.080259] No soundcards found. [ 5.090353] mmc0: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit [ 5.098123] Waiting for root device PARTUUID=3482acd4-02... [ 5.155739] mmc0: new ultra high speed DDR50 SDHC card at address aaaa [ 5.162589] mmcblk0: mmc0:aaaa SC16G 14.8 GiB [ 5.172788] mmcblk0: p1 p2 [ 5.350086] EXT4-fs (mmcblk0p2): recovery complete [ 5.355876] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 5.363982] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 5.378128] devtmpfs: mounted [ 5.381482] Freeing unused kernel memory: 1856K [ 5.386034] Run /sbin/init as init process [ 5.552150] systemd[1]: System time before build time, advancing clock. [ 5.612432] NET: Registered protocol family 10 [ 5.617326] Segment Routing with IPv6 [ 5.643249] systemd[1]: systemd 244.5+ 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) [ 5.665016] systemd[1]: Detected architecture arm64. Welcome to Arago 2021.09! [ 5.706241] systemd[1]: Set hostname to <tda4vm-sk>. [ 5.907338] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock �� /run/docker.sock; please update the unit file accordingly. [ 5.977705] random: systemd: uninitialized urandom read (16 bytes read) [ 5.984450] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 5.996777] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 6.006678] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 6.027762] random: systemd: uninitialized urandom read (16 bytes read) [ 6.035018] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 6.055752] random: systemd: uninitialized urandom read (16 bytes read) [ 6.062891] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 6.083863] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password �cts to Console Directory Watch. [ 6.107796] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R�cuests to Wall Directory Watch. [ 6.131791] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 6.147741] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 6.167729] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 6.183741] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 6.207193] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 6.227764] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 6.252009] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 6.271865] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 6.310057] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. [ 6.318391] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 6.339950] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 6.356015] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 6.379916] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 6.399848] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 6.422422] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 6.442738] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 6.466824] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 6.488764] systemd[1]: Mounting Temporary Directory (/tmp)... Mounting Temporary Directory (/tmp)... [ 6.507324] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st�codes for the current kernel... [ 6.534227] systemd[1]: Starting Start psplash boot splash screen... Starting Start psplash boot splash screen... [ 6.563873] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 6.579876] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 6.592378] systemd[1]: Starting Journal Service... Starting Journal Service... [ 6.612293] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 6.629402] systemd[1]: Starting Remount Root and Kernel File Systems... [ 6.636430] cryptodev: loading out-of-tree module taints kernel. Starting Remount Root and Kernel File Systems EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [0m... [ 6.658178] cryptodev: driver 1.10 loaded. [ 6.667006] systemd[1]: Starting udev Coldplug all Devices... Starting udev Coldplug all Devices... [ 6.694373] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind. [ 6.712109] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory (/tmp). [ OK ] Started Create list of sta�c nodes for the current kernel. [FAILED] Failed to start Start psplash boot splash screen. See 'systemctl status psplash-start.service' for details. [DEPEND] Dependency failed for Star�cprogress communication helper. [ OK ] Started Load Kernel Modules. [ OK ] Started Remount Root and Kernel File Systems. Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... [ 6.945135] systemd-journald[162]: Received client request to flush runtime journal. Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... [ OK ] Mounted Kernel Configuration File System. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Apply Kernel Variables. [ OK ] Started Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting /media/ram... Mounting /var/volatile... Starting udev Kernel Device Manager... [ OK ] Started udev Coldplug all Devices. [ OK ] Mounted /media/ram. [ OK ] Mounted /var/volatile. Starting udev Wait for Complete Device Initialization... Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... [ OK ] Started udev Kernel Device Manager. [ OK ] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Set. [ OK ] Reached target System Time Synchronized. [ 7.408309] CAN device driver interface [ 7.581950] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc [ 7.654077] img_dec 4300000.video-decoder: decoder registered as /dev/video0 [ 7.669675] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a9000000 [ 7.672739] img_enc 4200000.video-encoder: encoder registered as /dev/video1 [ 7.706742] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode [ 7.742217] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0 [ 7.798723] PVR_K: 183: Read BVNC 22.104.208.318 from HW device registers [ 7.835958] Console: switching to colour frame buffer device 240x67 [ 7.839993] remoteproc remoteproc0: 4d80800000.dsp is available [ 7.840038] remoteproc remoteproc0: attaching to 4d80800000.dsp [ 7.840190] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode [ 7.840200] remoteproc0#vdev0buffer: assigned reserved memory node vision-apps-c66-dma-memory@a9000000 [ 7.840519] virtio_rpmsg_bus virtio0: rpmsg host is online [ 7.840550] remoteproc0#vdev0buffer: registered virtio0 (type 7) [ 7.840555] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached [ 7.844389] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd [ 7.871943] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a8000000 [ 7.872833] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode [ 7.872908] remoteproc remoteproc1: 4d81800000.dsp is available [ 7.872991] remoteproc remoteproc1: attaching to 4d81800000.dsp [ 7.873092] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode [ 7.873101] remoteproc1#vdev0buffer: assigned reserved memory node vision-apps-c66-dma-memory@a8000000 [ 7.873451] virtio_rpmsg_bus virtio1: rpmsg host is online [ 7.873493] remoteproc1#vdev0buffer: registered virtio1 (type 7) [ 7.873497] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached [ 7.902490] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@aa000000 [ 7.947934] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode [ 7.948003] remoteproc remoteproc2: 64800000.dsp is available [ 7.948036] remoteproc remoteproc2: attaching to 64800000.dsp [ 7.948072] remoteproc remoteproc2: unsupported resource 65538 [ 7.948158] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode [ 7.948168] remoteproc2#vdev0buffer: assigned reserved memory node vision-apps-c71-dma-memory@aa000000 [ 7.948533] virtio_rpmsg_bus virtio2: rpmsg host is online [ 7.948554] remoteproc2#vdev0buffer: registered virtio2 (type 7) [ 7.948557] remoteproc remoteproc2: remote processor 64800000.dsp is now attached [ 8.005876] PVR_K: 183: RGX Device registered with BVNC 22.104.208.318 [ 8.014732] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device [ 8.110860] [drm] Initialized pvr 1.13.5776728 20170530 for 4e20000000.gpu on minor 1 [ 8.119989] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd [ 8.148000] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd [ 8.168891] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 8.238343] platform 41000000.r5f: configured R5F for IPC-only mode [ 8.364095] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 8.459957] remoteproc remoteproc3: 41000000.r5f is available [ 8.578330] remoteproc remoteproc3: attaching to 41000000.r5f [ 8.613232] platform 41000000.r5f: R5F core initialized in IPC-only mode [ 8.630116] remoteproc3#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 8.679060] virtio_rpmsg_bus virtio3: rpmsg host is online [ 8.690110] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd [ 8.699316] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe [ 8.716089] remoteproc3#vdev0buffer: registered virtio3 (type 7) [ 8.738570] remoteproc remoteproc3: remote processor 41000000.r5f is now attached [ 8.796199] platform 5c00000.r5f: configured R5F for IPC-only mode [ 8.802878] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [ 8.813204] remoteproc remoteproc4: 5c00000.r5f is available [ 8.825192] remoteproc remoteproc4: attaching to 5c00000.r5f [ 8.847917] platform 5c00000.r5f: R5F core initialized in IPC-only mode [ 8.878781] remoteproc4#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [ 8.918242] virtio_rpmsg_bus virtio4: rpmsg host is online [ 8.933229] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd [ 8.960272] remoteproc4#vdev0buffer: registered virtio4 (type 7) [ 8.974529] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached [ 8.984533] platform 5d00000.r5f: configured R5F for IPC-only mode [ 8.991643] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000 [ 9.004515] remoteproc remoteproc5: 5d00000.r5f is available [ 9.013050] remoteproc remoteproc5: attaching to 5d00000.r5f [ 9.026363] platform 5d00000.r5f: R5F core initialized in IPC-only mode [ 9.036399] remoteproc5#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000 [ 9.048362] virtio_rpmsg_bus virtio5: rpmsg host is online [ 9.055146] remoteproc5#vdev0buffer: registered virtio5 (type 7) [ 9.062625] remoteproc remoteproc5: remote processor 5d00000.r5f is now attached [ 9.070248] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15 [ 9.078533] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd [ 9.085714] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0x15 [ 9.095104] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xe [ 9.102726] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15 [ 9.111803] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe [ 9.119540] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15 [ 9.127742] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe [ 9.135398] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15 [ 9.144312] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe [ 9.147368] platform 5e00000.r5f: configured R5F for remoteproc mode [ 9.152201] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe [ 9.190108] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000 [ 9.200645] remoteproc remoteproc6: 5e00000.r5f is available [ 9.207391] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2 [ 9.216781] remoteproc remoteproc6: powering up 5e00000.r5f [ 9.222436] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2 [ 9.232880] remoteproc remoteproc6: request_firmware failed: -2 [ 9.239537] platform 5f00000.r5f: configured R5F for remoteproc mode [ 9.248212] platform 5f00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000 [ 9.258927] remoteproc remoteproc7: 5f00000.r5f is available [ 9.266561] remoteproc remoteproc7: Direct firmware load for j7-main-r5f1_1-fw failed with error -2 [ 9.276964] remoteproc remoteproc7: powering up 5f00000.r5f [ 9.282603] remoteproc remoteproc7: Direct firmware load for j7-main-r5f1_1-fw failed with error -2 [ 9.295504] remoteproc remoteproc7: request_firmware failed: -2 [ OK ] Created slice system-systemd\x2dfsck.slice. [ 9.439088] m_can_platform 40528000.can: m_can device registered (irq=20, version=32) [ 9.453070] m_can_platform 2701000.can: m_can device registered (irq=42, version=32) [ 9.466520] m_can_platform 2751000.can: m_can device registered (irq=44, version=32) [ 9.482459] m_can_platform 2791000.can: m_can device registered (irq=46, version=32) [ 9.771703] random: crng init done [ 9.775102] random: 7 urandom warning(s) missed due to ratelimiting [ OK ] Started Load/Save Random Seed. [ OK ] Found device /dev/mmcblk0p1. Starting File System Check on /dev/mmcblk0p1... [ OK ] Started File System Check on /dev/mmcblk0p1. Mounting /run/media/mmcblk0p1... [ 10.199307] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ OK ] Mounted /run/media/mmcblk0p1. [ 10.299475] usbcore: registered new interface driver usbfs [ 10.304124] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22 [ 10.322153] remoteproc remoteproc8: b034000.pru is available [ 10.322660] usbcore: registered new interface driver hub [ 10.331479] remoteproc remoteproc9: b004000.rtu is available [ 10.360594] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22 [ 10.437531] remoteproc remoteproc10: b00a000.txpru is available [ 10.477058] usbcore: registered new device driver usb [ 10.489188] remoteproc remoteproc11: b038000.pru is available [ 10.490369] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c [ 10.497252] remoteproc remoteproc12: b006000.rtu is available [ 10.538206] remoteproc remoteproc13: b00c000.txpru is available [ 10.557168] remoteproc remoteproc14: b134000.pru is available [ 10.565481] remoteproc remoteproc15: b104000.rtu is available [ 10.573843] remoteproc remoteproc16: b10a000.txpru is available [ 10.580375] remoteproc remoteproc17: b138000.pru is available [ 10.586614] remoteproc remoteproc18: b106000.rtu is available [ 10.596971] remoteproc remoteproc19: b10c000.txpru is available [ 11.321623] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 11.327285] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 11.335403] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000010010 [ 11.344827] xhci-hcd xhci-hcd.0.auto: irq 648, io mem 0x06410000 [ 11.351006] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 11.359265] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 11.366491] usb usb1: Product: xHCI Host Controller [ 11.371363] usb usb1: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd [ 11.377964] usb usb1: SerialNumber: xhci-hcd.0.auto [ 11.383094] hub 1-0:1.0: USB hub found [ 11.386874] hub 1-0:1.0: 1 port detected [ 11.390990] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 11.396479] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 11.404132] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 11.410704] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 11.418840] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [ 11.427090] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 11.435697] usb usb2: Product: xHCI Host Controller [ 11.440609] usb usb2: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd [ 11.447223] usb usb2: SerialNumber: xhci-hcd.0.auto [ 11.452351] hub 2-0:1.0: USB hub found [ 11.456118] hub 2-0:1.0: 1 port detected [ OK ] Started udev Wait for Complete Device Initialization. [ OK ] Started Hardware RNG Entropy Gatherer Daemon. [ OK ] Reached target System Initialization. [ OK ] Started Daily rotation of log files. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Listening on Avahi mDNS/DNS-SD Stac[ 11.647710] usb 1-1: new high-speed USB device number 2 using xhci-hcd k Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. Starting Docker Socket for the API. [ OK ] Listening on dropbear.socket. Starting Reboot and dump vmcore via kexec... [ OK ] Listening on Docker Socket for the API. [ OK ] Started Reboot and dump vmcore via kexec. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. [ OK ] Started Job spooling tools. [ OK ] Started Periodic Command Scheduler usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00 [0m. [ 11.823728] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 11.830891] usb 1-1: SerialNumber: 3B090841A4CD [ OK ] Started D-Bus System Message Bus. [ 11.844258] hub 1-1:1.0: USB hub found [ 11.854321] hub 1-1:1.0: 4 ports detected Starting Print notice about GPLv3 packages... Starting set host name as per compatible name... Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... [ OK ] Started irqbalance daemon. Starting Telephony service... Starting rc.pvr.service... Starting startwlanap... Starting startwlansta... Starting Login Service... [ OK ] Started TEE Supplicant. Starting Update weston ini�c based on the platform name... [ OK ] Started IPv6 Packet Filtering Frame[ 11.939821] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd work. [ OK ] Started IPv4 Packet Filtering Framework. [ OK ] Started startwlansta. [ OK ] Reached target Network (Pre). Starting Network Service... [ OK ] Started rc.pvr.service. [ 11.975970] usb 2-1: New USB device found, idVendor=0451, idProduct=8140, bcdDevice= 1.00 [ 11.986375] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 12.002441] hub 2-1:1.0: USB hub found [ 12.007743] hub 2-1:1.0: 4 ports detected [ OK ] Started set host name as per compatible name. [ OK ] Started startwlanap. [ OK ] Started Update weston ini �cge based on the platform name. Starting weston.service... [ OK ] Started Telephony service. [ OK ] Started Network Service. Starting Wait for Network to be Configured... Starting Network Name Resolution... [ 12.142893] TI DP83867 46000f00.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=46000f00.mdio:00, irq=POLL) [ 12.155370] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd [ 12.168356] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down [ 12.175192] Bluetooth: Core ver 2.22 [ 12.182641] NET: Registered protocol family 31 [ 12.190584] Bluetooth: HCI device and connection manager initialized [ 12.203936] Bluetooth: HCI socket layer initialized [ 12.208825] Bluetooth: L2CAP socket layer initialized [ 12.217608] Bluetooth: SCO socket layer initialized [ OK ] Listening on Load/Save RF �citch Status /dev/rfkill Watch. [ OK ] Started Login Service. [ 12.354243] usb 1-1.1: New USB device found, idVendor=046d, idProduct=0825, bcdDevice= 0.21 [ 12.365057] usb 1-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=2 [ 12.379565] usb 1-1.1: Product: C270 HD WEBCAM [ 12.386701] usb 1-1.1: SerialNumber: 200901010001 [ OK ] Started Network Name Resolution. [ OK ] Reached target Network. [ OK ] Reached target Host and Network Name Lookups. Starting Avahi mDNS/DNS-SD Stack... Starting Enable and configure wl18xx bluetooth stack... [ OK ] Started Edge AI Init. [ OK ] Started NFS status monitor for NFSv2/3 locking.. Starting Simple Network Ma�cent Protocol (SNMP) Daemon.... Starting Permit User Sessio[ 12.479715] usb 1-1.4: new full-speed USB device number 4 using xhci-hcd ns... [ OK ] Started Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS2. [ OK ] Started Serial Getty on ttyS3. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... [ OK ] Started Avahi mDNS/DNS-SD Stack. [FAILED] Failed to start Synchronize System and HW clocks. See 'systemctl status sync-clocks.service' for details. [ OK ] Started Enable and configure wl18xx bluetooth stack. [ 12.588859] usb 1-1.4: New USB device found, idVendor=8087, idProduct=0025, bcdDevice= 0.02 [ 12.599785] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 12.867596] usbcore: registered new interface driver btusb Starting Load/Save RF Kill Switch Status... [ 12.879431] Bluetooth: hci0: Bootloader revision 0.1 build 42 week 52 2015 [ 12.887417] Bluetooth: hci0: Device revision is 2 [ 12.892140] Bluetooth: hci0: Secure boot is enabled [ 12.897016] Bluetooth: hci0: OTP lock is enabled [ 12.901626] Bluetooth: hci0: API lock is enabled [ 12.906233] Bluetooth: hci0: Debug lock is disabled [ 12.911119] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ OK ] Started Simple Network Man�cement Protocol (SNMP) Daemon.. [ 12.941402] Bluetooth: hci0: Found device firmware: intel/ibt-18-16-1.sfi [ 12.970298] usb 1-1.1: current rate 16000 is different from the runtime rate 32000 Starting Bluetooth service... [ OK ] Started Load/Save RF Kill Switch Status. [ 13.078407] usb 1-1.1: current rate 24000 is different from the runtime rate 16000 [ 13.099951] usb 1-1.1: 3:3: cannot set freq 24000 to ep 0x82 [ OK ] Started Bluetooth service. [ OK ] Reached target Bluetooth. Starting Hostname Service... [ 13.242048] usb 1-1.1: set resolution quirk: cval->res = 384 [ 13.250791] uvcvideo: Found UVC 1.00 device C270 HD WEBCAM (046d:0825) [ OK ] Started Hostname Service. [ 13.268963] usbcore: registered new interface driver snd-usb-audio [ 13.290466] input: C270 HD WEBCAM as /devices/platform/bus@100000/4114000.cdns-usb/6400000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1:1.0/input/input0 [ 13.314657] usbcore: registered new interface driver uvcvideo [ 13.325860] USB Video Class driver (1.1.1) Starting Save/Restore Sound Card State... *************************************************************** *************************************************************** NOTICE: This file system contains the following GPLv3 packages: autoconf bash-dev bash bc binutils cifs-utils coreutils-stdbuf coreutils cpio cpp-symlinks cpp dosfstools elfutils g++-symlinks g++ gawk gcc-symlinks gcc gdb gdbserver gettext glmark2 gstreamer1.0-libav-dev gstreamer1.0-libav gzip less libasm1 libbfd libdw1 libelf1 libgdbm-compat4 libgdbm-dev libgdbm6 libgettextlib libgettextsrc libgmp-dev libgmp10 libgmpxx4 libidn2-0 libidn2-dev libmpc3 libmpfr6 libreadline-dev libreadline8 libunistring-dev libunistring2 m4-dev m4 make nettle-dev nettle parted python3-rfc3987 python3-strict-rfc3339 tar which zeromq If you do not wish to distribute GPLv3 components please remove the above packages prior to distribution. This can be done using the opkg remove command. i.e.: opkg remove <package> Where <package> is the name printed in the list above NOTE: If the package is a dependency of another package you will be notified of the dependent packages. You should use the --force-removal-of-depende[ 14.376110] Bluetooth: hci0: Waiting for firmware download to complete nt-packages option to also remove the dependent packages [ 14.387850] Bluetooth: hci0: Firmware loaded in 1478211 usecs as well *******************************************************[ 14.399127] Bluetooth: hci0: Waiting for device to boot ******** ******************************************************[ 14.413373] Bluetooth: hci0: Device booted in 13930 usecs ********* [ 14.423539] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-18-16-1.ddc [ 14.432416] Bluetooth: hci0: Applying Intel DDC parameters completed [ 14.440385] Bluetooth: hci0: Firmware revision 0.1 build 86 week 46 2021 [ OK ] Started Save/Restore Sound Card State. [ OK ] Started Print notice about GPLv3 packages. [ OK ] Reached target Sound Card. [ 14.513230] NET: Registered protocol family 38 [ OK ] Started weston.service. Starting DEMO... Starting telnetd.service... [ OK ] Started DEMO. [ OK ] Started telnetd.service. [ 15.460449] PVR_K: 1095: RGX Firmware image 'rgx.fw.22.104.208.318' loaded _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org tda4vm-sk ttyS2 Arago 2021.09 tda4vm-sk ttyS2 tda4vm-sk login: [ 19.655859] usb 1-1.1: reset high-speed USB device number 3 using xhci-hcd root root@tda4vm-sk:/opt/edge_ai_apps# [ 35.485600] init_script.sh[1166]: USB Camera detected [ 35.485915] init_script.sh[1166]: device = /dev/video2 [ 35.486026] init_script.sh[1166]: format = jpeg root@tda4vm-sk:/opt/edge_ai_apps# di kl ls PROCESSOR-SDK-LINUX-SK-TDA4VM_manifest.html download_models.sh apps_cpp edge_ai_apps_manifest.html apps_python init_script.sh configs internal_docs data scripts docker setup_script.sh docs tests root@tda4vm-sk:/opt/edge_ai_apps# cd apps_python/ root@tda4vm-sk:/opt/edge_ai_apps/apps_python# ls __pycache__ config_parser.py gst_wrapper.py run_times.py app_edgeai.py debug.py infer_pipe.py utils.py classnames.py edge_ai_class.py post_process.py root@tda4vm-sk:/opt/edge_ai_apps/apps_python# cd ../ root@tda4vm-sk:/opt/edge_ai_apps# find -name "vision_apps? _init.sh" root@tda4vm-sk:/opt/edge_ai_apps# find -name "vision_apps_init.sh" root@tda4vm-sk:/opt/edge_ai_apps# cd ../ root@tda4vm-sk:/opt# cd ../find -name vision_apps_init.sh root@tda4vm-sk:/opt# [ 132.843485] Initializing XFRM netlink socket [ 135.675587] process 'docker/tmp/qemu-check555727497/check' started with executable stack root@tda4vm-sk:/opt# ls containerd edgeai-tiovx-modules robotics_sdk custom-model gpiozero tensorflow dlpack imaging ti-gpio-cpp edge_ai_apps img-powervr-sdk ti-gpio-py edgeai-benchmark ltp vx_app_arm_remote_log.out edgeai-gst-plugins model_zoo edgeai-tidl-tools onnxruntime root@tda4vm-sk:/opt# lsfind -name vision_apps_init.sh
Hello,
Sorry for asking several times, but I would like to know status on your side.
Could you please give me something reply ?
BR,
Hi,
Could you try running: ./vx_app_arm_remote_log.out & ? This should enable vision_apps remote core logs. After running this command, try running the application again.
Thank you,
Fabiana Jaimes
Hello Jaimes-san,
I tried performing ./vx_app_arm_remote_log.out &.
After that, I performed following command to run application.
./app_edgeai.py ../configs/my_configuration.yaml
However, I also got same error which I posted first...
BR,
Hi,
Could you please share the logs of ./vx_app_arm_remote_log.out & as well as the application logs after running the above command?
I believe you would have got some extra logs from the remote side in your application. (Something like [C7x_1] ...... )
This would help us understand the issue in more detail.
Regards,
Nikhil
CustomModelLog_run_vision_apps_init--20221207.txt
Hello, Nikhil-san,
Attached is log when I performed ./vx_app_arm_remote_log.out & and also included application log.
(Please see line 979 (for out file log) and line 1243 (for application log).)
BR,
Hi,
Thank you for sharing the logs.
From the logs I see the below error
[C7x_1] 233.780236 s: VX_ZONE_ERROR: [tivxKernelTIDLCreate:644] Network version - 0x20220823, Expected version - 0x20211201
It looks like your model is not imported for the current SDK that you are using.
you are running a model that is imported for SDK 8.4 (0x20220823).
The application is expecting a model that is imported for 0x20211201 i.e., SDK 8.2
Could you please reimport the model on the SDK you are currently using and test your application?
Regards,
Nikhil
Hello Nikhil-san,
Thank you for your quick reply.
Actually, I created SD image file by using 8.02. And after that, I implemented SDK 8.04 on VM-ware with ubuntu.
So, I will re-create SD card by using following latest version. After that, I will test custom model by creating SDK 8.04.
https://dr-download.ti.com/software-development/software-development-kit-sdk/MD-4K6R4tqhZI/08.04.00.10/ti-processor-sdk-linux-sk-tda4vm-etcher-image.zip
BR,
Hello Nikhil-san,
Thanks to your advice, I could avoid error which I posted.
I got another problem when I run custom model, but since error content is different, I will close this thread.
BR,