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.

J722SXH01EVM: OSPI NAND flash access issue in SDK 10.00.00.08

Part Number: J722SXH01EVM

Tool/software:

Hello Team,

I am working on J722S EVM with 10.00.00.08 SDK.


I tested the NAND flash in J722S by referring https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-j722s/10_00_00_08/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/Storage/NAND.html  documentation.


Used hexdump command to verify the data, but the written data does not match the read data. Please find the log below

root@j722s-evm:~# flash_erase /dev/mtd0 0 0
Erasing 512 Kibyte @ 0 -- 100 % complete
root@j722s-evm:~#
root@j722s-evm:~# hexdump ospi.txt
0000000 6161 6161 000a                         
0000005
root@j722s-evm:~#
root@j722s-evm:~# nandwrite -p /dev/mtd0 ospi.txt
Writing data to block 0 at offset 0x0
root@j722s-evm:~#
root@j722s-evm:~# nanddump /dev/mtd0 -f ospi_read.txt
ECC failed: 0
ECC corrected: 0
Number of bad blocks: 0
Number of bbt blocks: 0
Block size 262144, page size 4096, OOB size 128
Dumping data starting at 0x00000000 and ending at 0x00080000...
root@j722s-evm:~#
root@j722s-evm:~# hexdump ospi_read.txt
0000000 0000 0000 0000 0000 0000 0000 0000 0000
*
0001000 ffff ffff ffff ffff ffff ffff ffff ffff
*
0080000
root@j722s-evm:~#


Tested the same using flashcp command and observed the following error.

root@j722s-evm:~# flashcp -v test.txt /dev/mtd0
Erasing blocks: 1/1 (100%)
Writing data: 0k/0k (100%)
Verifying data: 0k/0k (100%)File does not seem to match flash data. First mismatch at 0x00000000-0x00000010
root@j722s-evm:~#
root@j722s-evm:~#

Could you kindly assist in resolving this issue?

  • Hi Arthi,

    I tested the OSPI NAND using the 10.0 tisdk-default-image and saw the following:

    $ root@j722s-evm:~# cat /proc/mtd
    dev:    size   erasesize  name
    mtd0: 00080000 00040000 "ospi_nand.tiboot3"
    mtd1: 00200000 00040000 "ospi_nand.tispl"
    mtd2: 00400000 00040000 "ospi_nand.u-boot"
    mtd3: 00040000 00040000 "ospi_nand.env"
    mtd4: 00040000 00040000 "ospi_nand.env.backup"
    mtd5: 05fc0000 00040000 "ospi_nand.rootfs"
    mtd6: 00040000 00040000 "ospi_nand.phypattern"
    $ root@j722s-evm:~# flash_erase /dev/mtd0 0 0
    Erasing 512 Kibyte @ 0 -- 100 % complete
    hexdump ospi.txt 
    0000000 6161 6161 000a                         
    0000006
    $ root@j722s-evm:~# nandwrite -p /dev/mtd0 ospi.txt
    Writing data to block 0 at offset 0x0
    root@j722s-evm:~# touch ospi_read.txt
    root@j722s-evm:~# nanddump /dev/mtd0 -f ospi_read.txt
    ECC failed: 0
    ECC corrected: 0
    Number of bad blocks: 0
    Number of bbt blocks: 0
    Block size 262144, page size 4096, OOB size 128
    Dumping data starting at 0x00000000 and ending at 0x00080000...
    $ root@j722s-evm:~#  hexdump ospi_read.txt
    0000000 6161 6161 000a ffff ffff ffff ffff ffff
    0000010 ffff ffff ffff ffff ffff ffff ffff ffff
    *
    0080000

    It appears to have worked properly. The only thing I saw that was different was that your ospi.txt file was 5 bytes instead of 6.

    Best,
    Jared

  • Hi Jared,

    I created a file with 6 bytes and tested the NAND flash. Still facing the same issue.

    I am using tisdk-adas-image. I flashed the SD card using the following SDK https://dr-download.ti.com/software-development/software-development-kit-sdk/MD-R9W8pVWsOt/10.00.00.08/ti-processor-sdk-linux-adas-j722s-evm-10_00_00_08-Linux-x86-Install.bin

    Regards,

    Arthi V

  • Hi Arthi,

    I just built and flashed a tisdk-adas-image, and everything ran like it did before.

    When you run $ cat /proc/mtd what is output?

    Best,
    Jared

  • Hi Jared,

    Below is the output for the /proc/mtd :

    root@j722s-evm:~# cat /proc/mtd
    dev:    size   erasesize  name
    mtd0: 00080000 00040000 "ospi_nand.tiboot3"
    mtd1: 00200000 00040000 "ospi_nand.tispl"
    mtd2: 00400000 00040000 "ospi_nand.u-boot"
    mtd3: 00040000 00040000 "ospi_nand.env"
    mtd4: 00040000 00040000 "ospi_nand.env.backup"
    mtd5: 05fc0000 00040000 "ospi_nand.rootfs"
    mtd6: 00040000 00040000 "ospi_nand.phypattern"
    root@j722s-evm:~# 

    I  flashed the SD card again, but I still have the same issue.

    After accessed the NAND device in kernel, the following problem was also seen on the subsequent boot:

    root@j722s-evm:~# flash_erase /dev/mtd0 0 0
    Erasing 512 Kibyte @ 0 --  0 % complete [   50.295636] nand: attempt to erase a bad/reserved block @0
    libmtd: error!: MEMERASE64 ioctl failed for eraseblock 0 (mtd0)
            error 5 (Input/output error)
    flash_erase: error!: /dev/mtd0: MTD Erase entire chip failureTrying one by one each sector.
                 error 5 (Input/output error)
    flash_erase: Skipping bad block at 00000000
    Erasing 256 Kibyte @ 40000 -- 100 % complete 
    root@j722s-evm:~# 

    Below I have attached the complete log

    U-Boot SPL 2024.04-ti-g818c76aed67f (Aug 01 2024 - 19:19:47 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    SPL initial stack usage: 17048 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    
    U-Boot SPL 2024.04-ti-g818c76aed67f (Aug 01 2024 - 19:19:47 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2024.04-ti-g818c76aed67f (Aug 01 2024 - 19:19:47 +0000)
    
    SoC:   J722S SR1.0 HS-FS
    Model: Texas Instruments J722S EVM
    DRAM:  2 GiB (effective 8 GiB)
    Core:  79 devices, 29 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    940 bytes read in 34 ms (26.4 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    50228 bytes read in 101 ms (485.4 KiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 0 with data@addr=0x82000000 50228 bytes: Success!
    1084320 bytes read in 143 ms (7.2 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 2 with data@addr=0x82000000 1084320 bytes: Success!
    11821224 bytes read in 587 ms (19.2 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 3 with data@addr=0x82000000 11821224 bytes: Success!
    11821224 bytes read in 588 ms (19.2 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 4 with data@addr=0x82000000 11821224 bytes: Success!
    20285952 bytes read in 876 ms (22.1 MiB/s)
    78078 bytes read in 39 ms (1.9 MiB/s)
    Working FDT set to 88000000
    7405 bytes read in 36 ms (200.2 KiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    ERROR: reserving fdt memory region failed (addr=880000000 size=20000000 flags=4)
       Loading Device Tree to 000000008fee9000, end 000000008fffffff ... OK
    Working FDT set to 8fee9000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.6.32-ti-gdb8871293143-dirty (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240620) #1 SMP PREEMPT Thu Aug  1 19:10:56 UTC 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments J722S EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] OF: reserved mem: 0x000000009e780000..0x000000009e7fffff (512 KiB) nomap non-reusable tfa@9e780000
    [    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 vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a3ffffff (31744 KiB) nomap non-reusable vision-apps-r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@a5000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a6ffffff (32768 KiB) nomap non-reusable vision-apps-rtos-ipc-memory-region@a5000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 96 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000acffffff (98304 KiB) nomap non-reusable vision-apps-dma-memory@a7000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ad000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@ad000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ad000000..0x00000000ad0fffff (1024 KiB) nomap non-reusable vision-apps-c71-dma-memory@ad000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ad100000, size 63 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@ad100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ad100000..0x00000000b0ffffff (64512 KiB) nomap non-reusable vision-apps-c71_0-memory@ad100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b1000000..0x00000000b10fffff (1024 KiB) nomap non-reusable vision-apps-c71_1-dma-memory@b1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b1100000, size 63 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory1b1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b1100000..0x00000000b4ffffff (64512 KiB) nomap non-reusable vision-apps-c71_1-memory1b1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b5000000, size 40 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@b5000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b5000000..0x00000000b77fffff (40960 KiB) nomap non-reusable vision-apps-core-heap-memory-lo@b5000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 512 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000880000000..0x000000089fffffff (524288 KiB) nomap non-reusable vision-apps-core-heap-memory-hi@880000000
    [    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    [    0.000000] OF: reserved mem: 0x0000000900000000..0x000000091fffffff (524288 KiB) map non-reusable vision_apps_shared-memories
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000980000000, size 896 MiB
    [    0.000000] OF: reserved mem: initialized node linux-cma-buffers@980000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000980000000..0x00000009b7ffffff (917504 KiB) map reusable linux-cma-buffers@980000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000009ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a3ffffff]
    [    0.000000]   node   0: [mem 0x00000000a4000000-0x00000000a4ffffff]
    [    0.000000]   node   0: [mem 0x00000000a5000000-0x00000000b77fffff]
    [    0.000000]   node   0: [mem 0x00000000b7800000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x000000089fffffff]
    [    0.000000]   node   0: [mem 0x00000008a0000000-0x00000009ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000009ffffffff]
    [    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 VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=4ba06f48-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2064384
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 4.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 5783388K/8388608K available (11968K kernel code, 1250K rwdata, 4036K rodata, 2432K init, 502K bss, 1687716K reserved, 917504K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
    [    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=4
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 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:0x0000000001880000
    [    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 @8a0800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000008a0040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008a0050000
    [    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.008577] Console: colour dummy device 80x25
    [    0.013167] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023839] pid_max: default: 32768 minimum: 301
    [    0.028635] LSM: initializing lsm=capability,integrity
    [    0.033996] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.041756] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.051601] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
    [    0.058903] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
    [    0.066811] rcu: Hierarchical SRCU implementation.
    [    0.071708] rcu:     Max phase no-delay instances is 1000.
    [    0.077294] Platform MSI: msi-controller@1820000 domain created
    [    0.083627] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.093116] EFI services will not be available.
    [    0.098011] smp: Bringing up secondary CPUs ...
    [    0.103237] Detected VIPT I-cache on CPU1
    [    0.103311] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.103327] GICv3: CPU1: using allocated LPI pending table @0x00000008a0060000
    [    0.103376] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.104046] Detected VIPT I-cache on CPU2
    [    0.104102] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.104116] GICv3: CPU2: using allocated LPI pending table @0x00000008a0070000
    [    0.104148] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.104723] Detected VIPT I-cache on CPU3
    [    0.104772] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.104784] GICv3: CPU3: using allocated LPI pending table @0x00000008a0080000
    [    0.104812] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.104888] smp: Brought up 1 node, 4 CPUs
    [    0.184513] SMP: Total of 4 processors activated.
    [    0.189319] CPU features: detected: 32-bit EL0 Support
    [    0.194582] CPU features: detected: CRC32 instructions
    [    0.199888] CPU: All CPU(s) started at EL2
    [    0.204080] alternatives: applying system-wide alternatives
    [    0.211437] devtmpfs: initialized
    [    0.226980] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.236960] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.266867] pinctrl core: initialized pinctrl subsystem
    [    0.272776] DMI not present or invalid.
    [    0.277302] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.284212] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
    [    0.291654] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.299763] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.308017] audit: initializing netlink subsys (disabled)
    [    0.313717] audit: type=2000 audit(0.204:1): state=initialized audit_enabled=0 res=1
    [    0.314144] thermal_sys: Registered thermal governor 'step_wise'
    [    0.321636] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.327812] cpuidle: using governor menu
    [    0.338639] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.345649] ASID allocator initialised with 65536 entries
    [    0.367968] Modules: 27680 pages in range for non-PLT usage
    [    0.367984] Modules: 519200 pages in range for PLT usage
    [    0.374388] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.386773] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.393174] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.400104] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.406502] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.413433] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.419831] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.426763] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.434494] k3-chipinfo 43000014.chipid: Family:J722S rev:SR1.0 JTAGID[0x0bba002f] Detected
    [    0.444213] iommu: Default domain type: Translated
    [    0.449126] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.455705] SCSI subsystem initialized
    [    0.459831] usbcore: registered new interface driver usbfs
    [    0.465459] usbcore: registered new interface driver hub
    [    0.470910] usbcore: registered new device driver usb
    [    0.476574] pps_core: LinuxPPS API ver. 1 registered
    [    0.481648] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.490983] PTP clock support registered
    [    0.495153] EDAC MC: Ver: 3.0.0
    [    0.498839] scmi_core: SCMI protocol bus registered
    [    0.504133] FPGA manager framework
    [    0.507690] Advanced Linux Sound Architecture Driver Initialized.
    [    0.514805] vgaarb: loaded
    [    0.517902] clocksource: Switched to clocksource arch_sys_counter
    [    0.524536] VFS: Disk quotas dquot_6.6.0
    [    0.528596] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.541745] Carveout Heap: Exported 512 MiB at 0x0000000900000000
    [    0.548100] NET: Registered PF_INET protocol family
    [    0.553375] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.566259] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
    [    0.575088] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.583016] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.591504] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.600853] TCP: Hash tables configured (established 65536 bind 65536)
    [    0.607716] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.614842] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.622513] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.628771] RPC: Registered named UNIX socket transport module.
    [    0.634843] RPC: Registered udp transport module.
    [    0.639649] RPC: Registered tcp transport module.
    [    0.644450] RPC: Registered tcp-with-tls transport module.
    [    0.650051] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.656633] NET: Registered PF_XDP protocol family
    [    0.661541] PCI: CLS 0 bytes, default 64
    [    0.666815] Initialise system trusted keyrings
    [    0.671583] workingset: timestamp_bits=46 max_order=21 bucket_order=0
    [    0.678470] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.684688] NFS: Registering the id_resolver key type
    [    0.689878] Key type id_resolver registered
    [    0.694151] Key type id_legacy registered
    [    0.698262] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.705108] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.745063] Key type asymmetric registered
    [    0.749251] Asymmetric key parser 'x509' registered
    [    0.754283] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.761840] io scheduler mq-deadline registered
    [    0.766468] io scheduler kyber registered
    [    0.770592] io scheduler bfq registered
    [    0.777582] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.784235] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.796741] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.813108] loop: module loaded
    [    0.817362] megasas: 07.725.01.00-rc1
    [    0.824763] tun: Universal TUN/TAP device driver, 1.6
    [    0.831000] VFIO - User Level meta-driver version: 0.3
    [    0.837421] usbcore: registered new interface driver usb-storage
    [    0.844118] i2c_dev: i2c /dev entries driver
    [    0.849834] sdhci: Secure Digital Host Controller Interface driver
    [    0.856181] sdhci: Copyright(c) Pierre Ossman
    [    0.860863] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.867269] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.873710] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.880929] usbcore: registered new interface driver usbhid
    [    0.886622] usbhid: USB HID core driver
    [    0.890834] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    0.897665] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    0.904446] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    0.911238] omap-mailbox 29030000.mailbox: omap mailbox rev 0x66fca100
    [    0.919269] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.928294] optee: probing for conduit method.
    [    0.932866] optee: revision 4.2 (12d7c4ee)
    [    0.933149] optee: dynamic shared memory is enabled
    [    0.942545] optee: initialized driver
    [    0.948158] NET: Registered PF_PACKET protocol family
    [    0.953444] Key type dns_resolver registered
    [    0.965172] registered taskstats version 1
    [    0.969599] Loading compiled-in X.509 certificates
    [    0.986739] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    [    1.042092] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.048931] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    1.055827] pca953x 1-0023: using AI
    [    1.084021] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.090130] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.098432] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.107630] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.116608] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    1.130898] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.139392] ti-udma 485c0100.dma-controller: Channels: 44 (bchan: 16, tchan: 12, rchan: 16)
    [    1.150188] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.160963] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.170461] ti-udma 4e230000.dma-controller: Number of rings: 40
    [    1.178085] ti-udma 4e230000.dma-controller: Channels: 20 (bchan: 0, tchan: 8, rchan: 12)
    [    1.188300] printk: console [ttyS2] disabled
    [    1.193032] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 271, base_baud = 3000000) is a 8250
    [    1.201929] printk: console [ttyS2] enabled
    [    1.201929] printk: console [ttyS2] enabled
    [    1.210377] printk: bootconsole [ns16550a0] disabled
    [    1.210377] printk: bootconsole [ns16550a0] disabled
    [    1.224200] spi-nand spi0.0: Winbond SPI NAND was found.
    [    1.229548] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    1.237858] 7 fixed-partitions partitions found on MTD device spi0.0
    [    1.244217] Creating 7 MTD partitions on "spi0.0":
    [    1.249004] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    1.256337] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
    [    1.264045] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
    [    1.272591] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
    [    1.279346] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
    [    1.286713] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
    [    1.331199] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    1.377918] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    1.389271] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.397408] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000006
    [    1.410396] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.417529] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.424117] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000000, add_val:1 pps:0
    [    1.437939] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.450433] cpu cpu0: _of_add_opp_table_v2: no supported OPPs
    [    1.456289] cpu cpu0: OPP table can't be empty
    [    1.462020] mmc0: CQHCI version 5.10
    [    1.472604] j721e-pcie f102000.pcie: host bridge /bus@f0000/pcie@f102000 ranges:
    [    1.480096] j721e-pcie f102000.pcie:       IO 0x0068001000..0x0068010fff -> 0x0068001000
    [    1.488194] j721e-pcie f102000.pcie:      MEM 0x0068011000..0x006fffffff -> 0x0068011000
    [    1.496286] j721e-pcie f102000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.501911] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.597097] mmc0: Command Queue Engine enabled
    [    1.601574] mmc0: new HS400 MMC card at address 0001
    [    1.607121] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    1.613015]  mmcblk0: p1 p2
    [    1.616382] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    1.622254] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    1.627984] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0)
    [    2.509969] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
    [    2.516277] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    2.521762] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x68001000-0x68010fff])
    [    2.531230] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
    [    2.538126] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400
    [    2.544225] pci 0000:00:00.0: supports D1
    [    2.548232] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    2.556495] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.564668] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    2.571299] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    2.576384] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    2.583303] pcieport 0000:00:00.0: PME: Signaling with IRQ 484
    [    2.589442] pcieport 0000:00:00.0: AER: enabled with IRQ 484
    [    2.596805] mmc1: CQHCI version 5.10
    [    2.596971] debugfs: Directory 'pd:244' with parent 'pm_genpd' already present!
    [    2.609275] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    2.616613] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    2.625200] clk: Disabling unused clocks
    [    2.634872] ALSA device list:
    [    2.637836]   No soundcards found.
    [    2.638477] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    2.649507] Waiting for root device PARTUUID=4ba06f48-02...
    [    2.706340] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    2.713602] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
    [    2.723078]  mmcblk1: p1 p2
    [    3.042527] EXT4-fs (mmcblk1p2): recovery complete
    [    3.048320] EXT4-fs (mmcblk1p2): mounted filesystem 984ac236-3b7a-4bd8-9fef-59a3ea8ea992 r/w with ordered data mode. Quota mode: none.
    [    3.060466] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    3.070696] devtmpfs: mounted
    [    3.074392] Freeing unused kernel memory: 2432K
    [    3.079007] Run /sbin/init as init process
    [    3.282286] systemd[1]: System time before build time, advancing clock.
    [    3.326904] NET: Registered PF_INET6 protocol family
    [    3.332874] Segment Routing with IPv6
    [    3.336628] In-situ OAM (IOAM) with IPv6
    [    3.371251] 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 -L)
    [    3.403074] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    3.424468] systemd[1]: Hostname set to <j722s-evm>.
    [    3.752182] 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.
    [    3.874265] 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 .
    [    3.962793] systemd[1]: Queued start job for default target Graphical Interface.
    [    4.011836] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    4.036366] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    4.060327] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    4.083731] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    4.106415] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    4.130279] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    4.154110] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device /dev/ttyS2...
    [    4.170184] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    4.186064] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.206024] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    4.222052] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    4.275197] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    4.298237] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    4.327526] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    4.350476] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    4.375205] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    4.398733] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    4.422760] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    4.442907] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    4.469558] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    4.490668] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    4.510710] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    4.562308] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    4.582400] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    4.610510] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    4.626576] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    4.647023] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    4.667943] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    4.714632] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    4.734660] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    4.754894] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    4.789878] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen.[    4.796772] fuse: init (API version 7.39)
    ..
    [    4.826056] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    4.842438] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    4.863288] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.887043] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.907489] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    4.933280] cryptodev: loading out-of-tree module taints kernel.
    [    4.935428] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems   4.947128] cryptodev: driver 1.13 loaded.
    [0m...
    [    4.966318] systemd-journald[120]: Collecting audit messages is enabled.
    [    4.971164] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    5.003169] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    5.022629] systemd[1]: Mounted Huge Pages File System.
    [  OK  ] Mounted Huge Pages File System.
    [    5.038630] EXT4-fs (mmcblk1p2): re-mounted 984ac236-3b7a-4bd8-9fef-59a3ea8ea992 r/w. Quota mode: none.
    [    5.050911] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    5.074970] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  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...
    [    5.434842] systemd-journald[120]: 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...
    [    5.704852] audit: type=1334 audit(1709054766.416:2): prog-id=6 op=LOAD
    [    5.711765] audit: type=1334 audit(1709054766.424: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 Volatile Files and Directories...
    [  OK  ] Finished Create Volatile Files and Directories.
    [    5.935885] audit: type=1334 audit(1709054766.648:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    [    5.973707] audit: type=1334 audit(1709054766.684:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [    6.057457] audit: type=1334 audit(1709054766.768:6): prog-id=10 op=LOAD
    [    6.071034] audit: type=1334 audit(1709054766.780:7): prog-id=11 op=LOAD
    [    6.080818] audit: type=1334 audit(1709054766.780:8): prog-id=12 op=LOAD
             Starting User Database Manager...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started User Database Manager.
    [  OK  ] Found device /dev/ttyS2.
    [    6.667638] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [    6.681186] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    6.698050] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [    6.737974] random: crng init done
    [    6.740195] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [    6.751956] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [    6.760061] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    6.778127] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Finished Load/Save OS Random Seed.
    [  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.
             Starting Weston socket...
    [    7.076009] audit: type=1334 audit(1709055856.636:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Finished Reboot and dump vmcore via[    7.279277] dbus-broker-lau[384]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
     kexec.
    [    7.299568] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    7.326366] CAN device driver interface
    [    7.368908] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [    7.387606] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    7.424025] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@ad000000
    [    7.436259] k3-dsp-rproc 7e000000.dsp: configured DSP for IPC-only mode
    [    7.446144] remoteproc remoteproc0: 7e000000.dsp is available
    [    7.452153] remoteproc remoteproc0: attaching to 7e000000.dsp
    [    7.467220] k3-dsp-rproc 7e000000.dsp: DSP initialized in IPC-only mode
    [    7.469745] mc: Linux media interface: v0.10
    [    7.473947] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node vision-apps-c71-dma-memory@ad000000
    [    7.498480] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    7.499581] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [    7.500147] videodev: Linux video capture interface: v2.00
    [    7.511838] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    [    7.531998] remoteproc remoteproc0: remote processor 7e000000.dsp is now attached
    [    7.542098] k3-dsp-rproc 7e200000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b1000000
    [    7.553874] k3-dsp-rproc 7e200000.dsp: configured DSP for IPC-only mode
    [    7.582567] remoteproc remoteproc1: 7e200000.dsp is available
    [    7.590052] remoteproc remoteproc1: attaching to 7e200000.dsp
    [  OK  ] Reached target Socket Units.
    [    7.600158] k3-dsp-rproc 7e200000.dsp: DSP initialized in IPC-only mode
    [    7.609050] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node vision-apps-c71_1-dma-memory@b1000000
    [  OK  ] Reached target Basic System.
    [    7.627262] platform 79000000.r5f: configured R5F for IPC-only mode
    [    7.631204] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    7.633657] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    [    7.647210] platform 79000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000
    [    7.654464] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
    [    7.664076] remoteproc remoteproc2: 79000000.r5f is available
    [    7.666536] remoteproc remoteproc1: remote processor 7e200000.dsp is now attached
    [    7.677082] remoteproc remoteproc2: attaching to 79000000.r5f
    [  OK  ] Started Job spooling tools.
    [    7.716738] vdec 30210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [    7.725023] vdec 30210000.video-codec: Product Code:      0x521c
    [    7.731276] vdec 30210000.video-codec: Firmware Revision: 320127
             Starting Avahi mDNS/DNS-SD Stack...
    [  OK  ] Started Periodic Command Scheduler.
    [    7.768626] platform 79000000.r5f: R5F core initialized in IPC-only mode
             Starting Print notice about GPLv3 packages...
    [    7.784032] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000
    [    7.790297] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    7.799773] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:00 UTC (0)
    [    7.839294] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    7.839762] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.844949] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
    [    7.852730] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [    7.859287] remoteproc remoteproc2: remote processor 79000000.r5f is now attached
             Starting IPv6 Packet Filtering Framework...
    [    7.948712] m_can_platform 4e08000.can: m_can device registered (irq=497, version=32)
    [    7.968863] m_can_platform 4e18000.can: m_can device registered (irq=498, version=32)
    [    7.978765] e5010 fd20000.e5010: Device registered as /dev/video2
             Starting IPv4 Packet Filtering Framework..[    7.989834] m_can_platform 20701000.can: m_can device registered (irq=500, version=32)
    .
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting Expand the rootfs partiti…to full size of the boot device....
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [    8.063392] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    8.066839] PVR_K:  175: Device: fd80000.gpu
    [    8.084388] audit: type=1334 audit(1709055857.641:10): prog-id=14 op=LOAD
             Starting User Login Management...
    [    8.098048] audit: type=1334 audit(1709055857.641:11): prog-id=15 op=LOAD
             Starting Telnet Server...
    [    8.135996] platform 78000000.r5f: configured R5F for IPC-only mode
    [    8.143795] platform 78000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [    8.147295] PVR_K:  175: Read BVNC 36.53.104.796 from HW device registers
    [    8.156326] remoteproc remoteproc3: 78000000.r5f is available
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [    8.195060] remoteproc remoteproc3: attaching to 78000000.r5f
    [    8.216592] PVR_K:  175: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    [  OK  ] Reached target Preparation for Network.
    [  OK  ] Reached target Hardware activated USB gadget.
    [    8.245311] [drm] Initialized pvr 24.1.6554834 20170530 for fd80000.gpu on minor 0
             Starting Network Configuration...
    [  OK  ] Finished Telnet Server.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [    8.305742] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [    8.319656] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [  OK  ] Started Telephony service.
    [    8.401149] virtio_rpmsg_bus virtio3: rpmsg host is online
    [    8.402189] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
    [    8.419182] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
    [    8.424528] rproc-virtio rproc-virtio.4.auto: registered virtio3 (type 7)
    [    8.433415] remoteproc remoteproc3: remote processor 78000000.r5f is now attached
    [    8.489838] m_can_platform 20701000.can main_mcan0: renamed from can2
             Starting Virtual Console Setup...
    [    8.589650] m_can_platform 4e18000.can mcu_mcan1: renamed from can1
    [    8.650579] m_can_platform 4e08000.can mcu_mcan0: renamed from can0
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [    8.684263] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [    8.690897] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 1
    [    8.699615] xhci-hcd xhci-hcd.5.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [    8.709530] xhci-hcd xhci-hcd.5.auto: irq 502, io mem 0x31210000
    [    8.713500] platform 78400000.r5f: configured R5F for IPC-only mode
    [    8.735012] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [    8.742473] platform 78400000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [    8.743443] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2
    [    8.752866] remoteproc remoteproc4: 78400000.r5f is available
    [    8.766327] remoteproc remoteproc4: attaching to 78400000.r5f
    [    8.766355] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
    [    8.775622] platform 78400000.r5f: R5F core initialized in IPC-only mode
    [    8.787404] hub 1-0:1.0: USB hub found
    [    8.787767] Bluetooth: Core ver 2.22
    [    8.788437] rproc-virtio rproc-virtio.6.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [    8.789310] virtio_rpmsg_bus virtio4: rpmsg host is online
    [    8.789352] rproc-virtio rproc-virtio.6.auto: registered virtio4 (type 7)
    [    8.789360] remoteproc remoteproc4: remote processor 78400000.r5f is now attached
    [    8.791849] hub 1-0:1.0: 1 port detected
    [    8.795189] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
    [    8.796556] NET: Registered PF_BLUETOOTH protocol family
    [    8.796565] Bluetooth: HCI device and connection manager initialized
    [    8.796585] Bluetooth: HCI socket layer initialized
    [    8.796593] Bluetooth: L2CAP socket layer initialized
    [    8.796610] Bluetooth: SCO socket layer initialized
    [    8.811217] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [    8.818092] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
    [    8.832928] hub 2-0:1.0: USB hub found
    [    8.836617] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
    [    8.841801] hub 2-0:1.0: 1 port detected
    [    8.848466] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe
    [  OK  ] Finished Expand the rootfs partitio[    8.900661] virtio_rpmsg_bus virtio1: msg received with no recipient
    n to full size of the boot device..
    [    8.913111] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
    [    8.923762] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.931427] virtio_rpmsg_bus virtio4: msg received with no recipient
    [    8.938012] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.945686] virtio_rpmsg_bus virtio0: msg received with no recipient
    [    9.070024] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [    9.080019] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    9.109970] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    9.110810] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Started User Login Management.
    [  OK  ] Finished Virtual Console Setup.
    [    9.220175] hub 1-1:1.0: USB hub found
    [    9.224105] hub 1-1:1.0: 4 ports detected
             Starting Save/Restore Sound Card State...
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
    [    9.290015] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
             Starting Enable and configure wl18xx bluetooth[    9.302898] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
     stack...
             Starting containerd container runtime...
    [  OK  ] Started Netperf Benchmark Server.
             Starting Simple Network Management Protocol (S[    9.346050] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
    NMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Car[    9.376905] hub 2-1:1.0: USB hub found
    d.
    [    9.388738] hub 2-1:1.0: 4 ports detected
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland compositor, as a system service...
    [    9.648063] usbcore: registered new device driver onboard-usb-hub
    [  OK  ] Created slice User Slice of UID 100[    9.827405] hub 1-1:1.0: USB hub found
    0.
    [    9.833726] hub 1-1:1.0: 4 ports detected
             Starting User Runtime Directory /run/user/1000[    9.846219] hub 1-1:1.0: USB hub found
    ...
    [    9.855695] hub 1-1:1.0: 4 ports detected
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [    9.990713] hub 2-1:1.0: USB hub found
    [    9.994907] hub 2-1:1.0: 4 ports detected
    [   10.003946] hub 2-1:1.0: USB hub found
    [   10.014507] hub 2-1:1.0: 4 ports detected
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk0p1...
    [  OK  ] Found device /dev/mmcblk0p1.
             Starting File System Check on /dev/mmcblk0p1...
             Expecting device /dev/mmcblk1p1...
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [   11.039240] kauditd_printk_skb: 5 callbacks suppressed
    [   11.039255] audit: type=1006 audit(1709055860.601:15): pid=580 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   11.057593] audit: type=1300 audit(1709055860.601:15): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc3f6a088 a2=4 a3=1 items=0 ppid=1 pid=580 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egi)
    [  OK  ] Finished File System Check on /dev/[   11.086214] audit: type=1327 audit(1709055860.601:15): proctitle="(weston)"
    mmcblk0p1.
             Mounting /run/media/mmcblk0p1...
    [  OK  ] Found device /dev/mmcblk1p1.
    
    [  OK  ] Mounted /run/media/mmcblk0p1.
             Starting File System Check on /dev/mmcblk1p1...
    [FAILED] Failed to start Weston, a Wayland compositor, as a system service.
    See 'systemctl status weston.service' for details.
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/boot-mmcblk1p1...
    [  OK  ] Mounted /run/media/boot-mmcblk1p1.
    [  OK  ] Started containerd container runtime.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
            adwaita-icon-theme-symbolic
            autoconf
            bash-dev
            bash
            bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils
            findutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gnu-config
            grub-common
            grub-editenv
            grub-efi
            gzip
            hidapi
            kbd-dev
            kbd-keymaps-pine
            less
            libasm1
            libatomic-dev
            libatomic1
            libbfd
            libdebuginfod1
            libdw1
            libelf1
            libgcc-s-dev
            libgcc1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp10
            libidn2-0
            libmpc3
            libmpfr6
            libopcodes
            libqt5charts-examples
            libqt5charts-plugins
            libqt5charts-qmlplugins
            libqt5charts5
            libqt5serialport-examples
            libqt5serialport-plugins
            libqt5serialport-qmlplugins
            libqt5serialport5
            libqt5svg-examples
            libqt5svg-plugins
            libqt5svg-qmlplugins
            libqt5svg5
            libqt5virtualkeyboard-plugins
            libqt5virtualkeyboard-qmlplugins
            libqt5virtualkeyboard5
            libreadline-dev
            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
    ***************************************************************
    ***************************************************************
    [  OK  ] Finished Print notice about GPLv3 packages.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Reached target Graphical Interface.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Finished Record Runlevel Change in UTMP.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project j722s-evm ttyS2
    
    Arago 2023.10 j722s-evm ttyS2
    
    j722s-evm login: root
    [   15.815028] audit: type=1006 audit(1709055865.377:16): pid=1068 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   15.827565] audit: type=1300 audit(1709055865.377:16): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff11a7778 a2=1 a3=1 items=0 ppid=1 pid=1068 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=)
    [   15.854176] audit: type=1327 audit(1709055865.377:16): proctitle="(systemd)"
    [   15.861268] audit: type=1334 audit(1709055865.405:17): prog-id=18 op=LOAD
    [   15.868122] audit: type=1300 audit(1709055865.405:17): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffec6f18c8 a2=90 a3=0 items=0 ppid=1 pid=1068 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egi)
    [   15.893955] audit: type=1327 audit(1709055865.405:17): proctitle="(systemd)"
    [   15.901058] audit: type=1334 audit(1709055865.417:18): prog-id=18 op=UNLOAD
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# touch ospi.txt
    root@j722s-evm:~# vi ospi.txt 
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# hexdump ospi.txt 
    0000000 6161 6161 0a61                         
    0000006
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# cat /proc/mtd 
    dev:    size   erasesize  name
    mtd0: 00080000 00040000 "ospi_nand.tiboot3"
    mtd1: 00200000 00040000 "ospi_nand.tispl"
    mtd2: 00400000 00040000 "ospi_nand.u-boot"
    mtd3: 00040000 00040000 "ospi_nand.env"
    mtd4: 00040000 00040000 "ospi_nand.env.backup"
    mtd5: 05fc0000 00040000 "ospi_nand.rootfs"
    mtd6: 00040000 00040000 "ospi_nand.phypattern"
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# flash_erase /dev/mtd0 0 0
    Erasing 512 Kibyte @ 0 -- 100 % complete 
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# nandwrite -p /dev/mtd0 ospi.txt
    Writing data to block 0 at offset 0x0
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# touch ospi_read.txt
    root@j722s-evm:~# 
    root@j722s-evm:~#  nanddump /dev/mtd0 -f ospi_read.txt
    ECC failed: 0
    ECC corrected: 0
    Number of bad blocks: 0
    Number of bbt blocks: 0
    Block size 262144, page size 4096, OOB size 128
    Dumping data starting at 0x00000000 and ending at 0x00080000...
    root@j722s-evm:~#  hexdump ospi_read.txt
    0000000 0000 0000 0000 0000 0000 0000 0000 0000
    *
    0001000 ffff ffff ffff ffff ffff ffff ffff ffff
    *
    0080000
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# flashcp -v ospi.txt /dev/mtd0
    Erasing blocks: 1/1 (100%)
    Writing data: 0k/0k (100%)
    Verifying data: 0k/0k (100%)File does not seem to match flash data. First mismatch at 0x00000000-0x00000006
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    
    

    Regards,

    Arthi V

  • Hi Arthi,

    It looks like one of the blocks is bad. Can you erase and write to another partition?

    Best,
    Jared

  • Hi Jared,

    I erased and tested all the partitions. Still the written data is not matching the read data. Kindly let me know what I can try from my side.

    Regards,

    Arthi V

  • Hi Arthi,

    When you're building and flashing the adas image, are you just running the create-sdcard.sh script within the bin directory of the SDK?

    The only delta's between our steps that I can think of would be how we're flashing the SD card. I also assume you switched the DIP switch to OSPI NAND? 

    Best,
    Jared

  • Hi Jared,

    Yes, I ran the create-sdcard.sh file to flash the SD card.

    I just downloaded the SDK using the following link https://dr-download.ti.com/software-development/software-development-kit-sdk/MD-R9W8pVWsOt/10.00.00.08/ti-processor-sdk-linux-adas-j722s-evm-10_00_00_08-Linux-x86-Install.bin and flashed the SD card by running create-sdcard.sh

    I selected the DIP switch for NAND. Attached the image for  DIP switch selection

    For your information I am using PROC170E3A(002) board

    Could you please share the device tree file which you used for the testing. I will use the same and do the testing from my side

    Regards,

    Arthi V

  • Hi Arthi,

    I'm just using the default device tree from the release: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/arch/arm64/boot/dts/ti/k3-j722s-evm.dts?h=10.00.08 

    I also don't have watchdog enabled (DIP switch setting).

    Can you also try with a different board to see if it's a hardware issue?

    Best,
    Jared

  • Hi Jared,

    I tested the NAND flash in different board. Observing the same issue.

    Regards,

    Arthi V

  • Hi Arthi,

    Just tried again with a different SD card, used create-sdcard.sh and the adas image packaged with the SDK.

    root@j722s-evm:~# hexdump ospi.txt 
    0000000 dead beef                              
    0000004
    root@j722s-evm:~# flash_erase /dev/mtd0 0 0
    Erasing 512 Kibyte @ 0 -- 100 % complete 
    root@j722s-evm:~# nanddump /dev/mtd0 -f ospi_read.txt
    ECC failed: 0
    ECC corrected: 0
    Number of bad blocks: 0
    Number of bbt blocks: 0
    Block size 262144, page size 4096, OOB size 128
    Dumping data starting at 0x00000000 and ending at 0x00080000...
    root@j722s-evm:~# hexdump ospi_read.txt
    0000000 ffff ffff ffff ffff ffff ffff ffff ffff
    *
    0080000
    root@j722s-evm:~# flash_erase /dev/mtd0 0 0
    Erasing 512 Kibyte @ 0 -- 100 % complete 
    root@j722s-evm:~# nanddump /dev/mtd0 -f ospi_read.txt
    ECC failed: 0
    ECC corrected: 0
    Number of bad blocks: 0
    Number of bbt blocks: 0
    Block size 262144, page size 4096, OOB size 128
    Dumping data starting at 0x00000000 and ending at 0x00080000...
    root@j722s-evm:~# nandwrite -p /dev/mtd0 ospi.txt
    Writing data to block 0 at offset 0x0
    root@j722s-evm:~# nanddump /dev/mtd0 -f ospi_read.txt
    ECC failed: 0
    ECC corrected: 0
    Number of bad blocks: 0
    Number of bbt blocks: 0
    Block size 262144, page size 4096, OOB size 128
    Dumping data starting at 0x00000000 and ending at 0x00080000...
    root@j722s-evm:~# hexdump ospi_read.txt
    0000000 dead beef ffff ffff ffff ffff ffff ffff
    0000010 ffff ffff ffff ffff ffff ffff ffff ffff
    *
    0080000
    root@j722s-evm:~#

    Still worked. Can you try a different SD card or make sure you've followed the exact steps that I did?

    Can you also disable the watchdog?

    Best,
    Jared

  • Hi Jared,

    I also flashed again and tried. Facing the same issue.  I disabled the watchdog and checked. Same issue only.

    Please clarify the below doubts

    1) Are you just downloading the 10.00.00.08 SDK and flashing using create-sdcard.sh file or building any source?

    2) In previous reply, you referred one ti-linux-kernel link for device tree. Could you let me know which branch are you using?

    3) Can you share your DIP switch configuration?

    4) Below I have attached the devmem log for OSPI config register. Can you check the value from your side and let me know

    root@j722s-evm:~# devmem2 0x0FC40000
    /dev/mem opened.
    Memory mapped at address 0xffff8ad40000.
    Read at address  0x0FC40000 (0xffff8ad40000): 0x80183480
    root@j722s-evm:~# 

    In U-boot prompt NAND flash is working properly.

    Regards,

    Arthi V

  • Hi Arthi,

    1) Are you just downloading the 10.00.00.08 SDK and flashing using create-sdcard.sh file or building any source?

    I'm just downloading the 10.00.00.08 PROCESSOR-SDK-LINUX-J722S and using the create-sdcard.sh file. I am not building any source.

    2) In previous reply, you referred one ti-linux-kernel link for device tree. Could you let me know which branch are you using?

    The branch is ti-linux-6.6.y, the link I gave you earlier was just the device tree source at the 10.00.00.08 tag.

    3) Can you share your DIP switch configuration?

    1 2 3 4 5 6 7 8
    HIGH LOW LOW HIGH HIGH HIGH LOW LOW

    4) Below I have attached the devmem log for OSPI config register. Can you check the value from your side and let me know

    root@j722s-evm:~# devmem2 0x0FC40000
    /dev/mem opened.
    Memory mapped at address 0xffffb8b93000.
    Read at address  0x0FC40000 (0xffffb8b93000): 0x80083880

    Best,
    Jared

  • Hi Jared,

    I am seeing difference in the devmem output. Why is it different?

    Below I have attached the devmem output after entering into kernel without running any other commands

    root@j722s-evm:~# 
    root@j722s-evm:~#  devmem2 0x0FC40000
    /dev/mem opened.
    Memory mapped at address 0xffffae930000.
    Read at address  0x0FC40000 (0xffffae930000): 0x80183880
    root@j722s-evm:~# 

    Can you please share your complete bootlog?

    Regards,

    Arthi V

  • Hi Arthi,

    Looks like that corresponds to the MSTR_BAUD_DIV_FLD. i.e. The SPI baud rate differs between our images. You can try setting the register directly using devmem2 to see if it fixes it.

    U-Boot SPL 2024.04-ti-gfda88f8bcea3 (Jul 26 2024 - 11:00:12 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x000a '10.0.1--v10.00.01 (Fiery Fox)')
    SPL initial stack usage: 17048 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    
    U-Boot SPL 2024.04-ti-gfda88f8bcea3 (Jul 26 2024 - 11:00:12 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x000a '10.0.1--v10.00.01 (Fiery Fox)')
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2024.04-ti-gfda88f8bcea3 (Jul 26 2024 - 11:00:12 +0000)
    
    SoC:   J722S SR1.0 HS-FS
    Model: Texas Instruments J722S EVM
    DRAM:  2 GiB (effective 8 GiB)
    Core:  79 devices, 29 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    617 bytes read in 32 ms (18.6 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    20285952 bytes read in 869 ms (22.3 MiB/s)
    78078 bytes read in 38 ms (2 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008fee9000, end 000000008fffffff ... OK
    Working FDT set to 8fee9000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.6.32-g22948219a1cf (a0499903local@uda0499903) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 13.3.Rel1 (Build arm-13.24)) 13.3.1 20240614, GNU ld (Arm GNU Toolchain 13.3.Rel1 (Build arm-13.24)) 2.42.0.20240614) #2 SMP PREEMPT Fri Sep 20 13:40:35 CDT 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments J722S EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000009c8000000, size 896 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000009c8000000..0x00000009ffffffff (917504 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x000000009e780000..0x000000009e7fffff (512 KiB) nomap non-reusable tfa@9e780000
    [    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 mcu-r5fss-dma-memory-region@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable mcu-r5fss-dma-memory-region@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-memory-region@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable mcu-r5fss-memory-region@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node main-r5fss-dma-memory-region@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable main-r5fss-dma-memory-region@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node main-r5fss-memory-region@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable main-r5fss-memory-region@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable c7x-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable c7x-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable c7x-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable c7x-memory@a4100000
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a6bfffff (28672 KiB) nomap non-reusable ipc-memories@a5000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000009ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a6bfffff]
    [    0.000000]   node   0: [mem 0x00000000a6c00000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000009ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000009ffffffff]
    [    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 VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=076c4a2a-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2064384
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 4.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 7088500K/8388608K available (11968K kernel code, 1250K rwdata, 4032K rodata, 2432K init, 502K bss, 382604K reserved, 917504K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
    [    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=4
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 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:0x0000000001880000
    [    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 @0x0000000880040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
    [    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.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008569] Console: colour dummy device 80x25
    [    0.013161] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023827] pid_max: default: 32768 minimum: 301
    [    0.028619] LSM: initializing lsm=capability,integrity
    [    0.033978] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.041736] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.051590] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
    [    0.058886] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
    [    0.066795] rcu: Hierarchical SRCU implementation.
    [    0.071692] rcu: 	Max phase no-delay instances is 1000.
    [    0.077278] Platform MSI: msi-controller@1820000 domain created
    [    0.083597] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.093069] EFI services will not be available.
    [    0.097949] smp: Bringing up secondary CPUs ...
    [    0.103174] Detected VIPT I-cache on CPU1
    [    0.103253] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.103271] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
    [    0.103321] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.103989] Detected VIPT I-cache on CPU2
    [    0.104048] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.104061] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
    [    0.104093] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.104676] Detected VIPT I-cache on CPU3
    [    0.104730] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.104743] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
    [    0.104770] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.104845] smp: Brought up 1 node, 4 CPUs
    [    0.184471] SMP: Total of 4 processors activated.
    [    0.189276] CPU features: detected: 32-bit EL0 Support
    [    0.194541] CPU features: detected: CRC32 instructions
    [    0.199847] CPU: All CPU(s) started at EL2
    [    0.204039] alternatives: applying system-wide alternatives
    [    0.211386] devtmpfs: initialized
    [    0.226335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.236334] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.266213] pinctrl core: initialized pinctrl subsystem
    [    0.272119] DMI not present or invalid.
    [    0.276656] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.283576] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
    [    0.291014] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.299129] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.307386] audit: initializing netlink subsys (disabled)
    [    0.313094] audit: type=2000 audit(0.200:1): state=initialized audit_enabled=0 res=1
    [    0.313525] thermal_sys: Registered thermal governor 'step_wise'
    [    0.321017] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.327192] cpuidle: using governor menu
    [    0.338006] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.345018] ASID allocator initialised with 65536 entries
    [    0.365073] platform 30220000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.377050] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.387908] Modules: 27680 pages in range for non-PLT usage
    [    0.387916] Modules: 519200 pages in range for PLT usage
    [    0.394333] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.406710] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.413111] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.420042] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.426442] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.433374] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.439774] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.446706] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.454428] k3-chipinfo 43000014.chipid: Family:J722S rev:SR1.0 JTAGID[0x0bba002f] Detected
    [    0.464170] iommu: Default domain type: Translated
    [    0.469093] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.475687] SCSI subsystem initialized
    [    0.479814] usbcore: registered new interface driver usbfs
    [    0.485449] usbcore: registered new interface driver hub
    [    0.490901] usbcore: registered new device driver usb
    [    0.496598] pps_core: LinuxPPS API ver. 1 registered
    [    0.501674] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.511013] PTP clock support registered
    [    0.515198] EDAC MC: Ver: 3.0.0
    [    0.518892] scmi_core: SCMI protocol bus registered
    [    0.524177] FPGA manager framework
    [    0.527731] Advanced Linux Sound Architecture Driver Initialized.
    [    0.534843] vgaarb: loaded
    [    0.537922] clocksource: Switched to clocksource arch_sys_counter
    [    0.544416] VFS: Disk quotas dquot_6.6.0
    [    0.548478] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.561489] NET: Registered PF_INET protocol family
    [    0.566797] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.579655] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
    [    0.588488] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.596419] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.604909] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.614310] TCP: Hash tables configured (established 65536 bind 65536)
    [    0.621161] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.628292] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.635963] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.642227] RPC: Registered named UNIX socket transport module.
    [    0.648294] RPC: Registered udp transport module.
    [    0.653097] RPC: Registered tcp transport module.
    [    0.657899] RPC: Registered tcp-with-tls transport module.
    [    0.663500] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.670082] NET: Registered PF_XDP protocol family
    [    0.674989] PCI: CLS 0 bytes, default 64
    [    0.680333] Initialise system trusted keyrings
    [    0.685095] workingset: timestamp_bits=46 max_order=21 bucket_order=0
    [    0.691993] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.698230] NFS: Registering the id_resolver key type
    [    0.703435] Key type id_resolver registered
    [    0.707708] Key type id_legacy registered
    [    0.711819] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.718665] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.758582] Key type asymmetric registered
    [    0.762770] Asymmetric key parser 'x509' registered
    [    0.767795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.775354] io scheduler mq-deadline registered
    [    0.779980] io scheduler kyber registered
    [    0.784100] io scheduler bfq registered
    [    0.791233] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.797834] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.810509] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.827001] loop: module loaded
    [    0.831322] megasas: 07.725.01.00-rc1
    [    0.838719] tun: Universal TUN/TAP device driver, 1.6
    [    0.844873] VFIO - User Level meta-driver version: 0.3
    [    0.851289] usbcore: registered new interface driver usb-storage
    [    0.858037] i2c_dev: i2c /dev entries driver
    [    0.863718] sdhci: Secure Digital Host Controller Interface driver
    [    0.870052] sdhci: Copyright(c) Pierre Ossman
    [    0.874729] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.881141] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.887589] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.894809] usbcore: registered new interface driver usbhid
    [    0.900509] usbhid: USB HID core driver
    [    0.905725] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.914763] optee: probing for conduit method.
    [    0.919334] optee: revision 4.2 (12d7c4ee)
    [    0.919620] optee: dynamic shared memory is enabled
    [    0.929023] optee: initialized driver
    [    0.934817] NET: Registered PF_PACKET protocol family
    [    0.940088] Key type dns_resolver registered
    [    0.951807] registered taskstats version 1
    [    0.956272] Loading compiled-in X.509 certificates
    [    0.972668] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x000a '10.0.1--v10.00.01 (Fiery Fox)')
    [    1.031551] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.038792] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    1.045695] pca953x 1-0023: using AI
    [    1.072043] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.079015] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.088957] platform 30220000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.098687] i2c 2-003b: Fixed dependency cycle(s) with /connector-hdmi
    [    1.105403] i2c 2-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30220000
    [    1.112970] omap_i2c 20010000.i2c: bus 2 rev0.12 at 100 kHz
    [    1.119813] pca954x 3-0070: supply vdd not found, using dummy regulator
    [    1.150225] i2c i2c-3: Added multiplexed i2c bus 4
    [    1.155303] i2c i2c-3: Added multiplexed i2c bus 5
    [    1.160209] pca954x 3-0070: registered 2 multiplexed busses for I2C switch pca9543
    [    1.168157] pca954x 3-0071: supply vdd not found, using dummy regulator
    [    1.175304] i2c i2c-3: Added multiplexed i2c bus 6
    [    1.180372] i2c i2c-3: Added multiplexed i2c bus 7
    [    1.185281] pca954x 3-0071: registered 2 multiplexed busses for I2C switch pca9543
    [    1.193057] omap_i2c 20020000.i2c: bus 3 rev0.12 at 400 kHz
    [    1.198947] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.207263] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.216460] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.225425] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    1.239831] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.248290] ti-udma 485c0100.dma-controller: Channels: 44 (bchan: 16, tchan: 12, rchan: 16)
    [    1.259089] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.269855] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.279362] ti-udma 4e230000.dma-controller: Number of rings: 40
    [    1.286972] ti-udma 4e230000.dma-controller: Channels: 20 (bchan: 0, tchan: 8, rchan: 12)
    [    1.297234] printk: console [ttyS2] disabled
    [    1.301937] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 269, base_baud = 3000000) is a 8250
    [    1.310815] printk: console [ttyS2] enabled
    [    1.310815] printk: console [ttyS2] enabled
    [    1.319277] printk: bootconsole [ns16550a0] disabled
    [    1.319277] printk: bootconsole [ns16550a0] disabled
    [    1.332165] spi-nand spi0.0: Winbond SPI NAND was found.
    [    1.337511] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    1.345832] 7 fixed-partitions partitions found on MTD device spi0.0
    [    1.352191] Creating 7 MTD partitions on "spi0.0":
    [    1.356978] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    1.364290] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
    [    1.371910] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
    [    1.380390] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
    [    1.387160] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
    [    1.394545] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
    [    1.437196] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    1.493929] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    1.505323] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.513457] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000006
    [    1.526457] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.533590] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.540169] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000000, add_val:1 pps:0
    [    1.554059] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.564434] cpu cpu0: _of_add_opp_table_v2: no supported OPPs
    [    1.572247] cpu cpu0: OPP table can't be empty
    [    1.578198] mmc0: CQHCI version 5.10
    [    1.586013] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    1.592788] pca953x 2-0020: using no AI
    [    1.617990] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.633762] j721e-pcie f102000.pcie: host bridge /bus@f0000/pcie@f102000 ranges:
    [    1.641216] j721e-pcie f102000.pcie:       IO 0x0068001000..0x0068010fff -> 0x0068001000
    [    1.649311] j721e-pcie f102000.pcie:      MEM 0x0068011000..0x006fffffff -> 0x0068011000
    [    1.657409] j721e-pcie f102000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.708442] mmc0: Command Queue Engine enabled
    [    1.712918] mmc0: new HS400 MMC card at address 0001
    [    1.718506] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    1.725525]  mmcblk0: p1 p2
    [    1.728892] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    1.734749] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    1.740476] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0)
    [    2.670545] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
    [    2.676877] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    2.682389] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x68001000-0x68010fff])
    [    2.691858] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
    [    2.698755] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400
    [    2.704827] pci 0000:00:00.0: supports D1
    [    2.708833] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    2.716974] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.725136] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    2.731765] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    2.736861] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    2.743770] pcieport 0000:00:00.0: PME: Signaling with IRQ 482
    [    2.749886] pcieport 0000:00:00.0: AER: enabled with IRQ 482
    [    2.757307] mmc1: CQHCI version 5.10
    [    2.757394] debugfs: Directory 'pd:244' with parent 'pm_genpd' already present!
    [    2.769730] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    2.777067] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    2.785668] clk: Disabling unused clocks
    [    2.795938] ALSA device list:
    [    2.798531] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    2.798990]   No soundcards found.
    [    2.810107] Waiting for root device PARTUUID=076c4a2a-02...
    [    2.859203] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    2.866487] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
    [    2.875723]  mmcblk1: p1 p2
    [    3.083345] EXT4-fs (mmcblk1p2): mounted filesystem 3fc1209a-7b52-492b-a875-d6dc599d124c r/w with ordered data mode. Quota mode: none.
    [    3.095575] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    3.104273] devtmpfs: mounted
    [    3.107954] Freeing unused kernel memory: 2432K
    [    3.112568] Run /sbin/init as init process
    [    3.309580] systemd[1]: System time before build time, advancing clock.
    [    3.406996] NET: Registered PF_INET6 protocol family
    [    3.412975] Segment Routing with IPv6
    [    3.416733] In-situ OAM (IOAM) with IPv6
    [    3.454032] 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)
    [    3.485860] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    3.514241] systemd[1]: Hostname set to <j722s-evm>.
    [    3.823020] 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.
    [    3.945152] 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.
    [    4.032769] systemd[1]: Queued start job for default target Graphical Interface.
    [    4.091663] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    4.116336] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    4.140290] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    4.163744] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    4.186418] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    4.210299] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    4.234121] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device /dev/ttyS2...
    [    4.254196] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    4.274069] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.294052] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    4.314081] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    4.383287] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    4.406272] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    4.435449] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    4.458500] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    4.483235] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    4.506778] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    4.530779] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    4.550900] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    4.579366] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    4.602686] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    4.622714] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    4.674332] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    4.698378] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    4.726525] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    4.746663] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    4.773648] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    4.799967] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    4.826861] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    4.846857] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    4.867069] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    4.889477] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    4.923592] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    4.938536] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    4.951275] fuse: init (API version 7.39)
    [    4.960236] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    5.006632] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    5.031454] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    5.059445] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    5.087924] systemd[1]: Starting Coldplug All udev Devices...
    [    5.088340] systemd-journald[123]: Collecting audit messages is enabled.
             Starting Coldplug All udev Devices...
    [    5.134506] systemd[1]: Started RPC Bind.
    [    5.138039] EXT4-fs (mmcblk1p2): re-mounted 3fc1209a-7b52-492b-a875-d6dc599d124c r/w. Quota mode: none.
    [  OK  ] Started RPC Bind.
    [    5.164647] systemd[1]: Mounted Huge Pages File System.
    [  OK  ] Mounted Huge Pages File System.
    [    5.190692] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  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...
    [    5.629838] systemd-journald[123]: 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...
    [    5.928746] audit: type=1334 audit(1709054766.616:2): prog-id=6 op=LOAD
    [    5.935465] audit: type=1334 audit(1709054766.624: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 Volatile Files and Directories...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Create Volatile Files and Directories.
    [    6.167947] audit: type=1334 audit(1709054766.856:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    [    6.215353] audit: type=1334 audit(1709054766.904:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [    6.286221] audit: type=1334 audit(1709054766.972:6): prog-id=10 op=LOAD
    [    6.304438] audit: type=1334 audit(1709054766.992:7): prog-id=11 op=LOAD
    [    6.316798] audit: type=1334 audit(1709054766.992:8): prog-id=12 op=LOAD
             Starting User Database Manager...
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [    6.635447] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    
    [    6.659670] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    6.661780] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [    6.664756] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [    6.682991] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [    6.690331] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    6.719948] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [    6.833999] random: crng init done
    [  OK  ] Finished Load/Save OS Random Seed.
    [  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.
             Starting Weston socket...
    [    7.368007] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    7.387919] audit: type=1334 audit(1727463026.847:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [    7.420143] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [    7.543318] CAN device driver interface
    [  OK  ] Started D-Bus System Message Bus.
    [    7.588350] dbus-broker-lau[451]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
    [    7.592943] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    7.615189] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [  OK  ] Reached target Socket Units.
    [    7.642566] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [  OK  ] Reached target Basic System.
    [    7.655069] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    7.684358] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma-memory@a3000000
    [    7.696372] omap-mailbox 29030000.mailbox: omap mailbox rev 0x66fca100
    [    7.698422] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode
    [    7.714074] k3-dsp-rproc 7e000000.dsp: local reset is deasserted for device
    [    7.734645] remoteproc remoteproc0: 7e000000.dsp is available
    [    7.751851] remoteproc remoteproc0: powering up 7e000000.dsp
    [    7.757747] remoteproc remoteproc0: Booting fw image j722s-c71_0-fw, size 2100488
    [    7.765490] k3-dsp-rproc 7e200000.dsp: assigned reserved memory node c7x-dma-memory@a4000000
    [  OK  ] Started Job spooling tools.
    [    7.781169] k3-dsp-rproc 7e200000.dsp: configured DSP for remoteproc mode
    [    7.792515] mc: Linux media interface: v0.10
    [    7.796959] k3-dsp-rproc 7e200000.dsp: local reset is deasserted for device
    [    7.798051] k3-dsp-rproc 7e000000.dsp: booting DSP core using boot addr = 0xa3600000
    [    7.798407] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
             Starting Avahi mDNS/DNS-SD Stack...
    [    7.827235] remoteproc remoteproc1: 7e200000.dsp is available
    [    7.827471] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node c7x-dma-memory@a3000000
    [    7.857344] remoteproc remoteproc1: powering up 7e200000.dsp
    [    7.858411] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    7.859639] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    7.859710] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    [    7.859718] remoteproc remoteproc0: remote processor 7e000000.dsp is now up
    [    7.864422] remoteproc remoteproc1: Booting fw image j722s-c71_1-fw, size 2100488
    [    7.897559] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [  OK  ] Started Periodic Command Scheduler videodev: Linux video capture interface: v2.00
    [0m.
    [    7.919787] platform 79000000.r5f: configured R5F for remoteproc mode
    [    7.920099] k3-dsp-rproc 7e200000.dsp: booting DSP core using boot addr = 0xa4600000
    [    7.924421] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    7.931233] platform 79000000.r5f: assigned reserved memory node mcu-r5fss-dma-memory-region@a1000000
    [    7.934415] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node c7x-dma-memory@a4000000
    [    7.961622] remoteproc remoteproc2: 79000000.r5f is available
    [    7.966603] virtio_rpmsg_bus virtio1: rpmsg host is online
             Starting Print notice about GPLv3 packages[    7.978181] remoteproc remoteproc2: powering up 79000000.r5f
    ...
    [    7.984592] remoteproc remoteproc2: Booting fw image j722s-mcu-r5f0_0-fw, size 50228
    [    7.994331] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
    [    8.000039] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    8.001173] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    8.001700] remoteproc remoteproc1: remote processor 7e200000.dsp is now up
    [    8.006771] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:00 UTC (0)
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [    8.095551] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node mcu-r5fss-dma-memory-region@a1000000
    [    8.113309] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    8.114313] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [    8.118936] rproc-virtio rproc-virtio.3.auto: registered virtio2 (type 7)
    [    8.118951] remoteproc remoteproc2: remote processor 79000000.r5f is now up
    [    8.141363] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    8.141497] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    8.153484] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [    8.174009] platform 78000000.r5f: configured R5F for IPC-only mode
    
    [    8.185682] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [    8.273382] remoteproc remoteproc3: 78000000.r5f is available
    [    8.273469] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    8.279336] remoteproc remoteproc3: attaching to 78000000.r5f
    [    8.293162] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    8.295237] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [    8.322773] virtio_rpmsg_bus virtio3: rpmsg host is online
    [    8.323699] e5010 fd20000.e5010: Device registered as /dev/video2
    [    8.334601] rproc-virtio rproc-virtio.4.auto: registered virtio3 (type 7)
    [    8.342387] vdec 30210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [    8.349422] remoteproc remoteproc3: remote processor 78000000.r5f is now attached
    [    8.350522] vdec 30210000.video-codec: Product Code:      0x521c
    [    8.364119] vdec 30210000.video-codec: Firmware Revision: 320127
    [    8.383951] audit: type=1334 audit(1727463027.841:10): prog-id=14 op=LOAD
    [    8.394803] platform 78400000.r5f: configured R5F for remoteproc mode
    [    8.395736] audit: type=1334 audit(1727463027.853:11): prog-id=15 op=LOAD
    [    8.400995] sii902x 2-003b: supply iovcc not found, using dummy regulator
    [    8.401194] sii902x 2-003b: supply cvcc12 not found, using dummy regulator
    [    8.402017] platform 78400000.r5f: assigned reserved memory node main-r5fss-dma-memory-region@a2000000
    [    8.432411] remoteproc remoteproc4: 78400000.r5f is available
    [    8.439458] i2c i2c-2: Added multiplexed i2c bus 8
    [    8.443926] remoteproc remoteproc4: powering up 78400000.r5f
    [    8.450020] remoteproc remoteproc4: Booting fw image j722s-main-r5f0_0-fw, size 45492
             Starting User Login Management...
    [    8.488276] m_can_platform 4e08000.can: m_can device registered (irq=501, version=32)
    [    8.488442] rproc-virtio rproc-virtio.6.auto: assigned reserved memory node main-r5fss-dma-memory-region@a2000000
             Starting Telnet Server...
    [    8.522181] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
    [    8.530162] virtio_rpmsg_bus virtio4: rpmsg host is online
    [    8.535987] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
    [    8.544919] rproc-virtio rproc-virtio.6.auto: registered virtio4 (type 7)
    [    8.551948] remoteproc remoteproc4: remote processor 78400000.r5f is now up
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [    8.664479] m_can_platform 4e18000.can: m_can device registered (irq=502, version=32)
    [  OK  ] Reached target Preparation for Network.
    [  OK  ] Reached target Hardware activated USB gadget.
             Starting Network Configuration...
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
             Starting Virtual Console Setup...
    [    8.956450] m_can_platform 20701000.can: m_can device registered (irq=503, version=32)
    [    8.986512] OF: graph: no port node found in /bus@f0000/dss@30220000/oldi-txes/oldi@1/ports
    [    9.036709] [drm] Initialized tidss 1.0.0 20180215 for 30220000.dss on minor 0
    [    9.044872] tidss 30220000.dss: [drm] Cannot find any crtc or sizes
    [    9.053064] m_can_platform 20701000.can main_mcan0: renamed from can2
    [    9.054065] tidss 30220000.dss: [drm] Cannot find any crtc or sizes
    [    9.111244] xhci-hcd xhci-hcd.7.auto: xHCI Host Controller
    [    9.139324] m_can_platform 4e08000.can mcu_mcan0: renamed from can0
    [  OK  ] Finished Virtual Console Setup.
    [    9.161530] xhci-hcd xhci-hcd.7.auto: new USB bus registered, assigned bus number 1
    [    9.176614] xhci-hcd xhci-hcd.7.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [    9.188686] xhci-hcd xhci-hcd.7.auto: irq 505, io mem 0x31210000
    [    9.195339] xhci-hcd xhci-hcd.7.auto: xHCI Host Controller
    [    9.201046] xhci-hcd xhci-hcd.7.auto: new USB bus registered, assigned bus number 2
    [    9.208966] xhci-hcd xhci-hcd.7.auto: Host supports USB 3.0 SuperSpeed
    [    9.235712] m_can_platform 4e18000.can mcu_mcan1: renamed from can1
    [    9.294429] hub 1-0:1.0: USB hub found
    [    9.294505] hub 1-0:1.0: 1 port detected
    [    9.346120] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [  OK  ] Started User Login Management.
    [    9.381465] hub 2-0:1.0: USB hub found
    [    9.387331] hub 2-0:1.0: 1 port detected
             Starting Save/Restore Sound Card State...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Card.
    [    9.519437] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [    9.546521] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    9.553299] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    9.562079] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
    [    9.682806] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
             Starting Enable and configure wl18xx bluetooth[    9.692388] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
     stack...
             Starting containerd container runtime...
    [  OK  ] Started Netperf Benchmark Server.
    [    9.731492] hub 1-1:1.0: USB hub found
             Starting Permit User Sessions...
    [    9.738101] hub 1-1:1.0: 4 ports detected
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk0p1...
    [    9.858112] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
    [    9.867683] usbcore: registered new device driver onboard-usb-hub
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.[    9.888626] hub 2-1:1.0: USB hub found
    
             Starting Synchronize System and HW clocks.[    9.899814] hub 2-1:1.0: 4 ports detected
    ..
    [    9.919767] hub 2-1:1.0: USB hub found
    [    9.923781] hub 2-1:1.0: 4 ports detected
             Starting Weston, a Wayland compositor, as a system service...
    [  OK  ] Found device /dev/mmcblk0p1.
             Starting File System Check on /dev/mmcblk0p1...
    [   10.055119] hub 1-1:1.0: USB hub found
    [   10.059656] hub 1-1:1.0: 4 ports detected
    [   10.070180] hub 1-1:1.0: USB hub found
    [   10.074261] hub 1-1:1.0: 4 ports detected
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
             Expecting device /dev/mmcblk1p1...
             Mounting /run/media/mmcblk0p1...
    [   10.216172] hub 2-1:1.0: USB hub found
    [   10.220906] hub 2-1:1.0: 4 ports detected
    [  OK  ] Mounted /run/media/mmcblk0p1.
    [  OK  ] Found device /dev/mmcblk1p1.
    [  OK  ] Created slice User Slice of UID 1000.
             Starting File System Check on /dev/mmcblk1p1...
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/boot-mmcblk1p1...
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Mounted /run/media/boot-mmcblk1p1.
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston   11.486865] kauditd_printk_skb: 5 callbacks suppressed
    0m.
    [   11.486885] audit: type=1006 audit(1727463030.945:15): pid=616 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   11.506764] audit: type=1300 audit(1727463030.945:15): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffca4bc5c8 a2=4 a3=1 items=0 ppid=1 pid=616 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   11.533301] audit: type=1327 audit(1727463030.945:15): proctitle="(weston)"
    [  OK  ] Started containerd container runtime.
    [FAILED] Failed to start Weston, a Wayland compositor, as a system service.
    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
    ***************************************************************
    ***************************************************************
    [  OK  ] Finished Print notice about GPLv3 packages.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Reached target Graphical Interface.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Finished Record Runlevel Change in UTMP.
    [   13.807459] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project j722s-evm ttyS2
    
    Arago 2023.10 j722s-evm ttyS2
    
    j722s-evm login:

    Best,
    Jared

  • Hi Jared,

    I set the value using devmem2 and the value is changed as expected. But after issuing the nand flash commands, I noticed that MSTR_BAUD_DIV_FLD bit was reverted to high. Facing the same issue.

    I observed that our boot logs are differnet. Could you please share the log by using the 10.00.00.08 SDK image with the nand flash access commands.

    Could you please give the details of the "LCPD-37699 J722S" jira.

    To solve this issue what can we try from our side?

    Regards,

    Arthi V

  • Hi Arthi,

    This time I used the tar files available from https://www.ti.com/tool/download/PROCESSOR-SDK-LINUX-J722S/10.00.00.08. The U-Boot and Linux versions match now. The baud rate also matches now.

    U-Boot SPL 2024.04-ti-g818c76aed67f (Aug 01 2024 - 19:19:47 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    SPL initial stack usage: 17048 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    
    U-Boot SPL 2024.04-ti-g818c76aed67f (Aug 01 2024 - 19:19:47 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2024.04-ti-g818c76aed67f (Aug 01 2024 - 19:19:47 +0000)
    
    SoC:   J722S SR1.0 HS-FS
    Model: Texas Instruments J722S EVM
    DRAM:  2 GiB (effective 8 GiB)
    Core:  79 devices, 29 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    940 bytes read in 33 ms (27.3 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    50228 bytes read in 182 ms (268.6 KiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 0 with data@addr=0x82000000 50228 bytes: Success!
    1084320 bytes read in 223 ms (4.6 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 2 with data@addr=0x82000000 1084320 bytes: Success!
    11821224 bytes read in 667 ms (16.9 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 3 with data@addr=0x82000000 11821224 bytes: Success!
    11821224 bytes read in 667 ms (16.9 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 4 with data@addr=0x82000000 11821224 bytes: Success!
    20285952 bytes read in 876 ms (22.1 MiB/s)
    78078 bytes read in 40 ms (1.9 MiB/s)
    Working FDT set to 88000000
    7405 bytes read in 37 ms (195.3 KiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    ERROR: reserving fdt memory region failed (addr=880000000 size=20000000 flags=4)
       Loading Device Tree to 000000008fee9000, end 000000008fffffff ... OK
    Working FDT set to 8fee9000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.6.32-ti-gdb8871293143-dirty (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240620) #1 SMP PREEMPT Thu Aug  1 19:10:56 UTC 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments J722S EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] OF: reserved mem: 0x000000009e780000..0x000000009e7fffff (512 KiB) nomap non-reusable tfa@9e780000
    [    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 vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a3ffffff (31744 KiB) nomap non-reusable vision-apps-r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@a5000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a6ffffff (32768 KiB) nomap non-reusable vision-apps-rtos-ipc-memory-region@a5000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 96 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000acffffff (98304 KiB) nomap non-reusable vision-apps-dma-memory@a7000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ad000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@ad000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ad000000..0x00000000ad0fffff (1024 KiB) nomap non-reusable vision-apps-c71-dma-memory@ad000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ad100000, size 63 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@ad100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ad100000..0x00000000b0ffffff (64512 KiB) nomap non-reusable vision-apps-c71_0-memory@ad100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b1000000..0x00000000b10fffff (1024 KiB) nomap non-reusable vision-apps-c71_1-dma-memory@b1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b1100000, size 63 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory1b1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b1100000..0x00000000b4ffffff (64512 KiB) nomap non-reusable vision-apps-c71_1-memory1b1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b5000000, size 40 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@b5000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b5000000..0x00000000b77fffff (40960 KiB) nomap non-reusable vision-apps-core-heap-memory-lo@b5000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 512 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000880000000..0x000000089fffffff (524288 KiB) nomap non-reusable vision-apps-core-heap-memory-hi@880000000
    [    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    [    0.000000] OF: reserved mem: 0x0000000900000000..0x000000091fffffff (524288 KiB) map non-reusable vision_apps_shared-memories
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000980000000, size 896 MiB
    [    0.000000] OF: reserved mem: initialized node linux-cma-buffers@980000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000980000000..0x00000009b7ffffff (917504 KiB) map reusable linux-cma-buffers@980000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000009ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a3ffffff]
    [    0.000000]   node   0: [mem 0x00000000a4000000-0x00000000a4ffffff]
    [    0.000000]   node   0: [mem 0x00000000a5000000-0x00000000b77fffff]
    [    0.000000]   node   0: [mem 0x00000000b7800000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x000000089fffffff]
    [    0.000000]   node   0: [mem 0x00000008a0000000-0x00000009ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000009ffffffff]
    [    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 VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=076c4a2a-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2064384
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 4.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 5783388K/8388608K available (11968K kernel code, 1250K rwdata, 4036K rodata, 2432K init, 502K bss, 1687716K reserved, 917504K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
    [    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=4
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 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:0x0000000001880000
    [    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 @8a0800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000008a0040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008a0050000
    [    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.008577] Console: colour dummy device 80x25
    [    0.013169] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023836] pid_max: default: 32768 minimum: 301
    [    0.028632] LSM: initializing lsm=capability,integrity
    [    0.033992] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.041750] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.051601] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
    [    0.058899] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
    [    0.066808] rcu: Hierarchical SRCU implementation.
    [    0.071705] rcu: 	Max phase no-delay instances is 1000.
    [    0.077289] Platform MSI: msi-controller@1820000 domain created
    [    0.083621] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.093113] EFI services will not be available.
    [    0.098006] smp: Bringing up secondary CPUs ...
    [    0.103234] Detected VIPT I-cache on CPU1
    [    0.103310] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.103324] GICv3: CPU1: using allocated LPI pending table @0x00000008a0060000
    [    0.103374] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.104039] Detected VIPT I-cache on CPU2
    [    0.104098] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.104109] GICv3: CPU2: using allocated LPI pending table @0x00000008a0070000
    [    0.104143] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.104718] Detected VIPT I-cache on CPU3
    [    0.104769] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.104781] GICv3: CPU3: using allocated LPI pending table @0x00000008a0080000
    [    0.104809] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.104885] smp: Brought up 1 node, 4 CPUs
    [    0.184503] SMP: Total of 4 processors activated.
    [    0.189309] CPU features: detected: 32-bit EL0 Support
    [    0.194573] CPU features: detected: CRC32 instructions
    [    0.199879] CPU: All CPU(s) started at EL2
    [    0.204070] alternatives: applying system-wide alternatives
    [    0.211375] devtmpfs: initialized
    [    0.226912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.236892] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.266775] pinctrl core: initialized pinctrl subsystem
    [    0.272671] DMI not present or invalid.
    [    0.277195] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.284108] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
    [    0.291549] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.299656] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.307910] audit: initializing netlink subsys (disabled)
    [    0.313608] audit: type=2000 audit(0.204:1): state=initialized audit_enabled=0 res=1
    [    0.314038] thermal_sys: Registered thermal governor 'step_wise'
    [    0.321528] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.327700] cpuidle: using governor menu
    [    0.338524] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.345532] ASID allocator initialised with 65536 entries
    [    0.367849] Modules: 27680 pages in range for non-PLT usage
    [    0.367866] Modules: 519200 pages in range for PLT usage
    [    0.374282] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.386669] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.393071] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.400001] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.406400] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.413330] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.419729] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.426659] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.434395] k3-chipinfo 43000014.chipid: Family:J722S rev:SR1.0 JTAGID[0x0bba002f] Detected
    [    0.444107] iommu: Default domain type: Translated
    [    0.449021] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.455597] SCSI subsystem initialized
    [    0.459725] usbcore: registered new interface driver usbfs
    [    0.465357] usbcore: registered new interface driver hub
    [    0.470809] usbcore: registered new device driver usb
    [    0.476477] pps_core: LinuxPPS API ver. 1 registered
    [    0.481549] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.490886] PTP clock support registered
    [    0.495058] EDAC MC: Ver: 3.0.0
    [    0.498745] scmi_core: SCMI protocol bus registered
    [    0.504035] FPGA manager framework
    [    0.507588] Advanced Linux Sound Architecture Driver Initialized.
    [    0.514700] vgaarb: loaded
    [    0.517792] clocksource: Switched to clocksource arch_sys_counter
    [    0.524263] VFS: Disk quotas dquot_6.6.0
    [    0.528303] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.541462] Carveout Heap: Exported 512 MiB at 0x0000000900000000
    [    0.547821] NET: Registered PF_INET protocol family
    [    0.553094] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.565988] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
    [    0.574822] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.582754] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.591242] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.600594] TCP: Hash tables configured (established 65536 bind 65536)
    [    0.607457] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.614562] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.622225] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.628478] RPC: Registered named UNIX socket transport module.
    [    0.634550] RPC: Registered udp transport module.
    [    0.639352] RPC: Registered tcp transport module.
    [    0.644155] RPC: Registered tcp-with-tls transport module.
    [    0.649765] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.656347] NET: Registered PF_XDP protocol family
    [    0.661256] PCI: CLS 0 bytes, default 64
    [    0.666583] Initialise system trusted keyrings
    [    0.671356] workingset: timestamp_bits=46 max_order=21 bucket_order=0
    [    0.678249] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.684461] NFS: Registering the id_resolver key type
    [    0.689656] Key type id_resolver registered
    [    0.693929] Key type id_legacy registered
    [    0.698038] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.704885] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.744839] Key type asymmetric registered
    [    0.749027] Asymmetric key parser 'x509' registered
    [    0.754052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.761610] io scheduler mq-deadline registered
    [    0.766237] io scheduler kyber registered
    [    0.770361] io scheduler bfq registered
    [    0.777357] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.784006] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.796444] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.812914] loop: module loaded
    [    0.817180] megasas: 07.725.01.00-rc1
    [    0.824511] tun: Universal TUN/TAP device driver, 1.6
    [    0.830802] VFIO - User Level meta-driver version: 0.3
    [    0.837231] usbcore: registered new interface driver usb-storage
    [    0.843936] i2c_dev: i2c /dev entries driver
    [    0.849623] sdhci: Secure Digital Host Controller Interface driver
    [    0.855962] sdhci: Copyright(c) Pierre Ossman
    [    0.860644] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.867060] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.873493] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.880718] usbcore: registered new interface driver usbhid
    [    0.886417] usbhid: USB HID core driver
    [    0.890617] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    0.897468] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    0.904262] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    0.911044] omap-mailbox 29030000.mailbox: omap mailbox rev 0x66fca100
    [    0.919105] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.928123] optee: probing for conduit method.
    [    0.932691] optee: revision 4.2 (12d7c4ee)
    [    0.932971] optee: dynamic shared memory is enabled
    [    0.942369] optee: initialized driver
    [    0.947968] NET: Registered PF_PACKET protocol family
    [    0.953260] Key type dns_resolver registered
    [    0.964963] registered taskstats version 1
    [    0.969449] Loading compiled-in X.509 certificates
    [    0.986223] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    [    1.041558] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.048410] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    1.055306] pca953x 1-0023: using AI
    [    1.083915] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.090036] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.098340] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.107532] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.116513] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    1.130850] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.139317] ti-udma 485c0100.dma-controller: Channels: 44 (bchan: 16, tchan: 12, rchan: 16)
    [    1.150134] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.160969] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.170450] ti-udma 4e230000.dma-controller: Number of rings: 40
    [    1.178057] ti-udma 4e230000.dma-controller: Channels: 20 (bchan: 0, tchan: 8, rchan: 12)
    [    1.188256] printk: console [ttyS2] disabled
    [    1.192959] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 271, base_baud = 3000000) is a 8250
    [    1.201945] printk: console [ttyS2] enabled
    [    1.201945] printk: console [ttyS2] enabled
    [    1.210403] printk: bootconsole [ns16550a0] disabled
    [    1.210403] printk: bootconsole [ns16550a0] disabled
    [    1.224125] spi-nand spi0.0: Winbond SPI NAND was found.
    [    1.229476] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    1.237807] 7 fixed-partitions partitions found on MTD device spi0.0
    [    1.244170] Creating 7 MTD partitions on "spi0.0":
    [    1.248957] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    1.256316] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
    [    1.263970] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
    [    1.272471] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
    [    1.279217] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
    [    1.286612] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
    [    1.331284] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    1.389803] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    1.401185] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.409322] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000006
    [    1.422314] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.429446] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.436028] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000000, add_val:1 pps:0
    [    1.449855] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.460283] cpu cpu0: _of_add_opp_table_v2: no supported OPPs
    [    1.468074] cpu cpu0: OPP table can't be empty
    [    1.474187] mmc0: CQHCI version 5.10
    [    1.484600] j721e-pcie f102000.pcie: host bridge /bus@f0000/pcie@f102000 ranges:
    [    1.492075] j721e-pcie f102000.pcie:       IO 0x0068001000..0x0068010fff -> 0x0068001000
    [    1.500189] j721e-pcie f102000.pcie:      MEM 0x0068011000..0x006fffffff -> 0x0068011000
    [    1.508289] j721e-pcie f102000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.513806] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.609157] mmc0: Command Queue Engine enabled
    [    1.613634] mmc0: new HS400 MMC card at address 0001
    [    1.619201] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    1.626191]  mmcblk0: p1 p2
    [    1.629517] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    1.635342] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    1.641087] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0)
    [    2.521867] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
    [    2.528148] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    2.533634] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x68001000-0x68010fff])
    [    2.543100] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
    [    2.549996] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400
    [    2.556068] pci 0000:00:00.0: supports D1
    [    2.560074] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    2.568358] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.576532] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    2.583163] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    2.588250] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    2.595172] pcieport 0000:00:00.0: PME: Signaling with IRQ 484
    [    2.601306] pcieport 0000:00:00.0: AER: enabled with IRQ 484
    [    2.608660] mmc1: CQHCI version 5.10
    [    2.608834] debugfs: Directory 'pd:244' with parent 'pm_genpd' already present!
    [    2.621069] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    2.628406] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    2.636982] clk: Disabling unused clocks
    [    2.646661] ALSA device list:
    [    2.649624]   No soundcards found.
    [    2.650361] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    2.661242] Waiting for root device PARTUUID=076c4a2a-02...
    [    2.713349] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    2.720610] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
    [    2.729843]  mmcblk1: p1 p2
    [    2.917594] EXT4-fs (mmcblk1p2): mounted filesystem 3fc1209a-7b52-492b-a875-d6dc599d124c r/w with ordered data mode. Quota mode: none.
    [    2.929868] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    2.941305] devtmpfs: mounted
    [    2.945005] Freeing unused kernel memory: 2432K
    [    2.949620] Run /sbin/init as init process
    [    3.176400] systemd[1]: System time before build time, advancing clock.
    [    3.223426] NET: Registered PF_INET6 protocol family
    [    3.229432] Segment Routing with IPv6
    [    3.233161] In-situ OAM (IOAM) with IPv6
    [    3.272245] 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)
    [    3.304071] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    3.330227] systemd[1]: Hostname set to <j722s-evm>.
    [    3.637296] 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.
    [    3.762084] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    3.851729] systemd[1]: Queued start job for default target Graphical Interface.
    [    3.903594] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    3.928264] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    3.952202] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    3.975554] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    3.998285] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    4.022188] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    4.045990] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device /dev/ttyS2...
    [    4.062081] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    4.077952] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.097930] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    4.113951] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    4.171099] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    4.194143] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    4.223685] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    4.246376] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    4.271093] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    4.294658] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    4.318644] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    4.338787] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    4.369587] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    4.390582] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    4.410576] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    4.462207] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    4.482207] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    4.510354] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    4.526531] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    4.546334] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    4.567729] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    4.594772] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    4.614738] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    4.634953] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    4.657314] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    4.674071] fuse: init (API version 7.39)
    [    4.686348] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    4.702331] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    4.723115] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.747055] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.767302] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    4.794382] cryptodev: loading out-of-tree module taints kernel.
    [    4.798667] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems cryptodev: driver 1.13 loaded.
    [0m...
    [    4.831166] systemd[1]: Starting Coldplug All udev Devices...
    [    4.834844] systemd-journald[117]: Collecting audit messages is enabled.
             Starting Coldplug All udev Devices...
    [    4.864669] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    4.874310] EXT4-fs (mmcblk1p2): re-mounted 3fc1209a-7b52-492b-a875-d6dc599d124c r/w. Quota mode: none.
    [    4.886919] systemd[1]: Mounted Huge Pages File System.
    [  OK  ] Mounted Huge Pages File System.
    [    4.914881] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    4.942551] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  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...
    [    5.365551] systemd-journald[117]: 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  ] Finished Coldplug All udev Devices.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /var/volatile...
    [    5.676575] audit: type=1334 audit(1709054766.496:2): prog-id=6 op=LOAD
    [    5.683321] audit: type=1334 audit(1709054766.504:3): prog-id=7 op=LOAD
             Starting Rule-based Manager for Device Events and Files...
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save OS Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Finished Create Volatile Files and Directories.
    [    5.884184] audit: type=1334 audit(1709054766.704:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    [    5.942063] audit: type=1334 audit(1709054766.764:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [    6.053423] audit: type=1334 audit(1709054766.872:6): prog-id=10 op=LOAD
    [    6.062640] audit: type=1334 audit(1709054766.880:7): prog-id=11 op=LOAD
    [    6.071140] audit: type=1334 audit(1709054766.880:8): prog-id=12 op=LOAD
             Starting User Database Manager...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started User Database Manager.
    [  OK  ] Found device /dev/ttyS2.
    [    6.483754] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [    6.496648] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [    6.516588] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [    6.544508] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    6.589626] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [    6.601890] random: crng init done
    [  OK  ] Finished Load/Save OS Random Seed.
    [    6.639125] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    6.655244] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Started Network Name Resolution.
    [  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.
    [    7.138058] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
             Starting Weston socket...
    [    7.173373] audit: type=1334 audit(1727708736.747:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [    7.205246] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [    7.264820] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    7.294022] mc: Linux media interface: v0.10
    [    7.295199] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@ad000000
    [    7.337021] k3-dsp-rproc 7e000000.dsp: configured DSP for IPC-only mode
    [  OK  ] Reached target Socket Units.
    [    7.358046] videodev: Linux video capture interface: v2.00
    [    7.362074] remoteproc remoteproc0: 7e000000.dsp is available
    [    7.369455] remoteproc remoteproc0: attaching to 7e000000.dsp
    [  OK  ] Finished Reboot and dump vmcore via[    7.380000] k3-dsp-rproc 7e000000.dsp: DSP initialized in IPC-only mode
     kexec.
    [    7.399123] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node vision-apps-c71-dma-memory@ad000000
    [  OK  ] Started D-Bus System Message Bus.
    [    7.471107] platform 79000000.r5f: configured R5F for IPC-only mode
    [    7.477993] platform 79000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000
    [    7.487953] CAN device driver interface
    [    7.488338] remoteproc remoteproc1: 79000000.r5f is available
    [    7.497892] remoteproc remoteproc1: attaching to 79000000.r5f
    [  OK  ] Reached target Basic System.
    [    7.505747] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    7.516904] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [    7.520130] dbus-broker-lau[434]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
    [    7.522040] platform 79000000.r5f: R5F core initialized in IPC-only mode
    [    7.522074] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000
    [    7.522714] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    7.522748] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
    [    7.522756] remoteproc remoteproc1: remote processor 79000000.r5f is now attached
    [    7.524169] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.526078] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    [    7.526096] remoteproc remoteproc0: remote processor 7e000000.dsp is now attached
    [    7.543407] vdec 30210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [    7.550142] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [    7.550239] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    7.550296] k3-dsp-rproc 7e200000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b1000000
    [    7.555319] vdec 30210000.video-codec: Product Code:      0x521c
    [    7.555328] vdec 30210000.video-codec: Firmware Revision: 320127
    [    7.555389] k3-dsp-rproc 7e200000.dsp: configured DSP for IPC-only mode
    [    7.562196] platform 78000000.r5f: configured R5F for IPC-only mode
    [    7.655985] platform 78000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [    7.658059] remoteproc remoteproc2: 7e200000.dsp is available
    [    7.672616] remoteproc remoteproc2: attaching to 7e200000.dsp
    [  OK  ] Started Job spooling tools.
    [    7.680940] k3-dsp-rproc 7e200000.dsp: DSP initialized in IPC-only mode
    [    7.693058] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node vision-apps-c71_1-dma-memory@b1000000
    [    7.713364] remoteproc remoteproc3: 78000000.r5f is available
             Starting Avahi mDNS/DNS-SD Stack...
    [    7.720404] remoteproc remoteproc3: attaching to 78000000.r5f
    [    7.735486] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    7.735752] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [    7.736133] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [    7.759842] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [  OK  ] Started Periodic Command Scheduler rproc-virtio rproc-virtio.3.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [0m.
    [    7.788314] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.790868] virtio_rpmsg_bus virtio3: rpmsg host is online
    [    7.795309] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
    [    7.795326] remoteproc remoteproc2: remote processor 7e200000.dsp is now attached
    [    7.796097] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
    [    7.797880] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:00 UTC (0)
    [    7.801903] rproc-virtio rproc-virtio.3.auto: registered virtio3 (type 7)
    [    7.837928] remoteproc remoteproc3: remote processor 78000000.r5f is now attached
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
    [    7.908979] platform 78400000.r5f: configured R5F for IPC-only mode
    [    7.916142] m_can_platform 4e08000.can: m_can device registered (irq=497, version=32)
             Starting Telephony service...
    [    7.928593] m_can_platform 4e18000.can: m_can device registered (irq=498, version=32)
    [    7.932361] platform 78400000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [    7.949587] m_can_platform 20701000.can: m_can device registered (irq=499, version=32)
    [    7.953662] remoteproc remoteproc4: 78400000.r5f is available
    [    7.963965] remoteproc remoteproc4: attaching to 78400000.r5f
             Starting Expand the rootfs partiti…to full s[    7.972076] platform 78400000.r5f: R5F core initialized in IPC-only mode
    ize of the boot device....
    [    7.982290] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [    7.983623] virtio_rpmsg_bus virtio4: rpmsg host is online
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv[    7.983860] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
    2 daemon using ipsec.conf.
    [    7.984072] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
    [    7.984244] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
    [    7.984346] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
    [    7.995169] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
    [    7.995440] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.026006] audit: type=1334 audit(1727708737.601:10): prog-id=14 op=LOAD
    [    8.031061] virtio_rpmsg_bus virtio0: msg received with no recipient
    [    8.041886] audit: type=1334 audit(1727708737.605:11): prog-id=15 op=LOAD
    [    8.045688] virtio_rpmsg_bus virtio2: msg received with no recipient
    [    8.066670] rproc-virtio rproc-virtio.5.auto: registered virtio4 (type 7)
    [    8.073333] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.079663] remoteproc remoteproc4: remote processor 78400000.r5f is now attached
    [    8.086669] virtio_rpmsg_bus virtio4: msg received with no recipient
             Starting User Login Management...
    [    8.110949] e5010 fd20000.e5010: Device registered as /dev/video2
             Starting Telnet Server...
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Reached target Preparation for Network.
    [  OK  ] Reached target Hardware activated USB gadget.
             Starting Network Configuration...
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [    8.268978] PVR_K:  190: Device: fd80000.gpu
    [    8.310261] PVR_K:  190: Read BVNC 36.53.104.796 from HW device registers
    [    8.346442] PVR_K:  190: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    [    8.364219] [drm] Initialized pvr 24.1.6554834 20170530 for fd80000.gpu on minor 0
    [  OK  ] Started Telephony service.
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    [    8.553693] Bluetooth: Core ver 2.22
    [    8.558759] NET: Registered PF_BLUETOOTH protocol family
    [    8.565496] Bluetooth: HCI device and connection manager initialized
    [    8.572015] Bluetooth: HCI socket layer initialized
    [    8.578398] Bluetooth: L2CAP socket layer initialized
             Starting Virtual Console Setup...
    [    8.585575] Bluetooth: SCO socket layer initialized
    [  OK  ] Started User Login Management.
    [    8.676391] m_can_platform 4e08000.can mcu_mcan0: renamed from can0
    [    8.724200] m_can_platform 20701000.can main_mcan0: renamed from can2
    [    8.750580] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [    8.794639] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    8.806721] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    8.806932] m_can_platform 4e18000.can mcu_mcan1: renamed from can1
    [    8.840206] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [    8.877385] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 1
    [    8.889346] xhci-hcd xhci-hcd.6.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [    8.899091] xhci-hcd xhci-hcd.6.auto: irq 502, io mem 0x31210000
    [    8.906513] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [    8.913296] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 2
    [    8.921111] xhci-hcd xhci-hcd.6.auto: Host supports USB 3.0 SuperSpeed
    [    8.927505] hub 1-0:1.0: USB hub found
    [    8.933679] hub 1-0:1.0: 1 port detected
    [    8.939215] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [  OK  ] Finished Virtual Console Setup.
    [    8.989655] hub 2-0:1.0: USB hub found
    [    8.994216] hub 2-0:1.0: 1 port detected
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
    [  OK  ] Started Netperf Benchmark Server.
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [    9.160645] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    9.178083] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    9.197884] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [    9.360676] hub 1-1:1.0: USB hub found
    [    9.364697] hub 1-1:1.0: 4 ports detected
             Starting Save/Restore Sound Card State...
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland compositor, as a system service...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Card.
    [    9.485895] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
    [    9.513525] hub 2-1:1.0: USB hub found
    [    9.517475] hub 2-1:1.0: 4 ports detected
    [    9.671580] usbcore: registered new device driver onboard-usb-hub
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
    [    9.840172] hub 1-1:1.0: USB hub found
             Starting User Manager for UID 1000...
    [    9.844752] hub 1-1:1.0: 4 ports detected
    [    9.857966] hub 1-1:1.0: USB hub found
    [    9.862726] hub 1-1:1.0: 4 ports detected
    [   10.003655] hub 2-1:1.0: USB hub found
    [   10.011289] hub 2-1:1.0: 4 ports detected
    [   10.019799] hub 2-1:1.0: USB hub found
    [   10.025304] hub 2-1:1.0: 4 ports detected
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk0p1...
    [  OK  ] Found device /dev/mmcblk0p1.
             Starting File System Check on /dev/mmcblk0p1...
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
             Mounting /run/media/mmcblk0p1...
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Mounted /run/media/mmcblk0p1.
             Expecting device /dev/mmcblk1p1...
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/boot-mmcblk1p1...
    [  OK  ] Mounted /run/media/boot-mmcblk1p1.
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston   11.046813] kauditd_printk_skb: 5 callbacks suppressed
    0m.
    [   11.046829] audit: type=1006 audit(1727708740.621:15): pid=584 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   11.066722] audit: type=1300 audit(1727708740.621:15): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff781fca8 a2=4 a3=1 items=0 ppid=1 pid=584 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   11.093262] audit: type=1327 audit(1727708740.621:15): proctitle="(weston)"
    [FAILED] Failed to start Weston, a Wayland compositor, as a system service.
    See 'systemctl status weston.service' for details.
    [  OK  ] Started containerd container runtime.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    	adwaita-icon-theme-symbolic
    	autoconf
    	bash-dev
    	bash
    	bc
    	binutils
    	cifs-utils
    	coreutils-stdbuf
    	coreutils
    	cpio
    	cpp-symlinks
    	cpp
    	dosfstools
    	elfutils
    	findutils
    	g++-symlinks
    	g++
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbserver
    	gettext
    	glmark2
    	gnu-config
    	grub-common
    	grub-editenv
    	grub-efi
    	gzip
    	hidapi
    	kbd-dev
    	kbd-keymaps-pine
    	less
    	libasm1
    	libatomic-dev
    	libatomic1
    	libbfd
    	libdebuginfod1
    	libdw1
    	libelf1
    	libgcc-s-dev
    	libgcc1
    	libgdbm-compat4
    	libgdbm-dev
    	libgdbm6
    	libgettextlib
    	libgettextsrc
    	libgmp10
    	libidn2-0
    	libmpc3
    	libmpfr6
    	libopcodes
    	libqt5charts-examples
    	libqt5charts-plugins
    	libqt5charts-qmlplugins
    	libqt5charts5
    	libqt5serialport-examples
    	libqt5serialport-plugins
    	libqt5serialport-qmlplugins
    	libqt5serialport5
    	libqt5svg-examples
    	libqt5svg-plugins
    	libqt5svg-qmlplugins
    	libqt5svg5
    	libqt5virtualkeyboard-plugins
    	libqt5virtualkeyboard-qmlplugins
    	libqt5virtualkeyboard5
    	libreadline-dev
    	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
    ***************************************************************
    ***************************************************************
    [  OK  ] Finished Print notice about GPLv3 packages.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Reached target Graphical Interface.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Finished Record Runlevel Change in UTMP.
    [   13.279342] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [   13.369670] audit: type=1334 audit(1727708742.941:16): prog-id=18 op=LOAD
    [   13.376559] audit: type=1334 audit(1727708742.949:17): prog-id=19 op=LOAD
    [   13.383408] audit: type=1334 audit(1727708742.957:18): prog-id=20 op=LOAD
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project j722s-evm ttyS2
    
    Arago 2023.10 j722s-evm ttyS2
    
    j722s-evm login: [   43.634196] audit: type=1334 audit(1727708773.209:19): prog-id=20 op=UNLOAD
    [   43.641246] audit: type=1334 audit(1727708773.209:20): prog-id=19 op=UNLOAD
    [   43.648249] audit: type=1334 audit(1727708773.209:21): prog-id=18 op=UNLOAD
    root
    [   84.629642] audit: type=1006 audit(1727708889.383:22): pid=1080 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   84.642191] audit: type=1300 audit(1727708889.383:22): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc0ef66a8 a2=1 a3=1 items=0 ppid=1 pid=1080 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)
    [   84.668812] audit: type=1327 audit(1727708889.383:22): proctitle="(systemd)"
    [   84.675901] audit: type=1334 audit(1727708889.407:23): prog-id=21 op=LOAD
    [   84.682741] audit: type=1300 audit(1727708889.407:23): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe5b7d4e8 a2=90 a3=0 items=0 ppid=1 pid=1080 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)
    [   84.708593] audit: type=1327 audit(1727708889.407:23): proctitle="(systemd)"
    [   84.715697] audit: type=1334 audit(1727708889.419:24): prog-id=21 op=UNLOAD
    [   84.722692] audit: type=1300 audit(1727708889.419:24): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffb67dcc60 items=0 ppid=1 pid=1080 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)
    [   84.748324] audit: type=1327 audit(1727708889.419:24): proctitle="(systemd)"
    [   84.755471] audit: type=1334 audit(1727708889.419:25): prog-id=22 op=LOAD
    root@j722s-evm:~# cat /proc/mtd
    dev:    size   erasesize  name
    mtd0: 00080000 00040000 "ospi_nand.tiboot3"
    mtd1: 00200000 00040000 "ospi_nand.tispl"
    mtd2: 00400000 00040000 "ospi_nand.u-boot"
    mtd3: 00040000 00040000 "ospi_nand.env"
    mtd4: 00040000 00040000 "ospi_nand.env.backup"
    mtd5: 05fc0000 00040000 "ospi_nand.rootfs"
    mtd6: 00040000 00040000 "ospi_nand.phypattern"
    root@j722s-evm:~# flash_erase /dev/mtd0 0 0
    Erasing 512 Kibyte @ 0 -- 100 % complete 
    root@j722s-evm:~# nanddump /dev/mtd0 -f ospi_read.txt
    ECC failed: 0
    ECC corrected: 0
    Number of bad blocks: 0
    Number of bbt blocks: 0
    Block size 262144, page size 4096, OOB size 128
    Dumping data starting at 0x00000000 and ending at 0x00080000...
    root@j722s-evm:~# hexdump ospi_read.txt 
    0000000 ffff ffff ffff ffff ffff ffff ffff ffff
    *
    0080000
    root@j722s-evm:~# flash_erase /dev/mtd0 0 0
    Erasing 512 Kibyte @ 0 -- 100 % complete 
    root@j722s-evm:~# hexdump ospi.txt 
    0000000 dead beef                              
    0000004
    root@j722s-evm:~# nandwrite -p /dev/mtd0 ospi.txt
    Writing data to block 0 at offset 0x0
    root@j722s-evm:~# nanddump /dev/mtd0 -f ospi_read.txt
    ECC failed: 0
    ECC corrected: 0
    Number of bad blocks: 0
    Number of bbt blocks: 0
    Block size 262144, page size 4096, OOB size 128
    Dumping data starting at 0x00000000 and ending at 0x00080000...
    root@j722s-evm:~# hexdump ospi_read.txt 
    0000000 dead beef ffff ffff ffff ffff ffff ffff
    0000010 ffff ffff ffff ffff ffff ffff ffff ffff
    *
    0080000
    root@j722s-evm:~# devmem2 0x0FC40000
    /dev/mem opened.
    Memory mapped at address 0xffffba359000.
    Read at address  0x0FC40000 (0xffffba359000): 0x80183880

    The NAND is still working however. Do you have any other peripherals plugged into the board or device tree overlays enabled when you're running the tests?

    Could you please give the details of the "LCPD-37699 J722S" jira.

    Some tests failed due to spidev node not appearing.

    Best,
    Jared

  • Hi Jared,

    I didn't connected any other peripheral. Could you please share the ospi.txt file which you used for the testing.

    Regards,

    Arthi V

  • Hi Jared,

    I tested the flash using the above ospi.txt file. Still facing same issue. What could be the reason?

    Can you share the board revision id which is used for the testing.

    Regards,

    Arthi V

  • Hi Arthi,

    The board revision ID I'm using is: PROC170E3; the same as your board.

    If you have the exact same software as I do, then the issue should be in hardware, but I wouldn't expect to see an issue in both of your boards.

    Best,
    Jared

  • Hi Jared,

    NAND flash is working with 09.02 source. In the same board I tested the NAND flash with 10.00 source. But the flash is not working with the 10.00 source. Could you please let us know what could be the reason?

    Whether phy tuning is enabled for NAND flash?

    This is a critical issue for our development. How can we solve this?

    Regards,

    Arthi V

  • Hi Arthi,

    NAND flash is working with 09.02 source

    Can you send the logs for this?

    Could you please let us know what could be the reason?

    There could be a bad block. Can you try writing to a different partition?

    Whether phy tuning is enabled for NAND flash?

    Yes

    Best,
    Jared

  • Hi Jared,

    Can you send the logs for this?

    Attached the 09.02 NAND flash access logs below

    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--w2023.01-j722s (Kool Koa')
    SPL initial stack usage: 17064 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    NOTICE:  Upgrade Firmwares for Power off functionality
    ERROR:   Failed to get response (-19)
    ERROR:   Transfer send failed (-19)
    ERROR:   Unable to query firmware capabilities (-19)
    
    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--w2023.01-j722s (Kool Koa')
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    
    SoC:   J722S SR1.0 HS-FS
    Model: Texas Instruments J722S EVM
    Reading on-board EEPROM at 0x51 failed -1
    Board: J722SX-EVM rev E1
    DRAM:  2 GiB (effective 8 GiB)
    Core:  70 devices, 27 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   
    Warning: ethernet@8000000port@1 (eth0) using random MAC address - a2:79:59:19:2b:17
    eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    1011 bytes read in 33 ms (29.3 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    50100 bytes read in 39 ms (1.2 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 0 with data@addr=0x82000000 50100 bytes: Success!
    887712 bytes read in 73 ms (11.6 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 2 with data@addr=0x82000000 887712 bytes: Success!
    11722864 bytes read in 522 ms (21.4 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 3 with data@addr=0x82000000 11722864 bytes: Success!
    11722864 bytes read in 522 ms (21.4 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 4 with data@addr=0x82000000 11722864 bytes: Success!
    19376640 bytes read in 837 ms (22.1 MiB/s)
    71313 bytes read in 37 ms (1.8 MiB/s)
    Working FDT set to 88000000
    7405 bytes read in 36 ms (200.2 KiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    ERROR: reserving fdt memory region failed (addr=880000000 size=20000000 flags=4)
       Loading Device Tree to 000000008feeb000, end 000000008fffffff ... OK
    Working FDT set to 8feeb000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.80-ti-g2e423244f8c0 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Mar 20 14:43:33 UTC 2024
    [    0.000000] Machine model: Texas Instruments J722S EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@a5000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 96 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ad000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@ad000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ad100000, size 63 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@ad100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b1100000, size 63 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory1b1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b5000000, size 40 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@b5000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 512 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000980000000, size 896 MiB
    [    0.000000] OF: reserved mem: initialized node linux-cma-buffers@980000000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000009ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a3ffffff]
    [    0.000000]   node   0: [mem 0x00000000a4000000-0x00000000a4ffffff]
    [    0.000000]   node   0: [mem 0x00000000a5000000-0x00000000b77fffff]
    [    0.000000]   node   0: [mem 0x00000000b7800000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x000000089fffffff]
    [    0.000000]   node   0: [mem 0x00000008a0000000-0x00000009ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000009ffffffff]
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.4
    [    0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 u81920
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2064384
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256kt
    [    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 4.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 5784368K/8388608K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 1686736K reserved, 917504K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
    [    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=4
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 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:0x0000000001880000
    [    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 @8a0800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000008a0040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008a0050000
    [    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.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008532] Console: colour dummy device 80x25
    [    0.013120] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023790] pid_max: default: 32768 minimum: 301
    [    0.028549] LSM: Security Framework initializing
    [    0.033379] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.041138] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.050849] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.058276] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.064560] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.071948] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.078310] rcu: Hierarchical SRCU implementation.
    [    0.083210] rcu:     Max phase no-delay instances is 1000.
    [    0.088769] Platform MSI: msi-controller@1820000 domain created
    [    0.095088] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.104528] EFI services will not be available.
    [    0.109403] smp: Bringing up secondary CPUs ...
    [    0.114620] Detected VIPT I-cache on CPU1
    [    0.114714] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.114731] GICv3: CPU1: using allocated LPI pending table @0x00000008a0060000
    [    0.114782] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.115406] Detected VIPT I-cache on CPU2
    [    0.115477] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.115491] GICv3: CPU2: using allocated LPI pending table @0x00000008a0070000
    [    0.115521] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.116078] Detected VIPT I-cache on CPU3
    [    0.116150] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.116163] GICv3: CPU3: using allocated LPI pending table @0x00000008a0080000
    [    0.116191] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.116257] smp: Brought up 1 node, 4 CPUs
    [    0.195892] SMP: Total of 4 processors activated.
    [    0.200698] CPU features: detected: 32-bit EL0 Support
    [    0.205963] CPU features: detected: CRC32 instructions
    [    0.211263] CPU: All CPU(s) started at EL2
    [    0.215455] alternatives: applying system-wide alternatives
    [    0.222735] devtmpfs: initialized
    [    0.236781] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.246776] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.281666] pinctrl core: initialized pinctrl subsystem
    [    0.287612] DMI not present or invalid.
    [    0.292098] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.299188] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
    [    0.306618] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.314735] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.323018] audit: initializing netlink subsys (disabled)
    [    0.328724] audit: type=2000 audit(0.224:1): state=initialized audit_enabled=0 res=1
    [    0.329147] thermal_sys: Registered thermal governor 'step_wise'
    [    0.336640] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.342918] cpuidle: using governor menu
    [    0.353740] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.360751] ASID allocator initialised with 65536 entries
    [    0.379064] KASLR disabled due to lack of seed
    [    0.389814] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.396775] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.403176] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.410109] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.416509] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.423440] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.429840] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.436770] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.444430] k3-chipinfo 43000014.chipid: Family:J722S rev:SR1.0 JTAGID[0x0bba002f] Detected
    [    0.454425] iommu: Default domain type: Translated 
    [    0.459433] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.466086] SCSI subsystem initialized
    [    0.470228] usbcore: registered new interface driver usbfs
    [    0.475864] usbcore: registered new interface driver hub
    [    0.481311] usbcore: registered new device driver usb
    [    0.486867] pps_core: LinuxPPS API ver. 1 registered
    [    0.491940] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.501277] PTP clock support registered
    [    0.505399] EDAC MC: Ver: 3.0.0
    [    0.509398] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    0.516216] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    0.523013] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    0.529852] omap-mailbox 29030000.mailbox: omap mailbox rev 0x66fca100
    [    0.536860] FPGA manager framework
    [    0.540407] Advanced Linux Sound Architecture Driver Initialized.
    [    0.547469] clocksource: Switched to clocksource arch_sys_counter
    [    0.553926] VFS: Disk quotas dquot_6.6.0
    [    0.557972] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.570621] Carveout Heap: Exported 512 MiB at 0x0000000900000000
    [    0.576963] NET: Registered PF_INET protocol family
    [    0.582250] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.595201] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
    [    0.604036] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.611965] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.620481] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.629831] TCP: Hash tables configured (established 65536 bind 65536)
    [    0.636696] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.643800] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.651496] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.657690] RPC: Registered named UNIX socket transport module.
    [    0.663765] RPC: Registered udp transport module.
    [    0.668568] RPC: Registered tcp transport module.
    [    0.673370] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.679952] NET: Registered PF_XDP protocol family
    [    0.684855] PCI: CLS 0 bytes, default 64
    [    0.689527] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.699409] Initialise system trusted keyrings
    [    0.704158] workingset: timestamp_bits=46 max_order=21 bucket_order=0
    [    0.714828] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.721349] NFS: Registering the id_resolver key type
    [    0.726589] Key type id_resolver registered
    [    0.730861] Key type id_legacy registered
    [    0.735005] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.741852] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.783867] Key type asymmetric registered
    [    0.788054] Asymmetric key parser 'x509' registered
    [    0.793083] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.800779] io scheduler mq-deadline registered
    [    0.805411] io scheduler kyber registered
    [    0.812716] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.819128] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.831131] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.846205] loop: module loaded
    [    0.850621] megasas: 07.719.03.00-rc1
    [    0.857242] tun: Universal TUN/TAP device driver, 1.6
    [    0.863130] VFIO - User Level meta-driver version: 0.3
    [    0.869094] usbcore: registered new interface driver usb-storage
    [    0.875770] i2c_dev: i2c /dev entries driver
    [    0.881233] sdhci: Secure Digital Host Controller Interface driver
    [    0.887582] sdhci: Copyright(c) Pierre Ossman
    [    0.892225] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.898742] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.905054] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.911974] usbcore: registered new interface driver usbhid
    [    0.917669] usbhid: USB HID core driver
    [    0.922399] optee: probing for conduit method.
    [    0.926979] optee: revision 4.1 (012cdca4)
    [    0.927248] optee: dynamic shared memory is enabled
    [    0.936656] optee: initialized driver
    [    0.942165] Initializing XFRM netlink socket
    [    0.946581] NET: Registered PF_PACKET protocol family
    [    0.951809] Key type dns_resolver registered
    [    0.956532] registered taskstats version 1
    [    0.960740] Loading compiled-in X.509 certificates
    [    0.973475] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--w2023.01-j722s (Kool Koa')
    [    1.027767] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.034459] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    1.041351] pca953x 1-0023: using AI
    [    1.068128] gpio-488 (TRC_MUX_SEL): hogged as output/low
    [    1.074060] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.079972] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.088277] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.097485] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.106452] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    1.120172] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.128115] ti-udma 485c0100.dma-controller: Channels: 44 (bchan: 16, tchan: 12, rchan: 16)
    [    1.138682] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.148424] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.157737] ti-udma 4e230000.dma-controller: Number of rings: 40
    [    1.164945] ti-udma 4e230000.dma-controller: Channels: 20 (bchan: 0, tchan: 8, rchan: 12)
    [    1.174963] printk: console [ttyS2] disabled
    [    1.179401] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 274, base_baud = 3000000) is a 8250
    [    1.188262] printk: console [ttyS2] enabled
    [    1.188262] printk: console [ttyS2] enabled
    [    1.196715] printk: bootconsole [ns16550a0] disabled
    [    1.196715] printk: bootconsole [ns16550a0] disabled
    [    1.208908] spi-nand spi0.0: Winbond SPI NAND was found.
    [    1.214243] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    1.222603] 7 fixed-partitions partitions found on MTD device spi0.0
    [    1.228962] Creating 7 MTD partitions on "spi0.0":
    [    1.233746] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    1.241048] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
    [    1.248656] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
    [    1.257044] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
    [    1.263760] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
    [    1.271090] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
    [    1.313743] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    1.359510] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    1.369162] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.377297] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000006
    [    1.390148] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    1.396416] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.403541] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.410054] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000000, add_val:1 pps:0
    [    1.420412] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.428254] cpu cpu0: _of_add_opp_table_v2: no supported OPPs
    [    1.434053] cpu cpu0: OPP table can't be empty
    [    1.439760] mmc0: CQHCI version 5.10
    [    1.451248] debugfs: Directory 'pd:249' with parent 'pm_genpd' already present!
    [    1.451289] mmc1: CQHCI version 5.10
    [    1.458629] debugfs: Directory 'pd:248' with parent 'pm_genpd' already present!
    [    1.469483] debugfs: Directory 'pd:247' with parent 'pm_genpd' already present!
    [    1.476961] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.484321] debugfs: Directory 'pd:244' with parent 'pm_genpd' already present!
    [    1.484720] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.492976] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.502810] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.506429] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.527427] ALSA device list:
    [    1.530417]   No soundcards found.
    [    1.534144] Waiting for root device PARTUUID=16b24a2c-02...
    [    1.574578] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    1.581864] mmcblk1: mmc1:aaaa SL32G 29.7 GiB 
    [    1.591025]  mmcblk1: p1 p2
    [    1.611484] mmc0: Command Queue Engine enabled
    [    1.615959] mmc0: new HS400 MMC card at address 0001
    [    1.621588] mmcblk0: mmc0:0001 G1M15L 29.6 GiB 
    [    1.627572]  mmcblk0: p1 p2
    [    1.631019] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB 
    [    1.637172] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB 
    [    1.643261] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [    1.909573] EXT4-fs (mmcblk1p2): recovery complete
    [    1.915426] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    1.924038] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.933885] devtmpfs: mounted
    [    1.937442] Freeing unused kernel memory: 1984K
    [    1.942063] Run /sbin/init as init process
    [    2.093964] systemd[1]: System time before build time, advancing clock.
    [    2.139636] NET: Registered PF_INET6 protocol family
    [    2.145574] Segment Routing with IPv6
    [    2.149291] In-situ OAM (IOAM) with IPv6
    [    2.177486] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -L)
    [    2.209264] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    2.270558] systemd[1]: Hostname set to <j722s-evm>.
    [    2.363993] systemd-sysv-generator[155]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to.
    [    2.608312] systemd[1]: /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 set.
    [    2.679194] 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 .
    [    2.763681] systemd[1]: Queued start job for default target Graphical Interface.
    [    2.835271] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    2.858453] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    2.882374] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    2.905700] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    2.927915] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    2.951784] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    2.975908] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    2.991618] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    3.011583] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    3.027616] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    3.084886] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.111728] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    3.140236] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.163962] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.188360] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    3.212139] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.236144] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.252357] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.276315] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.300067] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.320110] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    3.371936] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    3.392441] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.420383] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    3.436045] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.456465] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    3.477582] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    3.516233] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    3.536415] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    3.556533] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    3.571199] fuse: init (API version 7.37)
    [    3.592777] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    3.656267] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    3.671889] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    3.691324] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    3.718249] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    3.741580] cryptodev: loading out-of-tree module taints kernel.
    [    3.741856] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel co[    3.756104] cryptodev: driver 1.12 loaded.
    mmand line...
    [    3.781010] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    3.806961] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    3.809922] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    3.846394] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    3.868275] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting FUSE Control File System...
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
    [    4.236856] systemd-journald[172]: Received client request to flush runtime journal.
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    4.448637] audit: type=1334 audit(1651167747.352:2): prog-id=5 op=LOAD
    [    4.455655] audit: type=1334 audit(1651167747.356:3): prog-id=6 op=LOAD
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [    5.100147] mc: Linux media interface: v0.10
    [  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.
    [    5.159343] videodev: Linux video capture interface: v2.00
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stac[    5.180366] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@ad000000
    k Activation Socket.
    [    5.193243] k3-dsp-rproc 7e000000.dsp: configured DSP for IPC-only mode
    [  OK  ] Listening on D-Bus System Message B[    5.210167] remoteproc remoteproc0: 7e000000.dsp is available
    us Socket.
    [    5.216097] remoteproc remoteproc0: attaching to 7e000000.dsp
    [    5.224717] k3-dsp-rproc 7e000000.dsp: DSP initialized in IPC-only mode
    [    5.231683] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node vision-apps-c71-dma-memory@ad000000
             Starting Docker Socket for the API...
    [    5.331083] platform 79000000.r5f: configured R5F for IPC-only mode
    [    5.337896] platform 79000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000
    [    5.350878] remoteproc remoteproc1: 79000000.r5f is available
    [    5.356851] remoteproc remoteproc1: attaching to 79000000.r5f
    [    5.390478] platform 79000000.r5f: R5F core initialized in IPC-only mode
    [    5.398036] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000
    [    5.409086] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    5.409632] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    5.409872] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [    5.409991] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [    5.410363] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [    5.436507] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
    [    5.445955] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    [    5.448573] remoteproc remoteproc1: remote processor 79000000.r5f is now attached
    [    5.455546] remoteproc remoteproc0: remote processor 7e000000.dsp is now attached
    [  OK  ] Listening on dropbear.socket.
    [    5.470869] k3-dsp-rproc 7e000000.dsp: register pm nitifiers in remoteproc mode
    [  OK  ] Listening on PC/SC Smart Card Daemo[    5.487509] random: crng init done
    n Activation Socket.
    [    5.494997] k3-dsp-rproc 7e200000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b1000000
    [    5.507313] k3-dsp-rproc 7e200000.dsp: configured DSP for IPC-only mode
    [    5.529513] remoteproc remoteproc2: 7e200000.dsp is available
    [    5.535450] remoteproc remoteproc2: attaching to 7e200000.dsp
    [    5.544865] k3-dsp-rproc 7e200000.dsp: DSP initialized in IPC-only mode
             Starting Weston socket...
    [    5.552599] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node vision-apps-c71_1-dma-memory@b1000000
    [    5.552821] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    5.578520] platform 78000000.r5f: configured R5F for IPC-only mode
    [    5.585333] platform 78000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [    5.597147] remoteproc remoteproc3: 78000000.r5f is available
    [    5.609548] remoteproc remoteproc3: attaching to 78000000.r5f
    [    5.617350] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [    5.624361] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [    5.635340] virtio_rpmsg_bus virtio3: rpmsg host is online
             Starting D-Bus System Message Bus...[    5.635524] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
    
    [    5.641106] rproc-virtio rproc-virtio.3.auto: registered virtio3 (type 7)
    [    5.659743] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
    [    5.660564] remoteproc remoteproc3: remote processor 78000000.r5f is now attached
             Starting Reboot and dump vmcore via kexec...
    [    5.695380] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    5.696425] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [    5.701560] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
    [    5.713784] platform 78400000.r5f: configured R5F for IPC-only mode
    [    5.717095] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    5.721626] platform 78400000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [    5.729867] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:03 UTC (3)
    [    5.736970] remoteproc remoteproc2: remote processor 7e200000.dsp is now attached
    [    5.752095] k3-dsp-rproc 7e200000.dsp: register pm nitifiers in remoteproc mode
    [    5.752645] remoteproc remoteproc4: 78400000.r5f is available
    [    5.757715] e5010 fd20000.e5010: Device registered as /dev/video2
    [    5.772405] remoteproc remoteproc4: attaching to 78400000.r5f
    [    5.779019] platform 78400000.r5f: R5F core initialized in IPC-only mode
    [    5.787074] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [    5.791072] PVR_K:  215: Device: fd80000.gpu
    [    5.814032] j721e-pcie-host f102000.pcie: host bridge /pcie@f102000 ranges:
    [    5.821153] j721e-pcie-host f102000.pcie:       IO 0x0068001000..0x0068010fff -> 0x0068001000
    [    5.830461] j721e-pcie-host f102000.pcie:      MEM 0x0068011000..0x006fffffff -> 0x0068011000
    [    5.839301] j721e-pcie-host f102000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  OK  ] Finished Load/Save Random Seed.
    [    5.857185] PVR_K:  215: Read BVNC 36.53.104.796 from HW device registers
    [    5.864181] PVR_K:  215: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    [  OK  ] Listening on Docker Socket for the [    5.874323] [drm] Initialized pvr 23.3.6512818 20170530 for fd80000.gpu on minor 0
    API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Found device /dev/ttyS2.
    [    5.943214] virtio_rpmsg_bus virtio4: rpmsg host is online
    [    5.943632] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
    [    5.959940] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
    [    5.967524] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
    [    5.975286] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
    [    5.984386] rproc-virtio rproc-virtio.5.auto: registered virtio4 (type 7)
    [    5.988179] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
    [    5.992394] remoteproc remoteproc4: remote processor 78400000.r5f is now attached
    [    6.006419] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe
    [    6.014182] virtio_rpmsg_bus virtio4: msg received with no recipient
    [    6.024566] virtio_rpmsg_bus virtio0: msg received with no recipient
    [    6.037776] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
    [    6.048431] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [    6.048830] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [  OK  ] Reached target Socket Units.
    [    6.093841] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    6.106909] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [    6.115095] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [    6.143264] virtio_rpmsg_bus virtio2: msg received with no recipient
    [    6.164744] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    6.176252] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
             Starting DEMO...
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting Expand the rootfs…ll size of the boot device....
    [  OK  ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
    [    6.533977] audit: type=1334 audit(1651167930.775:4): prog-id=7 op=LOAD
    [    6.541207] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [    6.543226] audit: type=1334 audit(1651167930.783:5): prog-id=8 op=LOAD
             Starting User Login Management...
    [  OK  ] Started TEE Supplicant.
             Starting Telnet Server...
    [  OK  ] Started DEMO.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [  OK  ] Started Telephony service.
    [    6.806137] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [    6.873680] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [    6.917252] Bluetooth: Core ver 2.22
    [    6.920692] j721e-pcie-host f102000.pcie: PCI host bridge to bus 0000:00
    [    6.923111] NET: Registered PF_BLUETOOTH protocol family
    [    6.935514] Bluetooth: HCI device and connection manager initialized
    [    6.943580] Bluetooth: HCI socket layer initialized
    [    6.948588] Bluetooth: L2CAP socket layer initialized
    [    6.952855] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    6.955351] Bluetooth: SCO socket layer initialized
    [    7.001809] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    7.018841] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [    7.022330] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x68001000-0x68010fff])
    [    7.056251] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
    [    7.063502] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400
    [    7.070128] pci 0000:00:00.0: supports D1
    [    7.097595] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    7.200651] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    7.209620] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    7.216627] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    7.234841] pcieport 0000:00:00.0: PME: Signaling with IRQ 472
    [  OK  ] Finished Expand the rootfs…full size of the boot device..
    [    7.344739] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    7.381869] pcieport 0000:00:00.0: AER: enabled with IRQ 472
    [    7.393212] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    7.400673] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Started User Login Management.
    [    7.559560] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started Network Configuration.
    [    7.579349] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    7.588717] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    7.635314] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
             Starting Network Name Resolution...
    [    7.692115] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [    7.728595] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [    7.817539] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [  OK  ] Reached target Hardware activated USB gadget.
    [    7.866265] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [    7.872698] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 1
    [    7.881462] xhci-hcd xhci-hcd.6.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
    [    7.891299] xhci-hcd xhci-hcd.6.auto: irq 474, io mem 0x31210000
    [    7.898302] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [    7.904176] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 2
    [    7.912297] xhci-hcd xhci-hcd.6.auto: Host supports USB 3.0 SuperSpeed
    [    7.921053] hub 1-0:1.0: USB hub found
    [    7.925176] hub 1-0:1.0: 1 port detected
    [    7.931407] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [    7.940870] hub 2-0:1.0: USB hub found
    [    7.945160] hub 2-0:1.0: 1 port detected
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
    [    8.191572] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [  OK  ] Started Netperf Benchmark Server.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [    8.345323] hub 1-1:1.0: USB hub found
    [    8.349278] hub 1-1:1.0: 4 ports detected
             Starting Weston, a Wayland…ositor, as a system service...
    [  OK  ] Created slice Slice /system/systemd-fsck.
    [    8.471578] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
    [    8.496865] hub 2-1:1.0: USB hub found
    [    8.500827] hub 2-1:1.0: 4 ports detected
    [    8.531055] audit: type=1334 audit(1651167932.771:6): prog-id=9 op=LOAD
    [    8.540078] audit: type=1334 audit(1651167932.779:7): prog-id=10 op=LOAD
             Starting User Database Manager...
    [  OK  ] Found device /dev/mmcblk0p1.
             Starting File System Check on /dev/mmcblk0p1...
    [    8.646152] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [    8.675739] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
             Mounting /run/media/mmcblk0p1...
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Mounted /run/media/mmcblk0p1.
    [  OK  ] Started User Database Manager.
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [    9.064392] audit: type=1006 audit(1651167933.307:8): pid=693 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [    9.077059] audit: type=1300 audit(1651167933.307:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffedf74188 a2=4 a3=ffff8c0fd020 items=0 ppid=1 pid=693 auid=1000 uid=0 gid=0 euid=0 suid=0 f)
    [    9.103606] audit: type=1327 audit(1651167933.307:8): proctitle="(systemd)"
    [  OK  ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/boot-mmcblk1p1...
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [  OK  ] Mounted /run/media/boot-mmcblk1p1.
    [    9.815841] audit: type=1006 audit(1651167934.059:9): pid=638 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [    9.828362] audit: type=1300 audit(1651167934.059:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffedf74188 a2=4 a3=ffff8c0fd020 items=0 ppid=1 pid=638 auid=1000 uid=0 gid=0 euid=0 suid=0 f)
    [    9.855617] audit: type=1327 audit(1651167934.059:9): proctitle="(weston)"
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
    [  OK  ] Started containerd container runtime.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
            adwaita-icon-theme-symbolic
            autoconf
            bash-dev
            bash
            bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gnu-config
            grub-common
            grub-editenv
            grub-efi
            gzip
            hidapi
            less
            libasm1
            libatomic-dev
            libatomic1
            libbfd
            libdebuginfod1
            libdw1
            libeigen-dev
            libelf1
            libgcc-s-dev
            libgcc1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp10
            libidn2-0
            libmpc3
            libmpfr6
            libopcodes
            libqt5charts-examples
            libqt5charts-plugins
            libqt5charts-qmlplugins
            libqt5charts5
            libqt5sensors-plugins
            libqt5sensors-qmlplugins
            libqt5sensors5
            libqt5serialport-examples
            libqt5serialport-plugins
            libqt5serialport-qmlplugins
            libqt5serialport5
            libqt5svg-examples
            libqt5svg-plugins
            libqt5svg-qmlplugins
            libqt5svg5
            libqt5virtualkeyboard-plugins
            libqt5virtualkeyboard-qmlplugins
            libqt5virtualkeyboard5
            libqt5webchannel-plugins
            libqt5webchannel-qmlplugins
            libqt5webchannel5
            libreadline-dev
            libreadline8
            libstdc++-dev
            libstdc++6
            libunistring2
            m4-dev
            m4
            make
            nettle
            parted
            piglit
            qt3d-plugins
            qt3d-qmlplugins
            qt3d
            qtbase-examples
            qtbase-plugins
            qtbase-qmlplugins
            qtbase
            qtconnectivity-plugins
            qtconnectivity-qmlplugins
            qtconnectivity
            qtdeclarative-plugins
            qtdeclarative-qmlplugins
            qtdeclarative-tools
            qtdeclarative
            qtgraphicaleffects-qmlplugins
            qtlocation-examples
            qtlocation-plugins
            qtlocation-qmlplugins
            qtlocation
            qtmultimedia-examples
            qtmultimedia-plugins
            qtmultimedia-qmlplugins
            qtmultimedia
            qtquics-qmlplugins.control
            qtquics2-plugins.control
            qtquics2-qmlplugins.control
            qtquics2.control
            qtscript-examples
            qtscript-plugins
            qtscript-qmlplugins
            qtscript
            qtwayland-examples
            qtwayland-plugins
            qtwayland-qmlplugins
            qtwayland
            tar
            which
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [  OK  ] Finished Print notice about GPLv3 packages.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Reached target Graphical Interface.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Finished Record Runlevel Change in UTMP.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project j722s-evm -
    
    Arago 2023.10 j722s-evm -
    
    j722s-evm login: 
    j722s-evm login: 
    j722s-evm login: root
    [   13.955975] audit: type=1006 audit(1651167938.199:10): pid=1106 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   13.969161] audit: type=1300 audit(1651167938.199:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffedf74188 a2=1 a3=ffff8c0fd020 items=0 ppid=1 pid=1106 auid=0 uid=0 gid=0 euid=0 suid=0 fs)
    [   13.995634] audit: type=1327 audit(1651167938.199:10): proctitle="(systemd)"
    [   14.002752] audit: type=1334 audit(1651167938.219:11): prog-id=11 op=LOAD
    [   14.009649] audit: type=1300 audit(1651167938.219:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff7c09d30 a2=78 a3=0 items=0 ppid=1 pid=1106 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egi)
    [   14.035181] audit: type=1327 audit(1651167938.219:11): proctitle="(systemd)"
    [   14.042298] audit: type=1334 audit(1651167938.239:12): prog-id=11 op=UNLOAD
    [   14.049314] audit: type=1334 audit(1651167938.239:13): prog-id=12 op=LOAD
    [   14.056151] audit: type=1300 audit(1651167938.239:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff7c09dd0 a2=78 a3=0 items=0 ppid=1 pid=1106 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egi)
    [   14.081618] audit: type=1327 audit(1651167938.239:13): proctitle="(systemd)"
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# flash_erase /dev/mtd0 0 0
    Erasing 512 Kibyte @ 0 -- 100 % complete 
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# vi ospi.txt  
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~#  hexdump ospi.txt 
    0000000 6261 6463 000a                         
    0000005
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# nandwrite -p /dev/mtd0 ospi.txt 
    Writing data to block 0 at offset 0x0
    root@j722s-evm:~# 
    root@j722s-evm:~# nanddump /dev/mtd0 -f ospi_read.txt 
    ECC failed: 0
    ECC corrected: 0
    Number of bad blocks: 0
    Number of bbt blocks: 0
    Block size 262144, page size 4096, OOB size 128
    Dumping data starting at 0x00000000 and ending at 0x00080000...
    root@j722s-evm:~#  hexdump ospi_read.txt 
    0000000 6261 6463 ff0a ffff ffff ffff ffff ffff
    0000010 ffff ffff ffff ffff ffff ffff ffff ffff
    *
    0080000
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# flaschp -v ospi.txt /dev/mtd0
    -sh: flaschp: command not found
    root@j722s-evm:~# 
    root@j722s-evm:~# flashcp -v ospi.txt /dev/mtd0                                                                                                                                                             
    Erasing blocks: 1/1 (100%)
    Writing data: 0k/0k (100%)
    Verifying data: 0k/0k (100%)
    root@j722s-evm:~# 
    root@j722s-evm:~# flashcp -v ospi.txt /dev/mtd1
    Erasing blocks: 1/1 (100%)
    Writing data: 0k/0k (100%)
    Verifying data: 0k/0k (100%)
    root@j722s-evm:~# 
    root@j722s-evm:~# flashcp -v ospi.txt /dev/mtd2
    Erasing blocks: 1/1 (100%)
    Writing data: 0k/0k (100%)
    Verifying data: 0k/0k (100%)
    root@j722s-evm:~# 
    root@j722s-evm:~# flashcp -v ospi.txt /dev/mtd3
    Erasing blocks: 1/1 (100%)
    Writing data: 0k/0k (100%)
    Verifying data: 0k/0k (100%)
    root@j722s-evm:~# 
    root@j722s-evm:~# flashcp -v ospi.txt /dev/mtd4
    Erasing blocks: 1/1 (100%)
    Writing data: 0k/0k (100%)
    Verifying data: 0k/0k (100%)
    root@j722s-evm:~# 
    root@j722s-evm:~# flashcp -v ospi.txt /dev/mtd5
    Erasing blocks: 1/1 (100%)
    Writing data: 0k/0k (100%)
    Verifying data: 0k/0k (100%)
    root@j722s-evm:~# 
    root@j722s-evm:~# flashcp -v ospi.txt /dev/mtd6
    Erasing blocks: 1/1 (100%)
    Writing data: 0k/0k (100%)
    Verifying data: 0k/0k (100%)
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    root@j722s-evm:~# 
    
    

    There could be a bad block. Can you try writing to a different partition?

    I am always writing in all the partitions. In all partitions the result is same. Once I accessed the NAND flash, in the subsequent boot observing bad block error. So always I am erasing the bad block and trying to access the flash in 10.00.00.08 source

    Regards,

    Arthi V

  • Hi Jared,

    I wrote the phy pattern fie inside the phy_pattern partition in NAND flash. After this NAND flash is working properly.

    If I erase the phy_pattern partition then flash is not working. This is not an expected result. Even if we not write the phy pattern, the flash should work in normal mode. Why is it behaving like this?

    Regards,

    Arthi V

  • Hi Arthi,

    The phy tuning was enabled recently for 10.0. I will ask our experts why this is occurring.

    Best,
    Jared

  • Hi Arthi,

    The spi-cadence-quadspi.c driver enabled phy for data writes in commit: 5e5ff8fc51b0.

    I was told that the driver now expects phy tuning when writing/erasing. There was a commit 7866eaeb3c1ddb52b976c3e4140cdfbba28a74f3 that might fix your issue.

    Best,
    Jared

  • Hi Jared,

    Thanks for the update. Above patch is works fine as expected.

    I observed the NAND flash is working in Single Transfer Rate(STR) mode. Is Double Transfer Rate(DTR) mode supported in 10.00? If not, is there any plan to update DTR mode support in future?

    Regards,

    Arthi V

  • Hi Arthi,

    It is not supported, and won't be in the future either. There is an errata that explains why:

    i2249: https://www.ti.com/lit/er/sprz575/sprz575.pdf 

    Best,
    Jared

  • Hi Jared,

    Thanks for the support.

    Regards,

    Arthi V