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.

SK-AM69: U-Boot in Processor SDK 10_00 prevents OSPI flash from being mounted in Linux

Part Number: SK-AM69

Tool/software:

When booting from the SD card image from ti-processor-sdk-linux-am69-sk-10_00_07_06 (U-Boot 2024.04-ti-gfda88f8bcea3 (Jul 26 2024 - 11:00:12 +0000)), the OSPI flash storage is not visible to Linux:

root@am69-sk:~# cat /proc/mtd
dev:    size   erasesize  name

root@am69-sk:~# ls /dev/ | grep mtd

root@am69-sk:~# dmesg | grep -i SPI
[    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=a168fa50-02 rw rootfstype=ext4 rootwait
[    0.000000] GICv3: 960 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented

root@am69-sk:~# dmesg | grep -i MTD
[    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=a168fa50-02 rw rootfstype=ext4 rootwait

After downgrading tiboot3.bin, tispl.bin, u-boot.img, and uEnv.txt to those from ti-processor-sdk-linux-j784s4-evm-09_02_00_05 (U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)), the OSPI flash storage is mounted in Linux.

root@am69-sk:~# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00080000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"

root@am69-sk:~# ls /dev/ | grep mtd
mtd
mtd0
mtd0ro
mtd1
mtd1ro
mtd2
mtd2ro
mtd3
mtd3ro
mtd4
mtd4ro
mtd5
mtd5ro
mtd6
mtd6ro
mtdblock0
mtdblock1
mtdblock2
mtdblock3
mtdblock4
mtdblock5
mtdblock6

root@am69-sk:~# dmesg | grep -i SPI
[    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) systemd.hostname=am69-sk root=PARTUUID=a168fa50-02 rw rootfstype=ext4 rootwait
[    0.000000] GICv3: 960 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    5.459831] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[    5.464825] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
[    5.471446] Creating 7 MTD partitions on "47040000.spi.0":
[    5.476934] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[    5.483111] 0x000000080000-0x000000280000 : "ospi.tispl"
[    5.488965] 0x000000280000-0x000000680000 : "ospi.u-boot"
[    5.494895] 0x000000680000-0x0000006c0000 : "ospi.env"
[    5.500566] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[    5.506839] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[    5.512778] 0x000003fc0000-0x000004000000 : "ospi.phypattern"

  • Hi Bryan,

    Thanks for the details. We will look into this and get back to you in a couple of days. In the meantime can you use the 9.2 bootloaders?

    Also can you confirm that only U-Boot was downgraded to 9.2 for this to work and Linux kernel was still the 10.0 SDK?

    Best Regards,

    Keerthy 

  • Thank you, Keerthy.

    It's not a problem to use the old bootloaders or other SPI NOR programming methods for now. Our ultimate goal is to be able to write to the OSPI NOR flash from Linux so that we can deploy newer U-Boot binaries to our end users when they upgrade software, and we just noticed that this capability was no longer there once we moved from the 9.2 SDK to the 10.0 SDK.

    And yes, I can confirm that only U-Boot was downgraded while the Linux kernel still used the 10.0 SDK. The steps I took are:

    1. Burn an SD card using ti-processor-sdk-linux-am69-sk-10_00_07_06/bin/create-sdcard.sh using the default file system image.
    2. Overwrite U-Boot binaries (tiboot3.bin, etc.) on the SD card's boot partition from ti-processor-sdk-linux-j784s4-evm-09_02_00_05/board-support/prebuilt-images/.

    Thanks,

    Bryan

  • Hi Bryan,

    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.6.32-ti-g6de6e418c80e-dirty (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240716) #1 SMP PREEMPT Fri Jul 26 14:32:20 UTC 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM69 SK
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created 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.4
    [    0.000000] percpu: Embedded 20 pages/cpu s42920 r8192 d30808 u81920
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: Spectre-v3a
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am69_sk-fs-02/autofs/cc3ab1edbd0c88b71d30e333a074a3b4,nolock,v3,tcp,rsize=4096,wsize=4096 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)
    [    0.000000] sysrq: sysrq always enabled.
    [    0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
    [    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: 8257536
    [    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] Memory: 30771568K/33554432K available (11968K kernel code, 1250K rwdata, 4036K rodata, 2432K init, 502K bss, 947856K reserved, 1835008K cma-reserved)
    [    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=256 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] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880060000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880070000
    [    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.008445] Console: colour dummy device 80x25
    [    0.013020] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023693] pid_max: default: 32768 minimum: 301
    [    0.028453] LSM: initializing lsm=capability,integrity
    [    0.033808] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.041607] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.050842] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
    [    0.058096] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
    [    0.065940] rcu: Hierarchical SRCU implementation.
    [    0.070837] rcu: 	Max phase no-delay instances is 1000.
    [    0.076334] Platform MSI: msi-controller@1820000 domain created
    [    0.082525] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.091960] EFI services will not be available.
    [    0.096813] smp: Bringing up secondary CPUs ...
    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
    [    0.109904] Detected PIPT I-cache on CPU1
    [    0.109948] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.109962] GICv3: CPU1: using allocated LPI pending table @0x0000000880080000
    [    0.109993] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.118454] Detected PIPT I-cache on CPU2
    [    0.118482] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    [    0.118495] GICv3: CPU2: using allocated LPI pending table @0x0000000880090000
    [    0.118519] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    [    0.126946] Detected PIPT I-cache on CPU3
    [    0.126977] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    [    0.126990] GICv3: CPU3: using allocated LPI pending table @0x00000008800a0000
    [    0.127014] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    [    0.135499] Detected PIPT I-cache on CPU4
    [    0.135555] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    [    0.135568] GICv3: CPU4: using allocated LPI pending table @0x00000008800b0000
    [    0.135599] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    [    0.144072] Detected PIPT I-cache on CPU5
    [    0.144108] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    [    0.144121] GICv3: CPU5: using allocated LPI pending table @0x00000008800c0000
    [    0.144145] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    [    0.152588] Detected PIPT I-cache on CPU6
    [    0.152627] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    [    0.152640] GICv3: CPU6: using allocated LPI pending table @0x00000008800d0000
    [    0.152665] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    [    0.161117] Detected PIPT I-cache on CPU7
    [    0.161160] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    [    0.161173] GICv3: CPU7: using allocated LPI pending table @0x00000008800e0000
    [    0.161197] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    [    0.161249] smp: Brought up 1 node, 8 CPUs
    [    0.342229] SMP: Total of 8 processors activated.
    [    0.347035] CPU features: detected: 32-bit EL0 Support
    [    0.352290] CPU features: detected: CRC32 instructions
    [    0.357585] CPU: All CPU(s) started at EL2
    [    0.361774] alternatives: applying system-wide alternatives
    [    0.368515] devtmpfs: initialized
    [    0.382704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.392680] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.420235] pinctrl core: initialized pinctrl subsystem
    [    0.425852] DMI not present or invalid.
    [    0.430105] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.437306] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    [    0.445313] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.454015] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.462229] audit: initializing netlink subsys (disabled)
    [    0.467838] audit: type=2000 audit(0.320:1): state=initialized audit_enabled=0 res=1
    [    0.468037] thermal_sys: Registered thermal governor 'step_wise'
    [    0.475767] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.481921] cpuidle: using governor menu
    [    0.492671] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.499692] ASID allocator initialised with 65536 entries
    [    0.516329] platform a000000.bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    [    0.525100] platform a000000.bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    [    0.533665] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
    [    0.542793] platform a000000.bridge: Fixed dependency cycle(s) with /connector-dp0
    [    0.550563] platform connector-dp0: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
    [    0.559506] platform connector-hdmi: Fixed dependency cycle(s) with /bridge-dvi
    [    0.567012] platform 4a00000.dss: Fixed dependency cycle(s) with /bridge-dvi
    [    0.574241] platform bridge-dvi: Fixed dependency cycle(s) with /connector-hdmi
    [    0.581743] platform bridge-dvi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    [    0.590550] Modules: 27680 pages in range for non-PLT usage
    [    0.590554] Modules: 519200 pages in range for PLT usage
    [    0.596643] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.609013] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.615417] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.622352] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.628754] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.635689] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.642091] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.649026] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.656174] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
    [    0.665184] iommu: Default domain type: Translated
    [    0.670083] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.676525] SCSI subsystem initialized
    [    0.680509] usbcore: registered new interface driver usbfs
    [    0.686128] usbcore: registered new interface driver hub
    [    0.691571] usbcore: registered new device driver usb
    [    0.696966] pps_core: LinuxPPS API ver. 1 registered
    [    0.702037] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.711376] PTP clock support registered
    [    0.715488] EDAC MC: Ver: 3.0.0
    [    0.718905] scmi_core: SCMI protocol bus registered
    [    0.724020] FPGA manager framework
    [    0.727528] Advanced Linux Sound Architecture Driver Initialized.
    [    0.734168] vgaarb: loaded
    [    0.737094] clocksource: Switched to clocksource arch_sys_counter
    [    0.743446] VFS: Disk quotas dquot_6.6.0
    [    0.747472] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.757651] NET: Registered PF_INET protocol family
    [    0.762926] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.775617] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
    [    0.784655] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.792590] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.801674] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.810111] TCP: Hash tables configured (established 262144 bind 65536)
    [    0.816980] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.824333] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.832221] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.838304] RPC: Registered named UNIX socket transport module.
    [    0.844361] RPC: Registered udp transport module.
    [    0.849165] RPC: Registered tcp transport module.
    [    0.853968] RPC: Registered tcp-with-tls transport module.
    [    0.859571] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.866153] NET: Registered PF_XDP protocol family
    [    0.871057] PCI: CLS 0 bytes, default 64
    [    0.876033] Initialise system trusted keyrings
    [    0.880681] workingset: timestamp_bits=46 max_order=23 bucket_order=0
    [    0.887429] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.893524] NFS: Registering the id_resolver key type
    [    0.898703] Key type id_resolver registered
    [    0.902975] Key type id_legacy registered
    [    0.907078] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.913927] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.935109] Key type asymmetric registered
    [    0.939293] Asymmetric key parser 'x509' registered
    [    0.944300] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.951862] io scheduler mq-deadline registered
    [    0.956489] io scheduler kyber registered
    [    0.960602] io scheduler bfq registered
    [    0.966786] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.972760] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.978731] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.984965] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.990803] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.996934] pinctrl-single 104200.pinctrl: 20 pins, size 80
    [    1.002684] pinctrl-single 104280.pinctrl: 8 pins, size 32
    [    1.012010] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    1.024373] loop: module loaded
    [    1.028148] megasas: 07.725.01.00-rc1
    [    1.033754] tun: Universal TUN/TAP device driver, 1.6
    [    1.039439] VFIO - User Level meta-driver version: 0.3
    [    1.045385] usbcore: registered new interface driver usb-storage
    [    1.051882] i2c_dev: i2c /dev entries driver
    [    1.056904] sdhci: Secure Digital Host Controller Interface driver
    [    1.063222] sdhci: Copyright(c) Pierre Ossman
    [    1.067795] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.073999] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.080317] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.087298] usbcore: registered new interface driver usbhid
    [    1.093037] usbhid: USB HID core driver
    [    1.097915] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    1.106545] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    1.111101] optee: revision 4.2 (12d7c4ee)
    [    1.127512] optee: dynamic shared memory is enabled
    [    1.137067] random: crng init done
    [    1.140597] optee: initialized driver
    [    1.145509] NET: Registered PF_PACKET protocol family
    [    1.150716] Key type dns_resolver registered
    [    1.158509] registered taskstats version 1
    [    1.162943] Loading compiled-in X.509 certificates
    [    1.174685] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    [    1.222929] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.233615] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.244324] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.277411] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.283553] omap_i2c 40b00000.i2c: bus 4 rev0.12 at 400 kHz
    [    1.289576] omap_i2c 40b10000.i2c: bus 5 rev0.12 at 100 kHz
    [    1.295784] pca953x 3-0021: supply vcc not found, using dummy regulator
    [    1.302612] pca953x 3-0021: using no AI
    [    1.329670] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    1.335717] pca953x 6-0021: supply vcc not found, using dummy regulator
    [    1.342529] pca953x 6-0021: using no AI
    [    1.369468] pca954x 6-0070: supply vdd not found, using dummy regulator
    [    1.376437] i2c i2c-6: Added multiplexed i2c bus 7
    [    1.381426] i2c i2c-6: Added multiplexed i2c bus 8
    [    1.386327] pca954x 6-0070: registered 2 multiplexed busses for I2C switch pca9543
    [    1.394087] omap_i2c 2010000.i2c: bus 6 rev0.12 at 400 kHz
    [    1.399798] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
    [    1.408330] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
    [    1.417577] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
    [    1.426235] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
    [    1.440353] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    1.447286] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    1.456574] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    [    1.466456] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.473217] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.482593] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
    [    1.492745] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.499504] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.507528] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 227, base_baud = 6000000) is a 8250
    [    1.517060] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 228, base_baud = 3000000) is a 8250
    [    1.525923] printk: console [ttyS2] enabled
    [    1.525923] printk: console [ttyS2] enabled
    [    1.534392] printk: bootconsole [ns16550a0] disabled
    [    1.534392] printk: bootconsole [ns16550a0] disabled
    [    1.545848] cadence-qspi 47040000.spi: error -ENODEV: No Rx DMA available
    [    1.553824] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    1.558818] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
    [    1.565424] Creating 7 MTD partitions on "47040000.spi.0":
    [    1.570898] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.577071] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.582903] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.588826] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    1.594472] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    1.600726] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.606652] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.653095] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.664097] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    1.672365] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    1.685183] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.692390] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.698646] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [    1.709008] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [    1.717665] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    1.717770] mmc0: CQHCI version 5.10
    [    1.724490] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    1.734629] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    1.741427] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    [    1.748224] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    1.755020] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    [    1.767666] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    1.860248] mmc0: Command Queue Engine enabled
    [    1.864692] mmc0: new HS400 MMC card at address 0001
    [    1.869957] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    1.875441] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    1.880949] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    1.886391] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0)
    [    2.036504] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    2.042467] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    2.052727] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    2.060230] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    2.068312] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    2.076392] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    3.088851] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
    [    3.095154] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    3.100641] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    [    3.110108] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    [    3.116994] pci 0000:00:00.0: [104c:b012] type 01 class 0x060400
    [    3.122989] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    3.132728] pci 0000:00:00.0: supports D1
    [    3.136729] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    3.144224] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.152320] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    3.158934] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    3.163952] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    3.170726] pcieport 0000:00:00.0: PME: Signaling with IRQ 494
    [    3.176715] pcieport 0000:00:00.0: AER: enabled with IRQ 494
    [    3.182614] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    3.190097] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    3.198177] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    3.206257] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    4.216497] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
    [    4.222778] pci_bus 0001:00: root bus resource [bus 00-ff]
    [    4.228258] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
    [    4.237892] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
    [    4.244768] pci 0001:00:00.0: [104c:b012] type 01 class 0x060400
    [    4.250763] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    4.260519] pci 0001:00:00.0: supports D1
    [    4.264518] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
    [    4.270275] pci 0001:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    4.277135] pci 0001:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    4.288681] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    4.296778] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
    [    4.303389] pci 0001:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
    [    4.310686] pci 0001:00:00.0: PCI bridge to [bus 01]
    [    4.315684] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    4.322437] pcieport 0001:00:00.0: PME: Signaling with IRQ 496
    [    4.328386] pcieport 0001:00:00.0: AER: enabled with IRQ 496
    [    4.334261] j721e-pcie 2930000.pcie: host bridge /bus@100000/pcie@2930000 ranges:
    [    4.341744] j721e-pcie 2930000.pcie:       IO 0x4410001000..0x4410010fff -> 0x0000001000
    [    4.349824] j721e-pcie 2930000.pcie:      MEM 0x4410011000..0x4417ffffff -> 0x0000011000
    [    4.357905] j721e-pcie 2930000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    5.368049] j721e-pcie 2930000.pcie: PCI host bridge to bus 0002:00
    [    5.374317] pci_bus 0002:00: root bus resource [bus 00-ff]
    [    5.379792] pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x1000-0x10fff])
    [    5.388818] pci_bus 0002:00: root bus resource [mem 0x4410011000-0x4417ffffff] (bus address [0x00011000-0x07ffffff])
    [    5.399335] pci 0002:00:00.0: [104c:b012] type 01 class 0x060400
    [    5.405330] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    5.415085] pci 0002:00:00.0: supports D1
    [    5.419083] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
    [    5.424840] pci 0002:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    5.431700] pci 0002:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    5.443223] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    5.451318] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
    [    5.457926] pci 0002:00:00.0: BAR 7: assigned [mem 0x4410400000-0x44113fffff 64bit]
    [    5.465569] pci 0002:00:00.0: PCI bridge to [bus 01]
    [    5.470568] pcieport 0002:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    5.477309] pcieport 0002:00:00.0: PME: Signaling with IRQ 498
    [    5.483260] pcieport 0002:00:00.0: AER: enabled with IRQ 498
    [    5.489680] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
    [    5.499948] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
    [    5.549095] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    5.560015] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    5.568282] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    5.581100] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    5.588308] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    5.594527] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [    5.608908] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    5.618641] mmc1: CQHCI version 5.10
    [    5.659656] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    5.680912] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    5.690410] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    5.722005] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    5.729033] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
    [    5.737606]  mmcblk1: p1 p2 p3
    [    9.794567] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [    9.821094] Sending DHCP requests ., OK
    [    9.840928] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.215
    [    9.848660] IP-Config: Complete:
    [    9.851878]      device=eth0, hwaddr=3c:e0:64:64:56:10, ipaddr=192.168.0.215, mask=255.255.255.0, gw=192.168.0.1
    [    9.862037]      host=192.168.0.215, domain=ti.com, nis-domain=(none)
    [    9.868462]      bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
    [    9.868465]      nameserver0=192.0.2.2, nameserver1=192.0.2.3
    [    9.881154] clk: Disabling unused clocks
    [    9.895476] ALSA device list:
    [    9.898447]   No soundcards found.
    [    9.913915] VFS: Mounted root (nfs filesystem) on device 0:21.
    [    9.919989] devtmpfs: mounted
    [    9.923813] Freeing unused kernel memory: 2432K
    [    9.928444] Run /sbin/init as init process
    [   10.057821] systemd[1]: System time before build time, advancing clock.
    [   10.088113] NET: Registered PF_INET6 protocol family
    [   10.094033] Segment Routing with IPv6
    [   10.098190] In-situ OAM (IOAM) with IPv6
    [   10.126028] systemd[1]: systemd 255.4^ 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.157812] systemd[1]: Detected architecture arm64.
    
    Welcome to [1mArago 2023.10[0m!
    
    
    [   10.182730] systemd[1]: Hostname set to <j784s4-evm>.
    [   10.454585] 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.
    [   10.531764] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [   10.593396] systemd[1]: Queued start job for default target Graphical Interface.
    [   10.631903] systemd[1]: Created slice Slice /system/getty.
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/getty[0m.
    
    [   10.654124] systemd[1]: Created slice Slice /system/modprobe.
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
    
    [   10.678027] systemd[1]: Created slice Slice /system/serial-getty.
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
    
    [   10.701840] systemd[1]: Created slice User and Session Slice.
    [[0;32m  OK  [0m] Created slice [0;1;39mUser and Session Slice[0m.
    
    [   10.725270] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [[0;32m  OK  [0m] Started [0;1;39mDispatch Password Requests to Console Directory Watch[0m.
    
    [   10.749215] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [[0;32m  OK  [0m] Started [0;1;39mForward Password Requests to Wall Directory Watch[0m.
    
    [   10.773167] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device [0;1;39m/dev/ttyS2[0m...
    
    [   10.789200] systemd[1]: Reached target Path Units.
    [[0;32m  OK  [0m] Reached target [0;1;39mPath Units[0m.
    
    [   10.805156] systemd[1]: Reached target Remote File Systems.
    [[0;32m  OK  [0m] Reached target [0;1;39mRemote File Systems[0m.
    
    [   10.825145] systemd[1]: Reached target Slice Units.
    [[0;32m  OK  [0m] Reached target [0;1;39mSlice Units[0m.
    
    [   10.841151] systemd[1]: Reached target Swaps.
    [[0;32m  OK  [0m] Reached target [0;1;39mSwaps[0m.
    
    [   10.879616] systemd[1]: Listening on RPCbind Server Activation Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
    
    [   10.905231] systemd[1]: Reached target RPC Port Mapper.
    [[0;32m  OK  [0m] Reached target [0;1;39mRPC Port Mapper[0m.
    
    [   10.930211] systemd[1]: Listening on Process Core Dump Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
    
    [   10.953284] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [[0;32m  OK  [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
    
    [   10.978280] systemd[1]: Listening on Journal Audit Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Audit Socket[0m.
    
    [   11.002071] systemd[1]: Listening on Journal Socket (/dev/log).
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
    
    [   11.025390] systemd[1]: Listening on Journal Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Socket[0m.
    
    [   11.042104] systemd[1]: Listening on Network Service Netlink Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
    
    [   11.066948] systemd[1]: Listening on udev Control Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mudev Control Socket[0m.
    
    [   11.089326] systemd[1]: Listening on udev Kernel Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mudev Kernel Socket[0m.
    
    [   11.109825] systemd[1]: Listening on User Database Manager Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
    
    [   11.173320] systemd[1]: Mounting Huge Pages File System...
             Mounting [0;1;39mHuge Pages File System[0m...
    
    [   11.191689] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting [0;1;39mPOSIX Message Queue File System[0m...
    
    [   11.215343] systemd[1]: Mounting Kernel Debug File System...
             Mounting [0;1;39mKernel Debug File System[0m...
    
    [   11.233404] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [   11.249277] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting [0;1;39mTemporary Directory /tmp[0m...
    
    [   11.268249] systemd[1]: Starting Create List of Static Device Nodes...
             Starting [0;1;39mCreate List of Static Device Nodes[0m...
    
    [   11.291552] systemd[1]: Starting Load Kernel Module configfs...
             Starting [0;1;39mLoad Kernel Module configfs[0m...
    
    [   11.311658] systemd[1]: Starting Load Kernel Module drm...
             Starting [0;1;39mLoad Kernel Module drm[0m...
    
    [   11.331743] systemd[1]: Starting Load Kernel Module fuse...
             Starting [0;1;39mLoad Kernel Module fuse[0m...
    
    [   11.354664] systemd[1]: Starting Start psplash boot splash screen...
             Starting [0;1;39mStart psplash boot splash screen[0m.[   11.364176] fuse: init (API version 7.39)
    ..
    
    [   11.385363] systemd[1]: Starting RPC Bind...
             Starting [0;1;39mRPC Bind[0m...
    
    [   11.401761] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [   11.418375] systemd[1]: Starting Journal Service...
             Starting [0;1;39mJournal Service[0m...
    
    [   11.437570] systemd[1]: Starting Load Kernel Modules...
             Starting [0;1;39mLoad Kernel Modules[0m...
    
    [   11.455885] systemd[1]: Starting Generate network units from Kernel command line...
             Starting [0;1;39mGenerate network units from Kernel command line[0m...
    
    [   11.472766] cryptodev: loading out-of-tree module taints kernel.
    [   11.479462] cryptodev: driver 1.13 loaded.
    [   11.481069] systemd-journald[162]: Collecting audit messages is enabled.
    [   11.493319] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting [0;1;39mRemount Root and Kernel File Systems[0m...
    
    [   11.524100] systemd[1]: Starting Coldplug All udev Devices...
             Starting [0;1;39mColdplug All udev Devices[0m...
    
    [   11.545686] systemd[1]: Started RPC Bind.
    [[0;32m  OK  [0m] Started [0;1;39mRPC Bind[0m.
    
    [   11.561600] systemd[1]: Started Journal Service.
    [[0;32m  OK  [0m] Started [0;1;39mJournal Service[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mHuge Pages File System[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mKernel Debug File System[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
    
    [[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
    
    See 'systemctl status psplash-start.service' for details.
    
    [[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStart psplastemd progress communication helper[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Modules[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
    
             Mounting [0;1;39mFUSE Control File System[0m...
    
             Mounting [0;1;39mKernel Configuration File System[0m...
    
             Starting [0;1;39mFlush Journal to Persistent Storage[0m...
    
             Starting [0;1;39mApply Kernel Variables[0m...
    
             Starting [0;1;39mCreate Static Device Nodes in /dev gr[   11.953169] systemd-journald[162]: Received client request to flush runtime journal.
    acefully[0m...
    
    [[0;32m  OK  [0m] Mounted [0;1;39mFUSE Control File System[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mKernel Configuration File System[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mApply Kernel Variables[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mColdplug All udev Devices[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate Static Device Nodes in /dev gracefully[0m.
    
             Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
    
             Mounting [0;1;39m/var/volatile[0m...
    
    [   12.230551] audit: type=1334 audit(1709054766.168:2): prog-id=6 op=LOAD
    [   12.237253] audit: type=1334 audit(1709054766.176:3): prog-id=7 op=LOAD
             Starting [0;1;39mRule-based Manager for Device Events and Files[0m...
    
    [[0;32m  OK  [0m] Mounted [0;1;39m/var/volatile[0m.
    
             Starting [0;1;39mLoad/Save OS Random Seed[0m...
    
    [[0;32m  OK  [0m] Reached target [0;1;39mLocal File Systems[0m.
    
             Starting [0;1;39mCreate Volatile Files and Directories[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mLoad/Save OS Random Seed[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/ttyS2[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
    
    [   12.631860] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
    [   12.641498] CAN device driver interface
    [   12.642631] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
    [   12.645852] mc: Linux media interface: v0.10
    [   12.652781] remoteproc remoteproc0: 64800000.dsp is available
    [   12.662566] remoteproc remoteproc0: attaching to 64800000.dsp
    [   12.675646] remoteproc remoteproc0: unsupported resource 65538
    [   12.681757] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [   12.682350] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
    [   12.695005] audit: type=1334 audit(1709054766.632:4): prog-id=8 op=LOAD
    [   12.695031] rproc-virtio rproc-virtio.6.auto: assigned reserved memory node c71-dma-memory@a8000000
    [   12.717689] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [   12.717944] videodev: Linux video capture interface: v2.00
    [   12.724240] PVR_K:  217: Device: 4e20000000.gpu
    [   12.724278] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [   12.755432] at24 0-0051: supply vcc not found, using dummy regulator
             Starting [0;1;39mNetwork Name Resolution[0m...
    [   12.764197] PVR_K:  217: Read BVNC 36.53.104.796 from HW device registers
    
    [   12.774968] PVR_K:  217: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    [   12.794311] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
    [   12.795013] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [   12.795847] [drm] Initialized pvr 24.1.6554834 20170530 for 4e20000000.gpu on minor 1
    [   12.796942] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   12.796976] rproc-virtio rproc-virtio.6.auto: registered virtio0 (type 7)
    [   12.796983] remoteproc remoteproc0: remote processor 64800000.dsp is now attached
    [   12.800460] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a9000000
    [   12.801378] audit: type=1334 audit(1709054766.740:5): prog-id=9 op=LOAD
    [   12.801534] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode
    [   12.811489] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [   12.813410] platform 41000000.r5f: configured R5F for IPC-only mode
    [   12.822655] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [   12.826602] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [   12.826955] remoteproc remoteproc2: 65800000.dsp is available
    [   12.827034] remoteproc remoteproc2: attaching to 65800000.dsp
    [   12.834716] remoteproc remoteproc2: unsupported resource 65538
    [   12.845958] remoteproc remoteproc1: 41000000.r5f is available
    [   12.849425] k3-dsp-rproc 65800000.dsp: DSP initialized in IPC-only mode
    [   12.856104] remoteproc remoteproc1: attaching to 41000000.r5f
    [   12.862459] rproc-virtio rproc-virtio.7.auto: assigned reserved memory node c71-dma-memory@a9000000
    [   12.893537] m_can_platform 40528000.can: m_can device registered (irq=603, version=32)
    [   12.896555] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [   12.896579] rproc-virtio rproc-virtio.8.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [   12.896974] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   12.896988] rproc-virtio rproc-virtio.8.auto: registered virtio1 (type 7)
    [   12.896993] remoteproc remoteproc1: remote processor 41000000.r5f is now attached
    [   12.899546] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   12.908861] gpio-mux mux-controller: 2-way mux-controller registered
    [   12.912167] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [   12.915482] rproc-virtio rproc-virtio.7.auto: registered virtio2 (type 7)
    [   12.921740] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [   12.927764] remoteproc remoteproc2: remote processor 65800000.dsp is now attached
    [   12.940362] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [   12.965902] platform 5c00000.r5f: configured R5F for IPC-only mode
    [   12.966163] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [   12.975234] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [   12.975252] m_can_platform 40568000.can: m_can device registered (irq=604, version=32)
    [   12.981494] remoteproc remoteproc3: 5c00000.r5f is available
    [   12.993923] k3-dsp-rproc 66800000.dsp: assigned reserved memory node c71-dma-memory@aa000000
    [   13.000152] remoteproc remoteproc3: attaching to 5c00000.r5f
    [   13.008420] k3-dsp-rproc 66800000.dsp: configured DSP for IPC-only mode
    [   13.037859] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    [   13.071824] remoteproc remoteproc4: 66800000.dsp is available
    [   13.072133] rproc-virtio rproc-virtio.9.auto: assigned reserved memory node r5f-dma-memory@a2000000
    [   13.078026] remoteproc remoteproc4: attaching to 66800000.dsp
    [   13.084503] m_can_platform 2761000.can: m_can device registered (irq=605, version=32)
    [   13.084999] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   13.092109] remoteproc remoteproc4: unsupported resource 65538
    [   13.097293] m_can_platform 2771000.can: m_can device registered (irq=607, version=32)
    [   13.097417] rproc-virtio rproc-virtio.9.auto: registered virtio3 (type 7)
    [   13.097425] remoteproc remoteproc3: remote processor 5c00000.r5f is now attached
    [   13.099247] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.099549] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
    [   13.099744] platform 5d00000.r5f: configured R5F for IPC-only mode
    [   13.099988] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [   13.100944] remoteproc remoteproc5: 5d00000.r5f is available
    [   13.100992] remoteproc remoteproc5: attaching to 5d00000.r5f
    [   13.107023] m_can_platform 40568000.can mcu_mcan1: renamed from can1
    [   13.112522] platform 5d00000.r5f: R5F core initialized in IPC-only mode
    [   13.116533] vdec 4210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [   13.116542] vdec 4210000.video-codec: Product Code:      0x521c
    [   13.116545] vdec 4210000.video-codec: Firmware Revision: 320127
    [   13.119256] k3-dsp-rproc 66800000.dsp: DSP initialized in IPC-only mode
    [   13.119276] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node c71-dma-memory@aa000000
    [   13.119735] virtio_rpmsg_bus virtio4: rpmsg host is online
    [   13.119751] rproc-virtio rproc-virtio.10.auto: registered virtio4 (type 7)
    [   13.119756] remoteproc remoteproc4: remote processor 66800000.dsp is now attached
    [   13.121321] k3-dsp-rproc 67800000.dsp: assigned reserved memory node c71-dma-memory@ab000000
    [   13.123343] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
    [   13.123426] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    [   13.125854] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    [   13.126046] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a3000000
    [   13.126973] virtio_rpmsg_bus virtio5: rpmsg host is online
    [   13.126997] rproc-virtio rproc-virtio.11.auto: registered virtio5 (type 7)
    [   13.127002] remoteproc remoteproc5: remote processor 5d00000.r5f is now attached
    [   13.129365] platform 5e00000.r5f: configured R5F for IPC-only mode
    [   13.129773] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [   13.131893] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.133874] xhci-hcd xhci-hcd.12.auto: xHCI Host Controller
    [   13.133890] xhci-hcd xhci-hcd.12.auto: new USB bus registered, assigned bus number 1
    [   13.134028] xhci-hcd xhci-hcd.12.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [   13.134052] xhci-hcd xhci-hcd.12.auto: irq 609, io mem 0x06010000
    [   13.134204] xhci-hcd xhci-hcd.12.auto: xHCI Host Controller
    [   13.134211] xhci-hcd xhci-hcd.12.auto: new USB bus registered, assigned bus number 2
    [   13.134217] xhci-hcd xhci-hcd.12.auto: Host supports USB 3.0 SuperSpeed
    [   13.134287] remoteproc remoteproc7: 5e00000.r5f is available
    [   13.134350] remoteproc remoteproc7: attaching to 5e00000.r5f
    [   13.134622] hub 1-0:1.0: USB hub found
    [   13.134640] hub 1-0:1.0: 1 port detected
    [   13.134855] platform 5e00000.r5f: R5F core initialized in IPC-only mode
    [   13.134873] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node r5f-dma-memory@a4000000
    [   13.134917] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   13.135271] hub 2-0:1.0: USB hub found
    [   13.135287] hub 2-0:1.0: 1 port detected
    [   13.135585] virtio_rpmsg_bus virtio6: rpmsg host is online
    [   13.135629] rproc-virtio rproc-virtio.13.auto: registered virtio6 (type 7)
    [   13.135634] remoteproc remoteproc7: remote processor 5e00000.r5f is now attached
    [   13.139240] k3-dsp-rproc 67800000.dsp: configured DSP for IPC-only mode
    [   13.139536] remoteproc remoteproc6: 67800000.dsp is available
    [   13.141626] vdec 4220000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [   13.141636] vdec 4220000.video-codec: Product Code:      0x521c
    [   13.141639] vdec 4220000.video-codec: Firmware Revision: 320127
    [   13.146977] platform 5f00000.r5f: configured R5F for IPC-only mode
    [   13.147279] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
    [   13.147437] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.147692] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
    [   13.151215] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.153610] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xe
    [   13.154155] remoteproc remoteproc6: attaching to 67800000.dsp
    [   13.161485] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
    [   13.168669] remoteproc remoteproc6: unsupported resource 65538
    [   13.175073] remoteproc remoteproc8: 5f00000.r5f is available
    [   13.182749] k3-dsp-rproc 67800000.dsp: DSP initialized in IPC-only mode
    [   13.186595] m_can_platform 2761000.can main_mcan6: renamed from can2
    [   13.188264] remoteproc remoteproc8: attaching to 5f00000.r5f
    [   13.193902] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node c71-dma-memory@ab000000
    [   13.200828] platform 5f00000.r5f: R5F core initialized in IPC-only mode
    [   13.207729] virtio_rpmsg_bus virtio7: rpmsg host is online
    [   13.214900] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node r5f-dma-memory@a5000000
    [   13.220794] rproc-virtio rproc-virtio.14.auto: registered virtio7 (type 7)
    [   13.225079] virtio_rpmsg_bus virtio7: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.225214] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xe
    [   13.227113] virtio_rpmsg_bus virtio8: rpmsg host is online
    [   13.233281] remoteproc remoteproc6: remote processor 67800000.dsp is now attached
    [   13.242450] rproc-virtio rproc-virtio.15.auto: registered virtio8 (type 7)
    [   13.243358] virtio_rpmsg_bus virtio8: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.243464] virtio_rpmsg_bus virtio8: creating channel rpmsg_chrdev addr 0xe
    [   13.257130] m_can_platform 40528000.can mcu_mcan0: renamed from can0
    [   13.262245] remoteproc remoteproc8: remote processor 5f00000.r5f is now attached
    [   13.389123] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [   13.392389] platform 5900000.r5f: configured R5F for IPC-only mode
    [   13.622309] hub 1-1:1.0: USB hub found
    [   13.629501] platform 5900000.r5f: assigned reserved memory node r5f-dma-memory@a6000000
    [   13.634769] hub 1-1:1.0: 4 ports detected
    [   13.642826] remoteproc remoteproc9: 5900000.r5f is available
    [   13.655802] m_can_platform 2771000.can main_mcan7: renamed from can3
    [   13.656653] remoteproc remoteproc9: attaching to 5900000.r5f
    [   13.684315] usbcore: registered new device driver onboard-usb-hub
    [   13.690738] platform 5900000.r5f: R5F core initialized in IPC-only mode
    [   13.736199] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node r5f-dma-memory@a6000000
             Starting [0;1;39mNetwork Time Synchronization[0m...
    [   13.746166] virtio_rpmsg_bus virtio9: rpmsg host is online
    
    [   13.756464] rproc-virtio rproc-virtio.16.auto: registered virtio9 (type 7)
    [   13.757151] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
    [   13.763440] remoteproc remoteproc9: remote processor 5900000.r5f is now attached
    [   13.777507] virtio_rpmsg_bus virtio9: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.785150] platform 5a00000.r5f: configured R5F for IPC-only mode
    [   13.785436] platform 5a00000.r5f: assigned reserved memory node r5f-dma-memory@a7000000
    [   13.791780] virtio_rpmsg_bus virtio9: creating channel rpmsg_chrdev addr 0xe
    [   13.800262] remoteproc remoteproc10: 5a00000.r5f is available
    [   13.812318] remoteproc remoteproc10: attaching to 5a00000.r5f
             Starting [0;1;39mRecord System Boot/Shutdown in UTMP[[   13.818973] platform 5a00000.r5f: R5F core initialized in IPC-only mode
    0m...
    
    [   13.826217] hub 2-1:1.0: USB hub found
    [   13.830426] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node r5f-dma-memory@a7000000
    [   13.831107] virtio_rpmsg_bus virtio10: rpmsg host is online
    [   13.835048] hub 2-1:1.0: 4 ports detected
    [   13.844042] rproc-virtio rproc-virtio.17.auto: registered virtio10 (type 7)
    [   13.844049] remoteproc remoteproc10: remote processor 5a00000.r5f is now attached
    [   13.868628] virtio_rpmsg_bus virtio10: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.876633] virtio_rpmsg_bus virtio10: creating channel rpmsg_chrdev addr 0xe
    [   13.876778] hub 1-1:1.0: USB hub found
    [   13.887637] hub 1-1:1.0: 4 ports detected
    [   13.889741] hub 2-1:1.0: USB hub found
    [   13.895473] hub 2-1:1.0: 4 ports detected
    [[0;32m  OK  [0m] Finished [0;1;39mRecord System Boot/Shutdow[   13.901721] hub 1-1:1.0: USB hub found
    n in UTMP[0m.
    
    [   13.909210] hub 1-1:1.0: 4 ports detected
    [   13.940020] audit: type=1334 audit(1709054767.876:6): prog-id=10 op=LOAD
    [   13.946815] audit: type=1334 audit(1709054767.884:7): prog-id=11 op=LOAD
    [   13.953567] audit: type=1334 audit(1709054767.892:8): prog-id=12 op=LOAD
             Starting [0;1;39mUser Database Manager[0m...
    
             Starting [0;1;39mVirtual Console Setup[0m...
    
    [   14.005752] hub 2-1:1.0: USB hub found
    [   14.013418] hub 2-1:1.0: 4 ports detected
    [[0;32m  OK  [0m] Started [0;1;39mUser Database Manager[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mVirtual Console Setup[0m.
    
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
    
             Expecting device [0;1;39m/dev/mmcblk1p3[0m...
    
             Expecting device [0;1;39m/dev/mmcblk1p2[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Time Synchronization[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Name Resolution[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSystem Initialization[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSystem Time Set[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mDaily rotation of log files[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mTimer Units[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
    
             Starting [0;1;39mDocker Socket for the API[0m...
    
    [[0;32m  OK  [0m] Listening on [0;1;39mdropbear.socket[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
    
             Starting [0;1;39mWeston socket[0m...
    
    [   14.691189] audit: type=1334 audit(1722193789.851:9): prog-id=13 op=LOAD
             Starting [0;1;39mD-Bus System Message Bus[0m...
    
             Starting [0;1;39mReboot and dump vmcore via kexec[0m...
    
    [[0;32m  OK  [0m] Listening on [0;1;39mDocker Socket for the API[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mD-Bus System Message Bus[0m.
    
    [   14.775194] dbus-broker-lau[653]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
    [[0;32m  OK  [0m] Listening on [0;1;39mWeston socket[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
    
             Expecting device [0;1;39m/dev/mmcblk1p1[0m...
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSocket Units[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mBasic System[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mJob spooling tools[0m.
    
             Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
    
             Starting [0;1;39mPrint notice about GPLv3 packages[0m...
    
             Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
    
             Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mirqbalance daemon[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mstrongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf[0m.
    
             Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
    
             Starting[   15.077154] audit: type=1334 audit(1722193790.235:10): prog-id=14 op=LOAD
     [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
    
    [   15.089407] audit: type=1334 audit(1722193790.235:11): prog-id=15 op=LOAD
             Starting [0;1;39mUser Login Management[0m...
    
             Starting [0;1;39mTelnet Server[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mTelnet Server[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mPreparation for Network[0m.
    
             Mounting [0;1;39m/run/media/mmcblk1p3[0m...
    
             Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
    
             Starting [0;1;39mNetwork Configuration[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
    
             Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mUser Login Management[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
    
    [   15.294434] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [[0;32m  OK  [0m] Listening on [0;1;39mLoad/Save RF Kill Switch Status /dev/rfkill Watch[0m.
    
    [   15.324422] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   15.330442] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Configuration[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mNetwork[0m.
    
             Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
    
             Starting [0;1;39mcontainerd container runtime[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mNetperf Benchmark Server[0m.
    
             Starting [0;1;39mPermit User Sessions[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
    
    [   15.471798] EXT4-fs (mmcblk1p2): mounted filesystem e4ef0d54-2ef0-415c-9ea0-395097e34484 r/w with ordered data mode. Quota mode: none.
    [[0;32m  OK  [0m] Finished [0;1;39mPermit User Sessions[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mGetty on tty1[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mLogin Prompts[0m.
    
             Starting [0;1;39mSynchronize System and HW clocks[0m...
    
             Starting [0;1;39mWeston, a Wayland compositor, as a system service[0m...
    
    [[0;32m  OK  [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
    
             Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
    
             Starting [0;1;39mUser Manager for UID 1000[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mcontainerd container runtime[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mUser Manager for UID 1000[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mSession c1 of User weston[0m.
    
    [   16.523551] PVR_K:  745: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
    [   16.536488] PVR_K:  745: Shader binary image 'rgx.sh.36.53.104.796' loaded
    [[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a Wayland compositor, as a system service[0m.
    
    See 'systemctl status weston.service' for details.
    
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    	adwaita-icon-theme-symbolic
    	autoconf
    	bash
    	bc
    	binutils
    	cifs-utils
    	coreutils-stdbuf
    	coreutils
    	cpio
    	cpp-symlinks
    	cpp
    	dosfstools
    	elfutils
    	findutils
    	g++-symlinks
    	g++
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbserver
    	gettext
    	glmark2
    	gnu-config
    	grub-common
    	grub-editenv
    	grub-efi
    	gzip
    	kbd-keymaps-pine
    	less
    	libasm1
    	libatomic-dev
    	libatomic1
    	libbfd
    	libdebuginfod1
    	libdw1
    	libelf1
    	libgcc-s-dev
    	libgcc1
    	libgdbm-compat4
    	libgdbm6
    	libgettextlib
    	libgettextsrc
    	libgmp10
    	libidn2-0
    	libmpc3
    	libmpfr6
    	libopcodes
    	libqt5charts-examples
    	libqt5charts-plugins
    	libqt5charts-qmlplugins
    	libqt5charts5
    	libqt5serialport-examples
    	libqt5serialport-plugins
    	libqt5serialport-qmlplugins
    	libqt5serialport5
    	libqt5svg-examples
    	libqt5svg-plugins
    	libqt5svg-qmlplugins
    	libqt5svg5
    	libqt5virtualkeyboard-plugins
    	libqt5virtualkeyboard-qmlplugins
    	libqt5virtualkeyboard5
    	libreadline8
    	libstdc++-dev
    	libstdc++6
    	libunistring5
    	m4
    	make
    	nettle
    	parted
    	piglit
    	qt3d-plugins
    	qt3d-qmlplugins
    	qt3d
    	qtbase-examples
    	qtbase-plugins
    	qtbase-qmlplugins
    	qtbase
    	qtconnectivity-plugins
    	qtconnectivity-qmlplugins
    	qtconnectivity
    	qtdeclarative-plugins
    	qtdeclarative-qmlplugins
    	qtdeclarative-tools
    	qtdeclarative
    	qtgraphicaleffects-qmlplugins
    	qtlocation-examples
    	qtlocation-plugins
    	qtlocation-qmlplugins
    	qtlocation
    	qtmultimedia-examples
    	qtmultimedia-plugins
    	qtmultimedia-qmlplugins
    	qtmultimedia
    	qtquics-qmlplugins.control
    	qtquics2-plugins.control
    	qtquics2-qmlplugins.control
    	qtquics2.control
    	qtscript-examples
    	qtscript-plugins
    	qtscript-qmlplugins
    	qtscript
    	qtwayland-examples
    	qtwayland-plugins
    	qtwayland-qmlplugins
    	qtwayland
    	tar
    	which
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [[0;32m  OK  [0m] Finished [0;1;39mPrint notice about GPLv3 packages[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mMulti-User System[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mGraphical Interface[0m.
    
             Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
    
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project j784s4-evm ttyS2
    
    Arago 2023.10 j784s4-evm ttyS2
    
    j784s4-evm login: 
    - 14:09:54 [INFO] Host: root
    - 14:09:57 [INFO] Target: 
    root
    
    [   19.134068] kauditd_printk_skb: 8 callbacks suppressed
    [   19.134076] audit: type=1006 audit(1722193794.295:16): pid=1122 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   19.151759] audit: type=1300 audit(1722193794.295:16): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe25ec6c8 a2=1 a3=1 items=0 ppid=1 pid=1122 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   19.178353] audit: type=1327 audit(1722193794.295:16): proctitle="(systemd)"
    [   19.212126] audit: type=1334 audit(1722193794.371:17): prog-id=18 op=LOAD
    [   19.218926] audit: type=1300 audit(1722193794.371:17): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd38bc2e8 a2=90 a3=0 items=0 ppid=1 pid=1122 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
    [   19.244730] audit: type=1327 audit(1722193794.371:17): proctitle="(systemd)"
    [   19.251801] audit: type=1334 audit(1722193794.371:18): prog-id=18 op=UNLOAD
    [   19.258765] audit: type=1300 audit(1722193794.371:18): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffff97061c60 items=0 ppid=1 pid=1122 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
    [   19.284372] audit: type=1327 audit(1722193794.371:18): proctitle="(systemd)"
    [   19.291421] audit: type=1334 audit(1722193794.371:19): prog-id=19 op=LOAD
    7[r[999;999H[6nroot@j784s4-evm:~# 
    - 14:09:57 [INFO] Sleeping 15 secs to allow systemd to finish starting processes...
    - 14:10:12 [INFO] Disconnected serial from am69_sk-fs
    - 14:10:12 [INFO] Connected to am69_sk-fs via serial 
    - 14:10:12 [INFO] Host: uname -a
    - 14:10:13 [INFO] Target: 
    uname -a
    Linux j784s4-evm 6.6.32-ti-g6de6e418c80e-dirty #1 SMP PREEMPT Fri Jul 26 14:32:20 UTC 2024 aarch64 GNU/Linux
    root@j784s4-evm:~# 
    - 14:10:13 [INFO] Host: cat /proc/cmdline
    - 14:10:13 [INFO] Target: 
    cat /proc/cmdline
    console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am69_sk-fs-02/autofs/cc3ab1edbd0c88b71d30e333a074a3b4,nolock,v3,tcp,rsize=4096,wsize=4096 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)
    root@j784s4-evm:~# 
    - 14:10:13 [INFO] Host: uname -a
    - 14:10:13 [INFO] Target: 
    uname -a
    Linux j784s4-evm 6.6.32-ti-g6de6e418c80e-dirty #1 SMP PREEMPT Fri Jul 26 14:32:20 UTC 2024 aarch64 GNU/Linux
    root@j784s4-evm:~# 
    - 14:10:13 [INFO] Host: cat /proc/mtd
    - 14:10:13 [INFO] Target: 
    cat /proc/mtd
    dev:    size   erasesize  name
    mtd0: 00080000 00040000 "ospi.tiboot3"
    mtd1: 00200000 00040000 "ospi.tispl"
    mtd2: 00400000 00040000 "ospi.u-boot"
    mtd3: 00040000 00040000 "ospi.env"
    mtd4: 00040000 00040000 "ospi.env.backup"
    mtd5: 037c0000 00040000 "ospi.rootfs"
    mtd6: 00040000 00040000 "ospi.phypattern"

    This is with the latest kernel. I am just double checking with the team if latest U-Boot was used.
    Please double confirm if 10.0 is failing at your end.

    - Keerthy

  • Keerthy, I reinstalled the image again and can confirm that this is the 10.0 SDK kernel:

    root@am69-sk:~# uname -a
    Linux am69-sk 6.6.32-ti-g6de6e418c80e-dirty #1 SMP PREEMPT Fri Jul 26 14:32:20 UTC 2024 aarch64 GNU/Linux
    root@am69-sk:~# cat /proc/cmdline 
    console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=ea8a7b3f-02 rw rootfstype=ext4 rootwait
    root@am69-sk:~# cat /proc/mtd 
    dev:    size   erasesize  name
    root@am69-sk:~#

  • Thanks Bryan. I am trying to reproduce locally.

    - Keerthy

  • Hi Bryan,

    I have reproduced the exact issue on AM69-SK. I have raised an internal ticket. I will keep you posted. In the meantime work around with older bootloaders.

    - Keerthy

  • Hello Bryan,

    Thanks for your patience. Here is the fix for 10.0 SDK:

    diff --git a/board/ti/j784s4/evm.c b/board/ti/j784s4/evm.c
    index 145b2390eaf..84d7a2d9926 100644
    --- a/board/ti/j784s4/evm.c
    +++ b/board/ti/j784s4/evm.c
    @@ -54,6 +54,8 @@  static void __maybe_unused detect_enable_spinand(void *blob)
     		nor_offset = fdt_node_offset_by_compatible(blob,
     							   fdt_parent_offset(blob, nand_offset),
     							   "jedec,spi-nor");
    +		if (nand_offset < 0)
    +			return;
     
     		if (dm_gpio_get_value(&desc)) {
     			fdt_status_okay(blob, nand_offset);
    

    Reason: 

    Add nand_offset check to the fixup logic based on mux gpio.
    This enables the fixup only if there is a valid Nand node present
    in the device tree blob being loaded.

    Please try and let us know if this works at your end.

    - Keerthy
  • Keerthy,

    Applying this patch has resolved our issue. Thank you and anyone else who has looked into this.

    -Bryan