This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

J784S4XEVM: Kernel Panic on Image Generated with Yocto (processor-sdk-scarthgap-11.00.09.04-config.txt)

Part Number: J784S4XEVM

Tool/software:

Information: 

Platform: J784S4XG01EVM

Boot Mode: TFTP/NFS

Image: Yocto build with processor-sdk-scarthgap-11.00.09.04-config.txt file

Host: Ubuntu 22.04.5

Docker Image: ghcr.io/texasinstruments/ubuntu-distro:latest (commit hash: 7047cf3)

Problem:

After migrating from Yocto config file "processor-sdk-scarthgap-10.01.10.04-config.txt" to "processor-sdk-scarthgap-11.00.09.04-config.txt", we sometimes encounter a Kernel Panic on boot phase. It's hard to catch, happens at %5-10 rate. We NEVER encounter this on previous config file. All the other variants are same (our layer, board, docker image, boot mode, etc). I attached the kernel log for you to review.

U-Boot SPL 2025.01-00406-gcd91d7360181-dirty (Mar 25 2025 - 16:14:37 +0000)
SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.9--v11.00.09+ (Fancy Rat)')
Initialized 4 DRAM controllers
SPL initial stack usage: 13456 bytes
Trying to boot from MMC1
mmc_load_image_raw_sector: mmc block read error
Skipping authentication on GP device
Skipping authentication on GP device
Skipping authentication on GP device
Skipping authentication on GP device
Skipping authentication on GP device
Loading Environment from nowhere... OK
init_env from device 17 not supported!
Starting ATF on ARM64 core...

NOTICE:  BL31: v2.12.0(release):11.00.09-dirty
NOTICE:  BL31: Built : 12:35:58, Mar 24 2025
I/TC: 
I/TC: OP-TEE version: 4.5.0-73-gef1ebdc23-dev (gcc version 13.3.0 (GCC)) #1 Tue Feb  4 11:33:18 UTC 2025 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: 4.0 (firmware rev 0x000b '11.0.9--v11.00.09+ (Fancy Rat)')
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: HUK Initialized
I/TC: Primary CPU switching to normal world boot

U-Boot SPL 2025.01-00406-gcd91d7360181-dirty (Mar 25 2025 - 16:14:37 +0000)
SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.9--v11.00.09+ (Fancy Rat)')
Trying to boot from MMC1
mmc_load_image_raw_sector: mmc block read error
Skipping authentication on GP device
Skipping authentication on GP device


U-Boot 2025.01-00406-gcd91d7360181-dirty (Mar 25 2025 - 16:14:37 +0000)

SoC:   J784S4 SR1.0 GP
Model: Texas Instruments J784S4 EVM
DRAM:  2 GiB (total 32 GiB)
mmio-mux mux-controller@4080: unable to set idle state
Core:  143 devices, 36 uclasses, devicetree: separate
Flash: spi_nand nand@0: Winbond SPI NAND was found.
spi_nand nand@0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
cadence_spi spi@47040000: Pattern not found. Skipping calibration
0 Bytes
MMC:   mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
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
Net:   eth0: ethernet@46000000port@1
Hit any key to stop autoboot:  0 
switch to partitions #0, OK
mmc0(part 0) is current device
SD/MMC found on device 0
322 bytes read in 1 ms (314.5 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc0 ...
Running uenvcmd ...
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 3
ethernet@46000000port@1 Waiting for PHY auto negotiation to complete.. done
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.1.20; our IP address is 192.168.1.10
Filename 'Image'.
Load address: 0x82000000
Loading: ##################################################  21.2 MiB
	 3 MiB/s
done
Bytes transferred = 22256128 (1539a00 hex)
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 3
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.1.20; our IP address is 192.168.1.10
Filename 'k3-j784s4-evm.dtb'.
Load address: 0x88000000
Loading: ##################################################  127.6 KiB
	 7.8 MiB/s
done
Bytes transferred = 130685 (1fe7d hex)
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
   Loading Device Tree to 000000008ffdd000, end 000000008ffffe7c ... OK
Working FDT set to 8ffdd000

Starting kernel ...

I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
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.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[    0.000000] Linux version 6.12.17-ti-00771-gc85877d40f8e (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Tue Mar 25 12:45:29 UTC 2025
[    0.000000] KASLR disabled due to lack of seed
[    0.000000] Machine model: Texas Instruments J784S4 EVM
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000f90000000, size 1792 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x0000000f90000000..0x0000000fffffffff (1835008 KiB) map reusable linux,cma
[    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a6000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable r5f-memory@a6100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a7000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable r5f-memory@a7100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable c71-dma-memory@a8000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable c71-memory@a8100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a9000000..0x00000000a90fffff (1024 KiB) nomap non-reusable c71-dma-memory@a9000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a9100000..0x00000000a9ffffff (15360 KiB) nomap non-reusable c71-memory@a9100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000aa000000..0x00000000aa0fffff (1024 KiB) nomap non-reusable c71-dma-memory@aa000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000aa100000..0x00000000aaffffff (15360 KiB) nomap non-reusable c71-memory@aa100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000ab000000..0x00000000ab0fffff (1024 KiB) nomap non-reusable c71-dma-memory@ab000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000ab100000..0x00000000abffffff (15360 KiB) nomap non-reusable c71-memory@ab100000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000fffffffff]
[    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-0x00000000abffffff]
[    0.000000]   node   0: [mem 0x00000000ac000000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000880000000-0x0000000fffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.5
[    0.000000] percpu: Embedded 22 pages/cpu s51672 r8192 d30248 u90112
[    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] Kernel command line: console=ttyS2,115200 root=/dev/nfs rw nfsroot=192.168.1.20:/srv/nfs/rootfs,v3,tcp ip=192.168.1.10:::255.255.255.0::eth0:dhcp
[    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8388608
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] software IO TLB: area num 8.
[    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=512 to nr_cpu_ids=8.
[    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=8
[    0.000000] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    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: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
[    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 @880800000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x0000000880070000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880080000
[    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.000327] Console: colour dummy device 80x25
[    0.000368] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[    0.000373] pid_max: default: 32768 minimum: 301
[    0.000422] LSM: initializing lsm=capability,selinux
[    0.000465] SELinux:  Initializing.
[    0.000852] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000912] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.002394] rcu: Hierarchical SRCU implementation.
[    0.002397] rcu: 	Max phase no-delay instances is 1000.
[    0.002519] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.002850] EFI services will not be available.
[    0.003085] smp: Bringing up secondary CPUs ...
[    0.011571] Detected PIPT I-cache on CPU1
[    0.011618] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[    0.011633] GICv3: CPU1: using allocated LPI pending table @0x0000000880090000
[    0.011667] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[    0.020197] Detected PIPT I-cache on CPU2
[    0.020227] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[    0.020239] GICv3: CPU2: using allocated LPI pending table @0x00000008800a0000
[    0.020263] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[    0.028740] Detected PIPT I-cache on CPU3
[    0.028772] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[    0.028785] GICv3: CPU3: using allocated LPI pending table @0x00000008800b0000
[    0.028809] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[    0.040388] Detected PIPT I-cache on CPU4
[    0.040450] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[    0.040463] GICv3: CPU4: using allocated LPI pending table @0x00000008800c0000
[    0.040497] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[    0.049035] Detected PIPT I-cache on CPU5
[    0.049073] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[    0.049086] GICv3: CPU5: using allocated LPI pending table @0x00000008800d0000
[    0.049111] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[    0.060295] Detected PIPT I-cache on CPU6
[    0.060334] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[    0.060347] GICv3: CPU6: using allocated LPI pending table @0x00000008800e0000
[    0.060371] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[    0.068869] Detected PIPT I-cache on CPU7
[    0.068910] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[    0.068923] GICv3: CPU7: using allocated LPI pending table @0x00000008800f0000
[    0.068947] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[    0.069031] smp: Brought up 1 node, 8 CPUs
[    0.069035] SMP: Total of 8 processors activated.
[    0.069037] CPU: All CPU(s) started at EL2
[    0.069040] CPU features: detected: 32-bit EL0 Support
[    0.069042] CPU features: detected: CRC32 instructions
[    0.069077] alternatives: applying system-wide alternatives
[    0.069446] Memory: 30757804K/33554432K available (12928K kernel code, 1254K rwdata, 4648K rodata, 2752K init, 639K bss, 950064K reserved, 1835008K cma-reserved)
[    0.070006] devtmpfs: initialized
[    0.081780] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.081792] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.104642] 27152 pages in range for non-PLT usage
[    0.104650] 518672 pages in range for PLT usage
[    0.104867] pinctrl core: initialized pinctrl subsystem
[    0.105134] DMI not present or invalid.
[    0.106753] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.108030] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.108752] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.109451] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.109594] audit: initializing netlink subsys (disabled)
[    0.109742] audit: type=2000 audit(0.108:1): state=initialized audit_enabled=0 res=1
[    0.109952] thermal_sys: Registered thermal governor 'step_wise'
[    0.109955] thermal_sys: Registered thermal governor 'power_allocator'
[    0.109979] cpuidle: using governor menu
[    0.110048] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.110159] ASID allocator initialised with 65536 entries
[    0.115561] /bus@100000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@100000/interrupt-controller@1800000
[    0.115666] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c/aux-bus/panel
[    0.115688] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
[    0.115712] /bus@100000/i2c@2040000/dsi-edp-bridge@2c/aux-bus/panel: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[    0.115940] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.115948] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[    0.115972] /bus@100000/bridge@a000000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.115994] /bus@100000/dss@4a00000: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
[    0.116004] /bus@100000/dss@4a00000: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
[    0.120102] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c/aux-bus/panel
[    0.120133] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
[    0.120181] /bus@100000/i2c@2040000/dsi-edp-bridge@2c/aux-bus/panel: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[    0.123362] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
[    0.123402] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.123419] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[    0.123572] /bus@100000/bridge@a000000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.123798] /bus@100000/bridge@a000000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.123835] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.123874] /bus@100000/dss@4a00000: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
[    0.123907] /bus@100000/dss@4a00000: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
[    0.124773] /bus@100000/bridge@a000000: Fixed dependency cycle(s) with /connector-dp0
[    0.124824] /connector-dp0: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
[    0.125999] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.126003] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.126006] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.126007] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    0.126010] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.126011] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.126013] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.126015] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.126977] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[    0.127465] iommu: Default domain type: Translated
[    0.127468] iommu: DMA domain TLB invalidation policy: strict mode
[    0.127921] SCSI subsystem initialized
[    0.128111] usbcore: registered new interface driver usbfs
[    0.128125] usbcore: registered new interface driver hub
[    0.128139] usbcore: registered new device driver usb
[    0.128428] pps_core: LinuxPPS API ver. 1 registered
[    0.128431] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.128438] PTP clock support registered
[    0.128458] EDAC MC: Ver: 3.0.0
[    0.128611] scmi_core: SCMI protocol bus registered
[    0.128769] FPGA manager framework
[    0.128812] Advanced Linux Sound Architecture Driver Initialized.
[    0.129286] vgaarb: loaded
[    0.129460] clocksource: Switched to clocksource arch_sys_counter
[    0.129598] VFS: Disk quotas dquot_6.6.0
[    0.129612] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.133284] NET: Registered PF_INET protocol family
[    0.133595] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.138779] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.138924] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.138943] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.139751] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.140605] TCP: Hash tables configured (established 262144 bind 65536)
[    0.140702] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.141013] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.141442] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.141829] RPC: Registered named UNIX socket transport module.
[    0.141832] RPC: Registered udp transport module.
[    0.141834] RPC: Registered tcp transport module.
[    0.141836] RPC: Registered tcp-with-tls transport module.
[    0.141837] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.141842] NET: Registered PF_XDP protocol family
[    0.141856] PCI: CLS 0 bytes, default 64
[    0.142830] Initialise system trusted keyrings
[    0.142943] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[    0.143103] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.143244] NFS: Registering the id_resolver key type
[    0.143259] Key type id_resolver registered
[    0.143261] Key type id_legacy registered
[    0.143271] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.143273] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.164895] Key type asymmetric registered
[    0.164899] Asymmetric key parser 'x509' registered
[    0.164935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.165061] io scheduler mq-deadline registered
[    0.165064] io scheduler kyber registered
[    0.165078] io scheduler bfq registered
[    0.167716] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[    0.167815] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[    0.167987] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[    0.168292] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[    0.168424] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[    0.168811] pinctrl-single 104200.pinctrl: 20 pins, size 80
[    0.168881] pinctrl-single 104280.pinctrl: 8 pins, size 32
[    0.169628] ledtrig-cpu: registered to indicate activity on CPUs
[    0.173443] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.179004] loop: module loaded
[    0.179656] megasas: 07.727.03.00-rc1
[    0.181735] tun: Universal TUN/TAP device driver, 1.6
[    0.182328] VFIO - User Level meta-driver version: 0.3
[    0.183096] usbcore: registered new interface driver usb-storage
[    0.183493] i2c_dev: i2c /dev entries driver
[    0.184230] sdhci: Secure Digital Host Controller Interface driver
[    0.184232] sdhci: Copyright(c) Pierre Ossman
[    0.184378] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.184832] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    0.185255] usbcore: registered new interface driver usbhid
[    0.185257] usbhid: USB HID core driver
[    0.186034] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 (0,8000003f) counters available
[    0.186545] optee: probing for conduit method.
[    0.186564] optee: revision 4.5 (ef1ebdc23034a804)
[    0.203032] optee: dynamic shared memory is enabled
[    0.203443] optee: initialized driver
[    0.203556] random: crng init done
[    0.203688] mux muxchip0: unable to set idle state
[    0.203692] mmio-mux 104080.mux-controller: probe with driver mmio-mux failed with error -5
[    0.204819] Initializing XFRM netlink socket
[    0.204838] NET: Registered PF_PACKET protocol family
[    0.204881] Key type dns_resolver registered
[    0.208759] registered taskstats version 1
[    0.209024] Loading compiled-in X.509 certificates
[    0.216094] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.0.9--v11.00.09+ (Fancy Rat)')
[    0.290410] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[    0.291141] pca953x 3-0020: supply vcc not found, using dummy regulator
[    0.291200] pca953x 3-0020: using no AI
[    0.310496] pca953x 3-0022: supply vcc not found, using dummy regulator
[    0.310559] pca953x 3-0022: using AI
[    0.311726] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[    0.312204] pca953x 4-0020: supply vcc not found, using dummy regulator
[    0.312247] pca953x 4-0020: using no AI
[    0.325947] omap_i2c 2030000.i2c: bus 4 rev0.12 at 400 kHz
[    0.326576] pca953x 5-0020: supply vcc not found, using dummy regulator
[    0.326621] pca953x 5-0020: using no AI
[    0.341824] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[    0.341856] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c/aux-bus/panel
[    0.341879] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
[    0.341991] /bus@100000/i2c@2040000/dsi-edp-bridge@2c/aux-bus/panel: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[    0.342057] omap_i2c 2040000.i2c: bus 5 rev0.12 at 400 kHz
[    0.342626] pca953x 6-0020: supply vcc not found, using dummy regulator
[    0.342680] pca953x 6-0020: using no AI
[    0.357800] omap_i2c 2050000.i2c: bus 6 rev0.12 at 400 kHz
[    0.357915] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[    0.358004] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[    0.358100] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[    0.358337] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[    0.364275] ti-udma 311a0000.dma-controller: Number of rings: 48
[    0.365811] ti-udma 311a0000.dma-controller: Channels: 48 (bchan: 0, tchan: 16, rchan: 32)
[    0.367295] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[    0.367300] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[    0.367303] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[    0.369303] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[    0.369308] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[    0.369310] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[    0.370003] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 275, base_baud = 6000000) is a 8250
[    0.370605] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 276, base_baud = 3000000) is a 8250
[    0.370653] printk: legacy console [ttyS2] enabled
[    2.873463] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    2.884362] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[    2.892633] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[    2.905507] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[    2.912718] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64, Policers 8
[    2.920089] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[    2.969460] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    2.980149] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
[    2.988242] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[    3.001026] am65-cpsw-nuss c200000.ethernet: Use random MAC address
[    3.007326] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
[    3.014452] am65-cpsw-nuss c200000.ethernet: ALE Table size 64, Policers 8
[    3.021654] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:250000000, add_val:3 pps:0
[    3.032000] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[    3.041169] mmc0: CQHCI version 5.10
[    3.081473] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[    3.173459] mmc0: Command Queue Engine enabled
[    3.177911] mmc0: new HS400 MMC card at address 0001
[    3.183392] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[    3.189020]  mmcblk0: p1 p2
[    3.192174] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[    3.197870] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[    3.203530] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0)
[    3.355620] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[    3.364027] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[    3.371520] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
[    3.379610] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[    3.387697] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[    4.497855] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
[    4.504126] pci_bus 0000:00: root bus resource [bus 00-ff]
[    4.509603] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[    4.519065] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[    4.525951] pci 0000:00:00.0: [104c:b012] type 01 class 0x060400 PCIe Root Port
[    4.533247] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[    4.542900] pci 0000:00:00.0: PCI bridge to [bus 00]
[    4.547857] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
[    4.553941] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    4.560722] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    4.568536] pci 0000:00:00.0: supports D1
[    4.572536] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    4.580177] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    4.588288] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    4.594904] pci 0000:00:00.0: PCI bridge to [bus 01]
[    4.599867] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    4.605427] pci_bus 0000:00: resource 5 [mem 0x10011000-0x17ffffff]
[    4.611741] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
[    4.618534] pcieport 0000:00:00.0: PME: Signaling with IRQ 538
[    4.624504] pcieport 0000:00:00.0: AER: enabled with IRQ 538
[    4.630409] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[    4.637899] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
[    4.645987] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
[    4.654072] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[    5.757534] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
[    5.763793] pci_bus 0001:00: root bus resource [bus 00-ff]
[    5.769269] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[    5.778903] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[    5.785782] pci 0001:00:00.0: [104c:b012] type 01 class 0x060400 PCIe Root Port
[    5.793077] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[    5.802728] pci 0001:00:00.0: PCI bridge to [bus 00]
[    5.807686] pci 0001:00:00.0:   bridge window [io  0x0000-0x0fff]
[    5.813767] pci 0001:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    5.820549] pci 0001:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    5.828399] pci 0001:00:00.0: supports D1
[    5.832399] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[    5.838158] pci 0001:00:00.0: VF BAR 0 [mem 0x00000000-0x003fffff 64bit]
[    5.844846] pci 0001:00:00.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 0 for 4 VFs
[    5.855731] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    5.863836] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[    5.870452] pci 0001:00:00.0: VF BAR 0 [mem 0x18400000-0x193fffff 64bit]: assigned
[    5.878012] pci 0001:00:00.0: PCI bridge to [bus 01]
[    5.882973] pci_bus 0001:00: resource 4 [io  0x10000-0x1ffff]
[    5.888708] pci_bus 0001:00: resource 5 [mem 0x18011000-0x1fffffff]
[    5.895002] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
[    5.901781] pcieport 0001:00:00.0: PME: Signaling with IRQ 540
[    5.907740] pcieport 0001:00:00.0: AER: enabled with IRQ 540
[    5.914192] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[    5.924525] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[    5.936444] spi-nand spi0.0: Winbond SPI NAND was found.
[    5.941763] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
[    5.950237] 7 fixed-partitions partitions found on MTD device spi0.0
[    5.956587] Creating 7 MTD partitions on "spi0.0":
[    5.961387] 0x000000000000-0x000000100000 : "ospi_nand.tiboot3"
[    5.968332] 0x000000100000-0x000000300000 : "ospi_nand.tispl"
[    5.975115] 0x000000300000-0x000000700000 : "ospi_nand.u-boot"
[    5.982403] 0x000000700000-0x000000740000 : "ospi_nand.env"
[    5.988610] 0x000000740000-0x000000780000 : "ospi_nand.env.backup"
[    5.995432] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
[    6.023251] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
[    6.030121] cadence-qspi 47040000.spi: Pattern not found. Skipping calibration.
[    6.039678] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
[    6.046728] Creating 7 MTD partitions on "47050000.spi.0":
[    6.052203] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[    6.058271] 0x000000080000-0x000000280000 : "qspi.tispl"
[    6.064147] 0x000000280000-0x000000680000 : "qspi.u-boot"
[    6.070102] 0x000000680000-0x0000006c0000 : "qspi.env"
[    6.075805] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
[    6.082095] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[    6.088079] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
[    6.129464] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    6.140275] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[    6.148542] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[    6.161398] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[    6.168608] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64, Policers 8
[    6.175965] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[    6.192390] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[    6.237462] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    6.248266] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
[    6.256361] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[    6.269147] am65-cpsw-nuss c200000.ethernet: Use random MAC address
[    6.275456] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
[    6.282579] am65-cpsw-nuss c200000.ethernet: ALE Table size 64, Policers 8
[    6.289929] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[    6.306788] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
[    6.317217] mmc1: CQHCI version 5.10
[    6.358018] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[    6.379536] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[    6.389026] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[    6.543253] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[    6.550339] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[    6.559418]  mmcblk1: p1 p2
[   10.496626] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   10.517468] IP-Config: Complete:
[   10.520684]      device=eth0, hwaddr=04:25:e8:b6:b0:26, ipaddr=192.168.1.10, mask=255.255.255.0, gw=255.255.255.255
[   10.531102]      host=192.168.1.10, domain=, nis-domain=(none)
[   10.536922]      bootserver=255.255.255.255, rootserver=192.168.1.20, rootpath=
[   10.537026] clk: Disabling unused clocks
[   10.559914] PM: genpd: Disabling unused power domains
[   10.565067] ALSA device list:
[   10.568102]   No soundcards found.
[   10.579865] VFS: Mounted root (nfs filesystem) on device 0:23.
[   10.585970] devtmpfs: mounted
[   10.589968] Freeing unused kernel memory: 2752K
[   10.594573] Run /sbin/init as init process
[   10.751967] systemd[1]: System time before build time, advancing clock.
[   10.788407] NET: Registered PF_INET6 protocol family
[   10.794949] Segment Routing with IPv6
[   10.798639] In-situ OAM (IOAM) with IPv6
[   10.831442] systemd[1]: systemd 255.17^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   10.863369] systemd[1]: Detected architecture arm64.

Welcome to Arago 2025.01!

[   10.879492] systemd[1]: Hostname set to <j784s4-evm-custom>.
[   11.131640] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[   11.237272] systemd[1]: Queued start job for default target Graphical Interface.
[   11.296440] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[   11.318505] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[   11.338392] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[   11.358239] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[   11.377633] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[   11.397594] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[   11.417530] systemd[1]: Expecting device /dev/ttyS2...
         Expecting device /dev/ttyS2...
[   11.429578] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[   11.441519] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[   11.457525] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[   11.469518] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[   11.535599] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[   11.557598] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[   11.582009] systemd[1]: Listening on Process Core Dump Socket.
[  OK  ] Listening on Process Core Dump Socket.
[   11.605682] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[   11.626373] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[   11.650111] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   11.673803] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   11.690147] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[   11.711063] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[   11.729705] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   11.746150] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[   11.805686] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[   11.819986] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[   11.840318] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[   11.853768] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[   11.869737] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[   11.885160] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[   11.908422] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[   11.924302] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[   11.940112] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[   11.961493] systemd[1]: Starting Start psplash boot splash screen...
         Starting Start psplash boot splash screen.[   11.972539] fuse: init (API version 7.41)
..
[   11.990441] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[   12.006039] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[   12.023402] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   12.045255] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[   12.060699] systemd[1]: Starting Generate network units from Kernel command line...
         Starting Generate network units from Kernel command line...
[   12.079043] cryptodev: loading out-of-tree module taints kernel.
[   12.086193] sysctl table check failed: ioctl/(null) procname is null
[   12.088553] systemd[1]: Starting Remount Root and Kernel File Systems...
[   12.089129] systemd-journald[176]: Collecting audit messages is enabled.
[   12.092675] sysctl table check failed: ioctl/(null) No proc_handler
[   12.112526] cryptodev: driver 1.14 loaded.
         Starting Remount Root and Kernel File Systems systemd[1]: Starting Coldplug All udev Devices...
[0m...
         Starting Coldplug All udev Devices...
[   12.141783] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[   12.158017] 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 Start psplas…temd 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...
         Starting Apply Kernel Variables...
[   12.481757] systemd-journald[176]: Received client request to flush runtime journal.
         Starting Create Static Device Nodes in /dev gracefully...
[  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 gracefully.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Preparation for Local File Systems.
         Mounting /var/volatile...
[   12.723106] audit: type=1334 audit(1736360578.968:2): prog-id=6 op=LOAD
[   12.729741] audit: type=1334 audit(1736360578.976:3): prog-id=7 op=LOAD
         Starting Rule-based Manager for Device Events and Files...
[  OK  ] Finished Coldplug All udev Devices.
[  OK  ] Mounted /var/volatile.
         Starting Load/Save OS Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Create System Files and Directories...
[  OK  ] Finished Load/Save OS Random Seed.
[   12.866290] audit: type=1334 audit(1736360579.112:4): prog-id=8 op=LOAD
[   12.872935] audit: type=1334 audit(1736360579.116:5): prog-id=9 op=LOAD
[   12.879580] audit: type=1334 audit(1736360579.124:6): prog-id=10 op=LOAD
         Starting User Database Manager...
[  OK  ] Finished Create System Files and Directories.
[   12.936873] audit: type=1334 audit(1736360579.180:7): prog-id=11 op=LOAD
         Starting Network Name Resolution...
[   12.952101] audit: type=1334 audit(1736360579.196:8): prog-id=12 op=LOAD
         Starting Network Time Synchronization...
         Starting Record System Boot/Shutdown in UTMP...
[  OK  ] Started User Database Manager.
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[  OK  ] Started Rule-based Manager for Device Events and Files.
[  OK  ] Found device /dev/ttyS2.
[   13.116928] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[   13.116964] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[   13.116988] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[   13.117686] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
[   13.117959] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
[   13.119436] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[   13.121507] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
[  OK  ] Started Network Name Resolution.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target System Time Set.
[  OK  ] Started Daily rotation of log files.
[  OK  ] Reached target Timer Units.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting Docker Socket for the API...
[  OK  ] Listening on dropbear.socket.
[  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
[   13.411896] CAN device driver interface
[   13.423804] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[   13.431614] audit: type=1334 audit(1749547958.414:9): prog-id=13 op=LOAD
[   13.432912] mc: Linux media interface: v0.10
[   13.456088] videodev: Linux video capture interface: v2.00
         Starting D-Bus System Message Bus...
[   13.475266] PVR_K:  241: Device: 4e20000000.gpu
[   13.487462] cdns-mhdp8546 a000000.bridge: error -EINVAL: invalid resource (null)
[   13.495453] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
[   13.502007] PVR_K:  241: Read BVNC 36.53.104.796 from HW device registers
         Starting Reboot and dump vmcore via kexec.[   13.512043] PVR_K:  241: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
..
[  OK  ] Listening on Docker Socket for the API.
[   13.544572] [drm] Initialized pvr 24.2.6643903 for 4e20000000.gpu on minor 0
[   13.576996] at24 0-0050: supply vcc not found, using dummy regulator
[   13.592007] SError Interrupt on CPU0, code 0x00000000bf000002 -- SError
[   13.592030] CPU: 0 UID: 0 PID: 253 Comm: (udev-worker) Tainted: G           O       6.12.17-ti-00771-gc85877d40f8e #1
[   13.592037] Tainted: [O]=OOT_MODULE
[   13.592039] Hardware name: Texas Instruments J784S4 EVM (DT)
[   13.592042] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[   13.592047] pc : _raw_spin_unlock_irqrestore+0x1c/0x44
[   13.592064] lr : __irq_put_desc_unlock+0x20/0x4c
[   13.592073] sp : ffff800080003cb0
[   13.592075] x29: ffff800080003cb0 x28: ffff00080196c880 x27: 0000000000000100
[   13.592082] x26: ffff0008016c1000 x25: fffffdffe00e1b00 x24: 0000000000000000
[   13.592087] x23: ffff000802f35608 x22: ffff000802f35630 x21: 0000000000000002
[   13.592092] x20: 0000000000000001 x19: ffff000801697400 x18: 0000000000000000
[   13.592097] x17: ffff800e8acef000 x16: ffff800080000000 x15: 01ab7ca5435f1726
[   13.592102] x14: 0000000000000000 x13: 0000000000000000 x12: 0000000000000014
[   13.592106] x11: 0000000000000108 x10: ffff800080e35428 x9 : 1fffe001002a3fe1
[   13.592112] x8 : 0000000000000001 x7 : ffff00080151ff00 x6 : ffffffffffffffe0
[   13.592117] x5 : ffff00080150fa80 x4 : 0000000000000000 x3 : ffffffffffffffe0
[   13.592121] x2 : 0000000000000001 x1 : ffff000803478000 x0 : 0000000100000103
[   13.592128] Kernel panic - not syncing: Asynchronous SError Interrupt
[   13.592130] CPU: 0 UID: 0 PID: 253 Comm: (udev-worker) Tainted: G           O       6.12.17-ti-00771-gc85877d40f8e #1
[   13.592135] Tainted: [O]=OOT_MODULE
[   13.592137] Hardware name: Texas Instruments J784S4 EVM (DT)
[   13.592142] Call trace:
[   13.592144]  dump_backtrace+0x90/0xe8
[   13.592152]  show_stack+0x18/0x24
[   13.592156]  dump_stack_lvl+0x34/0x8c
[   13.592164]  dump_stack+0x18/0x24
[   13.592168]  panic+0x390/0x3a4
[   13.592175]  nmi_panic+0x40/0x8c
[   13.592180]  arm64_serror_panic+0x64/0x70
[   13.592185]  do_serror+0x3c/0x70
[   13.592189]  el1h_64_error_handler+0x30/0x48
[   13.592199]  el1h_64_error+0x64/0x68
[   13.592202]  _raw_spin_unlock_irqrestore+0x1c/0x44
[   13.592206]  enable_irq+0x60/0xa8
[   13.592211]  am65_cpsw_nuss_rx_poll+0x36c/0x994
[   13.592218]  __napi_poll+0x38/0x17c
[   13.592223]  net_rx_action+0x15c/0x2b8
[   13.592226]  handle_softirqs+0x104/0x248
[   13.592230]  __do_softirq+0x14/0x20
[   13.592232]  ____do_softirq+0x10/0x1c
[   13.592236]  call_on_irq_stack+0x24/0x4c
[   13.592239]  do_softirq_own_stack+0x1c/0x28
[   13.592243]  irq_exit_rcu+0x8c/0xc4
[   13.592246]  el1_interrupt+0x38/0x68
[   13.592250]  el1h_64_irq_handler+0x18/0x24
[   13.592254]  el1h_64_irq+0x64/0x68
[   13.592257]  _raw_spin_unlock_irqrestore+0x8/0x44
[   13.592261]  wake_up_q+0x60/0xc4
[   13.592266]  rwsem_wake.isra.0+0x7c/0xb0
[   13.592271]  up_write+0x7c/0x80
[   13.592274]  kernfs_add_one+0xec/0x148
[   13.592281]  __kernfs_create_file+0x90/0xf4
[   13.592286]  sysfs_add_bin_file_mode_ns+0x58/0xec
[   13.592292]  sysfs_create_bin_file+0x78/0xac
[   13.592296]  device_create_bin_file+0x14/0x28
[   13.592305]  nvmem_register+0x594/0x704
[   13.592311]  devm_nvmem_register+0x1c/0x70
[   13.592315]  at24_probe+0x4cc/0x738 [at24]
[   13.592337]  i2c_device_probe+0x148/0x290
[   13.592344]  really_probe+0xbc/0x29c
[   13.592350]  __driver_probe_device+0x78/0x12c
[   13.592354]  driver_probe_device+0xd8/0x15c
[   13.592358]  __driver_attach+0x90/0x19c
[   13.592362]  bus_for_each_dev+0x7c/0xdc
[   13.592365]  driver_attach+0x24/0x30
[   13.592369]  bus_add_driver+0xe4/0x208
[   13.592373]  driver_register+0x5c/0x124
[   13.592378]  i2c_register_driver+0x48/0xcc
[   13.592383]  at24_init+0x40/0x1000 [at24]
[   13.592390]  do_one_initcall+0x80/0x1c8
[   13.592393]  do_init_module+0x58/0x1fc
[   13.592399]  load_module+0x1bcc/0x1d8c
[   13.592403]  init_module_from_file+0x88/0xcc
[   13.592407]  __arm64_sys_finit_module+0x148/0x324
[   13.592411]  invoke_syscall+0x48/0x10c
[   13.592418]  el0_svc_common.constprop.0+0xc0/0xe0
[   13.592423]  do_el0_svc+0x1c/0x28
[   13.592427]  el0_svc+0x28/0x98
[   13.592431]  el0t_64_sync_handler+0x120/0x12c
[   13.592436]  el0t_64_sync+0x190/0x194
[   13.592440] SMP: stopping secondary CPUs
[   13.592454] Kernel Offset: disabled
[   13.592456] CPU features: 0x08,00002002,80200000,4200420b
[   13.592459] Memory Limit: none
[   13.976559] ---[ end Kernel panic - not syncing: Asynchronous SError Interrupt ]---
U-Boot SPL 2025.01-00406-gcd91d7360181-dirty (Mar 25 2025 - 16:14:37 +0000)
SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.9--v11.00.09+ (Fancy Rat)')
Initialized 4 DRAM controllers
SPL initial stack usage: 13456 bytes
Trying to boot from MMC1
mmc_load_image_raw_sector: mmc block read error
Skipping authentication on GP device
Skipping authentication on GP device
Skipping authentication on GP device
Skipping authentication on GP device
Skipping authentication on GP device
Loading Environment from nowhere... OK
init_env from device 17 not supported!
Starting ATF on ARM64 core...

NOTICE:  BL31: v2.12.0(release):11.00.09-dirty
NOTICE:  BL31: Built : 12:35:58, Mar 24 2025
I/TC: 
I/TC: OP-TEE version: 4.5.0-73-gef1ebdc23-dev (gcc version 13.3.0 (GCC)) #1 Tue Feb  4 11:33:18 UTC 2025 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: 4.0 (firmware rev 0x000b '11.0.9--v11.00.09+ (Fancy Rat)')
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: HUK Initialized
I/TC: Primary CPU switching to normal world boot

U-Boot SPL 2025.01-00406-gcd91d7360181-dirty (Mar 25 2025 - 16:14:37 +0000)
SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.9--v11.00.09+ (Fancy Rat)')
Trying to boot from MMC1
mmc_load_image_raw_sector: mmc block read error
Skipping authentication on GP device
Skipping authentication on GP device


U-Boot 2025.01-00406-gcd91d7360181-dirty (Mar 25 2025 - 16:14:37 +0000)

SoC:   J784S4 SR1.0 GP
Model: Texas Instruments J784S4 EVM
DRAM:  2 GiB (total 32 GiB)
mmio-mux mux-controller@4080: unable to set idle state
Core:  143 devices, 36 uclasses, devicetree: separate
Flash: spi_nand nand@0: Winbond SPI NAND was found.
spi_nand nand@0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
k3-navss-ringacc ringacc@2b800000: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
k3-navss-ringacc ringacc@2b800000: dma-ring-reset-quirk: disabled
cadence_spi spi@47040000: Pattern not found. Skipping calibration
0 Bytes
MMC:   mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
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
Net:   eth0: ethernet@46000000port@1
Hit any key to stop autoboot:  0 
switch to partitions #0, OK
mmc0(part 0) is current device
SD/MMC found on device 0
322 bytes read in 1 ms (314.5 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc0 ...
Running uenvcmd ...
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 3
ethernet@46000000port@1 Waiting for PHY auto negotiation to complete.. done
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.1.20; our IP address is 192.168.1.10
Filename 'Image'.
Load address: 0x82000000
Loading: ##################################################  21.2 MiB
	 3.1 MiB/s
done
Bytes transferred = 22256128 (1539a00 hex)
am65_cpsw_nuss_port ethernet@46000000port@1: K3 CPSW: rflow_id_base: 3
link up on port 1, speed 1000, full duplex
Using ethernet@46000000port@1 device
TFTP from server 192.168.1.20; our IP address is 192.168.1.10
Filename 'k3-j784s4-evm.dtb'.
Load address: 0x88000000
Loading: ##################################################  127.6 KiB
	 8.3 MiB/s
done
Bytes transferred = 130685 (1fe7d hex)
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
   Loading Device Tree to 000000008ffdd000, end 000000008ffffe7c ... OK
Working FDT set to 8ffdd000

Starting kernel ...

I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
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.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[    0.000000] Linux version 6.12.17-ti-00771-gc85877d40f8e (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Tue Mar 25 12:45:29 UTC 2025
[    0.000000] KASLR disabled due to lack of seed
[    0.000000] Machine model: Texas Instruments J784S4 EVM
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000f90000000, size 1792 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x0000000f90000000..0x0000000fffffffff (1835008 KiB) map reusable linux,cma
[    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a6000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable r5f-memory@a6100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a7000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable r5f-memory@a7100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable c71-dma-memory@a8000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable c71-memory@a8100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a9000000..0x00000000a90fffff (1024 KiB) nomap non-reusable c71-dma-memory@a9000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a9100000..0x00000000a9ffffff (15360 KiB) nomap non-reusable c71-memory@a9100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000aa000000..0x00000000aa0fffff (1024 KiB) nomap non-reusable c71-dma-memory@aa000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000aa100000..0x00000000aaffffff (15360 KiB) nomap non-reusable c71-memory@aa100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000ab000000..0x00000000ab0fffff (1024 KiB) nomap non-reusable c71-dma-memory@ab000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000ab100000..0x00000000abffffff (15360 KiB) nomap non-reusable c71-memory@ab100000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000fffffffff]
[    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-0x00000000abffffff]
[    0.000000]   node   0: [mem 0x00000000ac000000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000880000000-0x0000000fffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.5
[    0.000000] percpu: Embedded 22 pages/cpu s51672 r8192 d30248 u90112
[    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] Kernel command line: console=ttyS2,115200 root=/dev/nfs rw nfsroot=192.168.1.20:/srv/nfs/rootfs,v3,tcp ip=192.168.1.10:::255.255.255.0::eth0:dhcp
[    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8388608
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] software IO TLB: area num 8.
[    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=512 to nr_cpu_ids=8.
[    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=8
[    0.000000] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    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: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
[    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 @880800000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x0000000880070000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880080000
[    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.000336] Console: colour dummy device 80x25
[    0.000375] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[    0.000382] pid_max: default: 32768 minimum: 301
[    0.000428] LSM: initializing lsm=capability,selinux
[    0.000469] SELinux:  Initializing.
[    0.000879] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000942] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.002459] rcu: Hierarchical SRCU implementation.
[    0.002462] rcu: 	Max phase no-delay instances is 1000.
[    0.002584] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.004234] EFI services will not be available.
[    0.007955] smp: Bringing up secondary CPUs ...
[    0.024220] Detected PIPT I-cache on CPU1
[    0.024271] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[    0.024285] GICv3: CPU1: using allocated LPI pending table @0x0000000880090000
[    0.024321] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[    0.032843] Detected PIPT I-cache on CPU2
[    0.032872] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[    0.032884] GICv3: CPU2: using allocated LPI pending table @0x00000008800a0000
[    0.032908] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[    0.041383] Detected PIPT I-cache on CPU3
[    0.041415] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[    0.041428] GICv3: CPU3: using allocated LPI pending table @0x00000008800b0000
[    0.041451] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[    0.052365] Detected PIPT I-cache on CPU4
[    0.052426] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[    0.052439] GICv3: CPU4: using allocated LPI pending table @0x00000008800c0000
[    0.052473] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[    0.061009] Detected PIPT I-cache on CPU5
[    0.061046] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[    0.061059] GICv3: CPU5: using allocated LPI pending table @0x00000008800d0000
[    0.061083] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[    0.072341] Detected PIPT I-cache on CPU6
[    0.072381] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[    0.072393] GICv3: CPU6: using allocated LPI pending table @0x00000008800e0000
[    0.072417] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[    0.080910] Detected PIPT I-cache on CPU7
[    0.080952] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[    0.080965] GICv3: CPU7: using allocated LPI pending table @0x00000008800f0000
[    0.080989] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[    0.081074] smp: Brought up 1 node, 8 CPUs
[    0.081079] SMP: Total of 8 processors activated.
[    0.081081] CPU: All CPU(s) started at EL2
[    0.081083] CPU features: detected: 32-bit EL0 Support
[    0.081085] CPU features: detected: CRC32 instructions
[    0.081120] alternatives: applying system-wide alternatives
[    0.081478] Memory: 30757804K/33554432K available (12928K kernel code, 1254K rwdata, 4648K rodata, 2752K init, 639K bss, 950064K reserved, 1835008K cma-reserved)
[    0.082103] devtmpfs: initialized
[    0.093905] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.093918] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.115735] 27152 pages in range for non-PLT usage
[    0.115743] 518672 pages in range for PLT usage
[    0.115968] pinctrl core: initialized pinctrl subsystem
[    0.116283] DMI not present or invalid.
[    0.117986] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.119271] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.119975] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.120689] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.120721] audit: initializing netlink subsys (disabled)
[    0.120862] audit: type=2000 audit(0.120:1): state=initialized audit_enabled=0 res=1
[    0.121080] thermal_sys: Registered thermal governor 'step_wise'
[    0.121083] thermal_sys: Registered thermal governor 'power_allocator'
[    0.121109] cpuidle: using governor menu
[    0.121184] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.121292] ASID allocator initialised with 65536 entries
[    0.126814] /bus@100000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@100000/interrupt-controller@1800000
[    0.126916] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c/aux-bus/panel
[    0.126939] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
[    0.126963] /bus@100000/i2c@2040000/dsi-edp-bridge@2c/aux-bus/panel: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[    0.127190] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.127199] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[    0.127223] /bus@100000/bridge@a000000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.127245] /bus@100000/dss@4a00000: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
[    0.127255] /bus@100000/dss@4a00000: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
[    0.131333] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c/aux-bus/panel
[    0.131362] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
[    0.131400] /bus@100000/i2c@2040000/dsi-edp-bridge@2c/aux-bus/panel: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[    0.134586] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
[    0.134624] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.134641] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[    0.134790] /bus@100000/bridge@a000000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.135020] /bus@100000/bridge@a000000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.135055] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.135097] /bus@100000/dss@4a00000: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
[    0.135129] /bus@100000/dss@4a00000: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
[    0.135967] /bus@100000/bridge@a000000: Fixed dependency cycle(s) with /connector-dp0
[    0.136019] /connector-dp0: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
[    0.137235] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.137238] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.137241] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.137243] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    0.137245] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.137246] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.137249] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.137250] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.138185] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[    0.138726] iommu: Default domain type: Translated
[    0.138729] iommu: DMA domain TLB invalidation policy: strict mode
[    0.139101] SCSI subsystem initialized
[    0.139269] usbcore: registered new interface driver usbfs
[    0.139281] usbcore: registered new interface driver hub
[    0.139301] usbcore: registered new device driver usb
[    0.139570] pps_core: LinuxPPS API ver. 1 registered
[    0.139573] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.139579] PTP clock support registered
[    0.139598] EDAC MC: Ver: 3.0.0
[    0.139738] scmi_core: SCMI protocol bus registered
[    0.139888] FPGA manager framework
[    0.139931] Advanced Linux Sound Architecture Driver Initialized.
[    0.140391] vgaarb: loaded
[    0.140575] clocksource: Switched to clocksource arch_sys_counter
[    0.140709] VFS: Disk quotas dquot_6.6.0
[    0.140721] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.144493] NET: Registered PF_INET protocol family
[    0.144800] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.150003] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.150146] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.150165] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.150973] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.151851] TCP: Hash tables configured (established 262144 bind 65536)
[    0.151948] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.152260] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.152702] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.153031] RPC: Registered named UNIX socket transport module.
[    0.153035] RPC: Registered udp transport module.
[    0.153037] RPC: Registered tcp transport module.
[    0.153038] RPC: Registered tcp-with-tls transport module.
[    0.153040] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.153046] NET: Registered PF_XDP protocol family
[    0.153059] PCI: CLS 0 bytes, default 64
[    0.154089] Initialise system trusted keyrings
[    0.154194] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[    0.154367] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.154497] NFS: Registering the id_resolver key type
[    0.154511] Key type id_resolver registered
[    0.154513] Key type id_legacy registered
[    0.154525] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.154528] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.176020] Key type asymmetric registered
[    0.176025] Asymmetric key parser 'x509' registered
[    0.176058] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.176152] io scheduler mq-deadline registered
[    0.176155] io scheduler kyber registered
[    0.176170] io scheduler bfq registered
[    0.178790] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[    0.178892] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[    0.179057] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[    0.179365] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[    0.179495] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[    0.179880] pinctrl-single 104200.pinctrl: 20 pins, size 80
[    0.179954] pinctrl-single 104280.pinctrl: 8 pins, size 32
[    0.180667] ledtrig-cpu: registered to indicate activity on CPUs
[    0.184434] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.189920] loop: module loaded
[    0.190565] megasas: 07.727.03.00-rc1
[    0.192528] tun: Universal TUN/TAP device driver, 1.6
[    0.193114] VFIO - User Level meta-driver version: 0.3
[    0.193840] usbcore: registered new interface driver usb-storage
[    0.194234] i2c_dev: i2c /dev entries driver
[    0.194955] sdhci: Secure Digital Host Controller Interface driver
[    0.194958] sdhci: Copyright(c) Pierre Ossman
[    0.195098] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.195532] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    0.195934] usbcore: registered new interface driver usbhid
[    0.195936] usbhid: USB HID core driver
[    0.196702] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 (0,8000003f) counters available
[    0.197036] optee: probing for conduit method.
[    0.197054] optee: revision 4.5 (ef1ebdc23034a804)
[    0.213500] optee: dynamic shared memory is enabled
[    0.213894] optee: initialized driver
[    0.213987] random: crng init done
[    0.214118] mux muxchip0: unable to set idle state
[    0.214122] mmio-mux 104080.mux-controller: probe with driver mmio-mux failed with error -5
[    0.215224] Initializing XFRM netlink socket
[    0.215241] NET: Registered PF_PACKET protocol family
[    0.215285] Key type dns_resolver registered
[    0.219179] registered taskstats version 1
[    0.219450] Loading compiled-in X.509 certificates
[    0.226658] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.0.9--v11.00.09+ (Fancy Rat)')
[    0.305489] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[    0.306242] pca953x 3-0020: supply vcc not found, using dummy regulator
[    0.306300] pca953x 3-0020: using no AI
[    0.321644] pca953x 3-0022: supply vcc not found, using dummy regulator
[    0.321691] pca953x 3-0022: using AI
[    0.322904] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[    0.323342] pca953x 4-0020: supply vcc not found, using dummy regulator
[    0.323384] pca953x 4-0020: using no AI
[    0.337072] omap_i2c 2030000.i2c: bus 4 rev0.12 at 400 kHz
[    0.337687] pca953x 5-0020: supply vcc not found, using dummy regulator
[    0.337745] pca953x 5-0020: using no AI
[    0.352939] /bus@100000/dsi@4800000: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[    0.352973] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c/aux-bus/panel
[    0.352996] /bus@100000/i2c@2040000/dsi-edp-bridge@2c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
[    0.353104] /bus@100000/i2c@2040000/dsi-edp-bridge@2c/aux-bus/panel: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[    0.353174] omap_i2c 2040000.i2c: bus 5 rev0.12 at 400 kHz
[    0.353768] pca953x 6-0020: supply vcc not found, using dummy regulator
[    0.353816] pca953x 6-0020: using no AI
[    0.368913] omap_i2c 2050000.i2c: bus 6 rev0.12 at 400 kHz
[    0.369027] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[    0.369117] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[    0.369216] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[    0.369445] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[    0.375379] ti-udma 311a0000.dma-controller: Number of rings: 48
[    0.376899] ti-udma 311a0000.dma-controller: Channels: 48 (bchan: 0, tchan: 16, rchan: 32)
[    0.378377] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[    0.378382] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[    0.378385] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[    0.380403] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[    0.380409] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[    0.380412] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[    0.381102] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 275, base_baud = 6000000) is a 8250
[    0.381706] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 276, base_baud = 3000000) is a 8250
[    0.381756] printk: legacy console [ttyS2] enabled
[    2.888576] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    2.899494] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[    2.907766] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[    2.920646] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[    2.927858] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64, Policers 8
[    2.935256] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[    2.984580] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    2.995200] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
[    3.003294] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[    3.016067] am65-cpsw-nuss c200000.ethernet: Use random MAC address
[    3.022364] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
[    3.029490] am65-cpsw-nuss c200000.ethernet: ALE Table size 64, Policers 8
[    3.036691] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:250000000, add_val:3 pps:0
[    3.046982] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[    3.055900] mmc0: CQHCI version 5.10
[    3.100744] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[    3.192690] mmc0: Command Queue Engine enabled
[    3.197136] mmc0: new HS400 MMC card at address 0001
[    3.202610] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[    3.208142]  mmcblk0: p1 p2
[    3.211264] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[    3.216805] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[    3.222311] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0)
[    3.330339] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[    3.338924] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[    3.346429] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
[    3.354520] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[    3.362606] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[    4.477174] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
[    4.483447] pci_bus 0000:00: root bus resource [bus 00-ff]
[    4.488924] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[    4.498385] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[    4.505272] pci 0000:00:00.0: [104c:b012] type 01 class 0x060400 PCIe Root Port
[    4.512570] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[    4.522222] pci 0000:00:00.0: PCI bridge to [bus 00]
[    4.527178] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
[    4.533259] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    4.540040] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    4.547854] pci 0000:00:00.0: supports D1
[    4.551854] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    4.559516] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    4.567621] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    4.574242] pci 0000:00:00.0: PCI bridge to [bus 01]
[    4.579206] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    4.584768] pci_bus 0000:00: resource 5 [mem 0x10011000-0x17ffffff]
[    4.591079] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
[    4.597875] pcieport 0000:00:00.0: PME: Signaling with IRQ 538
[    4.603887] pcieport 0000:00:00.0: AER: enabled with IRQ 538
[    4.609795] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[    4.617282] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
[    4.625368] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
[    4.633452] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[    5.744688] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
[    5.750953] pci_bus 0001:00: root bus resource [bus 00-ff]
[    5.756429] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[    5.766064] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[    5.772941] pci 0001:00:00.0: [104c:b012] type 01 class 0x060400 PCIe Root Port
[    5.780237] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[    5.789901] pci 0001:00:00.0: PCI bridge to [bus 00]
[    5.794858] pci 0001:00:00.0:   bridge window [io  0x0000-0x0fff]
[    5.800939] pci 0001:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    5.807719] pci 0001:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
[    5.815558] pci 0001:00:00.0: supports D1
[    5.819559] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[    5.825318] pci 0001:00:00.0: VF BAR 0 [mem 0x00000000-0x003fffff 64bit]
[    5.832004] pci 0001:00:00.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]: contains BAR 0 for 4 VFs
[    5.842877] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    5.850980] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[    5.857598] pci 0001:00:00.0: VF BAR 0 [mem 0x18400000-0x193fffff 64bit]: assigned
[    5.865157] pci 0001:00:00.0: PCI bridge to [bus 01]
[    5.870118] pci_bus 0001:00: resource 4 [io  0x10000-0x1ffff]
[    5.875851] pci_bus 0001:00: resource 5 [mem 0x18011000-0x1fffffff]
[    5.882143] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
[    5.888918] pcieport 0001:00:00.0: PME: Signaling with IRQ 540
[    5.894876] pcieport 0001:00:00.0: AER: enabled with IRQ 540
[    5.901344] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[    5.911672] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[    5.923627] spi-nand spi0.0: Winbond SPI NAND was found.
[    5.928946] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
[    5.937447] 7 fixed-partitions partitions found on MTD device spi0.0
[    5.943797] Creating 7 MTD partitions on "spi0.0":
[    5.948584] 0x000000000000-0x000000100000 : "ospi_nand.tiboot3"
[    5.955649] 0x000000100000-0x000000300000 : "ospi_nand.tispl"
[    5.962422] 0x000000300000-0x000000700000 : "ospi_nand.u-boot"
[    5.969840] 0x000000700000-0x000000740000 : "ospi_nand.env"
[    5.976072] 0x000000740000-0x000000780000 : "ospi_nand.env.backup"
[    5.982902] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
[    6.010616] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
[    6.017474] cadence-qspi 47040000.spi: Pattern not found. Skipping calibration.
[    6.027033] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
[    6.034077] Creating 7 MTD partitions on "47050000.spi.0":
[    6.039557] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[    6.045634] 0x000000080000-0x000000280000 : "qspi.tispl"
[    6.051521] 0x000000280000-0x000000680000 : "qspi.u-boot"
[    6.057488] 0x000000680000-0x0000006c0000 : "qspi.env"
[    6.063187] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
[    6.069471] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[    6.075483] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
[    6.116576] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    6.127377] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[    6.135646] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[    6.148524] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[    6.155734] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64, Policers 8
[    6.163090] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[    6.179920] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[    6.228579] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    6.239289] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
[    6.247391] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[    6.260244] am65-cpsw-nuss c200000.ethernet: Use random MAC address
[    6.266585] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
[    6.273714] am65-cpsw-nuss c200000.ethernet: ALE Table size 64, Policers 8
[    6.281192] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[    6.298254] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
[    6.308581] mmc1: CQHCI version 5.10
[    6.349176] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[    6.370655] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[    6.380145] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[    6.537509] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[    6.544581] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[    6.553769]  mmcblk1: p1 p2
[   10.495737] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   10.516584] IP-Config: Complete:
[   10.519802]      device=eth0, hwaddr=04:25:e8:b6:b0:26, ipaddr=192.168.1.10, mask=255.255.255.0, gw=255.255.255.255
[   10.530223]      host=192.168.1.10, domain=, nis-domain=(none)
[   10.536043]      bootserver=255.255.255.255, rootserver=192.168.1.20, rootpath=
[   10.536142] clk: Disabling unused clocks
[   10.559113] PM: genpd: Disabling unused power domains
[   10.564267] ALSA device list:
[   10.567300]   No soundcards found.
[   10.576572] VFS: Mounted root (nfs filesystem) on device 0:23.
[   10.582544] devtmpfs: mounted
[   10.586489] Freeing unused kernel memory: 2752K
[   10.591097] Run /sbin/init as init process
[   10.744561] systemd[1]: System time before build time, advancing clock.
[   10.780352] NET: Registered PF_INET6 protocol family
[   10.786889] Segment Routing with IPv6
[   10.790563] In-situ OAM (IOAM) with IPv6
[   10.822048] systemd[1]: systemd 255.17^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   10.853927] systemd[1]: Detected architecture arm64.

Welcome to Arago 2025.01!

[   10.874713] systemd[1]: Hostname set to <j784s4-evm-custom>.
[   11.121894] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[   11.228994] systemd[1]: Queued start job for default target Graphical Interface.
[   11.291666] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[   11.313641] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[   11.333552] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[   11.353376] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[   11.372750] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[   11.392707] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[   11.412651] systemd[1]: Expecting device /dev/ttyS2...
         Expecting device /dev/ttyS2...
[   11.424678] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[   11.436635] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[   11.452629] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[   11.464637] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[   11.514820] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[   11.536697] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[   11.560985] systemd[1]: Listening on Process Core Dump Socket.
[  OK  ] Listening on Process Core Dump Socket.
[   11.580789] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[   11.605499] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[   11.629269] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   11.648902] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   11.661301] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[   11.681917] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[   11.700817] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   11.717190] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[   11.760800] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[   11.779102] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[   11.798947] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[   11.816872] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[   11.832599] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[   11.851751] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[   11.871188] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[   11.887564] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[   11.903465] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[   11.924985] systemd[1]: Starting Start psplash boot splash screen...
         Starting Start psplash boot splash screen.[   11.935682] fuse: init (API version 7.41)
..
[   11.957837] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[   11.969132] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[   11.986713] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   12.004413] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[   12.020096] systemd[1]: Starting Generate network units from Kernel command line...
         Starting Generate network units from Kernel command line...
[   12.038087] cryptodev: loading out-of-tree module taints kernel.
[   12.044988] sysctl table check failed: ioctl/(null) procname is null
[   12.045773] systemd-journald[174]: Collecting audit messages is enabled.
[   12.047658] systemd[1]: Starting Remount Root and Kernel File Systems...
[   12.051396] sysctl table check failed: ioctl/(null) No proc_handler
[   12.071021] cryptodev: driver 1.14 loaded.
         Starting Remount Root and Kernel File Systems systemd[1]: Starting Coldplug All udev Devices...
[0m...
         Starting Coldplug All udev Devices...
[   12.096992] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[   12.117807] 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 Start psplas…temd 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...
         Starting Apply Kernel Variables...
         Starting Create Static Device Nodes in /dev gr[   12.428337] systemd-journald[174]: Received client request to flush runtime journal.
acefully...
[  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 gracefully.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Preparation for Local File Systems.
         Mounting /var/volatile...
[   12.638932] audit: type=1334 audit(1736360578.892:2): prog-id=6 op=LOAD
[   12.645596] audit: type=1334 audit(1736360578.900:3): prog-id=7 op=LOAD
         Starting Rule-based Manager for Device Events and Files...
[  OK  ] Mounted /var/volatile.
[  OK  ] Finished Coldplug All udev Devices.
         Starting Load/Save OS Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Create System Files and Directories...
[  OK  ] Finished Load/Save OS Random Seed.
[   12.785473] audit: type=1334 audit(1736360579.040:4): prog-id=8 op=LOAD
[   12.792123] audit: type=1334 audit(1736360579.044:5): prog-id=9 op=LOAD
[   12.798773] audit: type=1334 audit(1736360579.052:6): prog-id=10 op=LOAD
         Starting User Database Manager...
[  OK  ] Finished Create System Files and Directories.
[  OK  ] Started User Database Manager.
[   12.884812] audit: type=1334 audit(1736360579.140:7): prog-id=11 op=LOAD
         Starting Network Name Resolution...
[   12.930705] audit: type=1334 audit(1736360579.184:8): prog-id=12 op=LOAD
         Starting Network Time Synchronization...
         Starting Record System Boot/Shutdown in UTMP...
[  OK  ] Started Rule-based Manager for Device Events and Files.
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[   13.080498] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[   13.081759] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[   13.081969] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
[   13.083541] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[   13.087752] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
[   13.101210] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[  OK  ] Found device /dev/ttyS2.
[  OK  ] Started Network Name Resolution.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target System Time Set.
[  OK  ] Started Daily rotation of log files.
[  OK  ] Reached target Timer Units.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting Docker Socket for the API...
[   13.375614] CAN device driver interface
[  OK  ] Listening on dropbear.socket.
[  OK  ] Listening on PC/SC Smart Card Daemo[   13.410066] SError Interrupt on CPU0, code 0x00000000bf000002 -- SError
[   13.410085] CPU: 0 UID: 0 PID: 235 Comm: (udev-worker) Tainted: G           O       6.12.17-ti-00771-gc85877d40f8e #1
[   13.410092] Tainted: [O]=OOT_MODULE
[   13.410094] Hardware name: Texas Instruments J784S4 EVM (DT)
[   13.410097] pstate: 400000c5 (nZcv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[   13.410102] pc : _raw_spin_unlock+0x18/0x40
[   13.410119] lr : handle_irq_event+0x44/0xa8
[   13.410130] sp : ffff800080003a00
[   13.410132] x29: ffff800080003a00 x28: ffff000804f2a100 x27: 0000000000000100
[   13.410140] x26: ffff000803642000 x25: ffff000804cf5800 x24: 0000000000000001
[   13.410145] x23: ffff000805374a30 x22: ffff0008041714ac x21: ffff000804171430
[   13.410150] x20: ffff000804171430 x19: ffff000804171400 x18: 0000000000000000
[   13.410155] x17: ffff800e8acef000 x16: ffff800080000000 x15: ffff000f0bf03240
[   13.410159] x14: 0000000000000000 x13: 0000000000000000 x12: 0000000000000014
[   13.410164] x11: 0000000000000040 x10: ffff000803adf8b0 x9 : ffff000803adf8a8
[   13.410169] x8 : ffff000803160dd8 x7 : 0000000000000000 x6 : 0000000000000000
[   13.410174] x5 : ffff800e8acef000 x4 : ffff800080003a30 x3 : ffff800e8acef000
[   13.410179] x2 : ffff000804171400 x1 : ffff000804f2a100 x0 : 0000000100010101
[   13.410186] Kernel panic - not syncing: Asynchronous SError Interrupt
[   13.410188] CPU: 0 UID: 0 PID: 235 Comm: (udev-worker) Tainted: G           O       6.12.17-ti-00771-gc85877d40f8e #1
[   13.410193] Tainted: [O]=OOT_MODULE
[   13.410195] Hardware name: Texas Instruments J784S4 EVM (DT)
[   13.410198] Call trace:
[   13.410201]  dump_backtrace+0x90/0xe8
[   13.410211]  show_stack+0x18/0x24
[   13.410215]  dump_stack_lvl+0x34/0x8c
[   13.410222]  dump_stack+0x18/0x24
[   13.410226]  panic+0x390/0x3a4
[   13.410233]  nmi_panic+0x40/0x8c
[   13.410237]  arm64_serror_panic+0x64/0x70
[   13.410243]  do_serror+0x3c/0x70
[   13.410248]  el1h_64_error_handler+0x30/0x48
[   13.410254]  el1h_64_error+0x64/0x68
[   13.410257]  _raw_spin_unlock+0x18/0x40
[   13.410261]  handle_level_irq+0xc0/0x1a8
[   13.410265]  handle_irq_desc+0x40/0x58
[   13.410269]  generic_handle_domain_irq+0x1c/0x28
[   13.410274]  ti_sci_inta_irq_handler+0x7c/0x128
[   13.410282]  handle_irq_desc+0x40/0x58
[   13.410287]  generic_handle_domain_irq+0x1c/0x28
[   13.410292]  gic_handle_irq+0x54/0xd0
[   13.410295]  do_interrupt_handler+0x50/0x8c
[   13.410298]  el1_interrupt+0x34/0x68
[   13.410302]  el1h_64_irq_handler+0x18/0x24
[   13.410307]  el1h_64_irq+0x64/0x68
[   13.410310]  _raw_spin_unlock_irqrestore+0x1c/0x44
[   13.410314]  enable_irq+0x60/0xa8
[   13.410320]  am65_cpsw_nuss_rx_poll+0x36c/0x994
[   13.410328]  __napi_poll+0x38/0x17c
[   13.410334]  net_rx_action+0x15c/0x2b8
[   13.410338]  handle_softirqs+0x104/0x248
[   13.410342]  __do_softirq+0x14/0x20
[   13.410345]  ____do_softirq+0x10/0x1c
[   13.410348]  call_on_irq_stack+0x24/0x4c
[   13.410352]  do_softirq_own_stack+0x1c/0x28
[   13.410356]  irq_exit_rcu+0x8c/0xc4
[   13.410359]  el1_interrupt+0x38/0x68
[   13.410363]  el1h_64_irq_handler+0x18/0x24
[   13.410368]  el1h_64_irq+0x64/0x68
[   13.410371]  _raw_spin_unlock_irqrestore+0x8/0x44
[   13.410376]  mbox_send_message+0xb4/0x130
[   13.410384]  ti_sci_manage_irq.constprop.0+0xd4/0x260
[   13.410392]  ti_sci_cmd_set_event_map+0x40/0x50
[   13.410396]  ti_sci_inta_request_resources+0x150/0x4e4
[   13.410402]  irq_chip_request_resources_parent+0x20/0x34
[   13.410408]  __setup_irq+0x2ac/0x6d0
[   13.410413]  request_threaded_irq+0xc8/0x1ac
[   13.410417]  udma_alloc_chan_resources+0x450/0x8f4
[   13.410424]  dma_chan_get+0x7c/0x1e4
[   13.410428]  find_candidate+0x138/0x1e0
[   13.410432]  __dma_request_channel+0x80/0xfc
[   13.410436]  udma_of_xlate+0x84/0x114
[   13.410439]  of_dma_request_slave_channel+0x174/0x274
[   13.410444]  dma_request_chan+0x40/0x28c
[   13.410447]  sa_ul_probe+0x19c/0x524 [sa2ul]
[   13.410469]  platform_probe+0x68/0xc4
[   13.410479]  really_probe+0xbc/0x29c
[   13.410483]  __driver_probe_device+0x78/0x12c
[   13.410487]  driver_probe_device+0xd8/0x15c
[   13.410492]  __driver_attach+0x90/0x19c
[   13.410496]  bus_for_each_dev+0x7c/0xdc
[   13.410500]  driver_attach+0x24/0x30
[   13.410504]  bus_add_driver+0xe4/0x208
[   13.410508]  driver_register+0x5c/0x124
[   13.410513]  __platform_driver_register+0x24/0x30
[   13.410518]  sa_ul_driver_init+0x20/0x1000 [sa2ul]
[   13.410524]  do_one_initcall+0x80/0x1c8
[   13.410528]  do_init_module+0x58/0x1fc
[   13.410535]  load_module+0x1bcc/0x1d8c
[   13.410539]  init_module_from_file+0x88/0xcc
[   13.410543]  __arm64_sys_finit_module+0x148/0x324
[   13.410547]  invoke_syscall+0x48/0x10c
[   13.410552]  el0_svc_common.constprop.0+0xc0/0xe0
[   13.410556]  do_el0_svc+0x1c/0x28
[   13.410560]  el0_svc+0x28/0x98
[   13.410565]  el0t_64_sync_handler+0x120/0x12c
[   13.410569]  el0t_64_sync+0x190/0x194
[   13.410572] SMP: stopping secondary CPUs
[   13.410586] Kernel Offset: disabled
[   13.410588] CPU features: 0x08,00002002,80200000,4200420b
[   13.410592] Memory Limit: none
[   13.863737] ---[ end Kernel panic - not syncing: Asynchronous SError Interrupt ]---
n Activation Socket.

  • Hi Gokhan,

    Does the kernel panic occur in the same spot every time, or does it vary?

    Does this occur with warm resets or only cold resets?

    Best,
    Jared

  • Hi Jared,

    It seems to occur with nearly same timestamp values (~13 sec).

    Two example log files above are taken from two different sessions and the kernel panic time is nearly same.

    I am sure i witnessed this with warm resets but not sure with cold resets.

  • Hi Gokhan,

    Which image are you building?

    I will see if I can replicate your issue on my end.

    Best,
    Jared

  • Hi Jared,
    The information about Yocto image build process is inside the question description. (Information section)
    Thanks

  • Hi Gokhan,

    I see which config you are using, but I don't see which image you built.

    Best,
    Jared

  • Hi Jared,
    I am building "tisdk-default-image".
    Thanks

  • Hi Gokhan,

    I will see if I can replicate the issue on my end, but in the interim, can you try using a processor-sdk-linux config?

    Best,
    Jared

  • Hi Jared,

    I looked for a config file that best match with the "ti-processor-sdk-linux-adas-j784s4-evm-11_00_00_08" version. Since "processor-sdk-scarthgap-11.00.09.04-config.txt" is the only one that has version 11, I used that one. As far as i see, the latest configuration inside processor-sdk-linux is "processor-sdk-linux-10_01_08_01.txt". Can you confirm? If you direct me to an 11 version processor-sdk-linux file, i could use that one.

    Thanks

  • Hi Gokhan,

    I apologize, I see that there isn't a config for 11.0 currently; I assumed there would be. I asked, because this is where the J7 release configs are stored. The Sitara release configs are stored in the processor-sdk directory.

    I am currently constantly rebooting a board with a tisdk-default-image generated using the processor-sdk config, and will report if I see your kernel panic issue.

    Best,
    Jared

  • Hi Gokhan,

    I was unable to recreate your issue with an SD card. I am now attempting it using NFS for the rootfs.

    Best,
    Jared

  • Hi Gokhan

    I was able to see a kernel panic after 89 reboots. It appears to be a different issue than yours, however.

    [    8.747506] platform 5900000.r5f: assigned reserved memory node r5f-dma-memory@a6000000
    [    8.754320] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode
    [    8.766233] remoteproc remoteproc4: 5900000.r5f is available
    [    8.767470] remoteproc remoteproc5: 65800000.dsp is available
    [    8.772614] remoteproc remoteproc4: attaching to 5900000.r5f
    [    8.781066] remoteproc remoteproc5: attaching to 65800000.dsp
    [    8.784179] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [    8.784188] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [    8.784192] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [    8.784195] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [    8.789407] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node r5f-dma-memory@a6000000
    [    8.795930] remoteproc remoteproc5: unsupported resource 65538
    [    8.800266] SError Interrupt on CPU0, code 0x00000000bf000002 -- SError
    [    8.800280] CPU: 0 UID: 0 PID: 270 Comm: (udev-worker) Tainted: G           O       6.12.17-ti-00771-gc85877d40f8e #1
    [    8.800286] Tainted: [O]=OOT_MODULE
    [    8.800288] Hardware name: Texas Instruments J784S4 EVM (DT)
    [    8.800291] pstate: 800000c5 (Nzcv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    8.800295] pc : _raw_spin_unlock+0x18/0x40
    [    8.800311] lr : handle_level_irq+0xe0/0x1a8
    [    8.800317] sp : ffff800080003f20
    [    8.800319] x29: ffff800080003f20 x28: ffff00080657e300 x27: 0000000000000000
    [    8.800326] x26: ffff000f0bf04300 x25: ffff000802f82400 x24: 0000000000000001
    [    8.800331] x23: ffff000802f8f030 x22: ffff00080354f800 x21: ffff0008035934ac
    [    8.800336] x20: ffff000803593430 x19: ffff000803593400 x18: 0000000000000000
    [    8.800341] x17: ffff800e8acef000 x16: ffff800080000000 x15: 00625a979c4a22e0
    [    8.800345] x14: 000089ac96b76c64 x13: 000000000000007c x12: 000000000000007c
    [    8.800350] x11: 0000000000000040 x10: ffff00080354f8b0 x9 : ffff00080354f8a8
    [    8.800355] x8 : ffff000f0bf00f58 x7 : a35bcd24d4973214 x6 : ffffffffffffffe0
    [    8.800359] x5 : ffff00080150a480 x4 : 0000000000000000 x3 : ffffffffffffffe0
    [    8.800364] x2 : ffff800083a00000 x1 : ffff00080657e300 x0 : 0000000000010001
    [    8.800370] Kernel panic - not syncing: Asynchronous SError Interrupt
    [    8.800372] CPU: 0 UID: 0 PID: 270 Comm: (udev-worker) Tainted: G           O       6.12.17-ti-00771-gc85877d40f8e #1
    [    8.800377] Tainted: [O]=OOT_MODULE
    [    8.800378] Hardware name: Texas Instruments J784S4 EVM (DT)
    [    8.800381] Call trace:
    [    8.800382]  dump_backtrace+0x90/0xe8
    [    8.800392]  show_stack+0x18/0x24
    [    8.800396]  dump_stack_lvl+0x34/0x8c
    [    8.800402]  dump_stack+0x18/0x24
    [    8.800405]  panic+0x390/0x3a4
    [    8.800412]  nmi_panic+0x40/0x8c
    [    8.800416]  arm64_serror_panic+0x64/0x70
    [    8.800421]  do_serror+0x3c/0x70
    [    8.800426]  el1h_64_error_handler+0x30/0x48
    [    8.800432]  el1h_64_error+0x64/0x68
    [    8.800434]  _raw_spin_unlock+0x18/0x40
    [    8.800438]  handle_irq_desc+0x40/0x58
    [    8.800443]  generic_handle_domain_irq+0x1c/0x28
    [    8.800447]  ti_sci_inta_irq_handler+0x7c/0x128
    [    8.800455]  handle_irq_desc+0x40/0x58
    [    8.800459]  generic_handle_domain_irq+0x1c/0x28
    [    8.800462]  gic_handle_irq+0x54/0xd0
    [    8.800465]  call_on_irq_stack+0x24/0x4c
    [    8.800469]  do_interrupt_handler+0x80/0x8c
    [    8.800473]  el1_interrupt+0x34/0x68
    [    8.800477]  el1h_64_irq_handler+0x18/0x24
    [    8.800481]  el1h_64_irq+0x64/0x68
    [    8.800483]  smp_call_function_many_cond+0x150/0x3c0
    [    8.800488]  kick_all_cpus_sync+0x44/0x70
    [    8.800491]  load_module+0x1750/0x1d8c
    [    8.800499]  init_module_from_file+0x88/0xcc
    [    8.800503]  __arm64_sys_finit_module+0x148/0x324
    [    8.800507]  invoke_syscall+0x48/0x10c
    [    8.800512]  el0_svc_common.constprop.0+0xc0/0xe0
    [    8.800516]  do_el0_svc+0x1c/0x28
    [    8.800520]  el0_svc+0x28/0x98
    [    8.800524]  el0t_64_sync_handler+0x120/0x12c
    [    8.800527]  el0t_64_sync+0x190/0x194
    [    8.800532] SMP: stopping secondary CPUs
    [    9.855535] SMP: failed to stop secondary CPUs 4
    [    9.855542] Kernel Offset: disabled
    [    9.855544] CPU features: 0x08,00002002,80200000,4200420b
    [    9.855547] Memory Limit: none
    [   10.220942] ---[ end Kernel panic - not syncing: Asynchronous SError Interrupt ]---

    Best,
    Jared

  • Hi Jared,

    I will switch to version 11 config inside processor-sdk-linux directory when it is available. I will periodically check the repository in future. For the kernel panic case on my side, i will also try to narrow down the error, maybe enable some kernel debug config to be able to get more information and share them with you. I will also check if I get this error when i use the prebuilt image that is created with create-sdcard.sh script provided with ti-processor-sdk-linux-adas-j784s4-evm-11_00_00_08 package. Thanks for your patience and effort for trying 89 reboots :) 

  • Hi Gokhan,

    Let me know what your results are. Running another test, it's made it to 208 reboots (so far), so I don't think I am able to recreate your issue.

    Could your issue be due to a drop in connectivity between the nfs server and client?

    New note: board rebooted 482 times before I stopped the test.

    Best,
    Jared

  • Hi Jared,

    With the prebuilt image created with processor-sdk-linux-adas-j784s4-evm-11_00_00_08 (boot mode: sdcard), i also can not recreate the issue. 
    There are 2 possible suspects; yocto image or nfs boot mode like you suggested. 
    Now, I will try with the yocto image without nfs (boot from sdcard) in order to isolate the problem. I will keep you posted.

    Thanks

  • Hi Gokhan,

    You can also test processor-sdk-linux-adas-j784s4-evm-11_00_00_08 with NFS. Let me know the results of your experiment.

    Best,
    Jared

  • Hi Jared,

    I tested below configurations.

    Yocto + without NFS = 181 reboots successful.

    Yocto + NFS = 32 reboots until kernel panic occured.

    Processor SDK Linux + NFS = 76 reboots until kernel panic occured.

    Also you and i have checked "Processor SDK Linux + without NFS" configuration before and did not see a kernel panic.

    In summary, this could be a NFS issue "due to a drop in connectivity between the nfs server and client" as you have pointed out. 

    I will not debug this issue further since it is hard to detect if it's our company network responsible or some issue in kernel network drivers/init scripts, etc. Since we use NFS workflow in our development phase, i can live with this issue.

    Thanks for pointing me to the right direction and for your time.

    Regards

    Gokhan