Tool/software:
1. Hardware : TDA4 (TI EVM)
2. SDK: 0902
3. u-boot, linux image, rootfs all use 0902 prebuild
4. MCU1_0 bootapp use the following path:pdk_jacinto_09_02_00_30/packages/ti/boot/sbl/example/boot_app
5. sbl uses the command to compile
make BOARD=j721e_evm CORE=mcu1_0 BUILD_PROFILE=release sbl_mmcsd_img -sj
6. For adding u-boot, please refer to the following link
e2e.ti.com/.../faq-tda4vm-how-to-load-main-core-images-from-emmc-with-boot_app
The current problem is that starting the Kernel will report an error
The complete log is as follows
Welcome to minicom 2.7.1 OPTIONS: I18n Compiled on Dec 23 2019, 02:06:26. Port /dev/ttyUSB2, 18:19:20 Press CTRL-A Z for help on special keys root@j721e-evm:~# NOTICE: BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty NOTICE: BL31: Built : 16:09:05, Feb 9 2024 ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: I/TC: OP-TEE version: 4.1.0-51-g012cdca49 (gcc version 11.4.0 (GCC)) #1 Tue Jan 30 10:48:03 UTC 2024 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: GIC redistributor base address not provided I/TC: Assuming default GIC group status and modifier I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)') I/TC: HUK Initialized I/TC: Activated SA2UL device I/TC: Fixing SA2UL firewall owner for GP device I/TC: Enabled firewalls for SA2UL TRNG device I/TC: SA2UL TRNG initialized I/TC: SA2UL Drivers initialized I/TC: Primary CPU switching to normal world boot U-Boot SPL 2023.04-dirty (Jul 31 2024 - 14:51:01 +0800) SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)') ti_i2c_eeprom_am6_parse_record: Ignoring record id 17 Detected: J7X-BASE-CPB rev A spl_boot_device: hack to boot from SD card Trying to boot from MMC2 Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000) SoC: J721E SR1.1 GP Model: Texas Instruments K3 J721E SoC Board: J721EX-PM2-SOM rev A DRAM: 2 GiB (effective 4 GiB) Core: 126 devices, 35 uclasses, devicetree: separate Flash: 0 Bytes MMC: mmc@4f80000: 0, mmc@4fb0000: 1 Loading Environment from nowhere... 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 Detected: J7X-BASE-CPB rev A phy-j721e-wiz wiz@5000000: SERDES already configured Sierra init failed:-16 Net: eth0: ethernet@46000000port@1 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device SD/MMC found on device 1 Failed to load 'boot.scr' 723 bytes read in 29 ms (23.4 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... Running uenvcmd ... 1 bytes read in 30 ms (0 Bytes/s) Already setup. gpio: pin gpio@22_17 (gpio 281) value is 1 gpio: pin gpio@22_16 (gpio 280) value is 0 k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work Failed to load '/lib/firmware/j7-mcu-r5f0_1-fw' 1572544 bytes read in 71 ms (21.1 MiB/s) Load Remote Processor 2 with data@addr=0x82000000 1572544 bytes: Success! 322804 bytes read in 44 ms (7 MiB/s) Load Remote Processor 3 with data@addr=0x82000000 322804 bytes: Success! Failed to load '/lib/firmware/j7-main-r5f1_0-fw' Failed to load '/lib/firmware/j7-main-r5f1_1-fw' 1002288 bytes read in 57 ms (16.8 MiB/s) Load Remote Processor 6 with data@addr=0x82000000 1002288 bytes: Success! 1002288 bytes read in 58 ms (16.5 MiB/s) Load Remote Processor 7 with data@addr=0x82000000 1002288 bytes: Success! 13504656 bytes read in 318 ms (40.5 MiB/s) Load Remote Processor 8 with data@addr=0x82000000 13504656 bytes: Success! 19376640 bytes read in 437 ms (42.3 MiB/s) 114992 bytes read in 36 ms (3 MiB/s) Working FDT set to 88000000 3589 bytes read in 34 ms (102.5 KiB/s) 11541 bytes read in 34 ms (331.1 KiB/s) ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Working FDT set to 88000000 ERROR: reserving fdt memory region failed (addr=880000000 size=27000000 flags=4) Loading Device Tree to 000000008fee0000, end 000000008fffffff ... OK Working FDT set to 8fee0000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP4 [ 0.000000] Machine model: Texas Instruments J721e EVM [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] printk: bootconsole [ns16550a0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 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] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff] [ 0.000000] node 0: [mem 0x000000009e800000-0x00000000b7ffffff] [ 0.000000] node 0: [mem 0x00000000b8000000-0x00000000d7ffffff] [ 0.000000] node 0: [mem 0x00000000d8000000-0x00000000e5ffffff] [ 0.000000] node 0: [mem 0x00000000e6000000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x00000008a6ffffff] [ 0.000000] node 0: [mem 0x00000008a7000000-0x00000008ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.4 [ 0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 u81920 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Spectre-v3a [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] CPU features: detected: ARM erratum 1742098 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=e9206496-02 rw rootfstype=ext4 rootwait [ 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: area num 2. [ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB) [ 0.000000] Memory: 1695672K/4194304K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 1974344K reserved, 524288K c) [ 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] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=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] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 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] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008435] Console: colour dummy device 80x25 [ 0.013004] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023675] pid_max: default: 32768 minimum: 301 [ 0.028411] LSM: Security Framework initializing [ 0.033190] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.040763] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.049555] cblist_init_generic: Setting adjustable number of callback queues. [ 0.056952] cblist_init_generic: Setting shift to 1 and lim to 1. [ 0.063214] cblist_init_generic: Setting adjustable number of callback queues. [ 0.070601] cblist_init_generic: Setting shift to 1 and lim to 1. [ 0.076904] rcu: Hierarchical SRCU implementation. [ 0.081802] rcu: Max phase no-delay instances is 1000. [ 0.087325] Platform MSI: msi-controller@1820000 domain created [ 0.093603] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.103088] EFI services will not be available. [ 0.107831] smp: Bringing up secondary CPUs ... ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot [ 0.126808] Detected PIPT I-cache on CPU1 [ 0.126870] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.126882] GICv3: CPU1: using allocated LPI pending table @0x00000008a7050000 [ 0.126912] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.126957] smp: Brought up 1 node, 2 CPUs [ 0.156299] SMP: Total of 2 processors activated. [ 0.161103] CPU features: detected: 32-bit EL0 Support [ 0.166355] CPU features: detected: CRC32 instructions [ 0.171632] CPU: All CPU(s) started at EL2 [ 0.175813] alternatives: applying system-wide alternatives [ 0.182380] devtmpfs: initialized [ 0.192790] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.202774] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.218747] pinctrl core: initialized pinctrl subsystem [ 0.224422] DMI not present or invalid. [ 0.228676] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.235312] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.242630] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.250638] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.258764] audit: initializing netlink subsys (disabled) [ 0.264382] audit: type=2000 audit(0.172:1): state=initialized audit_enabled=0 res=1 [ 0.264613] thermal_sys: Registered thermal governor 'step_wise' [ 0.272301] thermal_sys: Registered thermal governor 'power_allocator' [ 0.278506] cpuidle: using governor menu [ 0.289258] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.296218] ASID allocator initialised with 65536 entries [ 0.310988] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts [ 0.322575] KASLR disabled due to lack of seed [ 0.329902] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.336845] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.343247] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.350180] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.356581] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.363514] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.369915] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.376848] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.383964] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected [ 0.393293] iommu: Default domain type: Translated [ 0.398281] iommu: DMA domain TLB invalidation policy: strict mode [ 0.404794] SCSI subsystem initialized [ 0.408779] usbcore: registered new interface driver usbfs [ 0.414398] usbcore: registered new interface driver hub [ 0.419834] usbcore: registered new device driver usb [ 0.425209] pps_core: LinuxPPS API ver. 1 registered [ 0.430280] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.439617] PTP clock support registered [ 0.443700] EDAC MC: Ver: 3.0.0 [ 0.447399] FPGA manager framework [ 0.450912] Advanced Linux Sound Architecture Driver Initialized. [ 0.457518] clocksource: Switched to clocksource arch_sys_counter [ 0.463859] VFS: Disk quotas dquot_6.6.0 [ 0.467890] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.477833] Carveout Heap: Exported 512 MiB at 0x00000000b8000000 [ 0.484125] NET: Registered PF_INET protocol family [ 0.489291] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.498320] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.507081] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.515005] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.523210] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.531821] TCP: Hash tables configured (established 32768 bind 32768) [ 0.538606] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.545522] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.552972] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.559050] RPC: Registered named UNIX socket transport module. [ 0.565111] RPC: Registered udp transport module. [ 0.569913] RPC: Registered tcp transport module. [ 0.574716] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.581298] NET: Registered PF_XDP protocol family [ 0.586206] PCI: CLS 0 bytes, default 64 [ 0.590584] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.599759] Initialise system trusted keyrings [ 0.604423] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 0.612972] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.619208] NFS: Registering the id_resolver key type [ 0.624387] Key type id_resolver registered [ 0.628659] Key type id_legacy registered [ 0.632776] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.639624] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.666925] Key type asymmetric registered [ 0.671109] Asymmetric key parser 'x509' registered [ 0.676115] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.683752] io scheduler mq-deadline registered [ 0.688382] io scheduler kyber registered [ 0.694765] pinctrl-single 4301c000.pinctrl: 94 pins, size 376 [ 0.701182] pinctrl-single 11c000.pinctrl: 173 pins, size 692 [ 0.707738] pinctrl-single a40000.pinctrl: 512 pins, size 2048 [ 0.717199] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled [ 0.725583] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf) [ 0.733795] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq [ 0.740947] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq [ 0.748909] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs [ 0.759861] loop: module loaded [ 0.763809] megasas: 07.719.03.00-rc1 [ 0.769106] tun: Universal TUN/TAP device driver, 1.6 [ 0.774691] VFIO - User Level meta-driver version: 0.3 [ 0.780341] usbcore: registered new interface driver usb-storage [ 0.786806] i2c_dev: i2c /dev entries driver [ 0.791736] sdhci: Secure Digital Host Controller Interface driver [ 0.798057] sdhci: Copyright(c) Pierre Ossman [ 0.802655] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.808783] ledtrig-cpu: registered to indicate activity on CPUs [ 0.815015] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.821756] usbcore: registered new interface driver usbhid [ 0.827449] usbhid: USB HID core driver [ 0.831867] optee: probing for conduit method. I/TC: Reserved shared memory is enabled I/TC: Dynamic shared memory is enabled I/TC: Normal World virtualization support is disabled I/TC: Asynchronous notifications are disabled [ 0.836426] optee: revision 4.1 (012cdca4) [ 0.852847] optee: dynamic shared memory is enabled [ 0.862230] optee: initialized driver [ 0.867258] Initializing XFRM netlink socket [ 0.871645] NET: Registered PF_PACKET protocol family [ 0.876845] Key type dns_resolver registered [ 0.881384] registered taskstats version 1 [ 0.885582] Loading compiled-in X.509 certificates [ 0.896254] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)') [ 0.954350] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz [ 0.960666] pca953x 1-0020: supply vcc not found, using dummy regulator [ 0.967498] pca953x 1-0020: using no AI [ 0.994196] pca953x 1-0022: supply vcc not found, using dummy regulator [ 1.001000] pca953x 1-0022: using AI [ 1.005268] gpio-480 (CTRL_PM_I2C_OE): hogged as output/high [ 1.011244] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low [ 1.017484] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high [ 1.023983] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz [ 1.030704] omap_i2c 2020000.i2c: bus 2 rev0.12 at 400 kHz [ 1.036847] pca953x 3-0020: supply vcc not found, using dummy regulator [ 1.043677] pca953x 3-0020: using no AI [ 1.069976] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz [ 1.075845] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created [ 1.084377] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created [ 1.093702] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created [ 1.102297] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created [ 1.116203] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 [ 1.126098] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 1.132859] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 1.141946] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211 [ 1.152093] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 1.158851] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 1.166767] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 192, base_baud = 6000000) is a 8250 [ 1.176237] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 193, base_baud = 3000000) is a 8250 [ 1.185089] printk: console [ttyS2] enabled [ 1.185089] printk: console [ttyS2] enabled [ 1.193531] printk: bootconsole [ns16550a0] disabled [ 1.193531] printk: bootconsole [ns16550a0] disabled [ 1.203925] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 194, base_baud = 3000000) is a 8250 [ 1.212886] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 195, base_baud = 3000000) is a 8250 [ 1.222853] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode [ 1.269521] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.278186] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 [ 1.286457] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 [ 1.299270] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 1.306478] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 1.312642] pps pps0: new PPS source ptp0 [ 1.316768] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1 [ 1.327038] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 [ 1.335797] mmc0: CQHCI version 5.10 [ 1.378092] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit [ 1.467242] mmc0: Command Queue Engine enabled [ 1.471696] mmc0: new HS200 MMC card at address 0001 [ 1.477104] mmcblk0: mmc0:0001 S0J56X 14.8 GiB [ 1.484459] mmcblk0: p1 [ 1.487390] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB [ 1.493139] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB [ 1.498785] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0) [ 1.666247] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0 [ 1.672208] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock [ 1.938389] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 [ 1.945181] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 [ 1.951952] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 [ 1.958723] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 [ 1.965493] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 [ 1.978223] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8) [ 1.988828] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16) [ 2.002199] spi-nor spi0.0: mt35xu512aba (65536 Kbytes) [ 2.007487] 8 fixed-partitions partitions found on MTD device 47040000.spi.0 [ 2.014523] Creating 8 MTD partitions on "47040000.spi.0": [ 2.020001] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 2.026025] 0x000000080000-0x000000280000 : "ospi.tispl" [ 2.031777] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 2.037605] 0x000000680000-0x0000006a0000 : "ospi.env" [ 2.043143] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup" [ 2.049296] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" [ 2.055017] 0x000000800000-0x000003fc0000 : "ospi.rootfs" [ 2.060838] 0x000003fe0000-0x000004000000 : "ospi.phypattern" [ 2.071663] spi-nor spi1.0: mt25qu512a (65536 Kbytes) [ 2.076753] 8 fixed-partitions partitions found on MTD device 47050000.spi.0 [ 2.083793] Creating 8 MTD partitions on "47050000.spi.0": [ 2.089265] 0x000000000000-0x000000080000 : "qspi.tiboot3" [ 2.095221] 0x000000080000-0x000000280000 : "qspi.tispl" [ 2.100953] 0x000000280000-0x000000680000 : "qspi.u-boot" [ 2.106741] 0x000000680000-0x0000006a0000 : "qspi.env" [ 2.112287] 0x0000006a0000-0x0000006c0000 : "qspi.env.backup" [ 2.118437] 0x0000006c0000-0x0000007c0000 : "qspi.sysfw" [ 2.124162] 0x000000800000-0x000003fc0000 : "qspi.rootfs" [ 2.129999] 0x000003fe0000-0x000004000000 : "qspi.phypattern" [ 2.136694] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode [ 2.181530] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 2.190238] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 [ 2.198509] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 [ 2.211319] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 2.218526] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 2.224665] pps pps0: new PPS source ptp1 [ 2.228800] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1 [ 2.238944] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 2.247193] mmc1: CQHCI version 5.10 [ 2.253778] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 2.268826] ALSA device list: [ 2.271805] No soundcards found. [ 2.291072] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit [ 2.298702] Waiting for root device PARTUUID=e9206496-02... [ 2.853170] mmc1: new ultra high speed DDR50 SDHC card at address 59b4 [ 2.860070] mmcblk1: mmc1:59b4 SD3.0 30.3 GiB [ 2.866248] mmcblk1: p1 p2 [ 4.006354] EXT4-fs (mmcblk1p2): recovery complete [ 4.017041] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none. [ 4.025587] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 4.037877] devtmpfs: mounted [ 4.041798] Freeing unused kernel memory: 1984K [ 4.046398] Run /sbin/init as init process [ 4.374572] systemd[1]: System time before build time, advancing clock. [ 4.446856] NET: Registered PF_INET6 protocol family [ 4.452329] Segment Routing with IPv6 [ 4.456003] In-situ OAM (IOAM) with IPv6 [ 4.505534] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +B) [ 4.536911] systemd[1]: Detected architecture arm64. Welcome to Arago 2023.10! [ 4.592570] systemd[1]: Hostname set to <j721e-evm>. [ 4.719798] systemd-sysv-generator[148]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a . [ 4.947692] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please. [ 5.005665] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Ple. [ 5.067464] systemd[1]: Queued start job for default target Graphical Interface. [ 5.107421] systemd[1]: Created slice Slice /system/getty. [ OK ] Created slice Slice /system/getty. [ 5.130899] systemd[1]: Created slice Slice /system/modprobe. [ OK ] Created slice Slice /system/modprobe. [ 5.154834] systemd[1]: Created slice Slice /system/serial-getty. [ OK ] Created slice Slice /system/serial-getty. [ 5.178541] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 5.201725] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password �…ts to Console Directory Watch. [ 5.225645] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R�…uests to Wall Directory Watch. [ 5.249707] systemd[1]: Reached target Path Units. [ OK ] Reached target Path Units. [ 5.265575] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 5.285566] systemd[1]: Reached target Slice Units. [ OK ] Reached target Slice Units. [ 5.301579] systemd[1]: Reached target Swaps. [ OK ] Reached target Swaps. [ 5.351784] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 5.373647] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 5.398767] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 5.421742] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 5.445905] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 5.465792] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 5.485819] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 5.501888] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 5.525872] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 5.545753] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 5.565776] systemd[1]: Listening on User Database Manager Socket. [ OK ] Listening on User Database Manager Socket. [ 5.605845] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 5.623999] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 5.661826] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 5.681789] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing). [ 5.699735] systemd[1]: Mounting Temporary Directory /tmp... Mounting Temporary Directory /tmp... [ 5.738002] systemd[1]: Starting Create List of Static Device Nodes... Starting Create List of Static Device Nodes... [ 5.764031] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 5.787927] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 5.812056] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 5.828172] fuse: init (API version 7.37) [ 5.839719] systemd[1]: Starting Start psplash boot splash screen... Starting Start psplash boot splash screen... [ 5.893999] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 5.913753] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). [ 5.929762] systemd[1]: Starting Journal Service... Starting Journal Service... [ 5.982081] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 6.000382] systemd[1]: Starting Generate network units from Kernel command line... Starting Generate network �…ts from Kernel command line... [ 6.020050] cryptodev: loading out-of-tree module taints kernel. [ 6.026943] cryptodev: driver 1.12 loaded. [ 6.028964] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 6.046813] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none. [ 6.070050] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 6.094079] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind. [ 6.114054] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory /tmp. [ OK ] Finished Create List of Static Device Nodes. [ OK ] Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module fuse. [FAILED] Failed to start Start psplash boot splash screen. See 'systemctl status psplash-start.service' for details. [DEPEND] Dependency failed for Star�…progress communication helper. [ OK ] Finished Load Kernel Modules. [ OK ] Finished Generate network units from Kernel command line. [ OK ] Finished Remount Root and Kernel File Systems. Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... [ 6.459413] systemd-journald[163]: Received client request to flush runtime journal. Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Finished Flush Journal to Persistent Storage. [ OK ] Finished Apply Kernel Variables. [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Preparation for Local File Systems. Mounting /media/ram... Mounting /var/volatile... [ 6.647899] audit: type=1334 audit(1651167747.272:2): prog-id=5 op=LOAD [ 6.655401] audit: type=1334 audit(1651167747.280:3): prog-id=6 op=LOAD Starting Rule-based Manage�…for Device Events and Files... [ OK ] Finished Coldplug All udev Devices. [ OK ] Mounted /media/ram. [ OK ] Mounted /var/volatile. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Record System Boot/Shutdown in UTMP... [ OK ] Started Rule-based Manager for Device Events and Files. [ OK ] Finished Record System Boot/Shutdown in UTMP. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Initialization. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target System Time Set. [ OK ] Started Daily rotation of log files. [ OK ] Reached target Timer Units. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. Starting Docker Socket for the API... [ OK ] Listening on dropbear.socket. [ 7.261550] random: crng init done [ OK ] Listening on PC/SC Smart Card Daemon Activation Socket. Starting Weston socket... Starting D-Bus System Message Bus... Starting Reboot and dump vmcore via kexec... [ OK ] Listening on Docker Socket for the API. [ 7.374018] ina2xx 2-0040: power monitor ina226 (Rshunt = 10000 uOhm) [ OK ] Finished Load/Save Random Seed.[ 7.382968] ina2xx 2-0041: power monitor ina226 (Rshunt = 10000 uOhm) [ 7.396205] ina2xx 2-0042: power monitor ina226 (Rshunt = 10000 uOhm) [ OK ] Listening on Weston socket.[ 7.406385] ina2xx 2-0043: power monitor ina226 (Rshunt = 10000 uOhm) [ 7.416333] ina2xx 2-0044: power monitor ina226 (Rshunt = 10000 uOhm) [ 7.424278] ina2xx 2-0045: power monitor ina226 (Rshunt = 5000 uOhm) [ 7.432282] ina2xx 2-0046: power monitor ina226 (Rshunt = 10000 uOhm) [ OK ] Reached target Socket Units.[ 7.440121] ina2xx 2-0047: power monitor ina226 (Rshunt = 10000 uOhm) [ 7.452387] ina2xx 2-0048: power monitor ina226 (Rshunt = 10000 uOhm) [ 7.459981] ina2xx 2-0049: power monitor ina226 (Rshunt = 10000 uOhm) [ 7.467878] ina2xx 2-004a: power monitor ina226 (Rshunt = 10000 uOhm) [ 7.475596] ina2xx 2-004b: power monitor ina226 (Rshunt = 10000 uOhm) [ 7.482924] ina2xx 2-004c: power monitor ina226 (Rshunt = 10000 uOhm) [ 7.490230] ina2xx 2-004d: power monitor ina226 (Rshunt = 10000 uOhm) [ 7.497408] ina2xx 2-004e: power monitor ina226 (Rshunt = 10000 uOhm) [ 7.504710] ina2xx 2-004f: power monitor ina226 (Rshunt = 10000 uOhm) [ OK ] Found device /dev/ttyS2. [ OK ] Finished Reboot and dump vmcore via kexec. [ 7.623066] CAN device driver interface [ 7.680400] mc: Linux media interface: v0.10 [ 7.703306] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a9000000 [ 7.719788] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode [ 7.722006] PVR_K: 195: Device: 4e20000000.gpu [ 7.727191] remoteproc remoteproc0: 4d80800000.dsp is available [ 7.737877] remoteproc remoteproc0: attaching to 4d80800000.dsp [ 7.744157] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode [ 7.751087] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 7.755445] PVR_K: 195: Read BVNC 22.104.208.318 from HW device registers [ 7.759295] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 7.766609] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node vision-apps-c66-dma-memory@a9000000 [ 7.775056] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 7.775092] PVR_K: 195: RGX Device registered with BVNC 22.104.208.318 [ 7.787300] virtio_rpmsg_bus virtio0: rpmsg host is online [ 7.793125] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd [ 7.813659] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7) [ 7.821198] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached [ 7.831055] k3-dsp-rproc 4d80800000.dsp: register pm nitifiers in remoteproc mode [ 7.840629] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node vision-apps-c66-dma-memory@a8000000 [ 7.852369] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode [ 7.855056] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0 [ 7.860164] remoteproc remoteproc1: 4d81800000.dsp is available [ 7.867886] videodev: Linux video capture interface: v2.00 [ 7.878586] remoteproc remoteproc1: attaching to 4d81800000.dsp [ 7.885716] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 7.913228] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode [ 7.933260] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node vision-apps-c66-dma-memory@a8000000 [ 7.946297] virtio_rpmsg_bus virtio1: rpmsg host is online [ 7.949226] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd [ 7.952479] rproc-virtio rproc-virtio.13.auto: registered virtio1 (type 7) [ 7.965780] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached [ 7.973499] k3-dsp-rproc 4d81800000.dsp: register pm nitifiers in remoteproc mode [ 7.983073] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@b2000000 [ 7.996996] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode [ 8.009711] remoteproc remoteproc2: 64800000.dsp is available [ 8.027102] remoteproc remoteproc2: attaching to 64800000.dsp [ 8.044874] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 8.069230] remoteproc remoteproc2: unsupported resource 65538 [ 8.098433] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode [ 8.108076] platform 41000000.r5f: configured R5F for IPC-only mode [ 8.114631] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 8.124923] remoteproc remoteproc3: 41000000.r5f is available [ 8.133486] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node vision-apps-c71-dma-memory@b2000000 [ 8.133602] remoteproc remoteproc3: attaching to 41000000.r5f [ 8.149511] Unable to handle kernel paging request at virtual address ffff800011ffffff [ 8.157487] Mem abort info: [ 8.160286] ESR = 0x0000000096000006 [ 8.164118] EC = 0x25: DABT (current EL), IL = 32 bits [ 8.169954] SET = 0, FnV = 0 [ 8.173865] EA = 0, S1PTW = 0 [ 8.178709] FSC = 0x06: level 2 translation fault [ 8.183710] Data abort info: [ 8.189764] ISV = 0, ISS = 0x00000006 [ 8.194047] CM = 0, WnR = 0 [ 8.196129] virtio_rpmsg_bus virtio2: rpmsg host is online [ 8.197639] swapper pgtable: 4k pages, 48-bit VAs, pgdp=0000000082f40000 [ 8.202597] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd [ 8.209445] [ffff800011ffffff] pgd=10000008dffff003, p4d=10000008dffff003, pud=10000008dfffe003, pmd=0000000000000000 [ 8.228001] Internal error: Oops: 0000000096000006 [#1] PREEMPT SMP [ 8.232534] rproc-virtio rproc-virtio.14.auto: registered virtio2 (type 7) [ 8.234263] Modules linked in: videobuf2_dma_sg videobuf2_dma_contig videobuf2_memops v4l2_mem2mem ti_k3_r5_remoteproc(+) videobuf2_v4l2 videobuf2_6 [ 8.246302] remoteproc remoteproc2: remote processor 64800000.dsp is now attached [ 8.294233] CPU: 1 PID: 197 Comm: systemd-udevd Tainted: G O 6.1.80-ti-g2e423244f8c0 #1 [ 8.294238] Hardware name: Texas Instruments J721e EVM (DT) [ 8.294241] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 8.294245] pc : rproc_handle_resources.constprop.0+0x94/0x168 [ 8.294260] lr : rproc_boot+0x450/0x570 [ 8.294265] sp : ffff800009d0b770 [ 8.294267] x29: ffff800009d0b770 x28: ffff00082af614d0 x27: ffff00082df10f80 [ 8.294273] x26: ffffffffffffffff [ 8.303833] k3-dsp-rproc 64800000.dsp: register pm nitifiers in remoteproc mode [ 8.311100] x25: ffff800012000000 x24: ffff800008ebd020 [ 8.311104] x23: ffff00082af61038 x22: 0000000000000000 x21: ffff800009257778 [ 8.311109] x20: ffff00082af61000 x19: 0000000000000000 x18: ffffffffffffffff [ 8.311114] x17: 0000000000000000 x16: ffff00082953c000 x15: ffffffffffffffff [ 8.311119] x14: ffffffffffffffff x13: ffffffffffffffff x12: ffffffffffffffff [ 8.311125] x11: ffffffffffffffff x10: ffffffffffffffff x9 : ffffffffffffffff [ 8.311130] x8 : ffffffffffffffff x7 : ffffffffffffffff x6 : ffffffffffffffff [ 8.402229] x5 : ffff00082dd88f00 x4 : ffff800012000100 x3 : 00000000000000fd [ 8.409349] x2 : 00000000ffffffff x1 : ffff800012000003 x0 : ffff800012000000 [ 8.416468] Call trace: [ 8.418903] rproc_handle_resources.constprop.0+0x94/0x168 [ 8.424379] rproc_boot+0x450/0x570 [ 8.427856] rproc_add+0xcc/0x16c [ 8.431157] k3_r5_probe+0x624/0xdc0 [ti_k3_r5_remoteproc] [ 8.436640] platform_probe+0x68/0xe0 [ 8.440290] really_probe+0xbc/0x2dc [ 8.443855] __driver_probe_device+0x78/0x114 [ 8.448197] driver_probe_device+0xd8/0x15c [ 8.452367] __driver_attach+0x94/0x19c [ 8.456189] bus_for_each_dev+0x74/0xd4 [ 8.460011] driver_attach+0x24/0x30 [ 8.463573] bus_add_driver+0x154/0x20c [ 8.467396] driver_register+0x78/0x130 [ 8.471220] __platform_driver_register+0x28/0x34 [ 8.475908] k3_r5_rproc_driver_init+0x20/0x1000 [ti_k3_r5_remoteproc] [ 8.482422] do_one_initcall+0x54/0x1d0 [ 8.486245] do_init_module+0x48/0x1d0 [ 8.489982] load_module+0x18f4/0x1c80 [ 8.493718] __do_sys_finit_module+0xac/0x104 [ 8.498060] __arm64_sys_finit_module+0x20/0x30 [ 8.502578] invoke_syscall+0x48/0x114 [ 8.506314] el0_svc_common.constprop.0+0xd4/0xfc [ 8.511003] do_el0_svc+0x20/0x30 [ 8.514305] el0_svc+0x28/0xa0 [ 8.517348] el0t_64_sync_handler+0xbc/0x140 [ 8.521605] el0t_64_sync+0x18c/0x190 [ 8.525255] Code: 128002b3 913fa021 97ffe64f 1400002e (b87a6b20) [ 8.531330] ---[ end trace 0000000000000000 ]--- [ 8.632905] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc [ OK ] Started D-Bus System Message Bus. [ 8.678498] img_enc 4200000.video-encoder: encoder registered as /dev/video1 [ OK ] Reached target Basic System. [ OK ] Started Job spooling tools. [ OK ] Started Periodic Command Scheduler. Starting DEMO... [ 8.805822] img_dec 4300000.video-decoder: decoder registered as /dev/video0 Starting Print notice about GPLv3 packages... Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... [ OK ] Started irqbalance daemon. Starting Telephony service... Starting Update pmic regis�…fety feature on power rails... Starting Expand the rootfs�…ll size of the boot device.... [ OK ] Started strongSwan IPsec I�…IKEv2 [ 8.947724] audit: type=1334 audit(1651176431.724:4): prog-id=7 op=LOAD daemon using ipsec.conf. Starting User Login Management...[ 8.965032] audit: type=1334 audit(1651176431.736:5): prog-id=8 op=LOAD [ OK ] Started TEE Supplicant. Starting Telnet Server... [ OK ] Finished IPv6 Packet Filtering Framework. [ OK ] Finished IPv4 Packet Filtering Framework. [ OK ] Finished Telnet Server. [ OK ] Reached target Preparation for Network. Starting Network Configuration... [ OK ] Finished Update pmic regis�…safety feature on power rails. [ OK ] Started DEMO. [ 9.238019] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00 [ 9.289874] pci_bus 0000:00: root bus resource [bus 00-ff] [ 9.310818] m_can_platform 40528000.can: m_can device registered (irq=816, version=32) [ 9.326749] m_can_platform 40568000.can: m_can device registered (irq=817, version=32) [ 9.330363] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff]) [ 9.340787] m_can_platform 2701000.can: m_can device registered (irq=818, version=32) [ 9.345502] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff] [ 9.359231] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400 [ 9.367353] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 9.373949] m_can_platform 2721000.can: m_can device registered (irq=819, version=32) [ 9.377184] pci 0000:00:00.0: supports D1 [ 9.388896] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 9.394752] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit] [ 9.402091] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs) [ 9.442570] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 9.463315] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 9.470212] pci 0000:00:00.0: BAR 7: assigned [mem 0x10400000-0x113fffff 64bit] [ 9.477669] pci 0000:00:00.0: PCI bridge to [bus 01] [ 9.483427] pcieport 0000:00:00.0: PME: Signaling with IRQ 821 [ 9.489904] pcieport 0000:00:00.0: AER: enabled with IRQ 821 [ 9.495981] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 9.504956] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 9.513918] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 9.525163] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ OK ] Started Telephony service. [ OK ] Started User Login Management. [ 9.958052] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 10.231614] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 10.238496] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 10.418267] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled [ 10.429842] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c [ 10.430469] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled [ 10.446604] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled [ 10.456996] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled [ 10.468403] scsi host0: ufshcd [ 10.484007] remoteproc remoteproc4: b034000.pru is available [ 10.490016] remoteproc remoteproc5: b004000.rtu is available [ 10.497109] remoteproc remoteproc6: b00a000.txpru is available [ 10.503676] remoteproc remoteproc7: b038000.pru is available [ 10.510986] remoteproc remoteproc8: b006000.rtu is available [ 10.518330] remoteproc remoteproc9: b00c000.txpru is available [ 10.524408] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 [ 10.525382] remoteproc remoteproc10: b134000.pru is available [ 10.539057] remoteproc remoteproc11: b104000.rtu is available [ 10.545918] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 [ 10.555086] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00 [ 10.562610] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found [ 10.565935] pci_bus 0001:00: root bus resource [bus 00-ff] [ 10.571220] remoteproc remoteproc12: b10a000.txpru is available [ 10.575954] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff]) [ 10.582385] remoteproc remoteproc13: b138000.pru is available [ 10.592166] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff] [ 10.603819] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400 [ 10.606978] remoteproc remoteproc14: b106000.rtu is available [ 10.609882] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 10.617669] remoteproc remoteproc15: b10c000.txpru is available [ 10.625400] pci 0001:00:00.0: supports D1 [ 10.636409] pci 0001:00:00.0: PME# supported from D0 D1 D3hot [ 10.653567] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 10.663590] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 [ 10.670340] pci 0001:00:00.0: PCI bridge to [bus 01] [ 10.676700] pcieport 0001:00:00.0: PME: Signaling with IRQ 843 [ 10.687050] pcieport 0001:00:00.0: AER: enabled with IRQ 843 [ 10.695643] j721e-pcie-host 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 10.704832] j721e-pcie-host 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 10.714138] j721e-pcie-host 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 10.723153] j721e-pcie-host 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 10.802257] m_can_platform 40528000.can mcu_mcan0: renamed from can0 [ 10.822934] m_can_platform 2701000.can main_mcan0: renamed from can2 [ 10.850096] m_can_platform 40568000.can mcu_mcan1: renamed from can1 [ 10.884893] m_can_platform 2721000.can main_mcan2: renamed from can3 [ 11.031815] Bluetooth: Core ver 2.22 [ 11.035661] NET: Registered PF_BLUETOOTH protocol family [ 11.041213] Bluetooth: HCI device and connection manager initialized [ 11.047653] Bluetooth: HCI socket layer initialized [ 11.052648] Bluetooth: L2CAP socket layer initialized [ 11.057822] Bluetooth: SCO socket layer initialized [ OK ] Finished Expand the rootfs�…full size of the boot device.. [ OK ] Listening on Load/Save RF �…itch Status /dev/rfkill Watch. [ OK ] Started Network Configuration. Starting Network Name Resolution... [ 11.248924] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL) [ 11.258650] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode [ OK ] Started Network Name Resolution. [ OK ] Reached target Network. [ OK ] Reached target Host and Network Name Lookups. Starting Avahi mDNS/DNS-SD Stack... Starting Enable and configure wl18xx bluetooth stack... Starting containerd container runtime... [ OK ] Started Netperf Benchmark Server. [ OK ] Started NFS status monitor for NFSv2/3 locking.. Starting Simple Network Ma�…ent Protocol (SNMP) Daemon.... Starting Permit User Sessions... [ OK ] Finished Enable and configure wl18xx bluetooth stack. [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS2. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... Starting Weston, a Wayland�…ositor, as a system service... [ 11.728702] xhci-hcd xhci-hcd.15.auto: xHCI Host Controller [ 11.734440] j721e-pcie-host 2920000.pcie: PCI host bridge to bus 0002:00 [ 11.734512] xhci-hcd xhci-hcd.15.auto: new USB bus registered, assigned bus number 1 [ 11.741458] pci_bus 0002:00: root bus resource [bus 00-ff] [ 11.750746] xhci-hcd xhci-hcd.15.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010 [ 11.754416] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff]) [ 11.764719] xhci-hcd xhci-hcd.15.auto: irq 853, io mem 0x06410000 [ 11.773170] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff]) [ 11.779894] xhci-hcd xhci-hcd.15.auto: xHCI Host Controller [ 11.789573] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400 [ 11.795807] xhci-hcd xhci-hcd.15.auto: new USB bus registered, assigned bus number 2 [ 11.801304] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 11.809676] xhci-hcd xhci-hcd.15.auto: Host supports USB 3.0 SuperSpeed [ 11.818989] pci 0002:00:00.0: supports D1 [ 11.825448] hub 1-0:1.0: USB hub found [ 11.830287] pci 0002:00:00.0: PME# supported from D0 D1 D3hot [ 11.832961] hub 1-0:1.0: 1 port detected [ 11.844314] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 11.855650] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 11.865317] hub 2-0:1.0: USB hub found [ 11.869616] hub 2-0:1.0: 1 port detected [ 11.878439] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01 [ 11.886767] pci 0002:00:00.0: PCI bridge to [bus 01] [ 11.892264] pcieport 0002:00:00.0: PME: Signaling with IRQ 857 [ 11.902614] pcieport 0002:00:00.0: AER: enabled with IRQ 857 Starting Save/Restore Sound Card State... [ 12.097543] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ OK ] Finished Save/Restore Sound Card State. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Created slice Slice /system/systemd-fsck. [ OK ] Reached target Sound Card. [ OK ] Found device /dev/mmcblk0p1. [ 12.258392] hub 1-1:1.0: USB hub found [ 12.262288] hub 1-1:1.0: 4 ports detected Starting File System Check on /dev/mmcblk0p1... [ OK ] Finished Synchronize System and HW clocks. [ 12.474906] audit: type=1334 audit(1651176435.252:6): prog-id=9 op=LOAD [ 12.483090] audit: type=1334 audit(1651176435.260:7): prog-id=10 op=LOAD Starting User Database Manager... [ OK ] Started User Database Manager. [ OK ] Finished File System Check on /dev/mmcblk0p1. [ OK ] Created slice User Slice of UID 1000. Mounting /run/media/rootfs-mmcblk0p1... Starting User Runtime Directory /run/user/1000... [ 12.860420] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Quota mode: none. [ OK ] Mounted /run/media/rootfs-mmcblk0p1. [ OK ] Finished User Runtime Directory /run/user/1000. Starting User Manager for UID 1000... [ 13.066514] audit: type=1006 audit(1651176435.844:8): pid=748 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1 [ 13.079849] audit: type=1300 audit(1651176435.844:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffff773518 a2=4 a3=ffffb7d9f020 items=0) [ 13.107262] audit: type=1327 audit(1651176435.844:8): proctitle="(systemd)" [ OK ] Started User Manager for UID 1000. [ OK ] Started Session c1 of User weston 14.230664] audit: type=1006 audit(1651176437.008:9): pid=690 uid=0 old-auid=4294967295 auid=1000 tty=tty71 0m. [ 14.244655] audit: type=1300 audit(1651176437.008:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffff773518 a2=4 a3=ffffb7d9f020 items=0) [ 14.271040] audit: type=1327 audit(1651176437.008:9): proctitle="(weston)" [ OK ] Found device /dev/mmcblk1p1. Starting File System Check on /dev/mmcblk1p1... [FAILED] Failed to start Weston, a �…mpositor, as a system service. See 'systemctl status weston.service' for details. [ OK ] Finished File System Check on /dev/[ 15.370575] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx mmcblk1p1. [ 15.381323] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Mounting /run/media/BOOT-mmcblk1p1... [ OK ] Mounted /run/media/BOOT-mmcblk1p1. [ OK ] Started Simple Network Man�…ement Protocol (SNMP) Daemon.. _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project j721e-evm - Arago 2023.10 j721e-evm - j721e-evm login: *************************************************************** *************************************************************** NOTICE: This file system contains the following GPL-3.0 packages: adwaita-icon-theme-symbolic autoconf bash-dev bash bc binutils cifs-utils coreutils-stdbuf coreutils cpio cpp-symlinks cpp dosfstools elfutils g++-symlinks g++ gawk gcc-symlinks gcc gdb gdbserver gettext glmark2 gnu-config grub-common grub-editenv grub-efi gzip hidapi less libasm1 libatomic-dev libatomic1 libbfd libdebuginfod1 libdw1 libeigen-dev libelf1 libgcc-s-dev libgcc1 libgdbm-compat4 libgdbm-dev libgdbm6 libgettextlib libgettextsrc libgmp10 libidn2-0 libmpc3 libmpfr6 libopcodes libqt5charts-examples libqt5charts-plugins libqt5charts-qmlplugins libqt5charts5 libqt5sensors-plugins libqt5sensors-qmlplugins libqt5sensors5 libqt5serialport-examples libqt5serialport-plugins libqt5serialport-qmlplugins libqt5serialport5 libqt5svg-examples libqt5svg-plugins libqt5svg-qmlplugins libqt5svg5 libqt5virtualkeyboard-plugins libqt5virtualkeyboard-qmlplugins libqt5virtualkeyboard5 libqt5webchannel-plugins libqt5webchannel-qmlplugins libqt5webchannel5 libreadline-dev libreadline8 libstdc++-dev libstdc++6 libunistring2 m4-dev m4 make nettle parted piglit qt3d-plugins qt3d-qmlplugins qt3d qtbase-examples qtbase-plugins qtbase-qmlplugins qtbase qtconnectivity-plugins qtconnectivity-qmlplugins qtconnectivity qtdeclarative-plugins qtdeclarative-qmlplugins qtdeclarative-tools qtdeclarative qtgraphicaleffects-qmlplugins qtlocation-examples qtlocation-plugins qtlocation-qmlplugins qtlocation qtmultimedia-examples qtmultimedia-plugins qtmultimedia-qmlplugins qtmultimedia qtquics-qmlplugins.control qtquics2-plugins.control qtquics2-qmlplugins.control qtquics2.control qtscript-examples qtscript-plugins qtscript-qmlplugins qtscript qtwayland-examples qtwayland-plugins qtwayland-qmlplugins qtwayland tar which If you do not wish to distribute GPL-3.0 components please remove the above packages prior to distribution. This can be done using the opkg remove command. i.e.: opkg remove <package> Where <package> is the name printed in the list above NOTE: If the package is a dependency of another package you will be notified of the dependent packages. You should use the --force-removal-of-dependent-packages option to also remove the dependent packages as well *************************************************************** *************************************************************** [ 22.378219] platform connector: deferred probe pending [ 22.383369] platform regulator-dp-pwr: deferred probe pending [ 22.389106] platform main-r5fss-cpsw9g-virt-mac1: deferred probe pending [ 22.395799] platform main-r5fss-cpsw9g-virt-mac0: deferred probe pendin