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.

AM6442: OSPI boot failing

Part Number: AM6442

Tool/software:

Hi team,

We are working on ospi boot mode flashing, after setting dip switches in ospi mode, with different approaches tried from inputs from TI portal, could not be able to boot. Seems basically rootfs not mounted properly , Can you provide standard way of procedure to boot from ospi mode and clarify spi mode possible to boot from? 

Thanks

Sankar

  • Sankar,

    1. Please provide full boot log
    2. What boot mode switch settings did you try using
    3. Which SDK are you using

    Regards, Andreas

  • Andreas,

    We are using ti-processor-sdk-linux-rt-am64xx-evm-10.01.10.04 SDK.

    And we selected the dip switch position as OSPI Boot Mode: SW2(11010000) SW3(01000000) on AM64x GP EVM, and we could able to load all images using the following cmds with tftp server connected with target board.

    sf probe=> tftp ${loadaddr} tiboot3.bin

    => sf update $loadaddr 0x0 $filesize

    => tftp ${loadaddr} tispl.bin

    => sf update $loadaddr 0x100000 $filesize

    => tftp ${loadaddr} u-boot.img

    => sf update $loadaddr 0x300000 $filesize

    => sf probe

    => tftp ${loadaddr} ospi_phy_pattern

    => sf update $loadaddr 0x3fc0000 $filesize

    After flashing all images(in sd card boot mode), Changing the boot mode to OSPI as above, but we were not able to see any console logs. Kindly provide any guidelines and help us on booting via OSPI mode.


    Thanks

    Sankar

  • Hi Sankar,

    After flashing all images(in sd card boot mode), Changing the boot mode to OSPI as above, but we were not able to see any console logs. Kindly provide any guidelines and help us on booting via OSPI mode

    Try configuring the boot mode to xSPI. The dedicated OSPI boot mode poses very very specific requirement to the external device. For the OSPI NOR flashes used on our TI EVMs usually xSPI is the mode to use (it uses data table/parameter parsing behind the scenes to configure and setup the most appropriate transfer mode automatically).

    Regards, Andreas

  • Hi Andreas,

    Thanks for your feedback, We tried with xSPI mode( sw2 1100111101 and sw3 00000000) after you suggested and we are facing the same response similar to ospi mode,herewith attached logs with commands provided in sd card mode and changing to xspi mode, no response from DUT, Can you share the entire procedure for xSPI

    Thanks

    SankarLogs.log

  • We tried with xSPI mode( sw2 1100111101 and sw3 00000000)

    You have too many bits here, something isn't right.

    To make sure you are configuring for xSPI boot modes and to rule out any issues with switch settings (which can be confusing at times), try the following:

    1. Boot from SD card to U-Boot prompt

    2. Issue the below command at U-Boot prompt. This will configure a known-good configuration for xSPI, and initiate a software reset. After that, xSPI boot mode will be active

    # Set current bootmode to xSPI boot (SFDP enabled, should switch to 8D-8D-8D automatically if supported by Flash), UART backup boot, and 25MHz PLL reference clock
    => mw.l 0x43000030 0x00000e73 && reset

    If this still doesn't work you may want to double-check that you have the correct `tiboot3.bin` binary. I notice you are using a "GP" device, so there's a specifically-signed boot binary that needs to be used. Our default `tiboot3.bin` files for current SDKs are for booting on "HS-FS" secure devices, and won't work on "GP" devices.

    Regards, Andreas

  • Hi Andreas,

    we are able to flash ospi  using below command in U-BOO

    sh-uboot :~# mtd list
    
    sh-uboot:~# mtd erase ospi.tiboot3
    sh-uboot:~# load mmc 1 ${loadaddr} tiboot3.bin
    sh-uboot:~# mtd write ospi.tiboot3 ${loadaddr} 0 ${filesize}
    
    sh-uboot:~# mtd erase ospi.tispl
    sh-uboot:~# load mmc 1 ${loadaddr} tispl.bin
    sh-uboot:~# mtd write ospi.tispl ${loadaddr} 0 ${filesize}
    
    sh-uboot:~# mtd erase ospi.u-boot
    sh-uboot:~# load mmc 1 ${loadaddr} u-boot.img
    sh-uboot:~# mtd write ospi.u-boot ${loadaddr} 0 ${filesize}

    once after above commands we executed => mw.l 0x43000030 0x00000e73 && reset

    then after it started by resetting and booted up from OSPI completely. when i remove SD Card till U-BOOT coming up and not loading image completely.

    Now, i wanted to remove SD Card and boot complete image from xSPI mode.

     Can you suggest us to automate it without command? 

    Thanks,

  • once after above commands we executed => mw.l 0x43000030 0x00000e73 && reset

    then after it started by resetting and booted up from OSPI completely.

    Great!

    Now, i wanted to remove SD Card and boot complete image from xSPI mode.

     Can you suggest us to automate it without command? 

    This means your boot mode switches were not set correctly. Please set them to 0xe73, just like the command I gave you. You might need to dive a bit deeper into the schematic & board design data to exactly understand which switch controls which bit. The GP EVM User's Guide has that info too.

    Regards, Andreas

  • Hi Andreas,

    Thanks for reply,

    We,
    Set boot settings as SW3(00001110)   SW3(01110011) (0xe73) as you mentioned.
    modified boot mode to xSPI with SDCARD presence we are able boot complete image.
    But if we remove SD card and try to boot complete image from OSPI it is coming up to U-BOOT and getting something attached the log data pls check and suggest us.

    Same team....

    Thanks,

    Ravindar A

    
    =================================================================
    LOADING IMAGE FILES INTO SPI NOR FLASH (SD CARD BOOT MODE)
    ==================================================================
    
    
    U-Boot SPL 2024.04-ti-g29d0c23d67ee (Nov 29 2024 - 11:41:54 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    SPL initial stack usage: 13392 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Loading Environment from nowhere... OK
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.12.0(release):11.00.08-1-gb11beb2b6-dirty
    NOTICE:  BL31: Built : 12:35:58, Mar 24 2025
    I/TC: 
    I/TC: OP-TEE version: 4.5.0-73-gef1ebdc23-dev (gcc version 13.3.0 (GCC)) #1 Tue Feb  4 11:33:18 UTC 2025 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    I/TC: Activated SA2UL device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: HUK Initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2025.01-gcd91d7360181 (May 30 2025 - 18:49:26 +0530)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2025.01-gcd91d7360181 (May 30 2025 - 18:49:26 +0530)
    
    SoC:   AM64X SR2.0 HS-FS
    Model: Texas Instruments AM642 EVM
    Board: AM64-EVM rev D
    DRAM:  2 GiB
    Core:  105 devices, 33 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, eth2: icssg1-eth-port@0
    Hit any key to stop autoboot:  2  1  0 
    => 
    => 
    => mtd list
    SF: Detected s28hs512t with page size 256 Bytes, erase size 256 KiB, total 64 MiB
    List of MTD devices:
    * nor0
      - device: flash@0
      - parent: spi@fc40000
      - driver: jedec_spi_nor
      - path: /bus@f4000/bus@fc00000/spi@fc40000/flash@0
      - type: NOR flash
      - block size: 0x40000 bytes
      - min I/O: 0x10 bytes
      - 0x000000000000-0x000004000000 : "nor0"
    	  - 0x000000000000-0x000000100000 : "ospi.tiboot3"
    	  - 0x000000100000-0x000000300000 : "ospi.tispl"
    	  - 0x000000300000-0x000000700000 : "ospi.u-boot"
    	  - 0x000000700000-0x000000740000 : "ospi.env"
    	  - 0x000000740000-0x000000780000 : "ospi.env.backup"
    	  - 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    	  - 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    => mtd erase ospi.tiboot3
    Erasing 0x00000000 ... 0x000fffff (4 eraseblock(s))
    => load mmc 1 ${loadaddr} tiboot3.bin
    621878 bytes read in 8 ms (74.1 MiB/s)
    => mtd write ospi.tiboot3 ${loadaddr} 0 ${filesize}
    Size not on a page boundary (0x10), rounding to 0x97d40
    Writing 621888 byte(s) at offset 0x00000000
    => mtd erase ospi.tispl
    Erasing 0x00000000 ... 0x001fffff (8 eraseblock(s))
    => oad mmc 1 ${loadaddr} tispl.binload mmc 1 ${loadaddr} tispl.bin
    943711 bytes read in 11 ms (81.8 MiB/s)
    => mtd write ospi.tispl ${loadaddr} 0 ${filesize}
    Size not on a page boundary (0x10), rounding to 0xe6660
    Writing 943712 byte(s) at offset 0x00000000
    => mtd erase ospi.u-boot
    Erasing 0x00000000 ... 0x003fffff (16 eraseblock(s))
    => load mmc 1 ${loadaddr} u-boot.img
    1443131 bytes read in 17 ms (81 MiB/s)
    => mtd write ospi.u-boot ${loadaddr} 0 ${filesize}
    Size not on a page boundary (0x10), rounding to 0x160540
    Writing 1443136 byte(s) at offset 0x00000000
    => mtd erase ospi.env
    Erasing 0x00000000 ... 0x0003ffff (1 eraseblock(s))
    => mtd erase ospi.env.backup
    Erasing 0x00000000 ... 0x0003ffff (1 eraseblock(s))
    => env export -c ${loadaddr}
    => mtd write ospi.env ${loadaddr} 0 ${filesize}
    Writing 131072 byte(s) at offset 0x00000000
    => mtd write ospi.env.backup ${loadaddr} 0 ${filesize}
    Writing 131072 byte(s) at offset 0x00000000
    =>
    
    =================================================================
    SDCARD BOOT MODE  WITH (mw.l 0x43000030 0x00000e73 && reset)
    
    BOOTED COMPLETE IMAGE USING XSPI BOOT MODE WITH PRESENT OF SD CARD
    ===================================================================
    
    U-Boot SPL 2024.04-ti-g29d0c23d67ee (Nov 29 2024 - 11:41:54 +0000)
    Resetting on cold boot to workaround ErrataID:i2331
    Please resend tiboot3.bin in case of UART/DFU boot
    resetting ...
    
    U-Boot SPL 2024.04-ti-g29d0c23d67ee (Nov 29 2024 - 11:41:54 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    SPL initial stack usage: 13392 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Loading Environment from nowhere... OK
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.12.0(release):11.00.08-1-gb11beb2b6-dirty
    NOTICE:  BL31: Built : 12:35:58, Mar 24 2025
    I/TC: 
    I/TC: OP-TEE version: 4.5.0-73-gef1ebdc23-dev (gcc version 13.3.0 (GCC)) #1 Tue Feb  4 11:33:18 UTC 2025 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    I/TC: Activated SA2UL device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: HUK Initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2025.01-gcd91d7360181 (May 30 2025 - 18:49:26 +0530)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2025.01-gcd91d7360181 (May 30 2025 - 18:49:26 +0530)
    
    SoC:   AM64X SR2.0 HS-FS
    Model: Texas Instruments AM642 EVM
    Board: AM64-EVM rev D
    DRAM:  2 GiB
    Core:  105 devices, 33 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, eth2: icssg1-eth-port@0
    Hit any key to stop autoboot:  2  0 
    => 
    => 
    => 
    => mw.l 0x43000030 0x00000e73 && reset
    resetting ...
    
    U-Boot SPL 2024.04-ti-g29d0c23d67ee (Nov 29 2024 - 11:41:54 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    SPL initial stack usage: 13392 bytes
    Trying to boot from SPI
    Authentication passed
    Authentication passed
    Loading Environment from nowhere... OK
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.12.0(release):11.00.08-1-gb11beb2b6-dirty
    NOTICE:  BL31: Built : 12:35:58, Mar 24 2025
    I/TC: 
    I/TC: OP-TEE version: 4.5.0-73-gef1ebdc23-dev (gcc version 13.3.0 (GCC)) #1 Tue Feb  4 11:33:18 UTC 2025 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    I/TC: Activated SA2UL device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: HUK Initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2025.01-gcd91d7360181 (May 30 2025 - 18:49:26 +0530)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    Trying to boot from SPI
    Authentication passed
    Authentication passed
    
    
    U-Boot 2025.01-gcd91d7360181 (May 30 2025 - 18:49:26 +0530)
    
    SoC:   AM64X SR2.0 HS-FS
    Model: Texas Instruments AM642 EVM
    Board: AM64-EVM rev D
    DRAM:  2 GiB
    Core:  105 devices, 33 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, eth2: icssg1-eth-port@0
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    574 bytes read in 1 ms (560.5 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    16931328 bytes read in 175 ms (92.3 MiB/s)
    65067 bytes read in 4 ms (15.5 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 000000008feed000, end 000000008fffffff ... OK
    Working FDT set to 8feed000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.17-ti-rt-00771-gc85877d40f8e (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT_RT Tue Mar 25 12:45:29 UTC 2025
    [    0.000000] Machine model: Texas Instruments AM642 EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: legacy bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable m4f-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable m4f-memory@a4100000
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a57fffff]
    [    0.000000]   node   0: [mem 0x00000000a5800000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [ I  / TC0.:0 S00e0c0on0d] acrmya C: PURe s1e rivniedt i3a2l izMiiBn ga
    t 0I/xT0C0:0 00S0e0c0onfdbear0y00 0C0P U on1  nswodietc h-i1ng
     t[ o  n  or0.m0al0 00wo0r0l] dp bscoio:t p
    robing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 23 pages/cpu s54576 r8192 d31440 u94208
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
    [    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: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 524288
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fba00000-0x00000000fbc00000] (2MB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
    [    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000] 	No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: 0xffff8000800100bc
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000
    [    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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    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.000475] Console: colour dummy device 80x25
    [    0.000544] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000557] pid_max: default: 32768 minimum: 301
    [    0.000632] LSM: initializing lsm=capability
    [    0.000801] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.000827] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.004094] rcu: Hierarchical SRCU implementation.
    [    0.004110] rcu: 	Max phase no-delay instances is 400.
    [    0.117583] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.182955] EFI services will not be available.
    [    0.249552] smp: Bringing up secondary CPUs ...
    [    0.423515] Detected VIPT I-cache on CPU1
    [    0.423629] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [    0.423647] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.423708] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.517821] smp: Brought up 1 node, 2 CPUs
    [    0.517831] SMP: Total of 2 processors activated.
    [    0.517834] CPU: All CPU(s) started at EL2
    [    0.517840] CPU features: detected: 32-bit EL0 Support
    [    0.517846] CPU features: detected: CRC32 instructions
    [    0.517885] alternatives: applying system-wide alternatives
    [    0.518357] Memory: 1886412K/2097152K available (10304K kernel code, 1174K rwdata, 2716K rodata, 2240K init, 530K bss, 170332K reserved, 32768K cma-reserved)
    [    0.520938] devtmpfs: initialized
    [    0.535558] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.535588] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.536845] 28480 pages in range for non-PLT usage
    [    0.536868] 520000 pages in range for PLT usage
    [    0.537189] pinctrl core: initialized pinctrl subsystem
    [    0.537817] DMI not present or invalid.
    [    0.538693] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.541817] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.542488] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.543557] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.543689] audit: initializing netlink subsys (disabled)
    [    0.544006] audit: type=2000 audit(0.541:1): state=initialized audit_enabled=0 res=1
    [    0.544769] thermal_sys: Registered thermal governor 'step_wise'
    [    0.545037] ASID allocator initialised with 65536 entries
    [    0.552683] /bus@f4000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f4000/interrupt-controller@1800000
    [    0.566480] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.566498] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.566504] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.566508] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.566512] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.566516] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.566521] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.566525] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    1.010893] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected
    [    1.012773] iommu: Default domain type: Translated
    [    1.012788] iommu: DMA domain TLB invalidation policy: strict mode
    [    1.015165] SCSI subsystem initialized
    [    1.016916] usbcore: registered new interface driver usbfs
    [    1.016958] usbcore: registered new interface driver hub
    [    1.017004] usbcore: registered new device driver usb
    [    1.017784] pps_core: LinuxPPS API ver. 1 registered
    [    1.017793] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    1.017810] PTP clock support registered
    [    1.017853] EDAC MC: Ver: 3.0.0
    [    1.019718] scmi_core: SCMI protocol bus registered
    [    1.020158] FPGA manager framework
    [    1.020309] Advanced Linux Sound Architecture Driver Initialized.
    [    1.022944] clocksource: Switched to clocksource arch_sys_counter
    [    1.023253] VFS: Disk quotas dquot_6.6.0
    [    1.023274] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    1.032465] NET: Registered PF_INET protocol family
    [    1.032801] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    1.035014] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    1.035073] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    1.035086] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    1.035368] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    1.036989] TCP:I /HTaCs: h Retsaeblrvese dc osnhfairgeudr emde m(oeryst aibsl iesnhabelde 1d63
    84I/ TbiCn:d  Dy16n3a8m4i)c s
    h[ a r e d 1m.0e3m7o2ry3 2i]s U DenPa hbalsedh 
    taI/bTlCe:  enNtorrmiaesl:  W1o0r2l4d  (voirrdteuar:li 4z,a ti98on30 4s upbpytoerts , ils idneisaarb)l
    ed[ 
       I/1.TC0:3 73A9sy1]nc UhrDPo-nLouist en hoatsifh itcaabtlioe nesn tarreie ds:i s1ab0l24e d(o
    rder: 4, 98304 bytes, linear)
    [    1.037737] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    1.038391] RPC: Registered named UNIX socket transport module.
    [    1.038400] RPC: Registered udp transport module.
    [    1.038404] RPC: Registered tcp transport module.
    [    1.038407] RPC: Registered tcp-with-tls transport module.
    [    1.038410] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    1.038427] PCI: CLS 0 bytes, default 64
    [    1.039896] Initialise system trusted keyrings
    [    1.040287] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    1.040702] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    1.042165] NFS: Registering the id_resolver key type
    [    1.042210] Key type id_resolver registered
    [    1.042214] Key type id_legacy registered
    [    1.042237] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    1.042242] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    1.105331] Key type asymmetric registered
    [    1.105345] Asymmetric key parser 'x509' registered
    [    1.105445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    1.105452] io scheduler mq-deadline registered
    [    1.105457] io scheduler kyber registered
    [    1.105488] io scheduler bfq registered
    [    1.109731] pinctrl-single 4084000.pinctrl: 33 pins, size 132
    [    1.110420] pinctrl-single f4000.pinctrl: 180 pins, size 720
    [    1.121506] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    1.135084] loop: module loaded
    [    1.136634] megasas: 07.727.03.00-rc1
    [    1.143204] tun: Universal TUN/TAP device driver, 1.6
    [    1.145855] VFIO - User Level meta-driver version: 0.3
    [    1.147658] usbcore: registered new interface driver usb-storage
    [    1.148535] i2c_dev: i2c /dev entries driver
    [    1.149467] sdhci: Secure Digital Host Controller Interface driver
    [    1.149477] sdhci: Copyright(c) Pierre Ossman
    [    1.149850] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.150814] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.151876] usbcore: registered new interface driver usbhid
    [    1.151886] usbhid: USB HID core driver
    [    1.152982] optee: probing for conduit method.
    [    1.153022] optee: revision 4.5 (ef1ebdc23034a804)
    [    1.186051] optee: dynamic shared memory is enabled
    [    1.187220] random: crng init done
    [    1.187375] optee: initialized driver
    [    1.190704] NET: Registered PF_PACKET protocol family
    [    1.190818] Key type dns_resolver registered
    [    1.204223] Loading compiled-in X.509 certificates
    [    1.219993] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    [    1.350887] pca953x 0-0038: supply vcc not found, using dummy regulator
    [    1.351120] pca953x 0-0038: using no AI
    [    1.364028] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.366304] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.366503] pca953x 1-0022: using AI
    [    1.379512] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.380139] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.380561] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.387025] ti-udma 485c0100.dma-controller: Number of rings: 68
    [    1.389407] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
    [    1.391970] ti-udma 485c0000.dma-controller: Number of rings: 288
    [    1.407247] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
    [    1.412317] printk: legacy console [ttyS2] disabled
    ; �ӉK0 ��
    0�D,?n2( ���N80
    0�Q
     �X
    �u�A�� ��
    
    ��3(8V���[    1.518310] printk: legacy console [ttyS2] enabled
    [    1.518310] printk: legacy console [ttyS2] enabled
    [    1.518317] printk: legacy bootconsole [ns16550a0] disabled
    [    1.518317] printk: legacy bootconsole [ns16550a0] disabled
    [    1.549044] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.549073] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.549082] 0x000000000000-0x000000100000 : "ospi.tiboot3"
    [    1.551889] 0x000000100000-0x000000300000 : "ospi.tispl"
    [    1.553726] 0x000000300000-0x000000700000 : "ospi.u-boot"
    [    1.555546] 0x000000700000-0x000000740000 : "ospi.env"
    [    1.557386] 0x000000740000-0x000000780000 : "ospi.env.backup"
    [    1.559285] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.561008] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.612163] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.644959] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.647522] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.647589] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006
    [    1.648065] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
    [    1.648076] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    1.649393] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.713336] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
    [    1.722559] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.726372] mmc1: CQHCI version 5.10
    [    1.726797] mmc0: CQHCI version 5.10
    [    1.743438] j721e-pcie f102000.pcie: host bridge /bus@f4000/pcie@f102000 ranges:
    [    1.743496] j721e-pcie f102000.pcie:       IO 0x0068001000..0x0068010fff -> 0x0068001000
    [    1.743521] j721e-pcie f102000.pcie:      MEM 0x0068011000..0x006fffffff -> 0x0068011000
    [    1.743542] j721e-pcie f102000.pcie:   IB MEM 0x0000000000..0x0fffffffff -> 0x0000000000
    [    1.776283] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.776435] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.839578] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    1.840546] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [    1.844212]  mmcblk1: p1 p2
    [    1.855631] mmc0: Command Queue Engine enabled
    [    1.855663] mmc0: new HS200 MMC card at address 0001
    [    1.857679] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [    1.860591] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [    1.862416] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [    1.864159] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (239:0)
    [    2.852158] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
    [    2.852187] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    2.852200] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x68001000-0x68010fff])
    [    2.852208] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
    [    2.852250] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400 PCIe Root Port
    [    2.852271] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0xfffffffff 64bit pref]
    [    2.852282] pci 0000:00:00.0: PCI bridge to [bus 00]
    [    2.852292] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
    [    2.852300] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
    [    2.852312] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
    [    2.852390] pci 0000:00:00.0: supports D1
    [    2.852396] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    2.855538] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.855844] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    2.855887] pci 0000:00:00.0: BAR 0 [mem size 0x1000000000 64bit pref]: can't assign; no space
    [    2.855897] pci 0000:00:00.0: BAR 0 [mem size 0x1000000000 64bit pref]: failed to assign
    [    2.855912] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    2.855926] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
    [    2.856000] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
    [    2.856009] pci_bus 0000:00: resource 5 [mem 0x68011000-0x6fffffff]
    [    2.856197] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    2.856886] pcieport 0000:00:00.0: PME: Signaling with IRQ 513
    [    2.857466] pcieport 0000:00:00.0: AER: enabled with IRQ 513
    [    2.860655] clk: Disabling unused clocks
    [    2.883667] PM: genpd: Disabling unused power domains
    [    2.883877] ALSA device list:
    [    2.883885]   No soundcards found.
    [    3.215778] EXT4-fs (mmcblk1p2): mounted filesystem 820795b7-8c9c-4443-9185-c278a1bdcdd0 r/w with ordered data mode. Quota mode: none.
    [    3.215906] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    3.218112] devtmpfs: mounted
    [    3.219715] Freeing unused kernel memory: 2240K
    [    3.219842] Run /sbin/init as init process
    [    3.440702] systemd[1]: System time before build time, advancing clock.
    [    3.492396] NET: Registered PF_INET6 protocol family
    [    3.495769] Segment Routing with IPv6
    [    3.495820] In-situ OAM (IOAM) with IPv6
    [    3.520061] systemd[1]: systemd 255.17^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [    3.520107] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2025.01!
    
    [    3.564891] systemd[1]: Hostname set to <am64xx-evm>.
    [    4.053537] 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.
    [    4.296739] systemd[1]: Queued start job for default target Graphical Interface.
    [    4.321670] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    4.336850] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/serial-[    4.351913] systemd[1]: Created slice Slice /system/serial-getty.
    getty.
    [  OK  ] Created slice User and Session Slic[    4.367295] systemd[1]: Created slice User and Session Slice.
    e.
    [    4.381677] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    4.399709] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
             Expecting device /dev/ttyS2...
    [    4.417391] systemd[1]: Expecting device /dev/ttyS2...
    [  OK  ] Reached target Path Units.[    4.428153] systemd[1]: Reached target Path Units.
    
    [  OK  ] Reached target Remote File Systems systemd[1]: Reached target Remote File Systems.
    [0m.
    [  OK  ] Reached target Slice Units.
    [    4.453292] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Swaps.[    4.464290] systemd[1]: Reached target Swaps.
    
    [  OK  ] Listening on RPCbind Server Activat[    4.476619] systemd[1]: Listening on RPCbind Server Activation Socket.
    ion Socket.
    [  OK  ] Reached target RPC Port Mapper.[    4.491363] systemd[1]: Reached target RPC Port Mapper.
    
    [  OK  ] Listening on Process Core Dump Sock[    4.515551] systemd[1]: Listening on Process Core Dump Socket.
    et.
    [    4.529815] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    4.545894] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Socket (/dev/l[    4.560331] systemd[1]: Listening on Journal Socket (/dev/log).
    og).
    [  OK  ] Listening on Journal Socket.[    4.575475] systemd[1]: Listening on Journal Socket.
    
    [  OK  ] Listening on Network Service Netlin[    4.589525] systemd[1]: Listening on Network Service Netlink Socket.
    k Socket.
    [    4.611829] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [  OK  ] Listening on udev Kernel Socket[    4.626168] systemd[1]: Listening on udev Kernel Socket.
    .
    [  OK  ] Listening on User Database Manager [    4.640209] systemd[1]: Listening on User Database Manager Socket.
    Socket.
    [    4.669713] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
             Mounting POSIX Message Queue File System..[    4.692531] systemd[1]: Mounting POSIX Message Queue File System...
    .
             Mounting Kernel Debug File System...
    [    4.723518] systemd[1]: Mounting Kernel Debug File System...
    [    4.735850] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    4.756705] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
             Starting Create List of Static Device Nodes    4.781003] systemd[1]: Starting Create List of Static Device Nodes...
    m...
    [    4.805018] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
             Starting Load Kernel Module drm...[    4.836059] systemd[1]: Starting Load Kernel Module drm...
    
             Starting Load Kernel Module fuse...[    4.869110] systemd[1]: Starting Load Kernel Module fuse...
    
             Starting RPC Bind...[    4.899588] systemd[1]: Starting RPC Bind...
    
    [    4.911663] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    4.916008] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    4.916041] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.)
    [    4.947915] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.981641] fuse: init (API version 7.41)
    [    4.993732] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    5.017624] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    5.051832] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
             Starting Coldplug All udev Devices...[    5.085099] systemd[1]: Starting Coldplug All udev Devices...
    
    [    5.091788] systemd-journald[124]: Collecting audit messages is enabled.
    [    5.141346] cryptodev: loading out-of-tree module taints kernel.
    [    5.143592] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    5.154914] sysctl table check failed: ioctl/(null) procname is null
    [    5.158112] sysctl table check failed: ioctl/(null) No proc_handler
    [    5.158133] cryptodev: driver 1.14 loaded.
    [    5.173259] systemd[1]: Mounted Huge Pages File System.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File Sy[    5.190633] systemd[1]: Mounted POSIX Message Queue File System.
    stem.
    [  OK  ] Mounted Kernel Debug File System    5.208454] systemd[1]: Mounted Kernel Debug File System.
    m.
    [  OK  ] Mounted Temporary Directory /tmp    5.228485] systemd[1]: Mounted Temporary Directory /tmp.
    m.
    [  OK  ] Finished Create List of Static Devi[    5.256178] systemd[1]: Finished Create List of Static Device Nodes.
    ce Nodes.
    [    5.273081] EXT4-fs (mmcblk1p2): re-mounted 820795b7-8c9c-4443-9185-c278a1bdcdd0 r/w. Quota mode: none.
    [    5.286054] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    5.289282] systemd[1]: Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module configfs.
    [    5.312108] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [  OK  ] Finished Load Kernel Module drm[    5.322174] systemd[1]: Finished Load Kernel Module drm.
    .
    [    5.336745] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    5.345778] systemd[1]: Finished Load Kernel Module fuse.
    [  OK  ] Finished Load Kernel Module fuse.
    [  OK  ] Started Journal Service.
    [    5.362084] systemd[1]: Started Journal Service.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting FUSE Control File System...
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev gracefully...
    [  OK  ] Mounted FUSE Control File System    5.620559] systemd-journald[124]: Received client request to flush runtime journal.
    m.
    [  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...
             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 System Files and Directories...
    [  OK  ] Finished Load/Save OS Random Seed.
    [  OK  ] Finished Create System Files and Directories.
             Starting Network Name Resolution...
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
             Starting User Database Manager...
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Timer service to update the IP on OLED each 10s.
    [  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 D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Started D-Bus System Message Bus.
    [    9.261886] CAN device driver interface
    [    9.391678] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
    [    9.398855] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
    [    9.410694] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
    [    9.464000] at24 0-0050: supply vcc not found, using dummy regulator
    [    9.523400] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
    [    9.635459] davinci_mdio 300b2400.mdio: Configuring MDIO in manual mode
             Starting Avahi mDNS/DNS-SD Stack...
    [    9.714021] davinci_mdio 300b2400.mdio: davinci mdio revision 1.7, bus freq 1000000
    [  OK  ] Started Periodic Command Scheduler.
    [    9.799673] platform 78000000.r5f: configured R5F for remoteproc mode
    [    9.809255] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    9.818390] remoteproc remoteproc0: 78000000.r5f is available
    [    9.828246] remoteproc remoteproc0: powering up 78000000.r5f
    [    9.828281] remoteproc remoteproc0: Booting fw image am64-main-r5f0_0-fw, size 86352
    [    9.843524] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@a4000000
    [    9.855067] k3-m4-rproc 5000000.m4fss: configured M4F for remoteproc mode
    [    9.855390] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [    9.855478] platform 78200000.r5f: configured R5F for remoteproc mode
    [    9.860145] platform 78200000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
    [    9.865261] remoteproc remoteproc1: 78200000.r5f is available
    [    9.869183] remoteproc remoteproc1: powering up 78200000.r5f
    [    9.869216] remoteproc remoteproc1: Booting fw image am64-main-r5f0_1-fw, size 141772
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
    [    9.999166] remoteproc remoteproc2: 5000000.m4fss is available
    [   10.010353] remoteproc remoteproc2: powering up 5000000.m4fss
    [   10.010387] remoteproc remoteproc2: Booting fw image am64-mcu-m4f0_0-fw, size 88248
             Starting IPv4 Packet Filtering Framework...
    [   10.068472] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node r5f-dma-memory@a1000000
    [   10.081718] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   10.081774] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    [   10.081785] remoteproc remoteproc0: remote processor 78000000.r5f is now up
    [   10.081853] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [   10.106624] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node m4f-dma-memory@a4000000
    [   10.117074] platform 78400000.r5f: configured R5F for remoteproc mode
    [   10.118393] platform 78400000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [   10.119996] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [   10.121703] remoteproc remoteproc3: 78400000.r5f is available
    [   10.122028] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   10.122103] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
    [   10.122112] remoteproc remoteproc1: remote processor 78200000.r5f is now up
    [   10.139775] remoteproc remoteproc3: powering up 78400000.r5f
    [   10.139809] remoteproc remoteproc3: Booting fw image am64-main-r5f1_0-fw, size 93260
    [   10.144879] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   10.145048] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
    [   10.145058] remoteproc remoteproc2: remote processor 5000000.m4fss is now up
    [   10.145283] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [   10.145471] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [   10.150716] platform 78600000.r5f: configured R5F for remoteproc mode
    [   10.166591] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a2000000
    [   10.167098] platform 78600000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [   10.173793] davinci_mdio 300b2400.mdio: phy[15]: device 300b2400.mdio:0f, driver TI DP83869
    [   10.181002] remoteproc remoteproc4: 78600000.r5f is available
    [   10.199244] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   10.199303] rproc-virtio rproc-virtio.3.auto: registered virtio3 (type 7)
    [   10.199313] remoteproc remoteproc3: remote processor 78400000.r5f is now up
    [   10.200039] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
    [   10.204820] remoteproc remoteproc4: powering up 78600000.r5f
    [   10.204851] remoteproc remoteproc4: Booting fw image am64-main-r5f1_1-fw, size 91520
    [   10.239047] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node r5f-dma-memory@a3000000
    [   10.278430] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
    [   10.278983] virtio_rpmsg_bus virtio4: rpmsg host is online
    [   10.279053] rproc-virtio rproc-virtio.4.auto: registered virtio4 (type 7)
    [   10.279064] remoteproc remoteproc4: remote processor 78600000.r5f is now up
    [  OK  ] Started irqbalance daemon.
    [  OK  ] Started Multiple Spanning Tree Protocol Daemon.
    [   10.600064] remoteproc remoteproc5: 3000a000.txpru is available
             Starting Telephony service...
    [   10.707213] remoteproc remoteproc6: 3000c000.txpru is available
             Starting Expand the rootfs partiti�cto full size of the boot device....
    [   10.737251] gpio-mux mux-controller: 2-way mux-controller registered
    [   10.766008] remoteproc remoteproc7: 3008a000.txpru is available
    [   10.766686] m_can_platform 20701000.can: m_can device registered (irq=523, version=32)
    [   10.788742] remoteproc remoteproc8: 3008c000.txpru is available
    [   10.817369] m_can_platform 20711000.can: m_can device registered (irq=524, version=32)
             Starting User Login Management...
             Starting Telnet Server...
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [  OK  ] Started Telephony service.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [   11.516868] Bluetooth: Core ver 2.22
    [   11.521298] NET: Registered PF_BLUETOOTH protocol family
    [   11.521317] Bluetooth: HCI device and connection manager initialized
    [   11.521344] Bluetooth: HCI socket layer initialized
    [   11.521355] Bluetooth: L2CAP socket layer initialized
    [   11.521434] Bluetooth: SCO socket layer initialized
    [  OK  ] Created slice Slice /system/tee-supplicant.
    [  OK  ] Started TEE Supplicant on teepriv0.
    [   11.738338] remoteproc remoteproc9: 30034000.pru is available
    [   11.761214] remoteproc remoteproc10: 30004000.rtu is available
    [   11.774086] remoteproc remoteproc11: 30038000.pru is available
    [   11.802469] remoteproc remoteproc12: 30006000.rtu is available
             Starting Virtual Console Setup...[   11.817223] remoteproc remoteproc13: 300b4000.pru is available
    
    [   11.826022] remoteproc remoteproc14: 30084000.rtu is available
    [   11.835382] remoteproc remoteproc15: 300b8000.pru is available
    [   11.844115] remoteproc remoteproc16: 30086000.rtu is available
    [   11.873348] TI DP83869 300b2400.mdio:0f: attached PHY driver (mii_bus:phy_addr=300b2400.mdio:0f, irq=POLL)
    [   11.873396] icssg-prueth icssg1-eth: TI PRU ethernet driver initialized: single EMAC mode
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    [   12.362004] m_can_platform 20711000.can main_mcan1: renamed from can1
    [   12.383844] m_can_platform 20701000.can main_mcan0: renamed from can0
    [   12.543229] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk1p1...[   12.654980] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   12.663514] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [  OK  ] Started User Login Management.
    [  OK  ] Finished Virtual Console Setup.
    [  OK  ] Found device /dev/mmcblk1p1.
    [  OK  ] Started Network Configuration.
    [   13.255564] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [   13.255595] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [   13.289422] am65-cpsw-nuss 8000000.ethernet eth1: PHY [mdio_mux-0.1:03] driver [TI DP83869] (irq=POLL)
    [   13.289451] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [  OK  ] Reached target Network.
             Starting Enable and configure wl18xx bluetooth[   13.370829] remoteproc remoteproc13: powering up 300b4000.pru
    [   13.374404] remoteproc remoteproc13: Booting fw image ti-pruss/am65x-sr2-pru0-prueth-fw.elf, size 39636
    [   13.374450] remoteproc remoteproc13: unsupported resource 5
    [   13.374478] remoteproc remoteproc13: remote processor 300b4000.pru is now up
    [   13.374526] remoteproc remoteproc14: powering up 30084000.rtu
     stack...
    [   13.381772] remoteproc remoteproc14: Booting fw image ti-pruss/am65x-sr2-rtu0-prueth-fw.elf, size 30444
    [   13.381829] remoteproc remoteproc14: remote processor 30084000.rtu is now up
    [   13.381875] remoteproc remoteproc7: powering up 3008a000.txpru
    [   13.386368] remoteproc remoteproc7: Booting fw image ti-pruss/am65x-sr2-txpru0-prueth-fw.elf, size 39188
    [   13.386429] remoteproc remoteproc7: remote processor 3008a000.txpru is now up
    [   13.386485] remoteproc remoteproc15: powering up 300b8000.pru
    [   13.393642] remoteproc remoteproc15: Booting fw image ti-pruss/am65x-sr2-pru1-prueth-fw.elf, size 39796
    [   13.393777] remoteproc remoteproc15: unsupported resource 5
    [   13.393807] remoteproc remoteproc15: remote processor 300b8000.pru is now up
    [   13.393857] remoteproc remoteproc16: powering up 30086000.rtu
    [   13.397300] remoteproc remoteproc16: Booting fw image ti-pruss/am65x-sr2-rtu1-prueth-fw.elf, size 29680
    [   13.397357] remoteproc remoteproc16: remote processor 30086000.rtu is now up
    [   13.397404] remoteproc remoteproc8: powering up 3008c000.txpru
    [   13.403201] remoteproc remoteproc8: Booting fw image ti-pruss/am65x-sr2-txpru1-prueth-fw.elf, size 37676
    [   13.403264] remoteproc remoteproc8: remote processor 3008c000.txpru is now up
             Starting containerd container runtime...
             Starting LLDP daemon...
    [  OK  ] Started Netperf Benchmark Server.
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting File System Check on /dev/mmcblk1p1...
             Starting Wait for Network to be Configured...
             Starting Permit User Sessions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/boot-mmcblk1p1...
    [  OK  ] Started LLDP daemon.
    [  OK  ] Mounted /run/media/boot-mmcblk1p1.
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [  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-dev
    	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
    	libgmp-dev
    	libgmp10
    	libgmpxx4
    	libgnutls-dev
    	libgnutls-openssl27
    	libgomp1
    	libidn2-0
    	libidn2-dev
    	libmpc3
    	libmpfr6
    	libopcodes
    	libqt6shadertools-dev
    	libqt6shadertools-plugins
    	libqt6shadertools-qmlplugins
    	libqt6shadertools6
    	libreadline-dev
    	libreadline8
    	libstdc++-dev
    	libstdc++6
    	libtasn1-dev
    	libunistring-dev
    	libunistring5
    	m4
    	make
    	nettle-dev
    	nettle
    	parted
    	piglit
    	qtbase-dev
    	qtbase-examples
    	qtbase-plugins
    	qtbase-qmlplugins
    	qtbase-staticdev
    	qtbase
    	qtdeclarative-dev
    	qtdeclarative-plugins
    	qtdeclarative-qmlplugins
    	qtdeclarative-staticdev
    	qtdeclarative
    	qtlanguageserver-dev
    	qtlanguageserver-plugins
    	qtlanguageserver-qmlplugins
    	qtlanguageserver-staticdev
    	qtlanguageserver
    	qtsvg-dev
    	qtsvg-plugins
    	qtsvg-qmlplugins
    	qtsvg
    	qtwayland-dev
    	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.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am64xx-evm ttyS2
    
    Arago 2025.01 am64xx-evm ttyS2
    
    am64xx-evm login: root
    [   31.858075] audit: type=1006 audit(1736412250.512:2): pid=905 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [   31.858118] audit: type=1300 audit(1736412250.512:2): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff9cca528 a2=1 a3=1 items=0 ppid=1 pid=905 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   31.858878] audit: type=1327 audit(1736412250.512:2): proctitle="(systemd)"
    root@am64xx-evm:~# 
    root@am64xx-evm:~# 
    
    
    
    ===================================================================
    WITHOUT SD CARD PRESENCE, KEEPING XSPI BOOT MODE
    
    NOT BOOTED COMPLETE IMAGE AFTER UBOOT 
    =======================================================
    
    
    U-Boot SPL 2024.04-ti-g29d0c23d67ee (Nov 29 2024 - 11:41:54 +0000)
    Resetting on cold boot to workaround ErrataID:i2331
    Please resend tiboot3.bin in case of UART/DFU boot
    resetting ...
    
    U-Boot SPL 2024.04-ti-g29d0c23d67ee (Nov 29 2024 - 11:41:54 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    SPL initial stack usage: 13392 bytes
    Trying to boot from SPI
    Authentication passed
    Authentication passed
    Loading Environment from nowhere... OK
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.12.0(release):11.00.08-1-gb11beb2b6-dirty
    NOTICE:  BL31: Built : 12:35:58, Mar 24 2025
    I/TC: 
    I/TC: OP-TEE version: 4.5.0-73-gef1ebdc23-dev (gcc version 13.3.0 (GCC)) #1 Tue Feb  4 11:33:18 UTC 2025 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    I/TC: Activated SA2UL device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: HUK Initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2025.01-gcd91d7360181 (May 30 2025 - 18:49:26 +0530)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    Trying to boot from SPI
    Authentication passed
    Authentication passed
    
    
    U-Boot 2025.01-gcd91d7360181 (May 30 2025 - 18:49:26 +0530)
    
    SoC:   AM64X SR2.0 HS-FS
    Model: Texas Instruments AM642 EVM
    Board: AM64-EVM rev D
    DRAM:  2 GiB
    Core:  105 devices, 33 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, eth2: icssg1-eth-port@0
    Hit any key to stop autoboot:  2  1  0 
    MMC: no card present
    MMC: no card present
    ** Bad device specification mmc 1 **
    MMC: no card present
    ** Bad device specification mmc 1 **
    Couldn't find partition mmc 1:2
    Can't set block device
    MMC: no card present
    ** Bad device specification mmc 1 **
    Couldn't find partition mmc 1:2
    Can't set block device
    libfdt fdt_check_header(): FDT_ERR_BADMAGIC
    No FDT memory address configured. Please configure
    the FDT address via "fdt addr <address>" command.
    Aborting!
    Bad Linux ARM64 Image magic!
    Scanning for bootflows in all bootdevs
    Seq  Method       State   Uclass    Part  Name                      Filename
    ---  -----------  ------  --------  ----  ------------------------  ----------------
    Scanning bootdev 'mmc@fa00000.bootdev':
    MMC: no card present
    MMC: no card present
    MMC: no card present
    Scanning bootdev 'mmc@fa10000.bootdev':
    No USB controllers found
    ethernet@8000000port@1 Waiting for PHY auto negotiation to complete......... TIMEOUT !
    am65_cpsw_nuss_port ethernet@8000000port@1: phy_startup failed
    am65_cpsw_nuss_port ethernet@8000000port@1: am65_cpsw_start end error
    MMC: no card present
    ** Bad device specification mmc 1 **
    Couldn't find partition mmc 1:2
    prueth_port icssg1-eth-port@0: failed to boot PRU0: -1
    BOOTP broadcast 1
    BOOTP broadcast 2
    BOOTP broadcast 3
    BOOTP broadcast 4
    BOOTP broadcast 5
    BOOTP broadcast 6
    BOOTP broadcast 7
    

  • Set boot settings as SW3(00001110)   SW3(01110011) (0xe73) as you mentioned.
    modified boot mode to xSPI with SDCARD presence we are able boot complete image.
    But if we remove SD card and try to boot complete image from OSPI it is coming up to U-BOO

    Have you tried power-cycling the board after changing the boot mode? The bootmode pins are only read by the ROM code during the lowest level of reset, which is power-on reset, but also during MCU_PORZ reset (the latter which may or may not be accessible on the AM64x EVM board through a switch). So power-cycling is your best bet to make sure.

    If this still doesn't work, why don't you take a (macro) photo of your boot mode switches on your board and post it here for review.

    Regards, Andreas

  • Hi,

    Still, it's not getting boot from xSPI mode.

    attaching here boot screenshot.

    also log data here:

    U-Boot SPL 2024.04-ti-g29d0c23d67ee (Nov 29 2024 - 11:41:54 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    SPL initial stack usage: 13392 bytes
    Trying to boot from SPI
    Authentication passed
    Authentication passed
    Loading Environment from nowhere... OK
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...

    NOTICE: BL31: v2.12.0(release):11.00.08-1-gb11beb2b6-dirty
    NOTICE: BL31: Built : 12:35:58, Mar 24 2025
    I/TC:
    I/TC: OP-TEE version: 4.5.0-73-gef1ebdc23-dev (gcc version 13.3.0 (GCC)) #1 Tue Feb 4 11:33:18 UTC 2025 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check optee.readthedocs.io/.../porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    I/TC: Activated SA2UL device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: HUK Initialized
    I/TC: Primary CPU switching to normal world boot

    U-Boot SPL 2025.01-gcd91d7360181 (May 30 2025 - 18:49:26 +0530)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    Trying to boot from SPI
    Authentication passed
    Authentication passed


    U-Boot 2025.01-gcd91d7360181 (May 30 2025 - 18:49:26 +0530)

    SoC: AM64X SR2.0 HS-FS
    Model: Texas Instruments AM642 EVM
    Board: AM64-EVM rev D
    DRAM: 2 GiB
    Core: 105 devices, 33 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, eth2: icssg1-eth-port@0
    Hit any key to stop autoboot: 0
    MMC: no card present
    MMC: no card present
    ** Bad device specification mmc 1 **
    MMC: no card present
    ** Bad device specification mmc 1 **
    Couldn't find partition mmc 1:2
    Can't set block device
    MMC: no card present
    ** Bad device specification mmc 1 **
    Couldn't find partition mmc 1:2
    Can't set block device
    libfdt fdt_check_header(): FDT_ERR_BADMAGIC
    No FDT memory address configured. Please configure
    the FDT address via "fdt addr <address>" command.
    Aborting!
    Bad Linux ARM64 Image magic!
    Scanning for bootflows in all bootdevs
    Seq Method State Uclass Part Name Filename
    --- ----------- ------ -------- ---- ------------------------ ----------------
    Scanning bootdev 'mmc@fa00000.bootdev':

    Thanks,

    Ravindar A

  • Hi,

    Queries regarding OSPI/ xSPI on AM64X SR2.0 HS-FS board

    1. We are using AM64X SR2.0 HS-FS board, which is not supporting OSPI boot mode, which is because of chipset (s28hs512t) or do we need to change any DTS modifications?
    2. if xSPI boot mode, why it is not comping up properly without SD CARD presence attached log files?

    Thanks,

    Ravindar A

  • Trying to boot from SPI

    This means your U-Boot is booting from OSPI (via xSPI boot mode) all the way to U-Boot proper without any issues. Your problems are not related to the boot mode settings, the initial phase of the boot is working as it should.

    What the issue is once you get to U-Boot you are not loading up and starting the Linux filesystem.

    Have you programmed a kernel image, device tree file, and (tiny) filesystem into the OSPI device? Your previous posts don't show this being done. Also, your U-Boot environment (`env print`) may need updates to accommodate for Linux boot. Note that the capacity of the OSPI device on that board is limited so if you want to run Linux it really only can accommodate a very small filesystem.

    Regards, Andreas