Tool/software:
Hello,
Customer is debugging usb3.0 in linux SDK9.2 on ECO platform. It can't be recognized as USB3.0, it is still usb 2.0.
你好,
客户正在ECO平台上的Linux SDK9.2中调试usb3.0。它不能被识别为USB 3.0,它仍然是USB 2.0。
The successful application of USB 3.0 on SDK 8.6 is not working on SDK 9.2。
在SDK 8.6上成功应用USB 3.0在SDK 9.2上不起作用。
USB 3.0 configuration on SDK 8.6 is as follows:
SDK 8.6上的USB 3.0配置如下:
diff --git a/psdkla/board-support/linux-5.10.162+gitAUTOINC+76b3e88d56-g76b3e88d56/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts b/psdkla/board-support/linux-5.10.162+gitAUTOINC+76b3e88d56-g76b3e88d56/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts
index 23924c28b5..11974d6b88 100755
--- a/psdkla/board-support/linux-5.10.162+gitAUTOINC+76b3e88d56-g76b3e88d56/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts
+++ b/psdkla/board-support/linux-5.10.162+gitAUTOINC+76b3e88d56-g76b3e88d56/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts
@@ -570,6 +570,15 @@
#phy-cells = <0>;
cdns,phy-type = <PHY_TYPE_PCIE>;
resets = <&serdes_wiz0 1>;
+ status = "disabled";
+ };
+
+ serdes0_usb_link: phy@1 {
+ reg = <1>;
+ cdns,num-lanes = <1>;
+ #phy-cells = <0>;
+ cdns,phy-type = <PHY_TYPE_USB3>;
+ resets = <&serdes_wiz0 2>;
};
};
@@ -584,13 +593,27 @@
&usbss0 {
pinctrl-0 = <&main_usbss0_pins_default>;
pinctrl-names = "default";
- ti,vbus-divider;
- ti,usb2-only;
+ ti,vbus-divider;
+ en-gpios = <&wkup_gpio0 70 GPIO_ACTIVE_HIGH>;
+ /*ti,usb2-only;*/
};
+
&usb0 {
+ phys = <&serdes0_usb_link>;
+ phy-names = "cdns3,usb3-phy";
+ dr_mode = "host";
+ maximum-speed = "super-speed";
+ status = "okay";
- dr_mode = "otg";
- maximum-speed = "high-speed";
+};
+
+&serdes_wiz0 {
+ // lane0-mode = <PHY_TYPE_PCIE>;
+ // lane1-mode = <PHY_TYPE_USB3>;
+};
+
+&torrent_phy_dp {
+ status = "disabled";
};
&pcie1_rc {
diff --git a/psdkla/board-support/linux-5.10.162+gitAUTOINC+76b3e88d56-g76b3e88d56/arch/arm64/boot/dts/ti/k3-j721s2-vision-apps.dts b/psdkla/board-support/linux-5.10.162+gitAUTOINC+76b3e88d56-g76b3e88d56/arch/arm64/boot/dts/ti/k3-j721s2-vision-apps.dts
old mode 100644
new mode 100755
index be2078fed2..0a7fdedeac
--- a/psdkla/board-support/linux-5.10.162+gitAUTOINC+76b3e88d56-g76b3e88d56/arch/arm64/boot/dts/ti/k3-j721s2-vision-apps.dts
+++ b/psdkla/board-support/linux-5.10.162+gitAUTOINC+76b3e88d56-g76b3e88d56/arch/arm64/boot/dts/ti/k3-j721s2-vision-apps.dts
@@ -20,7 +20,7 @@
};
&serdes_wiz0 {
- status = "disabled";
+ status = "ok";
};
&dss {
Attached is the kernel log.附件是内核日志。
U-Boot SPL 2021.01 MV_BUILD_TAG: d31a0c3688 (Jul 04 2024 - 10:46:59 +0800) ti_sci system-controller@44083000: Message not acknowledgedti_sci system-controller@44083000: Message not acknowledgedSYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.3--1-g2249f (Chill Capybara') EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Trying to boot from MMC2 MV_INFO: 0x47000004: 0x6 MV_INFO: 0x47000004: 0x4 U-Boot 2021.01 MV_BUILD_TAG: d31a0c3688 (Jul 04 2024 - 10:46:59 +0800) SoC: J721S2 SR1.0 GP Model: Texas Instruments J721S2 EVM EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Board: J721S2X-PM1-SOM rev E1 DRAM: 3 GiB Flash: 0 Bytes MMC: mmc@4f80000: 0, mmc@4fb0000: 1 In: serial@2880000 Out: serial@2880000 Err: serial@2880000 am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 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 Net: Could not get PHY for ethernet@46000000port@1: addr 0 am65_cpsw_nuss_port ethernet@46000000port@1: phy_connect() failed No ethernet found. Hit any key to stop autoboot: 0 mv_info: do_checkout_bootmedia:474: boot from SD card switch to partitions #0, OK mmc1 is current device SD/MMC found on device 1 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 5614284 bytes read in 242 ms (22.1 MiB/s) ->/lib/firmware/j721s2-main-r5f0_0-fw Load Remote Processor 2 with data@addr=0x82000000 5614284 bytes: Success! 2085172 bytes read in 96 ms (20.7 MiB/s) ->/lib/firmware/j721s2-main-r5f0_1-fw Load Remote Processor 3 with data@addr=0x82000000 2085172 bytes: Success! Failed to load '/lib/firmware/j721s2-main-r5f1_0-fw' Failed to load '/lib/firmware/j721s2-main-r5f1_1-fw' 23606768 bytes read in 986 ms (22.8 MiB/s) ->/lib/firmware/j721s2-c71_0-fw Load Remote Processor 6 with data@addr=0x82000000 23606768 bytes: Success! 12129040 bytes read in 512 ms (22.6 MiB/s) ->/lib/firmware/j721s2-c71_1-fw Load Remote Processor 7 with data@addr=0x82000000 12129040 bytes: Success! 19079680 bytes read in 798 ms (22.8 MiB/s) ->/boot/Image 83452 bytes read in 12 ms (6.6 MiB/s) ->/boot/k3-j721s2-common-proc-board.dtb 10126 bytes read in 8 ms (1.2 MiB/s) ->/boot/k3-j721s2-vision-apps.dtbo ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 000000008fee8000, end 000000008fffffff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 5.10.162 (jianghao@motovis --^O^--MV_VER: d31a0c3688-dirty-----) (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 Thu Jul 4 10:05:24 CST 2024 [ 0.000000] Machine model: Texas Instruments J721S2 EVM [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (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 32 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@a8000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 96 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@aa000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b0000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b0100000, size 95 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@b0100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b6000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b6000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b6100000, size 31 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory@b6100000, 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 64 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 0x0000000880000000, size 380 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000897c00000, size 400 MiB [ 0.000000] OF: reserved mem: initialized node linux-cma-buffers@897c00000, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000008bfffefff] [ 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-0x00000000dbffffff] [ 0.000000] node 0: [mem 0x00000000dc000000-0x00000000ffffefff] [ 0.000000] node 0: [mem 0x0000000880000000-0x0000000897bfffff] [ 0.000000] node 0: [mem 0x0000000897c00000-0x00000008bfffefff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008bfffefff] [ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges [ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges [ 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 s50392 r8192 d31528 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: 774142 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),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),-@8m(hbmc.rootfs) root=PARTUUID=16166c5f-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: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB) [ 0.000000] Memory: 1193952K/3145720K available (11200K kernel code, 1160K rwdata, 4288K rodata, 1856K init, 433K bss, 1542168K 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] 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] 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 @8b1400000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x00000008b0c30000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008b0c40000 [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008389] Console: colour dummy device 80x25 [ 0.012955] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023626] pid_max: default: 32768 minimum: 301 [ 0.028379] LSM: Security Framework initializing [ 0.033142] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.040722] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.049632] rcu: Hierarchical SRCU implementation. [ 0.054705] Platform MSI: msi-controller@1820000 domain created [ 0.060920] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.070222] EFI services will not be available. [ 0.074955] smp: Bringing up secondary CPUs ... I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot [ 0.088049] Detected PIPT I-cache on CPU1 [ 0.088074] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.088086] GICv3: CPU1: using allocated LPI pending table @0x00000008b0c50000 [ 0.088127] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.088183] smp: Brought up 1 node, 2 CPUs [ 0.117535] SMP: Total of 2 processors activated. [ 0.122340] CPU features: detected: 32-bit EL0 Support [ 0.127595] CPU features: detected: CRC32 instructions [ 0.142224] CPU: All CPU(s) started at EL2 [ 0.146427] alternatives: patching kernel code [ 0.151509] devtmpfs: initialized [ 0.159525] KASLR disabled due to lack of seed [ 0.164185] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.174150] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.187315] pinctrl core: initialized pinctrl subsystem [ 0.192980] DMI not present or invalid. [ 0.197244] NET: Registered protocol family 16 [ 0.202616] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.209885] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.217849] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.226184] thermal_sys: Registered thermal governor 'step_wise' [ 0.226187] thermal_sys: Registered thermal governor 'power_allocator' [ 0.232804] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.246448] ASID allocator initialised with 65536 entries [ 0.266547] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.273404] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 0.280250] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.287096] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 0.294624] cryptd: max_cpu_qlen set to 1000 [ 0.300797] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected [ 0.309903] vsys_3v3: supplied by evm_12v0 [ 0.314303] vsys_5v0: supplied by evm_12v0 [ 0.318671] vdd_mmc1: supplied by vsys_3v3 [ 0.323464] iommu: Default domain type: Translated [ 0.328608] SCSI subsystem initialized [ 0.332711] mc: Linux media interface: v0.10 [ 0.337086] videodev: Linux video capture interface: v2.00 [ 0.342716] pps_core: LinuxPPS API ver. 1 registered [ 0.347787] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.357123] PTP clock support registered [ 0.361142] EDAC MC: Ver: 3.0.0 [ 0.364960] FPGA manager framework [ 0.368475] Advanced Linux Sound Architecture Driver Initialized. [ 0.375114] clocksource: Switched to clocksource arch_sys_counter [ 0.381456] VFS: Disk quotas dquot_6.6.0 [ 0.385495] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.395283] Carveout Heap: Exported 512 MiB at 0x00000000b8000000 [ 0.401577] NET: Registered protocol family 2 [ 0.406331] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.414968] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.423727] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.431930] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 0.439688] TCP: Hash tables configured (established 32768 bind 32768) [ 0.446518] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.453413] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.460826] NET: Registered protocol family 1 [ 0.465598] RPC: Registered named UNIX socket transport module. [ 0.471659] RPC: Registered udp transport module. [ 0.476473] RPC: Registered tcp transport module. [ 0.481277] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.487860] NET: Registered protocol family 44 [ 0.492410] PCI: CLS 0 bytes, default 64 [ 0.496791] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.507365] Initialise system trusted keyrings [ 0.511994] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 0.520241] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.526521] NFS: Registering the id_resolver key type [ 0.531703] Key type id_resolver registered [ 0.535976] Key type id_legacy registered [ 0.540098] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.546948] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.554599] 9p: Installing v9fs 9p2000 file system support [ 0.579765] Key type asymmetric registered [ 0.583954] Asymmetric key parser 'x509' registered [ 0.588952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.596512] io scheduler mq-deadline registered [ 0.601138] io scheduler kyber registered [ 0.606664] pinctrl-single 4301c000.pinctrl: 101 pins, size 404 [ 0.612877] pinctrl-single 11c000.pinctrl: 72 pins, size 288 [ 0.623450] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.636386] brd: module loaded [ 0.643332] loop: module loaded [ 0.647209] megasas: 07.714.04.00-rc1 [ 0.652914] tun: Universal TUN/TAP device driver, 1.6 [ 0.658394] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 0.664801] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.670875] sky2: driver version 1.30 [ 0.675319] VFIO - User Level meta-driver version: 0.3 [ 0.681139] i2c /dev entries driver [ 0.685556] sdhci: Secure Digital Host Controller Interface driver [ 0.691883] sdhci: Copyright(c) Pierre Ossman [ 0.696528] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.702891] ledtrig-cpu: registered to indicate activity on CPUs [ 0.709232] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.716627] 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.721194] optee: revision 3.20 (d31a0c36) [ 0.737622] optee: dynamic shared memory is enabled [ 0.747098] optee: initialized driver [ 0.752197] NET: Registered protocol family 17 [ 0.756833] 9pnet: Installing 9P2000 support [ 0.761246] Key type dns_resolver registered [ 0.765703] Loading compiled-in X.509 certificates [ 0.778408] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.6.3--1-g2249f (Chill Capybara') [ 0.813437] omap_i2c 42120000.i2c: bus 0 rev0.12 at 100 kHz [ 0.819618] omap_i2c 40b00000.i2c: bus 1 rev0.12 at 100 kHz [ 0.825691] omap_i2c 40b10000.i2c: bus 2 rev0.12 at 100 kHz [ 0.832279] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz [ 0.838519] omap_i2c 2050000.i2c: bus 4 rev0.12 at 400 kHz [ 0.844919] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created [ 0.853477] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created [ 0.862813] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created [ 0.871471] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created [ 0.884263] ti-udma 311a0000.dma-controller: Number of rings: 48 [ 0.891071] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16) [ 0.900381] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272 [ 0.910274] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 0.917036] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64 [ 0.926023] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259 [ 0.936193] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 0.942954] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64 [ 0.950668] omap8250 40a00000.serial: failed to get alias [ 0.956840] printk: console [ttyS2] disabled [ 0.961243] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 25, base_baud = 3000000) is a 8250 [ 0.970002] printk: console [ttyS2] enabled [ 0.970002] printk: console [ttyS2] enabled [ 0.978443] printk: bootconsole [ns16550a0] disabled [ 0.978443] printk: bootconsole [ns16550a0] disabled [ 0.992296] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode [ 0.999079] mdio_bus 46000f00.mdio: mii_bus 46000f00.mdio couldn't get reset GPIO [ 1.006724] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 1.019584] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 1.026796] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 1.033103] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0 [ 1.043220] davinci_mdio c200f00.mdio: Configuring MDIO in manual mode [ 1.049878] mdio_bus c200f00.mdio: mii_bus c200f00.mdio couldn't get reset GPIO [ 1.057333] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 1.070100] am65-cpsw-nuss c200000.ethernet: Use random MAC address [ 1.076362] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4 [ 1.083480] am65-cpsw-nuss c200000.ethernet: ALE Table size 64 [ 1.089677] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0 [ 1.099827] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:200000000, add_val:4 pps:0 [ 1.209624] mmc0: CQHCI version 5.10 [ 1.216594] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100 [ 1.223443] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100 [ 1.230249] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100 [ 1.237056] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100 [ 1.244203] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8) [ 1.249729] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit [ 1.254243] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16) [ 1.271102] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode [ 1.315119] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.323358] davinci_mdio 46000f00.mdio: phy[31]: device 46000f00.mdio:1f, driver Jlsemi [ 1.331449] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 1.344328] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 1.351546] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 1.357860] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0 [ 1.367868] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 1.376253] davinci_mdio c200f00.mdio: Configuring MDIO in manual mode [ 1.394507] mmc0: Command Queue Engine enabled [ 1.398955] mmc0: new HS400 MMC card at address 0001 [ 1.404223] mmcblk0: mmc0:0001 8GUF4R 7.28 GiB [ 1.408841] mmcblk0boot0: mmc0:0001 8GUF4R partition 1 31.9 MiB [ 1.414830] mmcblk0boot1: mmc0:0001 8GUF4R partition 2 31.9 MiB [ 1.419129] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.420831] mmcblk0rpmb: mmc0:0001 8GUF4R partition 3 4.00 MiB, chardev (237:0) [ 1.428984] davinci_mdio c200f00.mdio: phy[4]: device c200f00.mdio:04, driver NXP TJA1101 [ 1.443923] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 1.456771] am65-cpsw-nuss c200000.ethernet: Use random MAC address [ 1.463061] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4 [ 1.470197] am65-cpsw-nuss c200000.ethernet: ALE Table size 64 [ 1.476459] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0 [ 1.476511] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 1.492896] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82 [ 1.501701] mmc1: CQHCI version 5.10 [ 1.503986] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present! [ 1.512579] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present! [ 1.520326] debugfs: Directory 'pd:276' with parent 'pm_genpd' already present! [ 1.528190] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present! [ 1.540981] ALSA device list: [ 1.543949] No soundcards found. [ 1.547662] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit [ 1.556072] Waiting for root device PARTUUID=16166c5f-02... [ 1.593990] mmc1: new high speed SDXC card at address 0001 [ 1.599880] mmcblk1: mmc1:0001 EC2QT 59.6 GiB [ 1.605609] mmcblk1: p1 p2 [ 1.859707] EXT4-fs (mmcblk1p2): warning: mounting fs with errors, running e2fsck is recommended [ 1.871398] EXT4-fs (mmcblk1p2): Errors on filesystem, clearing orphan list. [ 1.871398] [ 1.879918] EXT4-fs (mmcblk1p2): recovery complete [ 1.902212] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) [ 1.910328] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 1.924519] devtmpfs: mounted [ 1.928194] Freeing unused kernel memory: 1856K [ 1.932836] Run /sbin/init as init process [ 2.265468] systemd[1]: System time before build time, advancing clock. [ 2.345470] NET: Registered protocol family 10 [ 2.350530] Segment Routing with IPv6 [ 2.391220] 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) [ 2.412976] systemd[1]: Detected architecture arm64. Welcome to Arago 2021.09! [ 2.447920] systemd[1]: Set hostname to <j721s2-evm>. [ 2.645034] systemd[1]: /etc/systemd/system/boot_script.service:11: Support for option SysVStartPriority= has been removed and it is ignored [ 2.700937] random: systemd: uninitialized urandom read (16 bytes read) [ 2.709043] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 2.731213] random: systemd: uninitialized urandom read (16 bytes read) [ 2.738414] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 2.759199] random: systemd: uninitialized urandom read (16 bytes read) [ 2.766280] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 2.787331] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 2.811260] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 2.835227] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 2.851181] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 2.871164] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 2.887171] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 2.905633] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 2.927339] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 2.953057] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. [ 2.961474] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 2.983488] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 2.999522] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 3.023405] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 3.043304] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 3.065657] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.085600] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.109553] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 3.134485] systemd[1]: Mounting Temporary Directory (/tmp)... Mounting Temporary Directory (/tmp)... [ 3.153606] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 3.196978] systemd[1]: Starting Start psplash boot splash screen... Starting Start psplash boot splash screen... [ 3.219341] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 3.231958] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.252141] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.269208] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems cryptodev: loading out-of-tree module taints kernel. [0m... [ 3.296317] cryptodev: driver 1.10 loaded. [ 3.298037] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null) [ 3.308890] systemd[1]: Starting udev Coldplug all Devices... Starting udev Coldplug all Devices... [ 3.326182] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory (/tmp). [ OK ] Started Create list of sta… nodes for the current kernel. [FAILED] Failed to start Start psplash boot splash screen. See 'systemctl status psplash-start.service' for details. [DEPEND] Dependency failed for Star…progress communication helper. [ OK ] Started Load Kernel Modules. [ OK ] Started Remount Root and Kernel File Systems. Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... [ 3.543931] systemd-journald[178]: Received client request to flush runtime journal. Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... [ OK ] Mounted Kernel Configuration File System. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Apply Kernel Variables. [ OK ] Started Create Static Device Nodes in /dev. [ OK ] Started udev Coldplug all Devices. [ OK ] Reached target Local File Systems (Pre). Mounting /media/ram... [ 3.703287] random: systemd: uninitialized urandom read (16 bytes read) Mounting /var/volatile...[ 3.713162] random: systemd-journal: uninitialized urandom read (16 bytes read) [ 3.735261] random: systemd: uninitialized urandom read (16 bytes read) Starting udev Kernel Device Manager... [ 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 ] Started Create Volatile Files and Directories. [ OK ] Started udev Kernel Device Manager. [FAILED] Failed to start Network Time Synchronization. See 'systemctl status systemd-timesyncd.service' for details. [ OK ] Reached target System Time Set. [ OK ] Reached target System Time Synchronized. Starting Update UTMP about System Boot/Shutdown... [ OK ] Stopped Network Time Synchronization. [FAILED] Failed to start Network Time Synchronization. See 'systemctl status systemd-timesyncd.service' for details. [ OK ] Stopped Network Time Synchronization. [FAILED] Failed to start Network Time Synchronization. See 'systemctl status systemd-timesyncd.service' for details. [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Stopped Network Time Synchronizatio[ 4.109859] random: crng init done n. [ 4.115474] random: 61 urandom warning(s) missed due to ratelimiting [FAILED] Failed to start Network Time Synchronization. See 'systemctl status systemd-timesyncd.service' for details. [ 4.174049] CAN device driver interface [ OK ] Reached target System Initialization. [ OK ] Started Daily Cleanup of Temporary Directories. [ 4.201626] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@b0000000 [ OK ] Reached target Timers. [ 4.224397] cdns-torrent-phy 5060000.serdes: Requested PHY is disabled [ OK ] Listening on D-Bus System Message Bus Socket. [ 4.252238] alloc_contig_range: [897d00, 898000) PFNs busy [ OK ] Listening on dropbear.socket. [ OK ] Reached target Sockets. [ 4.292414] cdns-mhdp8546 a000000.dp-bridge: no PHY configured [ OK ] Reached target Basic System. [ 4.309523] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) Starting /etc/rc.local Compatibility...[ 4.325903] platform 41000000.r5f: configured R5F for IPC-only mode [ 4.333282] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode [ 4.333351] remoteproc remoteproc0: 64800000.dsp is available [ 4.348765] remoteproc remoteproc0: attaching to 64800000.dsp [ 4.348804] remoteproc remoteproc0: unsupported resource 65538 [ 4.355617] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 4.360701] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode [ 4.369980] remoteproc remoteproc1: 41000000.r5f is available [ 4.382306] remoteproc remoteproc1: attaching to 41000000.r5f [ 4.388146] remoteproc0#vdev0buffer: assigned reserved memory node vision-apps-c71-dma-memory@b0000000 [ 4.391878] platform 41000000.r5f: R5F core initialized in IPC-only mode [ OK ] Started D-Bus System Message Bus 4.404836] remoteproc1#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 4.415512] virtio_rpmsg_bus virtio0: rpmsg host is online m. [ 4.419471] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd [ 4.433227] virtio_rpmsg_bus virtio1: rpmsg host is online [ 4.435686] remoteproc0#vdev0buffer: registered virtio0 (type 7) [ 4.438971] remoteproc1#vdev0buffer: registered virtio1 (type 7) [ 4.451027] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd [ 4.458548] remoteproc remoteproc0: remote processor 64800000.dsp is now attached [ 4.460178] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe [ 4.473324] remoteproc remoteproc1: remote processor 41000000.r5f is now attached [ 4.482962] k3-dsp-rproc 65800000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b6000000 Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework..[ 4.507811] platform 5c00000.r5f: configured R5F for IPC-only mode . Starting rc.pvr.service... [FAILED] Failed to start Login Service. See 'systemctl status systemd-logind.service' for details. [ OK ] Started Load/Save Random Seed. [ 4.552689] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode [ 4.560847] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [ 4.581550] remoteproc remoteproc3: 5c00000.r5f is available [ 4.587435] remoteproc remoteproc3: attaching to 5c00000.r5f [ 4.593356] platform 5c00000.r5f: R5F core initialized in IPC-only mode [ 4.600315] remoteproc3#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [ 4.610250] virtio_rpmsg_bus virtio2: rpmsg host is online [ 4.616015] remoteproc3#vdev0buffer: registered virtio2 (type 7) [ 4.616020] remoteproc remoteproc3: remote processor 5c00000.r5f is now attached [ 4.619205] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd [ OK ] Stopped Login Service. [ 4.638173] platform 5d00000.r5f: configured R5F for IPC-only mode [FAILED] Failed to start Login Service. See 'systemctl status systemd-logind.service' for details. [ OK ] Stopped Network Time Synchronization. [FAILED] Failed to start Network Time Synchronization. See 'systemctl status systemd-timesyncd.service' for details. [ OK ] Stopped Login Service. [ 4.693707] remoteproc remoteproc2: 65800000.dsp is available [FAILED] Failed to start Login Service. See 'systemctl status systemd-logind.service' for details. [ OK ] Stopped Network Time Synchronization. [FAILED] Failed to start Network Time Synchronization. See 'systemctl status systemd-timesyncd.service' for details. [ OK ] Stopped Login Service. [FAILED] Failed to start [ 4.739798] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000 Login Service. See 'systemctl status systemd-logind.service[ 4.753153] remoteproc remoteproc4: 5d00000.r5f is available ' for details. [ OK ] Stopped Login Servi[ 4.762918] remoteproc remoteproc4: attaching to 5d00000.r5f ce. [FAILED] Failed to start Login Se[ 4.774488] platform 5d00000.r5f: R5F core initialized in IPC-only mode rvice. See 'systemctl status systemd-logind.service' for de[ 4.786340] remoteproc4#vdev0buffer: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000 tails. [ 4.801695] virtio_rpmsg_bus virtio3: rpmsg host is online [ 4.807922] remoteproc4#vdev0buffer: registered virtio3 (type 7) [ 4.807928] remoteproc remoteproc4: remote processor 5d00000.r5f is now attached [ 4.809296] remoteproc remoteproc2: attaching to 65800000.dsp [ 4.827438] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd [ OK ] Stopped Login Service. [ 4.836444] remoteproc remoteproc2: unsupported resource 65538 [FAILED] Failed to start Login Service[ 4.848893] k3-dsp-rproc 65800000.dsp: DSP initialized in IPC-only mode . See 'systemctl status systemd-logind.service' for details. [[ 4.859190] remoteproc2#vdev0buffer: assigned reserved memory node vision-apps-c71_1-dma-memory@b6000000 OK ] Started IPv6 Packet Filtering Framew[ 4.859541] virtio_rpmsg_bus virtio4: rpmsg host is online ork. [ 4.884794] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15 [ 4.893418] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe [ OK ] Started IPv4 Packet Filtering Frame[ 4.901307] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd work. [ 4.913716] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15 [ 4.916578] platform 5e00000.r5f: configured R5F for remoteproc mode [ 4.928138] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe [ 4.935780] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15 [ 4.936761] remoteproc2#vdev0buffer: registered virtio4 (type 7) [ 4.943010] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15 [ 4.951827] remoteproc remoteproc2: remote processor 65800000.dsp is now attached [ 4.956264] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xe [ OK ] Reached target Network (Pre). Starting Network Service... [ 4.978533] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000 [ 4.993834] remoteproc remoteproc5: 5e00000.r5f is available [ 5.002262] remoteproc remoteproc5: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -2 [ 5.014040] remoteproc remoteproc5: powering up 5e00000.r5f [ 5.020491] remoteproc remoteproc5: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -2 [ 5.024457] platform 5f00000.r5f: configured R5F for remoteproc mode [ 5.030014] remoteproc remoteproc5: request_firmware failed: -2 [ 5.044228] platform 5f00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000 [ 5.054927] remoteproc remoteproc6: 5f00000.r5f is available [ 5.060828] remoteproc remoteproc6: Direct firmware load for j721s2-main-r5f1_1-fw failed with error -2 [ 5.072887] remoteproc remoteproc6: powering up 5f00000.r5f [ 5.079686] remoteproc remoteproc6: Direct firmware load for j721s2-main-r5f1_1-fw failed with error -2 [ 5.089793] remoteproc remoteproc6: request_firmware failed: -2 [ 5.197115] m_can_platform 26a1000.can: m_can device registered (irq=37, version=32) [ 5.223661] m_can_platform 40528000.can: m_can device registered (irq=19, version=32) [ 5.239778] m_can_platform 40568000.can: m_can device registered (irq=21, version=32) [ OK ] Started Network Service. [ 5.305997] am65-cpsw-nuss c200000.ethernet eth1: PHY [c200f00.mdio:04] driver [NXP TJA1101] (irq=POLL) [ 5.331242] am65-cpsw-nuss c200000.ethernet eth1: configuring for phy/rmii link mode [FAILED] Failed to start Network Name Resolution. See 'systemctl status systemd-resolved.service' for details. [ OK ] Reached target Network. [ OK ] Reached target Host and Network Name Lookups. Starting Permit User Sessions... [ OK ] Started Permit User Sessions. [ 5.399807] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:1f] driver [Jlsemi] (irq=POLL) [ 5.423468] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS2. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... [ OK ] Stopped Network Name Resolution. [FAILED] Failed to start Network Name Resolution. See 'systemctl status systemd-resolved.service' for details. [ OK ] Stopped Network Name Resolution. [FAILED] Failed to start Network Name Resolution. See 'systemctl status systemd-resolved.service' for details. [ OK ] Stopped Network Name Resolution. [FAILED] Failed to start Network Name Resolution. See 'systemctl status systemd-resolved.service' for details. [ OK ] Stopped Network Name Resolution. [FAILED] Failed to start Network Name Resolution. See 'systemctl status systemd-resolved.service' for details. [ OK ] Stopped Network Name Resolution. [FAILED] Failed to start Network Name Resolution. See 'systemctl status systemd-resolved.service' for details. [FAILED] Failed to start Synchronize System and HW clocks. See 'systemctl status sync-clocks.service' for details. [ 5.634272] usbcore: registered new interface driver usbfs [ 5.658285] usbcore: registered new interface driver hub [ 5.667587] usbcore: registered new device driver usb SystemDesc:Copyright (c) 2019-2024, Motovis. APA & HPA GitDesc:d31a0c3688 HEAD CompileTime:2024-07-04 10:03:57 [ 5.774185] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 5.779746] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1 [ 5.788518] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000010010 [ 5.798506] xhci-hcd xhci-hcd.2.auto: irq 507, io mem 0x06010000 [ 5.804768] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 5.813059] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.820297] usb usb1: Product: xHCI Host Controller [ 5.825183] usb usb1: Manufacturer: Linux 5.10.162 xhci-hcd [ 5.830746] usb usb1: SerialNumber: xhci-hcd.2.auto [ 5.835985] hub 1-0:1.0: USB hub found [ 5.839795] hub 1-0:1.0: 1 port detected [ 5.847910] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 5.853434] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2 [ 5.857674] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 5.861118] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed [ 5.877587] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 5.885773] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 UpdateInit:1063 exit main process[ 5.894055] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.904271] usb usb2: Product: xHCI Host Controller [ 5.909452] usb usb2: Manufacturer: Linux 5.10.162 xhci-hcd [ 5.915206] usb usb2: SerialNumber: xhci-hcd.2.auto CreateSocketFd:613 create udp socket sockfd = 4[ 5.921488] hub 2-0:1.0: USB hub found UpdateInit:1094 3 (0, 1, 0) (0,0,0) [ 5.928438] hub 2-0:1.0: 1 port detected [ OK ] Started /etc/rc.local Compatibility. [ 6.463723] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 6.472281] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ OK ] Started rc.pvr.service. [ OK ] Reached target Multi-User System. Starting Update UTMP about System Runlevel Changes... [ OK ] Started Update UTM _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project j721s2-evm ttyS2 Arago 2021.09 j721s2-evm ttyS2 j721s2-evm login: root [ 39.995487] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd [ 40.032756] usb 2-1: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 0.01 [ 40.040921] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 40.048046] usb 2-1: Product: DataTraveler 3.0 [ 40.052486] usb 2-1: Manufacturer: Kingston [ 40.056660] usb 2-1: SerialNumber: 08606E6D3FDBF35117073E23 [ 40.100629] usb-storage 2-1:1.0: USB Mass Storage device detected [ 40.107039] scsi host0: usb-storage 2-1:1.0 [ 40.112448] usbcore: registered new interface driver usb-storage [ 41.115561] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 3.0 PQ: 0 ANSI: 6 [ 41.124589] sd 0:0:0:0: [sda] 60437492 512-byte logical blocks: (30.9 GB/28.8 GiB) [ 41.133418] sd 0:0:0:0: [sda] Write Protect is off [ 41.138437] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 41.168949] sda: sda4 [ 41.172557] sd 0:0:0:0: [sda] Attached SCSI removable disk root@j721s2-evm:~# lsusb -tv /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M ID 1d6b:0003 Linux Foundation 3.0 root hub |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2 /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M ID 1d6b:0002 Linux Foundation 2.0 root hub root@j721s2-evm:~# lsmod Module Size Used by usb_storage 73728 0 xhci_plat_hcd 20480 0 xhci_hcd 151552 1 xhci_plat_hcd cdns3 53248 0 udc_core 32768 1 cdns3 roles 16384 1 cdns3 usbcore 266240 4 xhci_hcd,cdns3,usb_storage,xhci_plat_hcd ti_am335x_adc 24576 0 usb_common 16384 5 xhci_hcd,usbcore,cdns3,xhci_plat_hcd,udc_core kfifo_buf 16384 1 ti_am335x_adc rpmsg_char 20480 0 crct10dif_ce 20480 1 phy_can_transceiver 16384 3 ti_k3_r5_remoteproc 28672 0 wave5 90112 0 ti_am335x_tscadc 16384 1 ti_am335x_adc cdns_mhdp8546 32768 0 v4l2_mem2mem 40960 1 wave5 videobuf2_dma_contig 24576 1 wave5 ti_k3_dsp_remoteproc 20480 0 videobuf2_memops 20480 1 videobuf2_dma_contig m_can_platform 16384 0 videobuf2_v4l2 32768 2 v4l2_mem2mem,wave5 m_can 28672 1 m_can_platform cdns_dsi 24576 0 virtio_rpmsg_bus 24576 0 sa2ul 40960 0 videobuf2_common 57344 3 videobuf2_v4l2,v4l2_mem2mem,wave5 can_dev 36864 1 m_can sha512_generic 16384 1 sa2ul cdns_dphy 16384 0 cdns3_ti 16384 0 authenc 16384 1 sa2ul optee_rng 16384 0 rng_core 24576 1 optee_rng sch_fq_codel 20480 3 rpmsg_kdrv_switch 20480 0 cryptodev 57344 0 ipv6 462848 16 root@j721s2-evm:~#
NOTICE: BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty NOTICE: BL31: Built : 16:09:05, Feb 9 2024 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 MV_BUILD_TAG: 7ad0e31b2-dirty (Jul 02 2024 - 15:38:59 +0800) SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)') mv_info: __get_primary_bootmedia:312: bootmode is BOOT_DEVICE_SPI, set the boot media to eMMC Trying to boot from MMC1 MV_INFO: 0x47000004: 0x4 MV_INFO: 0x47000004: 0x4 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 MV_BUILD_TAG: 7ad0e31b2-dirty (Jul 02 2024 - 15:38:59 +0800) SoC: J721S2 SR1.0 GP DRAM: 2 GiB (effective 3 GiB) Core: 83 devices, 31 uclasses, devicetree: separate Flash: 0 Bytes MMC: mmc@4f80000: 0, mmc@4fb0000: 1 Loading Environment from nowhere... OK In: serial@2880000 Out: serial@2880000 Err: serial@2880000 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' 56 bytes read in 14 ms (3.9 KiB/s) ->uEnv.txt Loaded env from uEnv.txt Importing environment from mmc1 ... mv_info: blk:0x2800, cnt:0x80, original_part:0 mv_info: blk:0x2800, cnt:0x80, original_part:0 mv_info: blk_select_hwpart_devnum ret: 0 mv_info: tmpbuffer: 0x0, 0x0 mv_info: load_device_info_part success mv_info: backup_flag_init:310: update_flag:0x1, boot_flag:0x0 mv_info: backup_flag_init:363: backup flag init successed in uboot mv_info: do_checkout_bootmedia:490: boot from ospi + eMMC, start_flag:0 mv_info: do_checkout_bootmedia:498: set get_kern_mmc to uda p2 ## Error: "main_cpsw0_qsgmii_phyinit" not defined k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work Failed to load '/lib/firmware/j721s2-mcu-r5f0_1-fw' 5892044 bytes read in 30 ms (187.3 MiB/s) ->/lib/firmware/j721s2-main-r5f0_0-fw Load Remote Processor 2 with data@addr=0x82000000 5892044 bytes: Success! 2355588 bytes read in 21 ms (107 MiB/s) ->/lib/firmware/j721s2-main-r5f0_1-fw Load Remote Processor 3 with data@addr=0x82000000 2355588 bytes: Success! Failed to load '/lib/firmware/j721s2-main-r5f1_0-fw' Failed to load '/lib/firmware/j721s2-main-r5f1_1-fw' 25166384 bytes read in 86 ms (279.1 MiB/s) ->/lib/firmware/j721s2-c71_0-fw Load Remote Processor 6 with data@addr=0x82000000 25166384 bytes: Success! 11694304 bytes read in 47 ms (237.3 MiB/s) ->/lib/firmware/j721s2-c71_1-fw Load Remote Processor 7 with data@addr=0x82000000 11694304 bytes: Success! 19644928 bytes read in 70 ms (267.6 MiB/s) ->/boot/Image 97024 bytes read in 14 ms (6.6 MiB/s) ->/boot/dtb/ti/k3-j721s2-common-proc-board.dtb Working FDT set to 88000000 10399 bytes read in 14 ms (724.6 KiB/s) ->/boot/dtb/ti/k3-j721s2-vision-apps.dtbo ## 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=17c00000 flags=4) Loading Device Tree to 000000008fee5000, end 000000008fffffff ... OK Working FDT set to 8fee5000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 6.1.80 (jianghao@motovis --^O^--MV_VER: 7ad0e31b2-dirty-----) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Jul 3 10:47:52 CST 2024 [ 0.000000] Machine model: Texas Instruments J721S2 EVM [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (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 32 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@a8000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 96 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@aa000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b0000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b0100000, size 95 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@b0100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b6000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b6000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b6100000, size 31 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory@b6100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b8000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@b8000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 380 MiB [ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created CMA memory pool at 0x000000089c000000, size 400 MiB [ 0.000000] OF: reserved mem: initialized node linux-cma-buffers@89c000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000008bfffffff] [ 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-0x00000000bbffffff] [ 0.000000] node 0: [mem 0x00000000bc000000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x0000000897bfffff] [ 0.000000] node 0: [mem 0x0000000897c00000-0x00000008bfffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008bfffffff] [ 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: 774144 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=2e42d24f-a0fa-4ceb-903c-a9cde039e8ff 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: 1586180K/3145728K available (11904K kernel code, 1264K rwdata, 3876K rodata, 1984K init, 440K bss, 1149948K 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] 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 @898400000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000897c30000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000897c40000 [ 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.008400] Console: colour dummy device 80x25 [ 0.012972] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023644] pid_max: default: 32768 minimum: 301 [ 0.028380] LSM: Security Framework initializing [ 0.033154] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.040728] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.049558] cblist_init_generic: Setting adjustable number of callback queues. [ 0.056964] cblist_init_generic: Setting shift to 1 and lim to 1. [ 0.063232] cblist_init_generic: Setting adjustable number of callback queues. [ 0.070619] cblist_init_generic: Setting shift to 1 and lim to 1. [ 0.076940] rcu: Hierarchical SRCU implementation. [ 0.081838] rcu: Max phase no-delay instances is 1000. [ 0.087354] Platform MSI: msi-controller@1820000 domain created [ 0.093576] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.102986] EFI services will not be available. [ 0.107741] smp: Bringing up secondary CPUs ... I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot [ 0.120817] Detected PIPT I-cache on CPU1 [ 0.120875] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.120889] GICv3: CPU1: using allocated LPI pending table @0x0000000897c50000 [ 0.120923] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.120980] smp: Brought up 1 node, 2 CPUs [ 0.150328] SMP: Total of 2 processors activated. [ 0.155132] CPU features: detected: 32-bit EL0 Support [ 0.160385] CPU features: detected: CRC32 instructions [ 0.165664] CPU: All CPU(s) started at EL2 [ 0.169846] alternatives: applying system-wide alternatives [ 0.176461] devtmpfs: initialized [ 0.185722] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.195705] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.211050] pinctrl core: initialized pinctrl subsystem [ 0.216767] DMI not present or invalid. [ 0.221028] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.227640] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.234913] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.242875] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.251006] audit: initializing netlink subsys (disabled) [ 0.256647] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1 [ 0.256880] thermal_sys: Registered thermal governor 'step_wise' [ 0.264570] thermal_sys: Registered thermal governor 'power_allocator' [ 0.270798] cpuidle: using governor menu [ 0.281548] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.288514] ASID allocator initialised with 65536 entries [ 0.301250] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts [ 0.312872] KASLR disabled due to lack of seed [ 0.320368] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.327312] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.333715] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.340648] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.347049] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.353982] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.360383] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.367316] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.374525] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected [ 0.384231] iommu: Default domain type: Translated [ 0.389222] iommu: DMA domain TLB invalidation policy: strict mode [ 0.395771] SCSI subsystem initialized [ 0.399775] usbcore: registered new interface driver usbfs [ 0.405400] usbcore: registered new interface driver hub [ 0.410836] usbcore: registered new device driver usb [ 0.416206] pps_core: LinuxPPS API ver. 1 registered [ 0.421280] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.430618] PTP clock support registered [ 0.434693] EDAC MC: Ver: 3.0.0 [ 0.438432] FPGA manager framework [ 0.441952] Advanced Linux Sound Architecture Driver Initialized. [ 0.448601] clocksource: Switched to clocksource arch_sys_counter [ 0.454962] VFS: Disk quotas dquot_6.6.0 [ 0.459001] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.469073] Carveout Heap: Exported 128 MiB at 0x00000008b8000000 [ 0.475374] NET: Registered PF_INET protocol family [ 0.480562] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.489626] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.498391] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.506317] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.514522] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.522785] TCP: Hash tables configured (established 32768 bind 32768) [ 0.529583] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.536501] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.543942] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.550038] RPC: Registered named UNIX socket transport module. [ 0.556102] RPC: Registered udp transport module. [ 0.560906] RPC: Registered tcp transport module. [ 0.565709] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.572292] NET: Registered PF_XDP protocol family [ 0.577205] PCI: CLS 0 bytes, default 64 [ 0.581608] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.590820] Initialise system trusted keyrings [ 0.595491] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 0.604135] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.610441] NFS: Registering the id_resolver key type [ 0.615627] Key type id_resolver registered [ 0.619900] Key type id_legacy registered [ 0.624021] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.630870] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.638439] ntfs: driver 2.1.32 [Flags: R/W DEBUG]. [ 0.663437] Key type asymmetric registered [ 0.667623] Asymmetric key parser 'x509' registered [ 0.672642] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.680286] io scheduler mq-deadline registered [ 0.684920] io scheduler kyber registered [ 0.691019] pinctrl-single 4301c000.pinctrl: 13 pins, size 52 [ 0.697038] pinctrl-single 4301c038.pinctrl: 11 pins, size 44 [ 0.703043] pinctrl-single 4301c068.pinctrl: 72 pins, size 288 [ 0.709216] pinctrl-single 4301c190.pinctrl: 1 pins, size 4 [ 0.715055] pinctrl-single 11c000.pinctrl: 72 pins, size 288 [ 0.721441] pinctrl-single a40000.pinctrl: 512 pins, size 2048 [ 0.730942] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled [ 0.741959] loop: module loaded [ 0.745927] megasas: 07.719.03.00-rc1 [ 0.751226] tun: Universal TUN/TAP device driver, 1.6 [ 0.756856] VFIO - User Level meta-driver version: 0.3 [ 0.762529] usbcore: registered new interface driver usb-storage [ 0.769624] sdhci: Secure Digital Host Controller Interface driver [ 0.775951] sdhci: Copyright(c) Pierre Ossman [ 0.780539] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.786629] ledtrig-cpu: registered to indicate activity on CPUs [ 0.792863] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.799594] usbcore: registered new interface driver usbhid [ 0.805289] usbhid: USB HID core driver [ 0.809727] 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.814290] optee: revision 4.1 (012cdca4) [ 0.830727] optee: dynamic shared memory is enabled [ 0.840115] optee: initialized driver [ 0.845027] Initializing XFRM netlink socket [ 0.849418] NET: Registered PF_PACKET protocol family [ 0.854613] Key type dns_resolver registered [ 0.859191] registered taskstats version 1 [ 0.863393] Loading compiled-in X.509 certificates [ 0.874160] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)') [ 0.907672] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz [ 0.913498] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created [ 0.922041] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created [ 0.931376] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created [ 0.940043] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created [ 0.950517] ti-udma 311a0000.dma-controller: Number of rings: 48 [ 0.957287] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16) [ 0.966536] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272 [ 0.976426] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 0.983186] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64 [ 0.992097] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259 [ 1.002258] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 1.009016] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64 [ 1.017041] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 213, base_baud = 6000000) is a 8250 [ 1.026612] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 214, base_baud = 3000000) is a 8250 [ 1.035465] printk: console [ttyS2] enabled [ 1.035465] printk: console [ttyS2] enabled [ 1.043908] printk: bootconsole [ns16550a0] disabled [ 1.043908] printk: bootconsole [ns16550a0] disabled [ 1.055587] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 1.068469] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 1.075682] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 1.081881] pps pps0: new PPS source ptp0 [ 1.086048] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1 [ 1.096093] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 1.108872] am65-cpsw-nuss c200000.ethernet: Use random MAC address [ 1.115132] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4 [ 1.122250] am65-cpsw-nuss c200000.ethernet: ALE Table size 64 [ 1.128415] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0 [ 1.138425] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:200000000, add_val:4 pps:0 [ 1.149385] mmc0: CQHCI version 5.10 [ 1.159124] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100 [ 1.165944] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100 [ 1.172737] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100 [ 1.179529] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100 [ 1.187401] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8) [ 1.189199] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit [ 1.204555] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16) [ 1.271773] mmc0: mmc_select_hs200 failed, error -110 [ 1.277541] mv_info: -------- set hs200 failed, try mmc_select_hs success [ 1.286718] mmc0: Command Queue Engine enabled [ 1.291174] mmc0: new DDR MMC card at address 0001 [ 1.296487] mmcblk0: mmc0:0001 8GUF4R 7.28 GiB [ 1.303144] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 1.309206] mmcblk0boot0: mmc0:0001 8GUF4R 31.9 MiB [ 1.314743] mmcblk0boot1: mmc0:0001 8GUF4R 31.9 MiB [ 1.320172] mmcblk0rpmb: mmc0:0001 8GUF4R 4.00 MiB, chardev (240:0) [ 1.616346] spi-nand: probe of spi0.0 failed with error -110 [ 1.626729] spi-nor spi1.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff [ 1.635713] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode [ 1.680695] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.689611] davinci_mdio 46000f00.mdio: phy[31]: device 46000f00.mdio:1f, driver Jlsemi [ 1.697663] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 1.710866] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 1.718144] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 1.725110] pps pps0: new PPS source ptp1 [ 1.730001] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1 [ 1.740421] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 1.750117] davinci_mdio c200f00.mdio: Configuring MDIO in manual mode [ 1.796703] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.805943] davinci_mdio c200f00.mdio: phy[4]: device c200f00.mdio:04, driver unknown [ 1.813877] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 1.827078] am65-cpsw-nuss c200000.ethernet: Use random MAC address [ 1.833410] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4 [ 1.840581] am65-cpsw-nuss c200000.ethernet: ALE Table size 64 [ 1.847615] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0 [ 1.858134] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82 [ 1.871958] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present! [ 1.872317] mmc1: CQHCI version 5.10 [ 1.879373] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present! [ 1.895880] ALSA device list: [ 1.898861] No soundcards found. [ 1.919200] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit [ 1.957674] mmc1: new high speed SDXC card at address 0001 [ 1.964092] mmcblk1: mmc1:0001 EC2QT 59.6 GiB [ 1.968980] EXT4-fs (mmcblk0p5): recovery complete [ 1.970447] mmcblk1: p1 p2 [ 1.976647] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Quota mode: none. [ 1.985235] VFS: Mounted root (ext4 filesystem) on device 179:5. [ 1.991584] devtmpfs: mounted [ 1.995277] Freeing unused kernel memory: 1984K [ 1.999918] Run /sbin/init as init process [ 2.141332] systemd[1]: System time before build time, advancing clock. [ 2.196295] NET: Registered PF_INET6 protocol family [ 2.202970] Segment Routing with IPv6 [ 2.206743] In-situ OAM (IOAM) with IPv6 [ 2.229474] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid) [ 2.262417] systemd[1]: Detected architecture arm64. Welcome to Arago 2023.10! [ 2.326086] systemd[1]: Hostname set to <j721s2-evm>. [ 3.098387] systemd[1]: /etc/systemd/system/boot_script.service:11: Support for option SysVStartPriority= has been removed and it is ignored [ 3.123733] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. [ 3.164395] systemd[1]: Queued start job for default target Graphical Interface. [ 3.199737] systemd[1]: Created slice Slice /system/getty. [ OK ] Created slice Slice /system/getty. [ 3.221853] systemd[1]: Created slice Slice /system/modprobe. [ OK ] Created slice Slice /system/modprobe. [ 3.250247] systemd[1]: Created slice Slice /system/serial-getty. [ OK ] Created slice Slice /system/serial-getty. [ 3.277205] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 3.301674] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 3.324887] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 3.348802] systemd[1]: Reached target Path Units. [ OK ] Reached target Path Units. [ 3.364737] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 3.384716] systemd[1]: Reached target Slice Units. [ OK ] Reached target Slice Units. [ 3.400729] systemd[1]: Reached target Swaps. [ OK ] Reached target Swaps. [ 3.425042] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 3.449112] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 3.473428] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 3.497275] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 3.521546] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 3.537673] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 3.561776] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 3.585617] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 3.609648] systemd[1]: Listening on User Database Manager Socket. [ OK ] Listening on User Database Manager Socket. [ 3.661047] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.687433] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.719361] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 3.746012] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing). [ 3.781242] systemd[1]: Mounting Temporary Directory /tmp... Mounting Temporary Directory /tmp... [ 3.815982] systemd[1]: Starting Create List of Static Device Nodes... Starting Create List of Static Device Nodes... [ 3.845006] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 3.897350] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 3.921708] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse...[ 3.931842] fuse: init (API version 7.37) [ 3.978457] systemd[1]: Starting Start psplash boot splash screen... Starting Start psplash boot splash screen... [ 4.001092] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). [ 4.024230] systemd[1]: Starting Journal Service... Starting Journal Service... [ 4.080978] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 4.091985] cryptodev: loading out-of-tree module taints kernel. [ 4.100855] systemd[1]: Starting Generate network units from Kernel command line... Starting Generate network …ts from Kernel co[ 4.110548] cryptodev: driver 1.12 loaded. mmand line... [ 4.140218] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 4.165714] EXT4-fs (mmcblk0p5): re-mounted. Quota mode: none. [ 4.167035] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 4.197409] 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 4.591029] systemd-journald[156]: Received client request to flush runtime journal. 0m... 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... [ 4.837155] audit: type=1334 audit(1651167747.696:2): prog-id=5 op=LOAD [ 4.845232] audit: type=1334 audit(1651167747.704: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 ] Started Rule-based Manager for Device Events and Files. [ OK ] Finished Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Record System Boot/Shutdown in UTMP... [ OK ] Finished Record System Boot/Shutdown in UTMP. [ 5.241546] random: crng init done [ OK ] Finished Load/Save Random Seed. [ OK ] Found device /dev/ttyS2. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Initialization. [ OK ] Started Daily Cleanup of Temporary Directories. [ 5.323090] mc: Linux media interface: v0.10 [ 5.331106] CAN device driver interface [ OK ] Reached target System Time Set. [ OK ] Reached target Timer Units. [ OK ] Listening on D-Bus System Message Bus Socket. [ 5.384439] videodev: Linux video capture interface: v2.00 [ 5.393907] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@b0000000 [ 5.403764] pinctrl-single 4301c068.pinctrl: pin PIN56 already requested by 46000f00.mdio; cannot claim for 40200000.tscadc [ 5.418956] PVR_K: 191: Device: 4e20000000.gpu [ 5.423845] pinctrl-single 4301c068.pinctrl: pin-56 (40200000.tscadc) status -22 [ 5.431423] pinctrl-single 4301c068.pinctrl: could not request pin 56 (PIN56) from group mcu-adc0-pins-default on device pinctrl-single [ 5.441043] PVR_K: 191: Read BVNC 36.53.104.796 from HW device registers [ 5.445139] ti_am3359-tscadc 40200000.tscadc: Error applying setting, reverse things back [ OK ] Listening on dropbear.socket. [ 5.458997] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode [ 5.471212] remoteproc remoteproc0: 64800000.dsp is available [ OK ] Reached target Socket Units. [ 5.479473] remoteproc remoteproc0: attaching to 64800000.dsp [ 5.492447] remoteproc remoteproc0: unsupported resource 65538 [ 5.498672] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode [ OK ] Reached target Basic System. [ 5.505719] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node vision-apps-c71-dma-memory@b0000000 [ 5.521478] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7) [ 5.523265] PVR_K: 191: RGX Device registered BVNC 36.53.104.796 with 1 core in the system [ 5.528553] remoteproc remoteproc0: remote processor 64800000.dsp is now attached [ 5.544255] k3-dsp-rproc 64800000.dsp: register pm nitifiers in remoteproc mode [ 5.553946] k3-dsp-rproc 65800000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b6000000 [ 5.566479] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode Starting /etc/rc.local Compatibility... [ 5.580171] [drm] Initialized pvr 23.3.6512818 20170530 for 4e20000000.gpu on minor 0 [ 5.580356] remoteproc remoteproc1: 65800000.dsp is available Starting D-Bus System Message Bus... Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... [ 5.624512] audit: type=1334 audit(1651204745.200:4): prog-id=7 op=LOAD [ 5.634404] audit: type=1334 audit(1651204745.212:5): prog-id=8 op=LOAD Starting User Login Management... [ OK ] Finished IPv6 Packet Filtering Framework. [ OK ] Finished IPv4 Packet Filtering Framework. [ OK ] Started D-Bus System Message Bus. SystemDesc:Copyright (c) 2019-2024, Motovis. APA & HPA GitDesc:c6209c747 develop CompileTime:2024-06-28 10:37:20 [ OK ] Started User Login Management. [ OK ] Reached target Preparation for Network. ReadInfoPart:420 mv_info: ---------- tmpbuffer: 0x0, 0x0 ReadInfoPart:421 read : pInfo->nUpdateFlag:1, nBootFlag:0nMountFileSystem:717 tInfo.nBootFlag:0, nUpdateFlag:1 Start[ 5.898691] remoteproc remoteproc1: attaching to 65800000.dsp ing Network Configuration... [ 5.905885] remoteproc remoteproc1: unsupported resource 65538 [ 5.914208] k3-dsp-rproc 65800000.dsp: DSP initialized in IPC-only mode [ 5.920858] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node vision-apps-c71_1-dma-memory@b6000000 [ 5.931220] rproc-virtio rproc-virtio.2.auto: registered virtio1 (type 7) [ 5.938059] remoteproc remoteproc1: remote processor 65800000.dsp is now attached [ 5.945690] k3-dsp-rproc 65800000.dsp: register pm nitifiers in remoteproc mode [ 5.962635] EXT4-fs (mmcblk0p7): barriers disabled [ 6.007064] EXT4-fs (mmcblk0p7): recovery complete [ 6.012418] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Quota mode: none. [ 6.077977] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 6.133644] EXT4-fs (mmcblk0p10): recovery complete [ 6.138664] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Quota mode: none. [ 6.150657] platform 41000000.r5f: configured R5F for IPC-only mode [ 6.172448] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 6.186967] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 6.204016] remoteproc remoteproc2: 41000000.r5f is available [ 6.216914] m_can_platform 26a1000.can: m_can device registered (irq=491, version=32) [ 6.228182] EXT4-fs (mmcblk0p11): barriers disabled [ 6.237100] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 6.244224] EXT4-fs (mmcblk0p11): recovery complete [ 6.249461] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Quota mode: none. [ 6.258597] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 6.277492] remoteproc remoteproc2: attaching to 41000000.r5f [ 6.283711] platform 41000000.r5f: R5F core initialized in IPC-only mode [ 6.287780] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 6.298604] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000 [ 6.309250] rproc-virtio rproc-virtio.3.auto: registered virtio2 (type 7) [ 6.317690] remoteproc remoteproc2: remote processor 41000000.r5f is now attached UpdateInit:1065 exit main process [ 6.326569] cfg80211: failed to load regulatory.db [ 6.334334] platform 41400000.r5f: configured R5F for remoteproc mode CreateSocketFd:613 create udp socket sockfd = 5 [ 6.352562] platform 41400000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000 [ 6.362598] remoteproc remoteproc3: 41400000.r5f is available [ 6.368536] remoteproc remoteproc3: Direct firmware load for j721s2-mcu-r5f0_1-fw failed with error -2 ReadInfoPart:420 mv_info: ---------- tmpbuffer: 0x0, 0x0[ 6.377989] remoteproc remoteproc3: powering up 41400000.r5f [ 6.389205] remoteproc remoteproc3: Direct firmware load for j721s2-mcu-r5f0_1-fw failed with error -2 [ 6.399713] remoteproc remoteproc3: request_firmware failed: -2 ReadInfoPart:421 read : pInfo->nUpdateFlag:1, nBootFlag:0nUpdateInit:1096 1 (0, 1, 1) (0,0,0) [ OK ] Started Network Configuration. [ 6.448074] am65-cpsw-nuss c200000.ethernet eth1: validation of rmii with support 00000000,00000000,00006280 and advertisement 00000000,00000000,00002280 failed: -EINVAL Starting Network Name Resolution... [ 6.529277] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:1f] driver [Jlsemi] (irq=POLL) [ 6.546414] 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 L[ 6.711320] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c ookups. Starting Permit User Sessions... [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ 6.768795] virtio_rpmsg_bus virtio0: rpmsg host is online [ 6.777533] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd [ OK ] Reached target Login Prompts. [ 6.800342] virtio_rpmsg_bus virtio1: rpmsg host is online [ 6.801719] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd Starting Synchronize System and HW clocks... [FAILED] Failed to start Synchronize System and HW clocks. See 'systemctl status sync-clocks.service' for details. [ OK ] Listening on Load/Sa[ 6.839282] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller ve RF …itch Status /dev/rfkill Watch. [ 6.850134] virtio_rpmsg_bus virtio2: rpmsg host is online [ 6.853502] m_can_platform 26a1000.can main_mcan16: renamed from can0 [ 6.864729] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd [ 6.870656] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1 [ 6.872405] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe [ 6.883767] xhci-hcd xhci-hcd.4.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010 [ 6.903162] xhci-hcd xhci-hcd.4.auto: irq 492, io mem 0x06010000 [ 6.914409] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller [ 6.920665] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 2 [ 6.929699] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed [ 6.936870] hub 1-0:1.0: USB hub found [ 6.940693] hub 1-0:1.0: 1 port detected [ 6.946563] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 6.955059] hub 2-0:1.0: USB hub found [ 6.958871] hub 2-0:1.0: 1 port detected [ 7.593878] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 7.602563] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 8.392856] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: Timed out waiting for 41400000.r5f core to power up! [ 8.412864] platform 5c00000.r5f: configured R5F for IPC-only mode [ 8.419781] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [ 8.432941] remoteproc remoteproc4: 5c00000.r5f is available [ 8.441123] remoteproc remoteproc4: attaching to 5c00000.r5f [ 8.448093] platform 5c00000.r5f: R5F core initialized in IPC-only mode [ 8.454777] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000 [ 8.466428] virtio_rpmsg_bus virtio3: rpmsg host is online [ 8.471987] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd [ 8.474359] rproc-virtio rproc-virtio.5.auto: registered virtio3 (type 7) [ 8.486061] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached [ 8.493804] platform 5d00000.r5f: configured R5F for IPC-only mode [ 8.500318] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000 [ 8.511469] remoteproc remoteproc5: 5d00000.r5f is available [ 8.517279] remoteproc remoteproc5: attaching to 5d00000.r5f [ 8.523547] platform 5d00000.r5f: R5F core initialized in IPC-only mode [ 8.530228] rproc-virtio rproc-virtio.6.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000 [ 8.542567] virtio_rpmsg_bus virtio4: rpmsg host is online [ 8.545391] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd [ 8.548336] rproc-virtio rproc-virtio.6.auto: registered virtio4 (type 7) [ 8.562036] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15 [ 8.565332] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe [ 8.575286] remoteproc remoteproc5: remote processor 5d00000.r5f is now attached [ 8.577771] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15 [ 8.592074] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15 [ 8.599582] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe [ 8.607445] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15 [ 8.608135] platform 5e00000.r5f: configured R5F for remoteproc mode [ 8.616355] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe [ 8.630344] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000 [ 8.639968] remoteproc remoteproc6: 5e00000.r5f is available [ 8.645787] remoteproc remoteproc6: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -2 [ 8.655213] remoteproc remoteproc6: powering up 5e00000.r5f [ 8.660803] remoteproc remoteproc6: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -2 [ 8.670187] remoteproc remoteproc6: request_firmware failed: -2 pvrsrvkm 1273856 0 drm 561152 4 drm_kms_helper,pvrsrvkm,cdns_dsi ---------- mv_info: gpu driver was insmod ---------- ./vx_motovis_avm_display_demo [ OK ] Started /etc/rc.local Compatibility. [ OK ] Reached target Multi-User System. [ OK ] Reached target Graphical Interface. Starting Record Runlevel Change in UTMP... [ OK ] Finished Record Runlevel Change in _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project j721s2-evm - Arago 2023.10 j721s2-evm - j721s2-evm login: [ 10.664860] k3_r5_rproc bus@100000:r5fss@5e00000: Timed out waiting for 5e00000.r5f core to power up! [ 20.843465] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 20.851619] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 20.860272] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 20.868945] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 20.881439] platform mux-controller0: deferred probe pending [ 20.887307] platform mux-controller1: deferred probe pending [ 20.893091] platform 2910000.pcie: deferred probe pending [ 20.898549] platform can-phy3: deferred probe pending [ 20.903816] platform can-phy4: deferred probe pending root [ 37.691839] audit: type=1334 audit(1651204777.268:6): prog-id=9 op=LOAD [ 37.698944] audit: type=1334 audit(1651204777.280:7): prog-id=10 op=LOAD [ 38.209995] audit: type=1006 audit(1651204777.788:8): pid=288 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1 [ 38.222349] audit: type=1300 audit(1651204777.788:8): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffcd5f0768 a2=1 a3=ffff994a1020 items=0 ppid=1 pid=288 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null) [ 38.248782] audit: type=1327 audit(1651204777.788:8): proctitle="(systemd)" [ 38.289843] audit: type=1334 audit(1651204777.868:9): prog-id=11 op=LOAD [ 38.296875] audit: type=1300 audit(1651204777.868:9): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd3a3b110 a2=78 a3=0 items=0 ppid=1 pid=288 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/lib/systemd/systemd" key=(null) [ 38.322962] audit: type=1327 audit(1651204777.868:9): proctitle="(systemd)" [ 38.329988] audit: type=1334 audit(1651204777.868:10): prog-id=11 op=UNLOAD [ 38.336980] audit: type=1334 audit(1651204777.868:11): prog-id=12 op=LOAD root@j721s2-evm:~# [ 42.392679] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 42.563261] usb-storage 1-1:1.0: USB Mass Storage device detected [ 42.570107] scsi host0: usb-storage 1-1:1.0 [ 42.580273] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 42.588371] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 42.598800] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 42.607396] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 43.594200] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 3.0 PQ: 0 ANSI: 6 [ 43.607776] sd 0:0:0:0: [sda] 60437492 512-byte logical blocks: (30.9 GB/28.8 GiB) [ 43.622478] sd 0:0:0:0: [sda] Write Protect is off [ 43.627785] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 43.641934] sda: sda4 [ 43.644584] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 43.652821] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 43.660935] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 43.670272] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 43.679628] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 root@j721s2-evm:~# root@j721s2-evm:~# lsusb -tv /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M ID 1d6b:0003 Linux Foundation 3.0 root hub /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M ID 1d6b:0002 Linux Foundation 2.0 root hub |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 480M ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50 root@j721s2-evm:~# lsmod Module Size Used by rpmsg_ctrl 16384 0 rpmsg_char 16384 1 rpmsg_ctrl xhci_plat_hcd 16384 0 virtio_rpmsg_bus 20480 0 rpmsg_ns 16384 1 virtio_rpmsg_bus ti_am335x_adc 20480 0 kfifo_buf 16384 1 ti_am335x_adc omap_rng 16384 0 cdns3 45056 0 cdns_usb_common 20480 1 cdns3 crct10dif_ce 16384 1 phy_can_transceiver 16384 1 cfg80211 389120 0 rfkill 24576 2 cfg80211 ti_k3_r5_remoteproc 28672 0 wave5 94208 0 k3_j72xx_bandgap 20480 0 videobuf2_dma_contig 20480 1 wave5 videobuf2_memops 16384 1 videobuf2_dma_contig v4l2_mem2mem 36864 1 wave5 videobuf2_v4l2 32768 2 v4l2_mem2mem,wave5 videobuf2_common 57344 5 videobuf2_dma_contig,videobuf2_v4l2,v4l2_mem2mem,wave5,videobuf2_memops cdns_dsi 20480 0 ti_am335x_tscadc 16384 1 ti_am335x_adc pvrsrvkm 1273856 0 drm_kms_helper 184320 1 cdns_dsi ti_k3_dsp_remoteproc 16384 0 ti_k3_common 16384 1 ti_k3_dsp_remoteproc videodev 245760 4 videobuf2_v4l2,videobuf2_common,v4l2_mem2mem,wave5 sa2ul 36864 0 syscopyarea 16384 1 drm_kms_helper sysfillrect 16384 1 drm_kms_helper m_can_platform 16384 0 m_can 24576 1 m_can_platform sysimgblt 16384 1 drm_kms_helper mc 57344 4 videodev,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem fb_sys_fops 16384 1 drm_kms_helper pci_j721e_host 16384 0 can_dev 36864 1 m_can pci_j721e 16384 1 pci_j721e_host cdns3_ti 16384 0 pwm_tiehrpwm 16384 0 cdns_dphy 16384 0 cdns_dphy_rx 16384 0 pcie_cadence_host 16384 1 pci_j721e_host pcie_cadence 16384 2 pcie_cadence_host,pci_j721e_host rti_wdt 16384 0 optee_rng 16384 0 rng_core 20480 2 optee_rng,omap_rng cryptodev 53248 0 fuse 131072 1 drm 561152 4 drm_kms_helper,pvrsrvkm,cdns_dsi drm_panel_orientation_quirks 28672 1 drm ipv6 479232 20 root@j721s2-evm:~#
Thanks
Regards
Shine
谢谢
问候
闪耀