Part Number:TDA4VM
您好:
TDA4VM,我的用的是main_can0,我的设备树配置如下:
在k3-j721e-main.dtsi
main_mcan0: can@2701000 { compatible = "bosch,m_can"; reg = <0x00 0x02701000 0x00 0x200>,<0x00 0x02708000 0x00 0x8000>; reg-names = "m_can", "message_ram"; power-domains = <&k3_pds 156 TI_SCI_PD_EXCLUSIVE>; clocks = <&k3_clks 156 0>, <&k3_clks 156 1>; clock-names = "hclk", "cclk"; interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,<GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>; interrupt-names = "int0", "int1"; bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>; };
在k3-j721e-sk.dts里
main_mcan0_pins_default: main-mcan0-pins-default { pinctrl-single,pins = < J721E_IOPAD(0x208, PIN_INPUT, 0) /* (W5) MCAN0_RX */ J721E_IOPAD(0x20c, PIN_OUTPUT, 0) /* (W6) MCAN0_TX */ >; }; main_mcan0_gpio_pins_default: main-mcan0-gpio-pins-default { pinctrl-single,pins = < J721E_IOPAD(0x108, PIN_INPUT, 7) /* (AD27) PRG0_PRU1_GPO2.GPIO0_65 */ >; }; transceiver2: can-phy1 { compatible = "ti,tcan1042"; #phy-cells = <0>; max-bitrate = <5000000>; pinctrl-names = "default"; pinctrl-0 = <&main_mcan0_gpio_pins_default>; standby-gpios = <&main_gpio0 65 GPIO_ACTIVE_HIGH>; };
但是系统启动之后,通过命令 dmesg | grep can
[ 32.432940] m_can_platform 40528000.can: m_can device registered (irq=19, version=32)
发现只有MCU_CAN0有注册成功,其他main_can都没有注册成功
麻烦帮忙看一下是否其他配置有问题导致main_can没有注册成功?
Cherry Zhou:
您好,您的问题我们已升级到英文论坛寻求帮助,链接如下,请持续关注:
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1248580/tda4vm-main-can-cannot-find-device-under-linux
,
Cherry Zhou:
您好,请看如下答复:
是否可以分享完整的boot log? 您是否看到主域可能发生故障或从未被探测到? 请检查是否在任何DTS文件中禁用了该节点?
,
wei dong:
U-Boot 2021.01 (May 31 2023 - 23:00:10 +0800)SoC:J721E SR1.1 GP Model: Texas Instruments K3 J721E SoC EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Board: J721EX-PM1-SOM rev E2 DRAM:4 GiB Flash: 0 Bytes MMC:sdhci@4f80000: 0, sdhci@4fb0000: 1 env_driver_lookup..success..loc=5...Loading Environment from11 MMC... OK 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 EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 cdns,sierra serdes@5000000: PHY not found 0x7364 vs 0x0 Sierra init failed:-22 Net:eth0: ethernet@46000000port@1 Hit any key to stop autoboot:0i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@22: Error reading output register switch to partitions #0, OK mmc1 is current device i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@22: Error reading output register SD/MMC found on device 1 Failed to load 'boot.scr' 483 bytes read in 29 ms (15.6 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... Running uenvcmd ... 1 bytes read in 30 ms (0 Bytes/s) Already setup. i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@20: Error reading output register GPIO: 'gpio@22_17' not found Command 'gpio' failed: Error -121 i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@20: Error reading output register GPIO: 'gpio@22_16' not found Command 'gpio' failed: Error -121 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 572728 bytes read in 58 ms (9.4 MiB/s) Load Remote Processor 2 with data@addr=0x82000000 572728 bytes: Success! 302028 bytes read in 46 ms (6.3 MiB/s) Load Remote Processor 3 with data@addr=0x82000000 302028 bytes: Success! Failed to load '/lib/firmware/j7-main-r5f1_0-fw' Failed to load '/lib/firmware/j7-main-r5f1_1-fw' 1325844 bytes read in 89 ms (14.2 MiB/s) Load Remote Processor 6 with data@addr=0x82000000 1325844 bytes: Success! 1325844 bytes read in 89 ms (14.2 MiB/s) Load Remote Processor 7 with data@addr=0x82000000 1325844 bytes: Success! 12849160 bytes read in 570 ms (21.5 MiB/s) Load Remote Processor 8 with data@addr=0x82000000 12849160 bytes: Success! 18106880 bytes read in 752 ms (23 MiB/s) 99767 bytes read in 35 ms (2.7 MiB/s) 10670 bytes read in 31 ms (335.9 KiB/s) ## Flattened Device Tree blob at 88000000Booting using the fdt blob at 0x88000000Loading Device Tree to 000000008fee4000, end 000000008fffffff ... OKStarting kernel ...[0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [0.000000] Linux version11 5.10.153-g90c3a58fd2 (root@ubuntu) (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 Wed Jul 12 23:54:13 CST 2023 [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 0x00000000ac000000, size 96 MiB [0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@ac000000, compatible id shared-dma-pool [0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 1 MiB [0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b2000000, compatible id shared-dma-pool [0.000000] Reserved memory: created DMA memory pool at 0x00000000b2100000, size 95 MiB [0.000000] OF: reserved mem: initialized node vision-apps-c71-memory@b2100000, 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 192 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 0x00000000e4000000, size 8 MiB [0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-queues@e4000000, compatible id shared-dma-pool [0.000000] Reserved memory: created DMA memory pool at 0x00000000e4800000, size 24 MiB [0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-buffers@e4800000, compatible id shared-dma-pool [0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 624 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]DMA32empty [0.000000]Normal[mem 0x0000000100000000-0x00000008ffffffff] [0.000000] Movable zone start for each node [0.000000] Early memory node ranges [0.000000]node0: [mem 0x0000000080000000-0x000000009e7fffff] [0.000000]node0: [mem 0x000000009e800000-0x00000000b7ffffff] [0.000000]node0: [mem 0x00000000b8000000-0x00000000d7ffffff] [0.000000]node0: [mem 0x00000000d8000000-0x00000000e5ffffff] [0.000000]node0: [mem 0x00000000e6000000-0x00000000ffffffff] [0.000000]node0: [mem 0x0000000880000000-0x00000008a6ffffff] [0.000000]node0: [mem 0x00000008a7000000-0x00000008ffffffff] [0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff] [0.000000] cma: Reserved 400 MiB at 0x00000000e7000000 [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 22 pages/cpu s50648 r8192 d31272 u90112 [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] CPU features: detected: Spectre-BHB [0.000000] CPU features: detected: ARM erratum 1742098 [0.000000] Built 1 zonelists, mobility grouping on.Total pages: 1032192 [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) rootfstype=nfs root=/dev/nfs rw nfsroot=192.168.2.78:/home/fanhua/ti-processor-sdk-rtos-j721e-evm-08_05_00_11/targetfs, ip=192.168.2.58 [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] mem auto-init: stack:off, heap alloc:off, heap free:off [0.000000] software IO TLB: mapped [mem 0x000000009a800000-0x000000009e800000] (64MB) [0.000000] Memory: 1812088K/4194304K available (10560K kernel code, 1170K rwdata, 3976K rodata, 1856K init, 442K bss, 1972616K reserved, 409600K 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: Devices Table too large, reduce ids 20->19 [0.000000] ITS@0x0000000001820000: allocated 524288 Devices @8a7800000 (flat, esz 8, psz 64K, shr 0) [0.000000] ITS: using cache flushing for cmd queue [0.000000] GICv3: using LPI property table @0x00000008a7030000 [0.000000] GIC: using cache flushing for LPI property table [0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008a7040000 [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.000008] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [0.009180] Console: colour dummy device 80x25 [0.013812] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [0.024553] pid_max: default: 32768 minimum: 301 [0.029444] LSM: Security Framework initializing [0.034316] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [0.041969] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [0.052686] rcu: Hierarchical SRCU implementation. [0.058120] Platform MSI: msi-controller@1820000 domain created [0.064693] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created [0.074254] EFI services will not be available. [0.079222] smp: Bringing up secondary CPUs ... I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot [0.093184] Detected PIPT I-cache on CPU1 [0.093244] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [0.093266] GICv3: CPU1: using allocated LPI pending table @0x00000008a7050000 [0.093332] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [0.093494] smp: Brought up 1 node, 2 CPUs [0.123025] SMP: Total of 2 processors activated. [0.127870] CPU features: detected: 32-bit EL0 Support [0.133190] CPU features: detected: CRC32 instructions [0.166148] CPU: All CPU(s) started at EL2 [0.170396] alternatives: patching kernel code [0.176188] devtmpfs: initialized [0.200035] KASLR disabled due to lack of seed [0.204917] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [0.214944] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [0.239558] pinctrl core: initialized pinctrl subsystem [0.245809] DMI not present or invalid. [0.250942] NET: Registered protocol family 16 [0.258002] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [0.265562] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [0.274032] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [0.282903] thermal_sys: Registered thermal governor 'step_wise' [0.282914] thermal_sys: Registered thermal governor 'power_allocator' [0.290463] cpuidle: using governor menu [0.301616] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [0.308672] ASID allocator initialised with 65536 entries [0.394940] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [0.401857] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [0.408766] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [0.415661] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [0.424822] cryptd: max_cpu_qlen set to 1000 [0.434260] ACPI: Interpreter disabled. [0.439000] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected [0.448688] vsys_3v3: supplied by vusb-main5v0 [0.455155] iommu: Default domain type: Translated[0.460673] SCSI subsystem initialized [0.465589] mc: Linux media interface: v0.10 [0.470031] videodev: Linux video capture interface: v2.00 [0.475727] pps_core: LinuxPPS API ver. 1 registered [0.480837] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [0.490235] PTP clock support registered [0.494350] EDAC MC: Ver: 3.0.0 [0.499812] FPGA manager framework [0.504898] clocksource: Switched to clocksource arch_sys_counter [0.511485] VFS: Disk quotas dquot_6.6.0 [0.515637] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [0.522976] pnp: PnP ACPI: disabled [0.538002] Carveout Heap: Exported 512 MiB at 0x00000000b8000000 [0.544462] NET: Registered protocol family 2 [0.549502] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [0.561633] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [0.570563] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [0.579219] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [0.587764] TCP: Hash tables configured (established 32768 bind 32768) [0.594697] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [0.601796] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [0.609487] NET: Registered protocol family 1 [0.614758] RPC: Registered named UNIX socket transport module. [0.620930] RPC: Registered udp transport module. [0.625812] RPC: Registered tcp transport module. [0.630655] RPC: Registered tcp NFSv4.1 backchannel transport module. [0.637286] PCI: CLS 0 bytes, default 64 [0.642441] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [0.658306] Initialise system trusted keyrings [0.663182] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [0.676716] squashfs: version 4.0 (2009/01/31) Phillip Lougher [0.683540] NFS: Registering the id_resolver key type [0.688833] Key type id_resolver registered [0.693148] Key type id_legacy registered [0.697394] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [0.704287] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [0.712122] 9p: Installing v9fs 9p2000 file system support [0.814052] Key type asymmetric registered [0.818291] Asymmetric key parser 'x509' registered [0.823362] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [0.830965] io scheduler mq-deadline registered [0.835626] io scheduler kyber registered [0.847910] pinctrl-single 4301c000.pinctrl: 94 pins, size 376 [0.854841] pinctrl-single 11c000.pinctrl: 173 pins, size 692 [0.872643] k3-ringacc 2b800000.ringacc: Failed to get MSI domain [0.879084] k3-ringacc 3c000000.ringacc: Failed to get MSI domain [0.885812] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages [0.892313] debugfs: Directory '31010000.pat' with parent 'regmap' already present! [0.900642] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages [0.907158] debugfs: Directory '31011000.pat' with parent 'regmap' already present! [0.915450] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages [0.921969] debugfs: Directory '31012000.pat' with parent 'regmap' already present! [0.930268] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages [0.936669] debugfs: Directory '31013000.pat' with parent 'regmap' already present! [0.945049] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages [0.951452] debugfs: Directory '31014000.pat' with parent 'regmap' already present! [0.967526] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [0.981763] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf) [0.990734] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq [0.998264] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq [1.008078] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs [1.028728] brd: module loaded [1.042407] loop: module loaded [1.047424] megasas: 07.714.04.00-rc1 [1.059980] tun: Universal TUN/TAP device driver, 1.6 [1.065454] vcan: Virtual CAN interface driver [1.070045] vxcan: Virtual CAN Tunnel driver [1.074438] slcan: serial line CAN interface driver [1.079467] slcan: 10 dynamic interface channels. [1.084305] CAN device driver interface [1.088493] cc770: CAN netdevice driver [1.092440] cc770_isa: insufficient parameters supplied [1.101759] igbvf: Intel(R) Gigabit Virtual Function Network Driver [1.108203] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [1.114341] sky2: driver version 1.30 [1.120675] VFIO - User Level meta-driver version: 0.3 [1.127416] i2c /dev entries driver [1.135235] sdhci: Secure Digital Host Controller Interface driver [1.141600] sdhci: Copyright(c) Pierre Ossman [1.147025] sdhci-pltfm: SDHCI platform and OF driver helper [1.155263] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [1.165855] optee: probing for conduit method. [1.170476] optee: revision 3.19 (afacf356) [1.170896] optee: dynamic shared memory is enabled [1.181107] optee: initialized driver [1.187898] NET: Registered protocol family 17 [1.192527] can: controller area network core [1.197120] NET: Registered protocol family 29 [1.201693] can: raw protocol [1.204741] can: broadcast manager protocol [1.209051] can: netlink gateway - max_hops=1 [1.213669] can: SAE J1939 [1.216448] can: isotp protocol [1.219894] 9pnet: Installing 9P2000 support [1.224392] Key type dns_resolver registered [1.229368] Loading compiled-in X.509 certificates [1.256320] k3-ringacc 2b800000.ringacc: Failed to get MSI domain [1.263071] k3-ringacc 3c000000.ringacc: Failed to get MSI domain [1.282240] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0008 '8.5.2--v08.05.02 (Chill Capybar') [1.421081] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz [1.428194] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz [1.435211] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz [1.443150] lm75 3-0048: supply vs not found, using dummy regulator [1.473669] hwmon hwmon0: temp1_input not attached to any thermal zone [1.480408] lm75 3-0048: hwmon0: sensor 'tmp100' [1.485268] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz [1.492382] omap_i2c 2010000.i2c: bus 4 rev0.12 at 100 kHz [1.520993] pca954x 5-0070: probe failed [1.525155] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz [1.532273] omap_i2c 2050000.i2c: bus 6 rev0.12 at 400 kHz [1.541265] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created [1.551505] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created [1.560605] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created [1.570860] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created [1.584605] wiz bus@100000:wiz@5000000: wiz_get_lane_phy_types: Reading "reg" from "phy" failed: -22 [1.594131] wiz: probe of bus@100000:wiz@5000000 failed with error -22 [1.602511] wiz bus@100000:wiz@5010000: wiz_get_lane_phy_types: Reading "reg" from "phy" failed: -22 [1.612024] wiz: probe of bus@100000:wiz@5010000 failed with error -22 [1.638901] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 [1.648860] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [1.655682] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [1.669972] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211 [1.680177] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [1.686981] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [1.695907] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250 [1.706748] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 27, base_baud = 3000000) is a 8250 [1.715575] printk: console [ttyS2] enabled [1.715575] printk: console [ttyS2] enabled [1.724062] printk: bootconsole [ns16550a0] disabled [1.724062] printk: bootconsole [ns16550a0] disabled [1.735971] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 28, base_baud = 3000000) is a 8250 [1.746258] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 29, base_baud = 3000000) is a 8250 [1.773113] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode [1.816944] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [1.826560] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 [1.835022] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 [1.847964] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [1.855199] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [1.862152] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0 [1.874585] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode [1.920927] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [1.928520] davinci_mdio c000f00.mdio: no live phy, scanning all [1.963781] davinci_mdio c000f00.mdio: phy[0]: device c000f00.mdio:00, driver unknown [1.971688] davinci_mdio c000f00.mdio: phy[1]: device c000f00.mdio:01, driver unknown [1.979530] davinci_mdio c000f00.mdio: phy[2]: device c000f00.mdio:02, driver unknown [1.987368] davinci_mdio c000f00.mdio: phy[3]: device c000f00.mdio:03, driver unknown [1.995206] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver unknown [2.003043] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver unknown [2.010881] davinci_mdio c000f00.mdio: phy[6]: device c000f00.mdio:06, driver unknown [2.018728] davinci_mdio c000f00.mdio: phy[7]: device c000f00.mdio:07, driver unknown [2.026566] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver unknown [2.034403] davinci_mdio c000f00.mdio: phy[9]: device c000f00.mdio:09, driver unknown [2.042250] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver unknown [2.050175] davinci_mdio c000f00.mdio: phy[11]: device c000f00.mdio:0b, driver unknown [2.058105] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver unknown [2.066029] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver unknown [2.073957] davinci_mdio c000f00.mdio: phy[14]: device c000f00.mdio:0e, driver unknown [2.081910] davinci_mdio c000f00.mdio: phy[15]: device c000f00.mdio:0f, driver unknown [2.089856] davinci_mdio c000f00.mdio: phy[16]: device c000f00.mdio:10, driver unknown [2.097783] davinci_mdio c000f00.mdio: phy[17]: device c000f00.mdio:11, driver unknown [2.105705] davinci_mdio c000f00.mdio: phy[18]: device c000f00.mdio:12, driver unknown [2.113628] davinci_mdio c000f00.mdio: phy[19]: device c000f00.mdio:13, driver unknown [2.121551] davinci_mdio c000f00.mdio: phy[20]: device c000f00.mdio:14, driver unknown [2.129474] davinci_mdio c000f00.mdio: phy[21]: device c000f00.mdio:15, driver unknown [2.137396] davinci_mdio c000f00.mdio: phy[22]: device c000f00.mdio:16, driver unknown [2.145337] davinci_mdio c000f00.mdio: phy[23]: device c000f00.mdio:17, driver unknown [2.153262] davinci_mdio c000f00.mdio: phy[24]: device c000f00.mdio:18, driver unknown [2.161185] davinci_mdio c000f00.mdio: phy[25]: device c000f00.mdio:19, driver unknown [2.169107] davinci_mdio c000f00.mdio: phy[26]: device c000f00.mdio:1a, driver unknown [2.177030] davinci_mdio c000f00.mdio: phy[27]: device c000f00.mdio:1b, driver unknown [2.184952] davinci_mdio c000f00.mdio: phy[28]: device c000f00.mdio:1c, driver unknown [2.192898] davinci_mdio c000f00.mdio: phy[29]: device c000f00.mdio:1d, driver unknown [2.200948] davinci_mdio c000f00.mdio: phy[30]: device c000f00.mdio:1e, driver unknown [2.208947] davinci_mdio c000f00.mdio: phy[31]: device c000f00.mdio:1f, driver unknown [2.217122] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000 [2.229872] am65-cpsw-nuss c000000.ethernet: /bus@100000/ethernet@c000000/ethernet-ports/port@1 error retrieving port phy: -19 [2.246795] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 [2.358426] sdhci_am654_probe:4f80000.mmc.... [2.359475] sdhci_am654_init:655 4f80000.mmc. enter .... [2.364072] sdhci_am654_probe:4fb0000.mmc.... [2.364103] mmc0: CQHCI version 5.10 [2.378097] sdhci_am654_init:655 4fb0000.mmc. enter .... [2.378132] DYW regulator_dev_lookup:1797. error supply=vmmc... [2.383489] DYW regulator_dev_lookup:1797. error supply=vqmmc... [2.389598] sdhci_am654_probe:916 4fb0000.mmc. error.... [2.399545] pinctrl-single 11c000.pinctrl: pin PIN102 already requested by 2150000.spi; cannot claim for 600000.gpio [2.405123] sdhci_am654_probe:938 error out .... [2.415563] pinctrl-single 11c000.pinctrl: pin-102 (600000.gpio) status -22 [2.415580] pinctrl-single 11c000.pinctrl: could not request pin 102 (PIN102) from group rpi-header-gpio0-pins-defaulton device pinctrl-single [2.420217] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit [2.427148] davinci_gpio 600000.gpio: Error applying setting, reverse things back [2.427177] davinci_gpio: probe of 600000.gpio failed with error -22 [2.440690] sdhci_am654_probe:925 normal out .... [2.464997] vdd_mmc1: supplied by vsys_3v3 [2.475676] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 [2.483048] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 [2.490407] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 [2.497763] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 [2.505064] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 [2.525811] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8) [2.542886] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16) [2.550466] mmc0: Command Queue Engine enabled [2.556051] mmc0: new HS200 MMC card at address 0001 [2.561953] mmcblk0: mmc0:0001 G1M15L 29.6 GiB[2.566887] mmcblk0boot0: mmc0:0001 G1M15L partition 1 31.5 MiB [2.573178] mmcblk0boot1: mmc0:0001 G1M15L partition 2 31.5 MiB [2.579374] mmcblk0rpmb: mmc0:0001 G1M15L partition 3 4.00 MiB, chardev (238:0) [2.588377]mmcblk0: p1 p2 [2.609240] m_can_platform 40528000.can: m_can device registered (irq=19, version=32) [2.622099] sdhci_am654_probe:4fb0000.mmc.... [2.622821] sdhci_am654_init:655 4fb0000.mmc. enter .... [2.627721] mmc1: CQHCI version 5.10 [2.640723] debugfs: Directory 'pd:27' with parent 'pm_genpd' already present! [2.648097] debugfs: Directory 'pd:26' with parent 'pm_genpd' already present! [3.693939] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit [3.701506] sdhci_am654_probe:925 normal out .... [3.708832] am65-cpsw-nuss 46000000.ethernet: down msc_sl f0000000 tmo 0 [3.719019] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [3.735531] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL) [3.745037] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode [3.775969] mmc1: new ultra high speed DDR50 SDHC card at address b36d [3.783456] mmcblk1: mmc1:b36d SDABC 29.3 GiB[3.789822]mmcblk1: p1 p2 [10.906166] TI DP83867 46000f00.mdio:00: Downshift occurred from negotiated speed 1Gbps to actual speed 100Mbps, check cabling! [10.917732] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx [10.948922] IP-Config: Guessing netmask 255.255.255.0 [10.954001] IP-Config: Complete: [10.957253]device=eth0, hwaddr=34:08:e1:5e:9c:b7, ipaddr=192.168.2.58, mask=255.255.255.0, gw=255.255.255.255 [10.967689]host=192.168.2.58, domain=, nis-domain=(none) [10.973578]bootserver=255.255.255.255, rootserver=192.168.2.78, rootpath= [11.015566] VFS: Mounted root (nfs filesystem) on device 0:20. [11.029483] devtmpfs: mounted [11.034423] Freeing unused kernel memory: 1856K [11.053114] Run /sbin/init as init process [11.782701] systemd[1]: System time before build time, advancing clock. [11.944812] NET: Registered protocol family 10 [11.951688] Segment Routing with IPv6 [12.010069] 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) [12.032473] systemd[1]: Detected architecture arm64.Welcome to Arago 2021.09![12.075534] systemd[1]: Set hostname to <tda4vm-sk>. [13.025516] 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. [13.245055] random: systemd: uninitialized urandom read (16 bytes read) [13.251950] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [13.264323] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [13.278710] systemd[1]: Created slice system-getty.slice. [OK] Created slice system-getty.slice. [13.301142] random: systemd: uninitialized urandom read (16 bytes read) [13.310530] systemd[1]: Created slice system-serial\x2dgetty.slice. [OK] Created slice system-serial\x2dgetty.slice. [13.333132] random: systemd: uninitialized urandom read (16 bytes read) [13.342234] systemd[1]: Created slice User and Session Slice. [OK] Created slice User and Session Slice. [13.365565] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [OK] Started Dispatch Password …ts to Console Directory Watch. [13.389463] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [OK] Started Forward Password R…uests to Wall Directory Watch. [13.413340] systemd[1]: Reached target Paths. [OK] Reached target Paths. [13.429180] systemd[1]: Reached target Remote File Systems. [OK] Reached target Remote File Systems. [13.449139] systemd[1]: Reached target Slices. [OK] Reached target Slices. [13.465163] systemd[1]: Reached target Swap. [OK] Reached target Swap. [13.483839] systemd[1]: Listening on RPCbind Server Activation Socket. [OK] Listening on RPCbind Server Activation Socket. [13.505190] systemd[1]: Reached target RPC Port Mapper. [OK] Reached target RPC Port Mapper. [13.534730] systemd[1]: Listening on Process Core Dump Socket. [OK] Listening on Process Core Dump Socket. [13.557569] systemd[1]: Listening on initctl Compatibility Named Pipe. [OK] Listening on initctl Compatibility Named Pipe. [13.615374] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. [13.623596] systemd[1]: systemd-journald-dev-log.socket: Socket service systemd-journald.service not loaded, refusing. [13.634333] systemd[1]: Failed to listen on Journal Socket (/dev/log). [FAILED] Failed to listen on Journal Socket (/dev/log). See 'systemctl status systemd-journald-dev-log.socket' for details. [13.677140] systemd[1]: systemd-journald.socket: Socket service systemd-journald.service not loaded, refusing. [13.687208] systemd[1]: Failed to listen on Journal Socket. [FAILED] Failed to listen on Journal Socket. See 'systemctl status systemd-journald.socket' for details. [13.726743] systemd[1]: Listening on Network Service Netlink Socket. [OK] Listening on Network Service Netlink Socket. [13.750917] systemd[1]: Listening on udev Control Socket. [OK] Listening on udev Control Socket. [13.773637] systemd[1]: Listening on udev Kernel Socket. [OK] Listening on udev Kernel Socket. [13.801003] systemd[1]: Mounting Huge Pages File System... [13.803643] systemd[200]: dev-hugepages.mount: Failed to connect stdout to the journal socket, ignoring: No such file or directoryMounting Huge Pages File System... [13.840616] systemd[1]: Mounting POSIX Message Queue File System... [13.844265] systemd[201]: dev-mqueue.mount: Failed to connect stdout to the journal socket, ignoring: No such file or directoryMounting POSIX Message Queue File System... [13.880353] systemd[1]: Mounting Kernel Debug File System... [13.883100] systemd[202]: sys-kernel-debug.mount: Failed to connect stdout to the journal socket, ignoring: No such file or directoryMounting Kernel Debug File System... [13.917589] systemd[1]: Mounting Temporary Directory (/tmp)... [13.920332] systemd[203]: tmp.mount: Failed to connect stdout to the journal socket, ignoring: No such file or directoryMounting Temporary Directory (/tmp)... [13.953349] systemd[1]: Starting Create list of static device nodes for the current kernel... [13.955838] systemd[204]: kmod-static-nodes.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting Create list of st…odes for the current kernel... [13.995986] systemd[1]: Starting Start psplash boot splash screen... [13.998390] systemd[205]: psplash-start.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting Start psplash boot splash screen... [14.068606] systemd[1]: Starting RPC Bind... [14.070817] systemd[206]: rpcbind.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting RPC Bind... [14.094641] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [14.123394] systemd[1]: Starting Load Kernel Modules... [14.125729] systemd[207]: systemd-modules-load.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting Load Kernel Modules... [14.166622] systemd[1]: Starting Remount Root and Kernel File Systems...Starting Remount Root and Kernel File Systems systemd[208]: systemd-remount-fs.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [0m... [14.215032] systemd[1]: Starting udev Coldplug all Devices... [14.216014] systemd[209]: systemd-udev-trigger.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting udev Coldplug all Devices... [14.256139] systemd[1]: Mounted Huge Pages File System. [OK] Mounted Huge Pages File System. [14.278172] systemd[1]: Started RPC Bind. [OK] Started RPC Bind. [14.300379] systemd[1]: Mounted POSIX Message Queue File System. [OK] Mounted POSIX Message Queue File Sy[14.309187] cryptodev: loading out-of-tree module taints kernel. stem. [14.321263] cryptodev: disagrees about version of symbol crypto_skcipher_encrypt [14.329072] cryptodev: Unknown symbol crypto_skcipher_encrypt (err -22) [14.337509] systemd[1]: Mounted Kernel Debug File System. [OK] Mounted Kernel Debug File System. [14.352658] cryptodev: disagrees about version of symbol fd_install [14.364111] systemd[1]: Mounted Temporary Directory (/tmp). [14.369399] cryptodev: Unknown symbol fd_install (err -22) [OK] Mounted Temporary Directory (/tmp) cryptodev: disagrees about version of symbol crypto_skcipher_setkey [0m. [14.391483] cryptodev: Unknown symbol crypto_skcipher_setkey (err -22) [14.399007] cryptodev: disagrees about version of symbol crypto_skcipher_decrypt [14.406764] cryptodev: Unknown symbol crypto_skcipher_decrypt (err -22) [14.413694] cryptodev: disagrees about version of symbol __close_fd [14.420166] cryptodev: Unknown symbol __close_fd (err -22) [14.425917] cryptodev: disagrees about version of symbol crypto_alloc_skcipher [14.429044] systemd[1]: Started Create list of static device nodes for the current kernel. [14.433158] cryptodev: Unknown symbol crypto_alloc_skcipher (err -22) [OK] Started Create list of sta… nodes[14.449147] systemd-modules-load[207]: Failed to insert module 'cryptodev': Invalid argumentfor the current kernel. [14.471200] systemd-modules-load[207]: Inserted module 'rpmsg_kdrv_switch' [14.481237] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION [14.491521] systemd[1]: psplash-start.service: Failed with result 'exit-code'. [14.503066] 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. [14.545136] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper. [DEPEND] Dependency failed for Star…progress communication helper. [14.569122] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'. [14.580498] systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE [14.591108] systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'. [14.603233] systemd[1]: Failed to start Load Kernel Modules. [FAILED] Failed to start Load Kernel Modules. See 'systemctl status systemd-modules-load.service' for details. [14.645850] systemd[1]: Started Remount Root and Kernel File Systems. [OK] Started Remount Root and Kernel File Systems. [14.674430] systemd[1]: Condition check resulted in FUSE Control File System being skipped. [14.674843] systemd[214]: systemd-udev-trigger.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [14.683822] random: systemd: uninitialized urandom read (16 bytes read) [14.709503] systemd[1]: Mounting Kernel Configuration File System... [14.719607] systemd[215]: sys-kernel-config.mount: Failed to connect stdout to the journal socket, ignoring: No such file or directoryMounting Kernel Configuration File System... [14.752719] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [14.761458] random: systemd: uninitialized urandom read (16 bytes read) [14.775221] systemd[1]: Starting Flush Journal to Persistent Storage... [14.785658] systemd[216]: systemd-journal-flush.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting Flush Journal to Persistent Storage... [14.813470] random: systemd: uninitialized urandom read (16 bytes read) [14.830835] systemd[1]: Starting Apply Kernel Variables... [14.832445] systemd[217]: systemd-sysctl.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting Apply Kernel Variables... [14.865913] systemd[1]: Condition check resulted in Create System Users being skipped. [14.884979] systemd[1]: Starting Create Static Device Nodes in /dev... [14.896543] systemd[218]: systemd-tmpfiles-setup-dev.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting Create Static Device Nodes in /dev... [14.928959] random: crng init done [14.932371] random: 24 urandom warning(s) missed due to ratelimiting [14.939614] systemd[1]: Mounted Kernel Configuration File System. [OK] Mounted Kernel Configuration File System. [14.971490] systemd-sysctl[217]: Couldn't write '1' to 'net/ipv4/tcp_syncookies', ignoring: No such file or directory [14.983479] systemd[1]: systemd-journal-flush.service: Main process exited, code=exited, status=1/FAILURE [14.995025] systemd[1]: systemd-journal-flush.service: Failed with result 'exit-code'. [15.013296] systemd[1]: Failed to start Flush Journal to Persistent Storage. [FAILED] Failed to start Flush Journal to Persistent Storage. See 'systemctl status systemd-journal-flush.service' for details. [15.062720] systemd[1]: Started Apply Kernel Variables. [OK] Started Apply Kernel Variables. [15.112242] systemd[1]: Started Create Static Device Nodes in /dev. [OK] Started Create Static Device Nodes in /dev. [15.137843] systemd[1]: Reached target Local File Systems (Pre). [OK] Reached target Local File Systems (Pre). [15.170975] systemd[1]: Mounting /media/ram...Mounting /media/ram...[15.179920] systemd[220]: media-ram.mount: Failed to connect stdout to the journal socket, ignoring: No such file or directory[15.212026] systemd[1]: Mounting /var/volatile... [15.213927] systemd[221]: var-volatile.mount: Failed to connect stdout to the journal socket, ignoring: No such file or directoryMounting /var/volatile... [15.255876] systemd[1]: Starting udev Kernel Device Manager... [15.265657] systemd[222]: systemd-udevd.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting udev Kernel Device Manager... [15.293264] systemd[1]: Mounted /media/ram. [OK] Mounted /media/ram. [15.314383] systemd[1]: Mounted /var/volatile. [OK] Mounted /var/volatile. [15.334842] systemd[1]: Condition check resulted in Bind mount volatile /var/cache being skipped. [15.346486] systemd[1]: Condition check resulted in Bind mount volatile /var/lib being skipped. [15.370992] systemd[1]: Starting Load/Save Random Seed...Starting Load/Save Random Seed... [15.385617] systemd[223]: systemd-random-seed.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [15.401886] systemd[1]: Condition check resulted in Bind mount volatile /var/spool being skipped. [15.424054] systemd[1]: Condition check resulted in Bind mount volatile /srv being skipped. [15.435115] systemd[1]: Reached target Local File Systems. [OK] Reached target Local File Systems. [15.462145] systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped. [15.474677] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. [15.502144] systemd[1]: Starting Create Volatile Files and Directories... [15.516584] systemd[224]: systemd-tmpfiles-setup.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting Create Volatile Files and Directories... [15.556120] systemd[1]: Started Load/Save Random Seed. [OK] Started Load/Save Random Seed. [15.591829] systemd-tmpfiles[224]: [/usr/lib/tmpfiles.d/legacy.conf:13] Duplicate line for path "/run/lock", ignoring. [15.596114] systemd[1]: Started udev Coldplug all Devices. [OK] Started udev Coldplug all Devices. [15.632579] systemd[1]: Starting udev Wait for Complete Device Initialization... [15.635006] systemd[225]: systemd-udev-settle.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting udev Wait for Complete Device Initialization... [15.853211] systemd[1]: Started udev Kernel Device Manager. [OK] Started udev Kernel Device Manager. [15.922443] systemd[1]: Started Create Volatile Files and Directories. [OK] Started Create Volatile Files and Directories. [15.955257] systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped. [15.986069] systemd[1]: Starting Network Time Synchronization...Starting Network Time Synchronization... [16.014438] systemd[1]: Condition check resulted in Update is Completed being skipped. [16.037649] systemd[1]: Starting Update UTMP about System Boot/Shutdown...Starting Update UTMP about System Boot/Shutdow[16.053678] systemd[243]: systemd-update-utmp.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory n... [16.144140] systemd[1]: Started Update UTMP about System Boot/Shutdown. [OK] Started Update UTMP about System Boot/Shutdown. [16.431339] systemd[1]: Started Network Time Synchronization. [OK] Started Network Time Synchronization. [16.458245] systemd[1]: Reached target System Time Set. [OK] Reached target System Time Set. [16.481212] systemd[1]: Reached target System Time Synchronized. [OK] Reached target System Time Synchronized. [16.737964] systemd-udevd[234]: bus@100000: Process '/sbin/modprobe of:NbusT(null)Csimple-bus' failed with exit code 1. [16.877715] systemd-udevd[238]: Fixed MDIO bus.0: Process '/sbin/modprobe platform:Fixed MDIO bus' failed with exit code 1. [16.966563] systemd-udevd[239]: 2120000.spi: Process '/sbin/modprobe of:NspiT(null)Cti,am654-mcspiCti,omap4-mcspi' failed with exit code 1. [16.980240] systemd-udevd[229]: 2000000.i2c: Process '/sbin/modprobe of:Ni2cT(null)Cti,j721e-i2cCti,omap4-i2c' failed with exit code 1. [17.013670] systemd-udevd[228]: 2110000.spi: Process '/sbin/modprobe of:NspiT(null)Cti,am654-mcspiCti,omap4-mcspi' failed with exit code 1. [17.027493] systemd-udevd[233]: 2130000.spi: Process '/sbin/modprobe of:NspiT(null)Cti,am654-mcspiCti,omap4-mcspi' failed with exit code 1. [17.049711] systemd-udevd[241]: 2030000.i2c: Process '/sbin/modprobe of:Ni2cT(null)Cti,j721e-i2cCti,omap4-i2c' failed with exit code 1. [17.066313] systemd-udevd[235]: 2160000.spi: Process '/sbin/modprobe of:NspiT(null)Cti,am654-mcspiCti,omap4-mcspi' failed with exit code 1. [17.107543] systemd-udevd[236]: 2010000.i2c: Process '/sbin/modprobe of:Ni2cT(null)Cti,j721e-i2cCti,omap4-i2c' failed with exit code 1. [17.120129] systemd-udevd[232]: 2050000.i2c: Process '/sbin/modprobe of:Ni2cT(null)Cti,j721e-i2cCti,omap4-i2c' failed with exit code 1. [17.145761] systemd-udevd[240]: 2100000.spi: Process '/sbin/modprobe of:NspiT(null)Cti,am654-mcspiCti,omap4-mcspi' failed with exit code 1. [17.157201] systemd-udevd[234]: 11c000.pinctrl: Process '/sbin/modprobe of:NpinctrlT(null)Cpinctrl-single' failed with exit code 1. [17.158477] systemd-udevd[231]: 100000.scm-conf: Process '/sbin/modprobe of:Nscm-confT(null)Cti,j721e-system-controllerCsysconCsimple-mfd' failed with exit code 1. [17.177676] systemd-udevd[227]: 2150000.spi: Process '/sbin/modprobe of:NspiT(null)Cti,am654-mcspiCti,omap4-mcspi' failed with exit code 1. [17.245940] systemd-udevd[229]: 104140.clock-controller: Process '/sbin/modprobe of:Nclock-controllerT(null)Cti,am654-ehrpwm-tbclkCsyscon' failed with exit code 1. [17.273511] systemd-udevd[226]: 100000.scm-conf:mux-controller@4000: Process '/sbin/modprobe of:Nmux-controllerT(null)Cmmio-mux' failed with exit code 1. [17.346077] DYW ads8688_probe:497 enter .... [17.346133] DYW ads8688_probe:526 . ok .... [17.375832] systemd-udevd[237]: 2840000.serial: Process '/sbin/modprobe of:NserialT(null)Cti,j721e-uartCti,am654-uart' failed with exit code 1. [17.428258] systemd-udevd[239]: spi0.0: Process '/sbin/modprobe spi:spidev' failed with exit code 1. [17.438847] DYW ads8688_probe:534 . normal .... [17.438860] ads8688_reset data-0={0x85,0x0,0x0,0x0} [17.469757] systemd-udevd[228]: spi5.0: Process '/sbin/modprobe spi:spidev' failed with exit code 1. [17.514547] systemd-udevd[240]: 2810000.serial: Process '/sbin/modprobe of:NserialT(null)Cti,j721e-uartCti,am654-uart' failed with exit code 1. [17.532646] systemd-udevd[234]: 104080.mux: Process '/sbin/modprobe of:NmuxT(null)Cmmio-mux' failed with exit code 1. [17.577388] DYW ads8688_probe:555 . normal .... [17.593247] systemd-udevd[231]: 3-0048: Process '/sbin/modprobe of:Ni2c-tmp100T(null)Cti,tmp100' failed with exit code 1. [17.604661] ads8688_prog_write data-0={0x0,0xb,0x5,0x0} [17.614719] systemd-udevd[238]: 104044.phy: Process '/sbin/modprobe of:NphyT(null)Cti,j721e-cpsw9g-phy-gmii-sel' failed with exit code 1. [17.625621] systemd-udevd[232]: 5-0070: Process '/sbin/modprobe of:Ni2c-switchT(null)Cnxp,pca9543' failed with exit code 1. [17.653274] systemd-udevd[230]: spi6.0: Process '/sbin/modprobe spi:spidev' failed with exit code 1. [17.670274] systemd-udevd[241]: 2800000.serial: Process '/sbin/modprobe of:NserialT(null)Cti,j721e-uartCti,am654-uart' failed with exit code 1. [17.686568] ads8688_prog_write data-0={0x0,0xd,0x5,0x0} [17.693382] ads8688_prog_write data-0={0x0,0xf,0x5,0x0} [17.708414] ads8688_prog_write data-0={0x0,0x11,0x5,0x0} [17.831242] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a9000000 [17.850446] ads8688_AUTO_Mode data-0={0xc0,0x0,0x0,0x0} [17.923753] DYW ads8688_probe:571 . normal .ret=0... [17.926269] DYW ads8688_probe:497 enter .... [17.929175] systemd-udevd[236]: 4a00000.dss: Process '/sbin/modprobe of:NdssT(null)Cti,j721e-dss' failed with exit code 1. [17.932022] DYW ads8688_probe:526 . ok .... [17.947546] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode [17.959657] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc [17.963163] DYW ads8688_probe:534 . normal .... [17.967865] ads8688_reset data-0={0x85,0x0,0x0,0x0} [17.971276] systemd-udevd[232]: 4f80000.mmc: Process '/sbin/modprobe of:NmmcT(null)Cti,j721e-sdhci-8bit' failed with exit code 1. [17.978952] remoteproc remoteproc0: 4d80800000.dsp is available [18.005860] DYW ads8688_probe:555 . normal .... [18.008255] ads8688_prog_write data-0={0x0,0xb,0x5,0x0} [18.108802] systemd-udevd[230]: 4e20000000.gpu: Process '/sbin/modprobe of:NgpuT(null)Cti,j721e-pvrCimg,pvr-ge8430' failed with exit code 1. [18.135028] systemd-udevd[241]: 4fb0000.mmc: Process '/sbin/modprobe of:NmmcT(null)Cti,j721e-sdhci-4bit' failed with exit code 1. [18.155723] remoteproc remoteproc0: attaching to 4d80800000.dsp [18.170487] ads8688_prog_write data-0={0x0,0xd,0x5,0x0} [18.174724] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode [18.183530] ads8688_prog_write data-0={0x0,0xf,0x5,0x0} [18.184644] img_enc 4200000.video-encoder: encoder registered as /dev/video0 [18.204125] ads8688_prog_write data-0={0x0,0x11,0x5,0x0} [18.220014] systemd-udevd[239]: 601000.gpio: Process '/sbin/modprobe of:NgpioT(null)Cti,j721e-gpioCti,keystone-gpio' failed with exit code 1. [18.221017] ads8688_AUTO_Mode data-0={0xc0,0x0,0x0,0x0} [18.238142] DYW ads8688_probe:571 . normal .ret=0... [18.254252]remoteproc0#vdev0buffer: assigned reserved memory node vision-apps-c66-dma-memory@a9000000 [18.278706] img_dec 4300000.video-decoder: fw_get_filesystem_firmwareP __getname success[18.297199] img_dec 4300000.video-decoder: loading /lib/firmware/updates/5.10.153-g90c3a58fd2/pvdec_full_bin.fw failed for no such file or directory rcd=-2. [18.299941] virtio_rpmsg_bus virtio0: rpmsg host is online [18.320287] img_dec 4300000.video-decoder: loading /lib/firmware/updates/pvdec_full_bin.fw failed for no such file or directory rcd=-2. [18.323047]remoteproc0#vdev0buffer: registered virtio0 (type 7) [18.338714] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached [18.348265] img_dec 4300000.video-decoder: loading /lib/firmware/5.10.153-g90c3a58fd2/pvdec_full_bin.fw failed for no such file or directory rcd=-2. [18.362926] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a8000000 [18.390655] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd [18.421390] img_dec 4300000.video-decoder: fw_get_filesystem_firmware kernel_read_file_from_path_initns /lib/firmware/pvdec_full_bin.fw sucess rc=247469[18.459353] img_dec 4300000.video-decoder: decoder registered as /dev/video1 [18.529034] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode [18.566106] systemd-udevd[236]: 600000.gpio: Process '/sbin/modprobe of:NgpioT(null)Cti,j721e-gpioCti,keystone-gpio' failed with exit code 1. [18.615011] systemd-udevd[232]: mmc0:0001: Process '/sbin/modprobe mmc:block' failed with exit code 1. [18.631413] systemd-udevd[234]: mmc1:b36d: Process '/sbin/modprobe mmc:block' failed with exit code 1. [18.644740] systemd-udevd[230]: a000000.dp-bridge: Process '/sbin/modprobe of:Ndp-bridgeT(null)Cti,j721e-mhdp8546' failed with exit code 1. [18.707220] remoteproc remoteproc1: 4d81800000.dsp is available [18.713767] systemd-udevd[241]: 70000000.sram: Process '/sbin/modprobe of:NsramT(null)Cmmio-sram' failed with exit code 1. [18.727335] systemd-udevd[233]: bus@100000:bus@28380000: Process '/sbin/modprobe of:NbusT(null)Csimple-bus' failed with exit code 1. [18.749925] systemd-udevd[238]: bus@100000:main-navss: Process '/sbin/modprobe of:Nmain-navssT(null)Csimple-mfd' failed with exit code 1. [18.787719] remoteproc remoteproc1: attaching to 4d81800000.dsp [18.803741] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [18.815928] systemd-udevd[227]: bus@100000:interrupt-controller0: Process '/sbin/modprobe of:Ninterrupt-controller0T(null)Cti,sci-intr' failed with exit code 1. [18.860469] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode [18.911083] platform 41000000.r5f: configured R5F for IPC-only mode [18.917683] systemd-udevd[232]: bus@100000:wiz@5000000: Process '/sbin/modprobe of:NwizT(null)Cti,j721e-wiz-16g' failed with exit code 1. [18.935268] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [18.977268]remoteproc1#vdev0buffer: assigned reserved memory node vision-apps-c66-dma-memory@a8000000 [18.989758] remoteproc remoteproc2: 41000000.r5f is available [19.091361] remoteproc remoteproc2: attaching to 41000000.r5f [19.113889] systemd-udevd[231]: 40300000.spi: Process '/sbin/modprobe of:NspiT(null)Cti,am654-mcspiCti,omap4-mcspi' failed with exit code 1. [19.153666] systemd-udevd[230]: bus@100000:wiz@5010000: Process '/sbin/modprobe of:NwizT(null)Cti,j721e-wiz-16g' failed with exit code 1. [19.161161] systemd-udevd[241]: 40310000.spi: Process '/sbin/modprobe of:NspiT(null)Cti,am654-mcspiCti,omap4-mcspi' failed with exit code 1. [19.261669] systemd-udevd[227]: 40b00000.i2c: Process '/sbin/modprobe of:Ni2cT(null)Cti,j721e-i2cCti,omap4-i2c' failed with exit code 1. [19.268374] virtio_rpmsg_bus virtio1: rpmsg host is online [19.274916] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd [19.281171]remoteproc1#vdev0buffer: registered virtio1 (type 7) [19.294271] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached [19.302330] systemd-udevd[233]: 40320000.spi: Process '/sbin/modprobe of:NspiT(null)Cti,am654-mcspiCti,omap4-mcspi' failed with exit code 1. [19.314058] platform 41000000.r5f: R5F core initialized in IPC-only mode [19.316391] systemd-udevd[232]: 40a00000.serial: Process '/sbin/modprobe of:NserialT(null)Cti,j721e-uartCti,am654-uart' failed with exit code 1. [19.341706] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@b2000000 [19.365957]remoteproc2#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [19.389334] systemd-udevd[232]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable. [19.413721] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode [19.421247] remoteproc remoteproc3: 64800000.dsp is available [19.432736] virtio_rpmsg_bus virtio2: rpmsg host is online [19.439098]remoteproc2#vdev0buffer: registered virtio2 (type 7) [19.444083] systemd-udevd[237]: 40b10000.i2c: Process '/sbin/modprobe of:Ni2cT(null)Cti,j721e-i2cCti,omap4-i2c' failed with exit code 1. [19.457765] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd [19.465658] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe [19.476147] remoteproc remoteproc3: attaching to 64800000.dsp [19.482524] remoteproc remoteproc2: remote processor 41000000.r5f is now attached [19.518553] remoteproc remoteproc3: unsupported resource 65538 [19.525038] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode [19.531715]remoteproc3#vdev0buffer: assigned reserved memory node vision-apps-c71-dma-memory@b2000000 [19.542256] virtio_rpmsg_bus virtio3: rpmsg host is online [19.544338] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd [19.548576]remoteproc3#vdev0buffer: registered virtio3 (type 7) [19.566577] remoteproc remoteproc3: remote processor 64800000.dsp is now attached [19.571343] systemd-udevd[230]: 40f00000.syscon: Process '/sbin/modprobe of:NsysconT(null)CsysconCsimple-mfd' failed with exit code 1. [19.605327] platform 5c00000.r5f: configured R5F for IPC-only mode [19.721830] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [19.737708] systemd-udevd[239]: 42110000.gpio: Process '/sbin/modprobe of:NgpioT(null)Cti,j721e-gpioCti,keystone-gpio' failed with exit code 1. [19.781240] systemd-udevd[237]: 4301c000.pinctrl: Process '/sbin/modprobe of:NpinctrlT(null)Cpinctrl-single' failed with exit code 1. [19.787883] systemd-udevd[227]: 43000014.chipid: Process '/sbin/modprobe of:NchipidT(null)Cti,am654-chipid' failed with exit code 1. [19.795437] remoteproc remoteproc4: 5c00000.r5f is available [19.810563] systemd-udevd[241]: 42040000.temperature-sensor: Process '/sbin/modprobe of:Ntemperature-sensorT(null)Cti,j721e-vtm' failed with exit code 1. [19.811394] remoteproc remoteproc4: attaching to 5c00000.r5f [19.830896] platform 5c00000.r5f: R5F core initialized in IPC-only mode [19.837769]remoteproc4#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [19.851680] virtio_rpmsg_bus virtio4: rpmsg host is online [19.864841]remoteproc4#vdev0buffer: registered virtio4 (type 7) [19.866567] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd [19.871607] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached [19.917571] systemd-udevd[238]: 41c00000.sram: Process '/sbin/modprobe of:NsramT(null)Cmmio-sram' failed with exit code 1. [19.960247] platform 5d00000.r5f: configured R5F for IPC-only mode [19.967414] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000 [19.973830] systemd-udevd[233]: 42120000.i2c: Process '/sbin/modprobe of:Ni2cT(null)Cti,j721e-i2cCti,omap4-i2c' failed with exit code 1. [20.023415] systemd-udevd[238]: 40f04040.phy: Process '/sbin/modprobe of:NphyT(null)Cti,am654-phy-gmii-sel' failed with exit code 1. [20.025342] systemd-udevd[231]: 44083000.dmsc: Process '/sbin/modprobe of:NdmscT(null)Cti,k2g-sci' failed with exit code 1. [20.063994] remoteproc remoteproc5: 5d00000.r5f is available [20.074427] remoteproc remoteproc5: attaching to 5d00000.r5f [20.193225] systemd-udevd[227]: 46000000.ethernet: Process '/sbin/modprobe of:NethernetT(null)Cti,j721e-cpsw-nuss' failed with exit code 1. [20.223078] systemd-udevd[237]: 47000000.fss: Process '/sbin/modprobe of:NfssT(null)Csimple-bus' failed with exit code 1. [20.237355] systemd-udevd[228]: bus@100000:bus@28380000:mcu-navss: Process '/sbin/modprobe of:Nmcu-navssT(null)Csimple-mfd' failed with exit code 1. [20.251611] platform 5d00000.r5f: R5F core initialized in IPC-only mode [20.268011] systemd-udevd[230]: bus@100000:bus@28380000:interrupt-controller2: Process '/sbin/modprobe of:Ninterrupt-controller2T(null)Cti,sci-intr' failed with exit code 1. [20.398323]remoteproc5#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000 [20.414110] systemd-udevd[229]: 44083000.dmsc:clocks: Process '/sbin/modprobe of:NclocksT(null)Cti,k2g-sci-clk' failed with exit code 1. [20.437143] systemd-udevd[231]: 31010000.pat: Process '/sbin/modprobe of:NpatT(null)Cti,j721e-pat' failed with exit code 1. [20.438323] systemd-udevd[240]: 44083000.dmsc:reset-controller: Process '/sbin/modprobe of:Nreset-controllerT(null)Cti,sci-reset' failed with exit code 1. [20.466946] virtio_rpmsg_bus virtio5: rpmsg host is online [20.476092]remoteproc5#vdev0buffer: registered virtio5 (type 7) [20.481674] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd [20.490347] remoteproc remoteproc5: remote processor 5d00000.r5f is now attached [20.491933] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0x15 [20.525320] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xe [20.534309] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15 [20.543685] platform 5e00000.r5f: configured R5F for remoteproc mode [20.545703] systemd-udevd[237]: Using default interface naming scheme 'v243'. [20.550325] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe [20.604978] systemd-udevd[237]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable. [20.611095] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15 [20.633115] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe [20.665880] systemd-udevd[233]: 30e00000.spinlock: Process '/sbin/modprobe of:NspinlockT(null)Cti,am654-hwspinlock' failed with exit code 1. [20.678792] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15 [20.686130] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xe [20.697232] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15 [20.713169] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe [20.729145] systemd-udevd[241]: 44083000.dmsc:power-controller: Process '/sbin/modprobe of:Npower-controllerT(null)Cti,sci-pm-domain' failed with exit code 1. [20.733285] systemd-udevd[238]: 31011000.pat: Process '/sbin/modprobe of:NpatT(null)Cti,j721e-pat' failed with exit code 1. [20.771655] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000 [20.804648] systemd-udevd[232]: 31012000.pat: Process '/sbin/modprobe of:NpatT(null)Cti,j721e-pat' failed with exit code 1. [20.831552] systemd-udevd[227]: 46000f00.mdio: Process '/sbin/modprobe of:NmdioT(null)Cti,cpsw-mdioCti,davinci_mdio' failed with exit code 1. [20.870038] remoteproc remoteproc6: 5e00000.r5f is available [20.881473] remoteproc remoteproc6: fw_get_filesystem_firmware__getname success[20.893292] remoteproc remoteproc6: loading /lib/firmware/updates/5.10.153-g90c3a58fd2/j7-main-r5f1_0-fw failed for no such file or directory rcd=-2. [20.909039] platform 5f00000.r5f: configured R5F for remoteproc mode [20.912219] remoteproc remoteproc6: loading /lib/firmware/updates/j7-main-r5f1_0-fw failed for no such file or directory rcd=-2. [20.930705] remoteproc remoteproc6: loading /lib/firmware/5.10.153-g90c3a58fd2/j7-main-r5f1_0-fw failed for no such file or directory rcd=-2. [20.936309] platform 5f00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000 [20.973794] remoteproc remoteproc6: fw_get_filesystem_firmware kernel_read_file_from_path_initns /lib/firmware/j7-main-r5f1_0-fw sucess rc=187288[20.997015] remoteproc remoteproc6: powering up 5e00000.r5f [21.002709] remoteproc remoteproc6: Booting fw image j7-main-r5f1_0-fw, size 187288 [21.011562] remoteproc remoteproc7: 5f00000.r5f is available [21.017498] remoteproc remoteproc7: fw_get_filesystem_firmware__getname success[21.028286] remoteproc remoteproc7: loading /lib/firmware/updates/5.10.153-g90c3a58fd2/j7-main-r5f1_1-fw failed for no such file or directory rcd=-2. [21.042015]remoteproc6#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000 [21.042278] remoteproc remoteproc7: loading /lib/firmware/updates/j7-main-r5f1_1-fw failed for no such file or directory rcd=-2. [21.057687] virtio_rpmsg_bus virtio6: rpmsg host is online [21.064807] remoteproc remoteproc7: loading /lib/firmware/5.10.153-g90c3a58fd2/j7-main-r5f1_1-fw failed for no such file or directory rcd=-2. [21.080060]remoteproc6#vdev0buffer: registered virtio6 (type 7) [21.092994] remoteproc remoteproc6: remote processor 5e00000.r5f is now up [21.108365] systemd-udevd[232]: 285c0000.dma-controller: Process '/sbin/modprobe of:Ndma-controllerT(null)Cti,j721e-navss-mcu-udmap' failed with exit code 1. [21.122734] systemd-udevd[230]: 2b800000.ringacc: Process '/sbin/modprobe of:NringaccT(null)Cti,am654-navss-ringacc' failed with exit code 1. [21.128388] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xd [21.146262] remoteproc remoteproc7: fw_get_filesystem_firmware kernel_read_file_from_path_initns /lib/firmware/j7-main-r5f1_1-fw sucess rc=187288[21.160513] remoteproc remoteproc7: powering up 5f00000.r5f [21.167288] remoteproc remoteproc7: Booting fw image j7-main-r5f1_1-fw, size 187288 [21.188310]remoteproc7#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000 [21.199841] virtio_rpmsg_bus virtio7: rpmsg host is online [21.209092]remoteproc7#vdev0buffer: registered virtio7 (type 7) [21.216292] remoteproc remoteproc7: remote processor 5f00000.r5f is now up [21.274702] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xd [21.346505] systemd-udevd[233]: 31014000.pat: Process '/sbin/modprobe of:NpatT(null)Cti,j721e-pat' failed with exit code 1. [21.367545] systemd-udevd[240]: 31013000.pat: Process '/sbin/modprobe of:NpatT(null)Cti,j721e-pat' failed with exit code 1. [21.385299] systemd-udevd[227]: 310d0000.cpts: Process '/sbin/modprobe of:NcptsT(null)Cti,j721e-cpts' failed with exit code 1. [21.495048] systemd-udevd[238]: 46000f00.mdio:00: Process '/sbin/modprobe of:Nethernet-phyT(null)' failed with exit code 1. [21.699222] systemd-udevd[232]: 31f84000.mailbox: Process '/sbin/modprobe of:NmailboxT(null)Cti,am654-mailbox' failed with exit code 1. [21.741145] systemd-udevd[237]: 31f80000.mailbox: Process '/sbin/modprobe of:NmailboxT(null)Cti,am654-mailbox' failed with exit code 1. [21.741190] systemd-udevd[240]: 32c00000.mailbox: Process '/sbin/modprobe of:NmailboxT(null)Cti,am654-secure-proxy' failed with exit code 1. [*] A start job is running for udev Wai…vice Initialization (8s / 3min 2s) [21.773139] systemd-udevd[230]: 31f81000.mailbox: Process '/sbin/modprobe of:NmailboxT(null)Cti,am654-mailbox' failed with exit code 1. [21.787665] systemd-udevd[239]: 33d00000.interrupt-controller: Process '/sbin/modprobe of:Ninterrupt-controllerT(null)Cti,sci-inta' failed with exit code 1. [21.832472] systemd-udevd[235]: 31150000.dma-controller: Process '/sbin/modprobe of:Ndma-controllerT(null)Cti,j721e-navss-main-udmap' failed with exit code 1. [21.851853] systemd-udevd[227]: 3c000000.ringacc: Process '/sbin/modprobe of:NringaccT(null)Cti,am654-navss-ringacc' failed with exit code 1. [21.872488] systemd-udevd[226]: 31f82000.mailbox: Process '/sbin/modprobe of:NmailboxT(null)Cti,am654-mailbox' failed with exit code 1. [21.908726] systemd-udevd[238]: 31f83000.mailbox: Process '/sbin/modprobe of:NmailboxT(null)Cti,am654-mailbox' failed with exit code 1. [21.909929] systemd-udevd[237]: bus@100000:wiz@5020000: Process '/sbin/modprobe of:NwizT(null)Cti,j721e-wiz-16g' failed with exit code 1. [21.924105] systemd-udevd[233]: 36600000.iommu: Process '/sbin/modprobe of:NiommuT(null)Carm,smmu-v3' failed with exit code 1. [22.042854] systemd-udevd[230]: bus@100000:wiz@5030000: Process '/sbin/modprobe of:NwizT(null)Cti,j721e-wiz-16g' failed with exit code 1. [***] A start job is running for udev Wai…vice Initialization (9s / 3min 2s) [22.944211] systemd-udevd[231]: firmware:optee: Process '/sbin/modprobe of:NopteeT(null)Clinaro,optee-tz' failed with exit code 1. [22.975745] systemd-udevd[226]: firmware:psci: Process '/sbin/modprobe of:NpsciT(null)Carm,psci-1.0' failed with exit code 1. [23.007699] systemd-udevd[234]: 5020000.serdes: Process '/sbin/modprobe of:NserdesT(null)Cti,sierra-phy-t0' failed with exit code 1. [23.085257] systemd-udevd[238]: fixedregulator-sd: Process '/sbin/modprobe of:Nfixedregulator-sdT(null)Cregulator-fixed' failed with exit code 1. [23.099821] systemd-udevd[239]: c000000.ethernet: Process '/sbin/modprobe of:NethernetT(null)Cti,j721e-cpswxg-nuss' failed with exit code 1. [23.110355] systemd-udevd[232]: 5030000.serdes: Process '/sbin/modprobe of:NserdesT(null)Cti,sierra-phy-t0' failed with exit code 1. [23.114460] systemd-udevd[240]: bus@100000:wiz@5050000: Process '/sbin/modprobe of:NwizT(null)Cti,j721e-wiz-10g' failed with exit code 1. [23.133648] systemd-udevd[230]: dma_buf_phys: Process '/sbin/modprobe of:Ndma_buf_physT(null)Cti,dma_buf_phys' failed with exit code 1. [23.185123] systemd-udevd[227]: fixedregulator-vusb-main5v0: Process '/sbin/modprobe of:Nfixedregulator-vusb-main5v0T(null)Cregulator-fixed' failed with exit code 1. [ ***] A start job is running for udev Wai…ice Initialization (10s / 3min 2s) [23.376700] systemd-udevd[237]: gpio-regulator-tps659411: Process '/sbin/modprobe of:Ngpio-regulator-tps659411T(null)Cregulator-gpio' failed with exit code 1. [23.397141] systemd-udevd[226]: fixedregulator-vsys3v3: Process '/sbin/modprobe of:Nfixedregulator-vsys3v3T(null)Cregulator-fixed' failed with exit code 1. [23.541539] systemd-udevd[235]: reg-dummy: Process '/sbin/modprobe platform:reg-dummy' failed with exit code 1. [23.588532] systemd-udevd[234]: serial8250: Process '/sbin/modprobe platform:serial8250' failed with exit code 1. [23.601031] systemd-udevd[239]: l2-cache0: Process '/sbin/modprobe of:Nl2-cache0T(null)Ccache' failed with exit code 1. [23.608153] systemd-udevd[238]: 5050000.serdes: Process '/sbin/modprobe of:NserdesT(null)Cti,j721e-serdes-10g' failed with exit code 1. [23.662166] systemd-udevd[232]: timer-cl0-cpu0: Process '/sbin/modprobe of:Ntimer-cl0-cpu0T(null)Carm,armv8-timer' failed with exit code 1. [*** ] A start job is running for udev Wai…ice Initialization (10s / 3min 2s) [OK] Created slice system-systemd\x2dfsck.slice. [25.602985] systemd[1]: Found device /dev/mmcblk0p1. [OK] Found device /dev/mmcblk0p1. [25.672433] systemd[1]: Starting File System Check on /dev/mmcblk0p1... [25.673520] systemd[782]: systemd-fsck@dev-mmcblk0p1.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting File System Check on /dev/mmcblk0p1... [25.760308] systemd[1]: Found device /dev/mmcblk1p2. [OK] Found device /dev/mmcblk1p2. [25.819060] systemd[1]: Starting File System Check on /dev/mmcblk1p2... [25.827152] systemd[785]: systemd-fsck@dev-mmcblk1p2.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting File System Check on /dev/mmcblk1p2... [26.079134] systemd[1]: Started File System Check on /dev/mmcblk0p1. [OK] Started File System Check on /dev/mmcblk0p1. [26.121965] systemd[1]: Mounting /run/media/mmcblk0p1...Mounting /run/media/mmcblk0p1... [26.134340] systemd[803]: run-media-mmcblk0p1.mount: Failed to connect stdout to the journal socket, ignoring: No such file or directory [26.228855] systemd[1]: Mounted /run/media/mmcblk0p1. [OK] Mounted /run/media/mmcblk0p1. [26.266349] systemd-udevd[237]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable. [26.310963] systemd[1]: Started File System Check on /dev/mmcblk1p2. [OK] Started File System Check on /dev/mmcblk1p2. [26.339224] systemd[1]: Mounting /run/media/mmcblk1p2... [26.340309] systemd[806]: run-media-mmcblk1p2.mount: Failed to connect stdout to the journal socket, ignoring: No such file or directoryMounting /run/media/mmcblk1p2... [26.429131] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) [26.454786] systemd[1]: Mounted /run/media/mmcblk1p2. [OK] Mounted /run/media/mmcblk1p2. [26.534678] systemd[1]: Found device /dev/mmcblk0p2. [OK] Found device /dev/mmcblk0p2. [26.563832] systemd[1]: Starting File System Check on /dev/mmcblk0p2...Starting File System Check on /dev/mmcblk0p226.581518] systemd[814]: systemd-fsck@dev-mmcblk0p2.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory 0m... [26.788202] systemd[1]: Started File System Check on /dev/mmcblk0p2. [OK] Started File System Check on /dev/mmcblk0p2. [26.810813] systemd-vconsole-setup[819]: KD_FONT_OP_GET failed while trying to get the font metadata: Function not implemented [26.823031] systemd-vconsole-setup[819]: Fonts will not be copied to remaining consoles [26.849431] systemd[1]: Mounting /run/media/mmcblk0p2... [26.859151] systemd[826]: run-media-mmcblk0p2.mount: Failed to connect stdout to the journal socket, ignoring: No such file or directoryMounting /run/media/mmcblk0p2... [26.927873] usbcore: registered new interface driver usbfs [26.935653] usbcore: registered new interface driver hub [26.941725] usbcore: registered new device driver usb [27.003762] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [27.027308] systemd[1]: Mounted /run/media/mmcblk0p2. [OK] Mounted /run/media/mmcblk0p2. [27.046218] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22 [27.054111] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22 [27.085918] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c [27.146561] systemd-udevd[232]: video0: Failed to apply ACL: Operation not supported [27.200471] systemd[1]: Found device /dev/mmcblk1p1. [OK] Found device /dev/mmcblk1p1. [27.223635] systemd[1]: Starting File System Check on /dev/mmcblk1p1... [27.226245] systemd[842]: systemd-fsck@dev-mmcblk1p1.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting File System Check on /dev/mmcblk1p1... [27.350276] remoteproc remoteproc8: b034000.pru is available [27.411829] remoteproc remoteproc9: b004000.rtu is available [27.471078] systemd-udevd[241]: video1: Failed to apply ACL: Operation not supported [27.532127] systemd-udevd[234]: b026000.cfg: Process '/sbin/modprobe of:NcfgT(null)Cti,pruss-cfgCsyscon' failed with exit code 1. [27.590178] systemd-udevd[228]: b033000.mii-g-rt: Process '/sbin/modprobe of:Nmii-g-rtT(null)Cti,pruss-mii-gCsyscon' failed with exit code 1. [27.593107] systemd-udevd[240]: b032000.mii-rt: Process '/sbin/modprobe of:Nmii-rtT(null)Cti,pruss-miiCsyscon' failed with exit code 1. [27.606798] systemd[1]: Started File System Check on /dev/mmcblk1p1. [27.617096] remoteproc remoteproc10: b00a000.txpru is available [OK] Started File System Check on /dev/mmcblk1p1. [27.642095] remoteproc remoteproc11: b038000.pru is available [27.661958] systemd[1]: Mounting /run/media/mmcblk1p1... [27.662458] remoteproc remoteproc12: b006000.rtu is availableMounting /run/media/mmcblk1p1...[27.677779] systemd[852]: run-media-mmcblk1p1.mount: Failed to connect stdout to the journal socket, ignoring: No such file or directory[27.680734] remoteproc remoteproc13: b00c000.txpru is available [27.711319] remoteproc remoteproc14: b134000.pru is available [27.811104] systemd[1]: Mounted /run/media/mmcblk1p1. [OK] Mounted /run/media/mmcblk1p1. [27.834741] remoteproc remoteproc15: b104000.rtu is available [27.857609] systemd-udevd[239]: b126000.cfg: Process '/sbin/modprobe of:NcfgT(null)Cti,pruss-cfgCsyscon' failed with exit code 1. [27.873211] systemd-udevd[240]: b132000.mii-rt: Process '/sbin/modprobe of:Nmii-rtT(null)Cti,pruss-miiCsyscon' failed with exit code 1. [27.919859] remoteproc remoteproc16: b10a000.txpru is available [28.009686] remoteproc remoteproc17: b138000.pru is available [28.016407] systemd-udevd[241]: 41000000.r5f: Process '/sbin/modprobe of:Nr5fT(null)Cti,j721e-r5f' failed with exit code 1. [28.083221] systemd-udevd[232]: 41400000.r5f: Process '/sbin/modprobe of:Nr5fT(null)Cti,j721e-r5f' failed with exit code 1. [28.094817] systemd-udevd[234]: b133000.mii-g-rt: Process '/sbin/modprobe of:Nmii-g-rtT(null)Cti,pruss-mii-gCsyscon' failed with exit code 1. [28.124136] remoteproc remoteproc18: b106000.rtu is available [28.151519] remoteproc remoteproc19: b10c000.txpru is available [28.745953] systemd-udevd[234]: 5d00000.r5f: Process '/sbin/modprobe of:Nr5fT(null)Cti,j721e-r5f' failed with exit code 1. [28.797672] systemd-udevd[230]: 5c00000.r5f: Process '/sbin/modprobe of:Nr5fT(null)Cti,j721e-r5f' failed with exit code 1. [28.865111] systemd-udevd[235]: 5e00000.r5f: Process '/sbin/modprobe of:Nr5fT(null)Cti,j721e-r5f' failed with exit code 1. [28.910148] systemd-udevd[239]: 5f00000.r5f: Process '/sbin/modprobe of:Nr5fT(null)Cti,j721e-r5f' failed with exit code 1. [29.327419] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [29.335142] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [29.345310] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000010010 [29.355670] xhci-hcd xhci-hcd.0.auto: irq 514, io mem 0x06410000 [29.364579] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [29.374628] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [29.384336] usb usb1: Product: xHCI Host Controller [29.389668] usb usb1: Manufacturer: Linux 5.10.153-g90c3a58fd2 xhci-hcd [29.396812] usb usb1: SerialNumber: xhci-hcd.0.auto [29.404392] hub 1-0:1.0: USB hub found [29.408302] hub 1-0:1.0: 1 port detected [29.416368] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [29.425799] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [29.433786] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [29.440531] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [29.449006] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 [29.457304] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [29.464546] usb usb2: Product: xHCI Host Controller [29.469441] usb usb2: Manufacturer: Linux 5.10.153-g90c3a58fd2 xhci-hcd [29.476068] usb usb2: SerialNumber: xhci-hcd.0.auto [29.481847] hub 2-0:1.0: USB hub found [29.485692] hub 2-0:1.0: 1 port detected [29.763144] systemd[1]: Started udev Wait for Complete Device Initialization. [OK] Started udev Wait for Complete Device Initialization. [29.794945] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. [29.797239] systemd[913]: rngd.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [OK] Started Hardware RNG Entropy Gatherer Daemon. [29.829564] systemd[1]: Reached target System Initialization. [OK] Reached target System Initialization. [29.855816] systemd[1]: logrotate.timer: Not using persistent file timestamp Mon 2022-12-19 00:00:21 UTC as it is in the future. [29.869533] systemd[1]: Started Daily rotation of log files. [OK] Started Daily rotation of log files. [29.891102] systemd[1]: Started Daily Cleanup of Temporary Directories. [OK] Started Daily Cleanup of Temporary Directories. [29.917189] systemd[1]: Reached target Timers. [OK] Reached target Timers. [29.938918] systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [OK] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [29.962925] systemd[1]: Listening on D-Bus System Message Bus Socket. [OK] Listening on D-Bus System Message Bus Socket. [29.999630] systemd[1]: Starting Docker Socket for the API.Starting Docker Socket for the API. [30.027326] systemd[1]: Listening on dropbear.socket. [OK] Listening on dropbear.socket. [30.061917] systemd[1]: Starting Reboot and dump vmcore via kexec... [30.062636] systemd[917]: kdump.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting Reboot and dump vmcore via kexec... [30.098912] systemd[1]: Listening on Docker Socket for the API. [OK] Listening on Docker Socket for the API. [30.125776] systemd[1]: Reached target Sockets. [OK] Reached target Sockets. [30.141318] systemd[1]: Reached target Basic System. [OK] Reached target Basic System. [30.169901] systemd[1]: Started Job spooling tools. [30.170648] systemd[919]: atd.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [OK] Started Job spooling tools. [30.207199] systemd[1]: Started Periodic Command Scheduler. [OK] Started Periodic Command Scheduler systemd[920]: crond.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [0m. [30.254607] systemd[1]: Started D-Bus System Message Bus. [30.255806] systemd[921]: dbus.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [OK] Started D-Bus System Message Bus. [30.334864] systemd[1]: Starting DEMO... [30.346750] systemd[922]: demo.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting DEMO... [30.376621] systemd[1]: Starting Print notice about GPLv3 packages... [30.389012] systemd[923]: gplv3-notice.service: Failed to execute command: No such file or directoryStarting Print notice about GPLv3 packages... [30.405968] systemd[1]: Starting set host name as per compatible name... [30.408425] systemd[924]: hostname-update.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [30.425447] systemd[923]: gplv3-notice.service: Failed at step EXEC spawning /etc/init.d/gplv3-notice: No such file or directoryStarting set host name as per compatible name... [30.511945] systemd[1]: Starting IPv6 Packet Filtering Framework... [30.514564] systemd[928]: ip6tables.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting IPv6 Packet Filtering Framework... [30.553742] systemd[1]: Starting IPv4 Packet Filtering Framework... [30.555846] systemd[929]: iptables.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting IPv4 Packet Filtering Framework... [30.597562] systemd[1]: Started irqbalance daemon. [OK] Started irqbalance daemon. [30.613252] systemd[931]: irqbalanced.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [30.641993] systemd[1]: Starting Telephony service... [30.643941] systemd[932]: ofono.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting Telephony service... [30.698003] systemd[1]: Starting Update pmic registers for tda4vm-sk to disable safety feature on power rails... [30.731066] systemd[934]: pmic-fix.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting Update pmic regis…fety feature on power rails... [30.779170] systemd[1]: Starting rc.pvr.service... [30.779694] systemd[935]: rc.pvr.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting rc.pvr.service... [30.833366] systemd[1]: Starting startwlanap...Starting startwlanap... [30.853862] systemd[936]: startwlanap.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [30.876454] systemd[1]: Starting startwlansta... [30.879007] systemd[938]: startwlansta.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting startwlansta... [30.936622] systemd[938]: startwlansta.service: Failed to execute command: No such file or directory [30.941211] systemd[1]: Starting Login Service... [30.959723] systemd[938]: startwlansta.service: Failed at step EXEC spawning /etc/init.d/startwlansta.sh: No such file or directoryStarting Login Service... [30.973592] systemd[936]: startwlanap.service: Failed to execute command: No such file or directory systemd-logind.service: Failed to connect stdout [30.998464] systemd[1]: Started TEE Supplicant. to the journal socket, ignoring: No such file or directory [31.004647] systemd[942]: tee-supplicant.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [OK] Started TEE Supplicant. [31.049984] systemd[1]: Starting Update weston ini background image based on the platform name... [31.068842] systemd[943]: weston-bg-update.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting Update weston ini… based on the platform name... [31.108382] systemd[1]: Started Reboot and dump vmcore via kexec. [OK] Started Reboot and dump vmcore via kexec. [31.146669] systemd[1]: Started DEMO. [OK] Started DEMO. [31.166517] systemd[1]: gplv3-notice.service: Main process exited, code=exited, status=203/EXEC [31.187235] systemd[1]: gplv3-notice.service: Failed with result 'exit-code'. [31.196157] systemd[936]: startwlanap.service: Failed at step EXEC spawning /etc/init.d/startwlanap.sh: No such file or directory [31.212208] systemd[1]: Failed to start Print notice about GPLv3 packages. [31.220631] systemd[943]: weston-bg-update.service: Failed to execute command: No such file or directory [FAILED] Failed to start Print notice about GPLv3 packages. See 'systemctl status gplv3-notice.service' for details. [31.262598] systemd[1]: Started set host name as per compatible name. [OK] Started set host name as per compatible name. [31.298952] systemd[1]: Started IPv6 Packet Filtering Framework. [OK] Started IPv6 Packet Filtering Framework. [31.336337] systemd[1]: Started IPv4 Packet Filtering Framework. [OK] Started IPv4 Packet Filtering Framework. [31.362014] systemd[943]: weston-bg-update.service: Failed at step EXEC spawning /etc/init.d/weston-bg-update: No such file or directory [31.376245] systemd[1]: startwlanap.service: Main process exited, code=exited, status=203/EXEC [31.385076] systemd[1]: startwlanap.service: Failed with result 'exit-code'. [31.396524] systemd[1]: Failed to start startwlanap. [FAILED] Failed to start startwlanap. See 'systemctl status startwlanap.service' for details. [31.438570] systemd[1]: startwlansta.service: Main process exited, code=exited, status=203/EXEC [31.455301] systemd[1]: startwlansta.service: Failed with result 'exit-code'. [31.473572] systemd[1]: Failed to start startwlansta. [FAILED] Failed to start startwlansta. See 'systemctl status startwlansta.service' for details. [31.514421] systemd[1]: weston-bg-update.service: Main process exited, code=exited, status=203/EXEC [31.534522] systemd[1]: weston-bg-update.service: Failed with result 'exit-code'. [31.573150] systemd[1]: Failed to start Update weston ini background image based on the platform name. [31.603228] Bluetooth: Core ver 2.22 [FAILED] Failed to start Update wes…ge based on the platform name. [31.613110] NET: Registered protocol family 31 [31.622619] Bluetooth: HCI device and connection manager initialized See 'systemctl status weston-bg-update.service' for details. [31.636999] Bluetooth: HCI socket layer initialized [31.644338] Bluetooth: L2CAP socket layer initialized [31.664994] Bluetooth: SCO socket layer initialized [31.675133] systemd[1]: Reached target Network (Pre). [OK] Reached target Network (Pre). [31.701616] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [OK] Listening on Load/Save RF …itch Status /dev/rfkill Watch. [31.747886] systemd[1]: Starting Network Service...Starting Network Service... [31.774796] systemd[1]: Started Telephony service. [OK] Started Telephony service. [31.786090] systemd[962]: systemd-networkd.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [31.991444] systemd[1]: Started Update pmic registers for tda4vm-sk to disable safety feature on power rails. [OK] Started Update pmic regist…safety feature on power rails. systemd-logind.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [32.533213] systemd[1]: Started Network Service. [OK] Started Network Service. [32.560646] systemd[1]: Starting Wait for Network to be Configured... [32.563011] systemd[970]: systemd-networkd-wait-online.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting Wait for Network to be Configured... [32.615046] systemd[1]: Starting Network Name Resolution...Starting Network Name Resolution... [32.698185] systemd[1]: Started Login Service. [OK] Started Login Service. [32.794845] systemd[1]: Started Wait for Network to be Configured. [OK] Started Wait for Network to be Configured. [33.244068] systemd[1]: Started Network Name Resolution. [OK] Started Network Name Resolution. [33.267039] systemd[1]: Reached target Network. [OK] Reached target Network. [33.289974] systemd[1]: Reached target Network is Online. [OK] Reached target Network is Online. [33.314051] systemd[1]: Reached target Host and Network Name Lookups. [OK] Reached target Host and Network Name Lookups. [33.351250] systemd[972]: avahi-daemon.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [33.353737] systemd[1]: Starting Avahi mDNS/DNS-SD Stack...Starting Avahi mDNS/DNS-SD Stack... [33.413616] systemd[973]: bt-enable.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [33.415040] systemd[1]: Starting Enable and configure wl18xx bluetooth stack... [33.437375] systemd[973]: bt-enable.service: Failed to execute command: No such file or directory [33.451562] systemd[973]: bt-enable.service: Failed at step EXEC spawning /etc/init.d/bt-enable.sh: No such file or directoryStarting Enable and configure wl18xx bluetooth stack... [33.488515] systemd[1]: Starting Docker Application Container Engine... [33.490075] systemd[974]: docker.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting Docker Application Container Engine... [33.531698] systemd[1]: Started Edge AI Init. [OK] Started Edge AI Init. [33.605022] systemd[1]: Started NFS status monitor for NFSv2/3 locking.. [33.606394] systemd[977]: nfs-statd.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [OK] Started NFS status monitor for NFSv2/3 locking.. [33.668097] systemd[1]: Starting Simple Network Management Protocol (SNMP) Daemon....Starting Simple Network Ma…ent Protocol (SNM[33.698661] systemd[978]: snmpd.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory P) Daemon.... [33.735231] systemd[1]: Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf. [33.735800] systemd[979]: strongswan-starter.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [OK] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf. [33.786967] systemd[1]: Starting Permit User Sessions... [33.788266] systemd[981]: systemd-user-sessions.service: Failed to connect stdout to the journal socket, ignoring: No such file or directoryStarting Permit User Sessions... [33.839545] systemd[1]: bt-enable.service: Main process exited, code=exited, status=203/EXEC [33.866062] systemd[1]: bt-enable.service: Failed with result 'exit-code'. [33.901532] systemd[1]: Failed to start Enable and configure wl18xx bluetooth stack. [FAILED] Failed to start Enable and…figure wl18xx bluetooth stack. See 'systemctl status bt-enable.service' for details. [33.953085] systemd[1]: Started Avahi mDNS/DNS-SD Stack. [OK] Started Avahi mDNS/DNS-SD Stack. [34.141587] systemd[1]: Started Permit User Sessions. [OK] Started Permit User Sessions. [34.185638] systemd[1]: Started Getty on tty1. [OK] Started Getty on tty1. [34.242210] systemd[1]: Started Serial Getty on ttyS2. [OK] Started Serial Getty on ttyS2. [34.296368] systemd[1]: Started Serial Getty on ttyS3. [OK] Started Serial Getty on ttyS3. [34.328663] systemd[1]: Reached target Login Prompts. [OK] Reached target Login Prompts. [34.382574] systemd[1]: Starting Synchronize System and HW clocks...Starting Synchronize System and HW clocks.[34.413135] systemd[987]: sync-clocks.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory .. [34.954703] systemd[1]: sync-clocks.service: Main process exited, code=exited, status=1/FAILURE [34.979572] systemd[1]: sync-clocks.service: Failed with result 'exit-code'. [35.018907] systemd[1]: Failed to start Synchronize System and HW clocks. [FAILED] Failed to start Synchronize System and HW clocks. See 'systemctl status sync-clocks.service' for details. ipsec_starter[979]: Starting strongSwan 5.8.4 IPsec [starter]...[38.543124] systemd[985]: serial-getty@ttyS2.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [38.543718] systemd[986]: serial-getty@ttyS3.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [38.571815] systemd[975]: edgeai-init.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [38.585419] systemd[984]: getty@tty1.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory__________|___ ___ ___ ___|_|___ ___|_|___ ___| |_||_| .'| . | . ||__|_| . | | | -_|_|_| |__|__|_| |__,|_|___||__||_| |___|_| |___|___|_||___||___|Arago Project tda4vm-sk ttyS2Arago 2021.09 tda4vm-sk ttyS2tda4vm-sk login: root (automatic login)[39.345820] Initializing XFRM netlink socket snmpd[978]: Warning: no access control information configured.(Config search path: /etc/snmp:/usr/share/snmp:/usr/lib/snmp)It's unlikely this agent can serve any useful purpose in this state.Run "snmpconf -g basic_setup" to help you configure the snmpd.conf file for this agent.ipsec_starter[979]: charon (989) started after 1900 mssnmpd[978]: NET-SNMP version 5.8[39.503532] systemd[1]: Started Simple Network Management Protocol (SNMP) Daemon..[39.642494] systemd[1]: Created slice User Slice of UID 0. [39.661021] systemd[1]: Starting User Runtime Directory /run/user/0... [39.662910] systemd[1020]: user-runtime-dir@0.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [39.776699] systemd[1]: Started User Runtime Directory /run/user/0. [39.804733] systemd[1]: Starting User Manager for UID 0... [39.805287] systemd[1021]: user@0.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [42.141877] systemd[1021]: Reached target Paths. [42.146744] systemd[1021]: Reached target Timers. [42.174465] systemd[1021]: Starting D-Bus User Message Bus Socket. [42.178097] systemd[1050]: dbus.socket: Failed to connect stdout to the journal socket, ignoring: No such file or directory [42.994634] systemd[1021]: Listening on D-Bus User Message Bus Socket. [43.016558] systemd[1021]: Reached target Sockets. [43.034631] systemd[1021]: Reached target Basic System. [43.051479] systemd[1]: Started User Manager for UID 0. [43.064681] systemd[1021]: Reached target Main User Target. [43.074802] systemd[1]: Started Session c1 of user root. [43.083420] systemd[1021]: Startup finished in 3.110s. [43.106205] systemd[1]: Started Session c2 of user root. rm: cannot remove '/home/root/.cache/gstreamer-1.0/registry.aarch64.bin': No such file or directory [49.697170] systemd[1]: edgeai-init.service: Succeeded. [50.503504] overlayfs: upper fs needs to support d_type. [50.535075] overlayfs: upper fs does not support tmpfile. [50.571781] overlayfs: upper fs does not support RENAME_WHITEOUT. [50.589087] overlayfs: upper fs does not support xattr, falling back to index=off and metacopy=off. [50.616930] overlayfs: upper fs missing required features. [50.960969] overlayfs: upper fs needs to support d_type. [50.966363] overlayfs: upper fs does not support tmpfile. [51.030282] overlayfs: upper fs does not support RENAME_WHITEOUT. [51.077617] overlayfs: upper fs does not support xattr, falling back to index=off and metacopy=off. [51.109243] overlayfs: upper fs missing required features. [51.299350] systemd[1]: Started rc.pvr.service. [51.327335] systemd[1]: Starting LSB: network benchmark... [51.341080] systemd[1166]: netperf.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [51.450235] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [51.488720] Bridge firewalling registered [51.506801] systemd[1]: Started LSB: network benchmark. [51.530597] systemd[1]: Starting thermal-zone-init.service... [51.532001] systemd[1172]: thermal-zone-init.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [51.584317] systemd[1]: Started thermal-zone-init.service. [52.143203] systemd-udevd[1174]: Using default interface naming scheme 'v243'. [52.192150] systemd-udevd[1174]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable. [54.655849] process 'docker/tmp/qemu-check569783614/check' started with executable stack [54.753966] systemd[1]: Started Docker Application Container Engine. [54.762976] systemd[1]: Reached target Multi-User System. [54.790822] systemd[1309]: systemd-update-utmp-runlevel.service: Failed to connect stdout to the journal socket, ignoring: No such file or directory [54.791201] systemd[1]: Starting Update UTMP about System Runlevel Changes... [54.857946] systemd[1]: systemd-update-utmp-runlevel.service: Succeeded. [54.872747] systemd[1]: Started Update UTMP about System Runlevel Changes. [54.887351] systemd[1]: Startup finished in 11.483s (kernel) + 43.283s (userspace) = 54.766s.以上是完整的BOOT LOG,没有看到有主域相关CAN信息报错的,DTS文件里也没有禁用这些 节点,DTS的配置如原始问题里的DTS配置一样
,
Annie Liu:
请问设备树中是否启用了其他 CAN 实例?
,
wei dong:
main_can0没有,搜查了一遍就只有这个实例,MCU_CAN0倒是有注册成功,设备树中的实例方法是一致的。所以不知道哪里除了问题
,
Cherry Zhou:
好的了解,已跟进给工程师。
,
wei dong:
最近的几个问题麻烦都再催一下进展
,
Cherry Zhou:
十分抱歉,该条产品线回复相对较慢。如在周五前仍没给到您相关答复,我们来催促下看看。
,
Cherry Zhou:
您能分享您编译的 dtb 吗?
k3-j721e-main.dts 将具有 main_mcan*实例,但这些实例是根据*.dts 启用/禁用的。
除了 mcu_mcan0之外,并没有看到您为任何 MCAN 器件调用任何探测函数,这代表正在通过 DTS 禁用其他节点。
,
wei dong:
可以分享,但是我没有看到这里如何上传附件,能够把我编译的dtb文件上传上来,麻烦您给说明一下如何上传dtb文件
,
Cherry Zhou:
您好,
点击回复框中的插入–图像/视频/文件–点击灰色的“上传”按钮(或直接将您需要上传的文件拖曳进来即可)。
,
wei dong:
不好意思,不知道为什么现在突然有能找到Mcan了,配置的也能生效了~也没改到设备树这块的东西
,
Cherry Zhou:
没关系,您的问题解决了就好,之后您有问题欢迎您随时提问!