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.

AM623: boot fail issue

Part Number: AM623
Other Parts Discussed in Thread: SK-AM62B-P1, AM625

Tool/software:

Hi

We designed a new board, referring to the EVM of SK-AM62B-P1 (DDR4 also uses the same components)
Currently using MMC1 boot, but the console keeps stopping at the following. (Our SD card can boot normally in EVM, but the CPU we use is AM6234)

"U-Boot SPL 2025.01-00406-gcd91d7360181 (Mar 25 2025 - 16:14:37 +0000)
SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
Changed A53 CPU frequency to 1250000000Hz (T grade) in DT
SPL initial stack usage: 13424 bytes"

We searched for some E2E information and saw someone saying that the console stops here because of a problem with DDR initialization. Is this information correct?
In addition, regarding the DDR4 part, the hardware has confirmed that the power supply and reset signals are normal.
May I ask what other possible problem directions we can look for? Whether it is software or hardware.

  • Please check this page for tips: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1358039/faq-board-bring-up-tips-for-sitara-devices-am64x-am243x-am62x-am62l-am62ax-am62d-q1-am62px

    It does sound like a DDR issue.  Can you follow the steps from the linked page to add the patch to the code so the DDR registers are dumped to the console.  Once you get that dump, please post here.

    Also, what is the specific part number of the DDR that you are using?  Are you using the DDR configuration file (.dtsi) from the SDK, or did you change that using the DDR Register Configuration Tool?

    Regards,

    James

  • HI JJD

    We have solved the DDR problem, but now the console shows something like this (this SD card works in the EVM)

    U-Boot SPL 2025.01-00406-gcd91d7360181 (Mar 25 2025 - 16:14:37 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    Changed A53 CPU frequency to 1250000000Hz (T grade) in DT
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    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

    U-Boot SPL 2025.01-00406-gcd91d7360181 (Mar 25 2025 - 16:14:37 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    SPL initial stack usage: 1952 bytes
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    Card did not respond to voltage select! : -110
    ** Bad device specification mmc 1 **
    Couldn't find partition mmc 1:1
    Error: could not access storage.
    Trying to boot from MMC2
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    Card did not respond to voltage select! : -110
    spl: mmc init failed with error: -95
    SPL: failed to boot from all boot devices
    ### ERROR ### Please RESET the board ###

    I checked some information but it didn't help. What are the possible problems?

    In addition, the following message often appears when booting, instead of the u-boot log shown above. Which part is wrong?

    02000000011a0000616d3632780000000000000048534653010001000100010002a6000000000000d68ecb2c055dff11ade95bd927e837d2a53bc23b0a2800cebce4f106bcf309df2213912d77a157a8b7c2df40672a06a918034aa4c7d603e462481475225d49b8ad0bc40b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab870bc0d728101c8aef7b62caf01eb1a992b02996b047f7907f65be2aeae20cC

    Thanks.

  • The SD Card should have the ability to change voltages from 3.3V to 1.8V to achieve higher frequencies.  The boot log indicates that you have a problem with your board when performing this voltage switch.  

    Can you try using sdhci_caps_mask as described here: https://software-dl.ti.com/processor-sdk-linux/esd/AM62X/latest/exports/docs/linux/Foundational_Components/U-Boot/UG-Memory-K3.html#steps-for-working-around-sd-card-issues-in-u-boot

    to limit the speed to SD legacy mode.  This will help to see if the voltage switch is the issue.  

    The SDK also uses a IO expander (pca953x), which is on the EVM.  If you do not have that implemented on your board, you will have to change the device tree accommodate this.

    Regards,

    James

  • HI JJD

    The current status after modification is as follows:

    U-Boot SPL 2025.01-gcd91d7360181-dirty (Jul 29 2025 - 10:42:04 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    Changed A53 CPU frequency to 1250000000Hz (T grade) in DT
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    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

    U-Boot SPL 2025.01-gcd91d7360181-dirty (Jul 29 2025 - 10:53:34 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    SPL initial stack usage: 1952 bytes
    Card did not respond to voltage select! : -110
    ** Bad device specification mmc 1 **
    Couldn't find partition mmc 1:1
    Error: could not access storage.
    Trying to boot from MMC2
    Card did not respond to voltage select! : -110
    spl: mmc init failed with error: -95
    SPL: failed to boot from all boot devices
    ### ERROR ### Please RESET the board ###

    The situation is still the same, "Card did not respond to voltage select! : -110". Is there any other direction?

    Thanks.

  • Hi JJD

    The customer's SD voltage still cannot be reduced from 3.3 to 1.8. Is there anything I can confirm?

    Thanks

    Daniel

  • Can you send a patch of the changes that were made?  Can you also send the schematic of the SD card interface?  Meanwhile, i will check with our software team.

    Regards,

    James

  • Hi JJD

    I have sent you a message, please help me confirm it.

    Thanks.

  • Hello,

    Please share here only the changes you have done for limiting the SD card speed.

  • If your custom board doesn't support voltage switching, please refer to the following thread also:

    e2e.ti.com/.../sk-am62p-lp-how-to-set-sd-card-to-3-3v-only-low-speed

  • Hi Prashant

    Show as below:

    Thanks.

  • Hi Prashant

    We have tried it, the voltage is not cut to 1.8V, but the console stops at the same part

    Thanks.

  • I see you have limited the speed to DDR50. Please limit it to HS mode only with "sdhci-caps-mask = <0x00000007 0x00000000>".

    If this also doesn't work, please share your changes in git diff format for me to better understand your changes.

  • HI Prashant

    Thank you for your help, our board can now enter uboot.

    Now we encounter another situation as follows:

    It seems to stop at the point where it enters the kernel.

    We modified the following according to your suggestion:

    The complete boot log is as follows:

    U-Boot SPL 2025.01-gcd91d7360181-dirty (Jul 31 2025 - 09:15:16 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    Changed A53 CPU frequency to 1250000000Hz (T grade) in DT
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    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
    
    U-Boot SPL 2025.01-gcd91d7360181-dirty (Jul 31 2025 - 09:19:12 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    SPL initial stack usage: 1952 bytes
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2025.01-gcd91d7360181-dirty (Jul 31 2025 - 09:19:12 +0800)
    
    SoC:   AM62X SR1.0 HS-FS
    Model: Texas Instruments AM625 SK
    DRAM:  2 GiB
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    Get ethaddr 00:e7:d0:81:00:00
    Auto set eth1addr 00:e7:d0:81:00:01
    Core:  84 devices, 33 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from SPIFlash... jedec_spi_nor flash@0: unrecognized JEDEC id bytes: ef, 40, 17
    *** Warning - spi_flash_probe_bus_cs() failed, using default environment
    
    In:    serial
    Out:   serial
    Err:   serial
    Net:   eth0: ethernet@8000000port@1
    
    Hit any key to stop autoboot:  2  1  0 
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    switch to partitions #0, OK
    mmc1 is current device
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    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 ...
    24046080 bytes read in 990 ms (23.2 MiB/s)
    64687 bytes read in 6 ms (10.3 MiB/s)
    Working FDT set to 88000000
    Bad Linux ARM64 Image magic!
    Scanning for bootflows in all bootdevs
    Seq  Method       State   Uclass    Part  Name                      Filename
    ---  -----------  ------  --------  ----  ------------------------  ----------------
    Scanning bootdev 'mmc@fa00000.bootdev':
      0  efi          ready   mmc          1  mmc@fa00000.bootdev.part_ /EFI/BOOT/BOOTAA64.EFI
    ** Booting bootflow 'mmc@fa00000.bootdev.part_1' with efi
    Card did not respond to voltage select! : -110
    Cannot persist EFI variables without system partition
    Booting /\EFI\BOOT\BOOTAA64.EFI
    error: no such device: ((hd0,msdos1)/EFI/BOOT)/EFI/BOOT/grub.cfg.
    error: serial port `com0' isn't found.
    GNU GRUB  version 2.12
    
    lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqkxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj     Use the    and    keys to select which entry is highlighted.                                                                                                             
          Press enter to boot the selected OS, `e' to edit the commands before booting or `c' for a command-line.                                                                 *boot                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The highlighted entry will be executed automatically in 3s.                                                                                                                       The highlighted entry will be executed automatically in 2s.                                                                                                                       The highlighted entry will be executed automatically in 1s.                                                                                                                       The highlighted entry will be executed automatically in 0s.                                                                                                                      Booting `boot'
    
    EFI stub: Booting Linux Kernel...
    EFI stub: EFI_RNG_PROTOCOL unavailable
    EFI stub: Using DTB from configuration table
    EFI stub: Exiting boot services...
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.17-ti-00771-gc85877d40f8e (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Tue Mar 25 12:45:29 UTC 2025
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM625 SK
    [    0.000000] efi: EFI v2.10 by Das U-Boot
    [    0.000000] efi: ESRT=0xfc51f040 RTPROP=0xfc521040 SMBIOS 3.0=0xfd574000 MEMRESERVE=0xfc445040 
    [    0.000000] esrt: Reserving ESRT space from 0x00000000fc51f040 to 0x00000000fc51f0c8.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000ee000000, size 128 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ee000000..0x00000000f5ffffff (131072 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [    0.000000] OF: reserved mem: 0x00000000ff700000..0x00000000ffffffff (9216 KiB) nomap non-reusable framebuffer@ff700000
    [    0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 KiB) map non-reusable ramoops@9c700000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [    0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable m4f-dma-memory@9cb00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable m4f-memory@9cc00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-memory@9db00000
    [    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-0x000000008007ffff]
    [    0.000000]   node   0: [mem 0x0000000080080000-0x000000009c7fffff]
    [    0.000000]   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x000000009fffffff]
    [    0.000000]   node   0: [mem 0x00000000a0000000-0x00000000fc520fff]
    [    0.000000]   node   0: [mem 0x00000000fc521000-0x00000000fc521fff]
    [    0.000000]   node   0: [mem 0x00000000fc522000-0x00000000fc524fff]
    [    0.000000]   node   0: [mem 0x00000000fc525000-0x00000000fc545fff]
    [    0.000000]   node   0: [mem 0x00000000fc546000-0x00000000fc547fff]
    [    0.000000]   node   0: [mem 0x00000000fc548000-0x00000000fc548fff]
    [    0.000000]   node   0: [mem 0x00000000fc549000-0x00000000fd573fff]
    [    0.000000]   node   0: [mem 0x00000000fd574000-0x00000000fd574fff]
    [    0.000000]   node   0: [mem 0x00000000fd575000-0x00000000ff59ffff]
    [    0.000000]   node   0: [mem 0x00000000ff5a0000-0x00000000ff5affff]
    [    0.000000]   node   0: [mem 0x00000000ff5b0000-0x00000000ff6fffff]
    [    0.000000]   node   0: [mem 0x00000000ff700000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 22 pages/cpu s51672 r8192 d30248 u90112
    [    0.000000] Detected 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: BOOT_IMAGE=/Image root=PARTUUID=076c4a2a-02 rootwait rootfstype=ext4
    [    0.000000] Unknown kernel command line parameters "BOOT_IMAGE=/Image", will be passed to user space.
    [    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 4.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fed4e000-0x00000000fef4e000] (2MB)
    [    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=512 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] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
    [    0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
    [    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 @80c00000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080450000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080460000
    [    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.000636] Console: colour dummy device 80x25
    [    0.000653] printk: legacy console [tty0] enabled
    [    0.001508] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.001538] pid_max: default: 32768 minimum: 301
    [    0.001670] LSM: initializing lsm=capability,selinux
    [    0.001765] SELinux:  Initializing.
    [    0.002432] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.002468] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.008472] rcu: Hierarchical SRCU implementation.
    [    0.008532] rcu: 	Max phase no-delay instances is 1000.
    [    0.008782] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.009566] Remapping and enabling EFI services.
    [    0.012060] smp: Bringing up secondary CPUs ...
    [    0.020436] Detected VIPT I-cache on CPU1
    [    0.020557] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.020576] GICv3: CPU1: using allocated LPI pending table @0x0000000080470000
    [    0.020652] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.028478] Detected VIPT I-cache on CPU2
    [    0.028576] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.028598] GICv3: CPU2: using allocated LPI pending table @0x0000000080480000
    [    0.028646] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.037503] Detected VIPT I-cache on CPU3
    [    0.037594] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.037610] GICv3: CPU3: using allocated LPI pending table @0x0000000080490000
    [    0.037659] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.037844] smp: Brought up 1 node, 4 CPUs
    [    0.038085] SMP: Total of 4 processors activated.
    [    0.038106] CPU: All CPU(s) started at EL2
    [    0.038117] CPU features: detected: 32-bit EL0 Support
    [    0.038130] CPU features: detected: CRC32 instructions
    [    0.038205] alternatives: applying system-wide alternatives
    [    0.039006] Memory: 1824704K/2097152K available (12928K kernel code, 1254K rwdata, 4644K rodata, 2752K init, 639K bss, 132512K reserved, 131072K cma-reserved)
    [    0.040653] devtmpfs: initialized
    [    0.052060] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.052139] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.057675] 27152 pages in range for non-PLT usage
    [    0.057713] 518672 pages in range for PLT usage
    [    0.058180] pinctrl core: initialized pinctrl subsystem
    [    0.058998] SMBIOS 3.7.0 present.
    [    0.059058] DMI: ti Texas Instruments AM625 SK/Texas Instruments AM625 SK, BIOS 2025.01-gcd91d7360181-dirty 01/01/2025
    [    0.059085] DMI: Memory slots populated: 0/0
    [    0.062488] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.064115] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.064931] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.065762] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.066451] audit: initializing netlink subsys (disabled)
    [    0.066948] audit: type=2000 audit(0.064:1): state=initialized audit_enabled=0 res=1
    [    0.067581] thermal_sys: Registered thermal governor 'step_wise'
    [    0.067588] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.067668] cpuidle: using governor menu
    [    0.067919] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.068072] ASID allocator initialised with 65536 entries
    [    0.074584] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.074757] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.074797] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.074873] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [    0.074950] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.080145] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.080345] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.081366] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [    0.082198] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.082289] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.084054] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    0.084157] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.086737] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.086775] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.086789] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.086801] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.086814] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.086826] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.086838] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.086850] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.089098] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.090172] iommu: Default domain type: Translated
    [    0.090225] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.090857] SCSI subsystem initialized
    [    0.091343] usbcore: registered new interface driver usbfs
    [    0.091384] usbcore: registered new interface driver hub
    [    0.091432] usbcore: registered new device driver usb
    [    0.092071] pps_core: LinuxPPS API ver. 1 registered
    [    0.092088] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.092115] PTP clock support registered
    [    0.092168] EDAC MC: Ver: 3.0.0
    [    0.092648] scmi_core: SCMI protocol bus registered
    [    0.092764] efivars: Registered efivars operations
    [    0.093508] FPGA manager framework
    [    0.093688] Advanced Linux Sound Architecture Driver Initialized.
    [    0.094903] vgaarb: loaded
    [    0.095442] clocksource: Switched to clocksource arch_sys_counter
    [    0.095836] VFS: Disk quotas dquot_6.6.0
    [    0.095873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.103971] NET: Registered PF_INET protocol family
    [    0.104329] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.106197] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.106274] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.106297] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.106488] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.107142] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.107537] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.107625] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.107924] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.108666] RPC: Registered named UNIX socket transport module.
    [    0.108691] RPC: Registered udp transport module.
    [    0.108705] RPC: Registered tcp transport module.
    [    0.108715] RPC: Registered tcp-with-tls transport module.
    [    0.108725] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.108750] NET: Registered PF_XDP protocol family
    [    0.108789] PCI: CLS 0 bytes, default 64
    [    0.110582] Initialise system trusted keyrings
    [    0.111008] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.111499] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.111917] NFS: Registering the id_resolver key type
    [    0.111977] Key type id_resolver registered
    [    0.111992] Key type id_legacy registered
    [    0.112021] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.112040] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.165557] Key type asymmetric registered
    [    0.165615] Asymmetric key parser 'x509' registered
    [    0.165724] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.166007] io scheduler mq-deadline registered
    [    0.166029] io scheduler kyber registered
    [    0.166083] io scheduler bfq registered
    [    0.169935] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.170621] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.172750] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.179715] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.191509] loop: module loaded
    [    0.192986] megasas: 07.727.03.00-rc1
    [    0.197710] tun: Universal TUN/TAP device driver, 1.6
    [    0.199112] VFIO - User Level meta-driver version: 0.3
    [    0.200570] usbcore: registered new interface driver usb-storage
    [    0.201284] i2c_dev: i2c /dev entries driver
    [    0.203315] sdhci: Secure Digital Host Controller Interface driver
    [    0.203353] sdhci: Copyright(c) Pierre Ossman
    [    0.203688] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.204816] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.205693] usbcore: registered new interface driver usbhid
    [    0.205709] usbhid: USB HID core driver
    [    0.207335] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [    0.208286] optee: probing for conduit method.
    [    0.208342] optee: revision 4.5 (ef1ebdc23034a804)
    [    0.208785] optee: dynamic shared memory is enabled
    [    0.209710] optee: initialized driver
    [    0.209818] random: crng init done
    [    0.212723] Initializing XFRM netlink socket
    [    0.212808] NET: Registered PF_PACKET protocol family
    [    0.212919] Key type dns_resolver registered
    [    0.222488] registered taskstats version 1
    [    0.222757] Loading compiled-in X.509 certificates
    [    0.238079] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    [    0.308632] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.308800] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.310969] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.311091] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.311170] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    0.311245] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.311815] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.313671] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.314009] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.314331] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.316221] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
    [    0.316270] simple-framebuffer ff700000.framebuffer: format=a8r8g8b8, mode=1920x1200x32, linelength=7680
    [    0.332204] Console: switching to colour frame buffer device 240x75
    [    0.346786] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
    [    0.348632] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.351811] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.354961] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.360737] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.364833] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 238, base_baud = 3000000) is a 8250
    [    0.365096] printk: legacy console [ttyS2] enabled
    [    2.146421] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    2.153556] Creating 7 MTD partitions on "fc40000.spi.0":
    [    2.159026] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    2.166378] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    2.173481] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    2.180600] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    2.187275] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    2.194620] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    2.200166] mtd: partition "ospi.rootfs" is out of reach -- disabled
    [    2.208041] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    2.213909] mtd: partition "ospi.phypattern" is out of reach -- disabled
    [    2.222292] cadence-qspi fc40000.spi: Pattern not found. Skipping calibration.
    [    2.231376] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    2.271454] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.280937] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver unknown
    [    2.288904] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver unknown
    [    2.296905] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    2.310048] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    2.317283] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    2.325558] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    2.349314] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    2.360986] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    2.373131] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [    2.391330] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    2.397113] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [    2.405121] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    2.411215] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    2.420805] xhci-hcd xhci-hcd.0.auto: irq 253, io mem 0x31100000
    [    2.428026] hub 1-0:1.0: USB hub found
    [    2.431953] hub 1-0:1.0: 1 port detected
    [    2.441415] mmc0: CQHCI version 5.10
    [    2.448250] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    2.455189] pca953x 1-0022: using AI
    [    2.471584] pca953x 1-0022: failed writing register: -121
    [    2.477481] pca953x 1-0022: probe with driver pca953x failed with error -121
    [    2.486077] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    2.488494] clk: Disabling unused clocks
    [    2.506331] PM: genpd: Disabling unused power domains
    [    2.515284] ALSA device list:
    [    2.521877]   No soundcards found.
    [    2.529735] Waiting for root device PARTUUID=076c4a2a-02...
    [   12.516755] platform fa00000.mmc: deferred probe pending: platform: supplier regulator-3 not ready
    [   12.529379] platform regulator-3: deferred probe pending: platform: supplier 1-0022 not ready
    [   12.541469] platform 2b300050.target-module: deferred probe pending: (reason unknown)
    

    Could you please help me confirm if there are any other modifications that need to be made? Or if we need to provide anything else?

    I would also like to ask, we want to perform a DDR4 stress test (DDR read and write at the highest speed) under uboot, what commands or tools (other than JTAG) can be used to test?

    Thanks.

  • Hello,

    Could you please share the changes for both U-Boot and Linux Kernel in diff format?

    Thanks!

  • HI Prashant

    What files should we provide?

    Thanks.

  • Could you please share the changes for both U-Boot and Linux Kernel in diff format?

    The U-Boot and Linux Kernel are git repositories. Run the command "git diff" to get the changes in the repo and share the output.

  • ㄧuboot
    diff --git a/arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi b/arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi
    index 2bc5acbe..743c6288 100644
    --- a/arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi
    +++ b/arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi
    @@ -138,15 +138,15 @@
     			};
     			partition@80000 {
     				label = "ospi.tispl";
    -				reg = <0x080000 0x200000>;
    +				reg = <0x080000 0x180000>;
     			};
    -			partition@280000 {
    +			partition@200000 {
     				label = "ospi.u-boot";
    -				reg = <0x280000 0x400000>;
    +				reg = <0x200000 0x1c0000>;
     			};
    -			partition@680000 {
    +			partition@3c0000 {
     				label = "ospi.env";
    -				reg = <0x680000 0x40000>;
    +				reg = <0x3c0000 0x40000>;
     			};
     			partition@6c0000 {
     				label = "ospi.env.backup";
    diff --git a/board/ti/am62x/evm.c b/board/ti/am62x/evm.c
    index 86f30c8b..8a4a5105 100644
    --- a/board/ti/am62x/evm.c
    +++ b/board/ti/am62x/evm.c
    @@ -21,6 +21,9 @@
     #include <asm/arch/hardware.h>
     #include <dm/uclass.h>
     #include <asm/arch/k3-ddr.h>
    +//charlie
    +#include <net-common.h>
    +#include <bootdev.h>
     
     #include "../common/fdt_ops.h"
     
    @@ -69,7 +72,7 @@ struct efi_fw_image fw_images[] = {
     
     struct efi_capsule_update_info update_info = {
     	.dfu_string = "sf 0:0=tiboot3.bin raw 0 80000;"
    -	"tispl.bin raw 80000 200000;u-boot.img raw 280000 400000",
    +	"tispl.bin raw 80000 180000;u-boot.img raw 200000 1c0000",
     	.num_images = ARRAY_SIZE(fw_images),
     	.images = fw_images,
     };
    @@ -84,7 +87,26 @@ void set_dfu_alt_info(char *interface, char *devstr)
     
     int board_init(void)
     {
    -	return 0;
    +	u8  mac[6], mac1[6];
    +  	//struct eth_pdata *pdata;
    +//	if (eth_get_dev()) {
    +//		pdata = dev_get_plat(eth_get_dev());
    +//    memcpy(mac, pdata->enetaddr, 6);
    + //   }
    +
    +      memcpy(mac, eth_get_ethaddr(), 6);
    +//  if (!eth_env_get_enetaddr_by_index("eth", 0, env_enetaddr)) {
    +      printf("Get ethaddr %pM\n", mac);
    +      memcpy(mac1, mac, 6);
    +      mac1[5] += 1;
    +      if (mac1[5] == 0)
    +         mac1[4] += 1;
    +      //eth_env_set_enetaddr("eth1addr", mac1);
    +      eth_env_set_enetaddr_by_index("eth1", 1,
    +					      mac1);
    +      printf("Auto set eth1addr %pM\n", mac1);
    + //   }
    +  return 0;
     }
     
     #ifdef CONFIG_BOARD_LATE_INIT
    diff --git a/board/ti/common/board_detect.c b/board/ti/common/board_detect.c
    index a43cc075..4ecac884 100644
    --- a/board/ti/common/board_detect.c
    +++ b/board/ti/common/board_detect.c
    @@ -775,7 +775,9 @@ void board_ti_set_ethaddr(int index)
     	 * The 2 MAC addresses in EEPROM define the address range.
     	 */
     	board_ti_get_eth_mac_addr(0, mac_addr1);
    -	board_ti_get_eth_mac_addr(1, mac_addr2);
    +  memcpy(mac_addr2, mac_addr1, 6);//charlie
    +  mac_addr2[5] += 1;  // 最後一字節加1 charlie
    +	//board_ti_get_eth_mac_addr(1, mac_addr2);//charlie
     
     	if (is_valid_ethaddr(mac_addr1) && is_valid_ethaddr(mac_addr2)) {
     		mac1 = mac_to_u64(mac_addr1);
    diff --git a/configs/verdin-am62_a53_defconfig b/configs/verdin-am62_a53_defconfig
    index 49fb9790..b36e6226 100644
    --- a/configs/verdin-am62_a53_defconfig
    +++ b/configs/verdin-am62_a53_defconfig
    @@ -14,7 +14,8 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80b80000
     CONFIG_ENV_SIZE=0x2000
     CONFIG_ENV_OFFSET=0xFFFFDE00
     CONFIG_DM_GPIO=y
    -CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am625-verdin-wifi-dev"
    +#CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am625-verdin-wifi-dev"
    +CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am625-sk"
     CONFIG_OF_LIBFDT_OVERLAY=y
     CONFIG_DM_RESET=y
     CONFIG_SPL_MMC=y
    diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
    index 79958689..f53512da 100644
    --- a/drivers/mmc/mmc.c
    +++ b/drivers/mmc/mmc.c
    @@ -2875,7 +2875,8 @@ static int mmc_power_cycle(struct mmc *mmc)
     	 * SD spec recommends at least 1ms of delay. Let's wait for 2ms
     	 * to be on the safer side.
     	 */
    -	udelay(2000);
    +//	udelay(2000);
    +  udelay(4000); //Charlie
     	return mmc_power_on(mmc);
     }
     
    diff --git a/dts/upstream/src/arm64/ti/k3-am62-main.dtsi b/dts/upstream/src/arm64/ti/k3-am62-main.dtsi
    index c7773e81..708786c6 100644
    --- a/dts/upstream/src/arm64/ti/k3-am62-main.dtsi
    +++ b/dts/upstream/src/arm64/ti/k3-am62-main.dtsi
    @@ -596,7 +596,8 @@
     		power-domains = <&k3_pds 58 TI_SCI_PD_EXCLUSIVE>;
     		clocks = <&k3_clks 58 5>, <&k3_clks 58 6>;
     		clock-names = "clk_ahb", "clk_xin";
    -		bus-width = <4>;
    +//		bus-width = <4>;
    +    bus-width = <1>; //Charlie
     		ti,clkbuf-sel = <0x7>;
     		ti,otap-del-sel-legacy = <0x0>;
     		ti,otap-del-sel-sd-hs = <0x0>;
    diff --git a/dts/upstream/src/arm64/ti/k3-am625-sk.dts b/dts/upstream/src/arm64/ti/k3-am625-sk.dts
    index b6373c1a..663388c7 100644
    --- a/dts/upstream/src/arm64/ti/k3-am625-sk.dts
    +++ b/dts/upstream/src/arm64/ti/k3-am625-sk.dts
    @@ -183,6 +183,12 @@
     &sdhci1 {
     	vmmc-supply = <&vdd_mmc1>;
     	vqmmc-supply = <&vdd_sd_dv>;
    +  pinctrl-names = "default";
    +  pinctrl-0 = <&main_mmc1_pins_default>;
    +  ti,driver-strength-ohm = <50>;
    +  disable-wp;
    +  //sdhci-caps-mask = <0x00000003 0x00000000>; /* Limiting to DDR50 speed mode */
    +  sdhci-caps-mask = <0x00000007 0x00000000>;/* Limiting to HS mode */ //Charlie
     };
     
     &cpsw3g {
    @@ -216,10 +222,10 @@
     &ospi0 {
     	flash@0 {
     		bootph-all;
    -		compatible = "jedec,spi-nor";
    +		compatible = "winbond,w25q64cv","jedec,spi-nor";
     		reg = <0x0>;
    -		spi-tx-bus-width = <8>;
    -		spi-rx-bus-width = <8>;
    +		spi-tx-bus-width = <4>;
    +		spi-rx-bus-width = <4>;
     		spi-max-frequency = <25000000>;
     		cdns,tshsl-ns = <60>;
     		cdns,tsd2d-ns = <60>;
    diff --git a/include/configs/am62x_evm.h b/include/configs/am62x_evm.h
    index 0d98f14a..426120c1 100644
    --- a/include/configs/am62x_evm.h
    +++ b/include/configs/am62x_evm.h
    @@ -35,5 +35,4 @@
     
     /* Now for the remaining common defines */
     #include <configs/ti_armv7_common.h>
    -
     #endif /* __CONFIG_AM625_EVM_H */
    diff --git a/include/env/ti/k3_dfu.env b/include/env/ti/k3_dfu.env
    index d89f8863..bd8336bf 100644
    --- a/include/env/ti/k3_dfu.env
    +++ b/include/env/ti/k3_dfu.env
    @@ -18,9 +18,9 @@ dfu_alt_info_emmc=
     
     dfu_alt_info_ospi=
     	tiboot3.bin raw 0x0 0x080000;
    -	tispl.bin raw 0x080000 0x200000;
    -	u-boot.img raw 0x280000 0x400000;
    -	u-boot-env raw 0x680000 0x020000;
    +	tispl.bin raw 0x080000 0x180000;
    +	u-boot.img raw 0x200000 0x1c0000;
    +	u-boot-env raw 0x3c0000 0x040000;
     	sysfw.itb raw 0x6c0000 0x100000;
     	rootfs raw 0x800000 0x3800000
     
    diff --git a/include/env/ti/k3_dfu.h b/include/env/ti/k3_dfu.h
    index 098f5f5d..baec54d0 100644
    --- a/include/env/ti/k3_dfu.h
    +++ b/include/env/ti/k3_dfu.h
    @@ -32,9 +32,9 @@
     #define DFU_ALT_INFO_OSPI \
     	"dfu_alt_info_ospi=" \
     	"tiboot3.bin raw 0x0 0x080000;" \
    -	"tispl.bin raw 0x080000 0x200000;" \
    -	"u-boot.img raw 0x280000 0x400000;" \
    -	"u-boot-env raw 0x680000 0x020000;" \
    +	"tispl.bin raw 0x080000 0x180000;" \
    +	"u-boot.img raw 0x200000 0x1c0000;" \
    +	"u-boot-env raw 0x3c0000 0x040000;" \
     	"sysfw.itb raw 0x6c0000 0x100000;" \
     	"rootfs raw 0x800000 0x3800000\0"

  • kernel

    diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
    index b6373c1a3..ce177abaf 100644
    --- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts
    +++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
    @@ -183,6 +183,12 @@ exp1: gpio@22 {
    &sdhci1 {
    vmmc-supply = <&vdd_mmc1>;
    vqmmc-supply = <&vdd_sd_dv>;
    + pinctrl-names = "default";
    + pinctrl-0 = <&main_mmc1_pins_default>;
    + ti,driver-strength-ohm = <50>;
    + disable-wp;
    + //sdhci-caps-mask = <0x00000003 0x00000000>; /* Limiting to DDR50 speed mode */
    + sdhci-caps-mask = <0x00000007 0x00000000>;/* Limiting to HS mode */
    };

    &cpsw3g {
    @@ -218,8 +224,8 @@ flash@0 {
    bootph-all;
    compatible = "jedec,spi-nor";
    reg = <0x0>;
    - spi-tx-bus-width = <8>;
    - spi-rx-bus-width = <8>;
    + spi-tx-bus-width = <4>;
    + spi-rx-bus-width = <4>;
    spi-max-frequency = <25000000>;
    cdns,tshsl-ns = <60>;
    cdns,tsd2d-ns = <60>;

  • There are some errors before the Linux is booted in your shared logs:

    24046080 bytes read in 990 ms (23.2 MiB/s)
    64687 bytes read in 6 ms (10.3 MiB/s)
    Working FDT set to 88000000
    Bad Linux ARM64 Image magic!
    Scanning for bootflows in all bootdevs

    Can you share the Linux Kernel and the DTB image from the SD card which are supposed to be booted on the board?

  • U-Boot SPL 2025.01-00406-gcd91d7360181 (Mar 25 2025 - 16:14:37 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    Changed A53 CPU frequency to 1250000000Hz (T grade) in DT
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    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
    
    U-Boot SPL 2025.01-00406-gcd91d7360181 (Mar 25 2025 - 16:14:37 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    SPL initial stack usage: 1952 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2025.01-00406-gcd91d7360181 (Mar 25 2025 - 16:14:37 +0000)
    
    SoC: AM62X SR1.0 HS-FS
    Model: Texas Instruments AM625 SK
    DRAM: 2 GiB
    Core: 83 devices, 32 uclasses, devicetree: separate
    MMC: mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In: serial
    Out: serial
    Err: serial
    Net: eth0: ethernet@8000000port@1
    
    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 ...
    22256128 bytes read in 230 ms (92.3 MiB/s)
    61540 bytes read in 4 ms (14.7 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-00771-gc85877d40f8e (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Tue Mar 25 12:45:29 UTC 2025
    [ 0.000000] KASLR disabled due to lack of seed
    [ 0.000000] Machine model: Texas Instruments AM625 SK
    [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f7600000, size 128 MiB
    [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x00000000f7600000..0x00000000ff5fffff (131072 KiB) map reusable linux,cma
    [ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [ 0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [ 0.000000] OF: reserved mem: 0x00000000ff700000..0x00000000ffffffff (9216 KiB) nomap non-reusable framebuffer@ff700000
    [ 0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 KiB) map non-reusable ramoops@9c700000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable m4f-dma-memory@9cb00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable m4f-memory@9cc00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-memory@9db00000
    [ 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-0x000000008007ffff]
    [ 0.000000] node 0: [mem 0x0000000080080000-0x000000009c7fffff]
    [ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
    [ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff]
    [ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
    [ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ff6fffff]
    [ 0.000000] node 0: [mem 0x00000000ff700000-0x00000000ffffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: PSCIv1.1 detected in firmware.
    [ 0.000000] psci: Using standard PSCI v0.2 function IDs
    [ 0.000000] psci: Trusted OS migration not required
    [ 0.000000] psci: SMC Calling Convention v1.5
    [ 0.000000] percpu: Embedded 22 pages/cpu s51672 r8192 d30248 u90112
    [ 0.000000] Detected 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 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=076c4a2a-02 rw rootfstype=ext4 rootwait
    [ 0.000000] Unknown kernel command line parameters "mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)", will be passed to user space.
    [ 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 4.
    [ 0.000000] software IO TLB: mapped [mem 0x00000000f4d00000-0x00000000f4f00000] (2MB)
    [ 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=512 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] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
    [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
    [ 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 @80c00000 (flat, esz 8, psz 64K, shr 0)
    [ 0.000000] ITS: using cache flushing for cmd queue
    [ 0.000000] GICv3: using LPI property table @0x0000000080450000
    [ 0.000000] GIC: using cache flushing for LPI property table
    [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080460000
    [ 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.008755] Console: colour dummy device 80x25
    [ 0.013381] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [ 0.024072] pid_max: default: 32768 minimum: 301
    [ 0.028914] LSM: initializing lsm=capability,selinux
    [ 0.034072] SELinux: Initializing.
    [ 0.038297] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.045890] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.070050] rcu: Hierarchical SRCU implementation.
    [ 0.074989] rcu: Max phase no-delay instances is 1000.
    [ 0.080584] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [ 0.089494] EFI services will not be available.
    [ 0.098191] smp: Bringing up secondary CPUs ...
    [ 0.107310] Detected VIPT I-cache on CPU1
    [ 0.107423] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [ 0.107447] GICv3: CPU1: using allocated LPI pending table @0x0000000080470000
    [ 0.107518] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.111271] Detected VIPT I-cache on CPU2
    [ 0.111355] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [ 0.111379] GICv3: CPU2: using allocated LPI pending table @0x0000000080480000
    [ 0.111424] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [ 0.115431] Detected VIPT I-cache on CPU3
    [ 0.115519] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [ 0.115543] GICv3: CPU3: using allocated LPI pending table @0x0000000080490000
    [ 0.115587] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [ 0.115747] smp: Brought up 1 node, 4 CPUs
    [ 0.195484] SMP: Total of 4 processors activated.
    [ 0.200297] CPU: All CPU(s) started at EL2
    [ 0.204511] CPU features: detected: 32-bit EL0 Support
    [ 0.209772] CPU features: detected: CRC32 instructions
    [ 0.215078] alternatives: applying system-wide alternatives
    [ 0.221573] Memory: 1825092K/2097152K available (12928K kernel code, 1254K rwdata, 4644K rodata, 2752K init, 639K bss, 132128K reserved, 131072K cma-reserved)
    [ 0.237676] devtmpfs: initialized
    [ 0.251028] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [ 0.261077] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.273315] 27152 pages in range for non-PLT usage
    [ 0.273354] 518672 pages in range for PLT usage
    [ 0.278795] pinctrl core: initialized pinctrl subsystem
    [ 0.289465] DMI not present or invalid.
    [ 0.296351] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.304250] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [ 0.312305] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.321170] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.329966] audit: initializing netlink subsys (disabled)
    [ 0.336002] audit: type=2000 audit(0.220:1): state=initialized audit_enabled=0 res=1
    [ 0.336594] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.343940] thermal_sys: Registered thermal governor 'power_allocator'
    [ 0.350146] cpuidle: using governor menu
    [ 0.361100] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.368172] ASID allocator initialised with 65536 entries
    [ 0.380255] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [ 0.391810] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 0.403848] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [ 0.413787] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 0.425867] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 0.441070] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 0.453265] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [ 0.464120] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 0.477027] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [ 0.486982] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 0.498769] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [ 0.508044] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 0.519478] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.526468] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [ 0.532883] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.539825] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [ 0.546236] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.553177] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [ 0.559592] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.566533] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [ 0.575259] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [ 0.585028] iommu: Default domain type: Translated
    [ 0.589989] iommu: DMA domain TLB invalidation policy: strict mode
    [ 0.596852] SCSI subsystem initialized
    [ 0.601220] usbcore: registered new interface driver usbfs
    [ 0.606874] usbcore: registered new interface driver hub
    [ 0.612347] usbcore: registered new device driver usb
    [ 0.618201] pps_core: LinuxPPS API ver. 1 registered
    [ 0.623286] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.632642] PTP clock support registered
    [ 0.636696] EDAC MC: Ver: 3.0.0
    [ 0.640363] scmi_core: SCMI protocol bus registered
    [ 0.645746] FPGA manager framework
    [ 0.649337] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.656800] vgaarb: loaded
    [ 0.660163] clocksource: Switched to clocksource arch_sys_counter
    [ 0.666831] VFS: Disk quotas dquot_6.6.0
    [ 0.670885] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.685937] NET: Registered PF_INET protocol family
    [ 0.691290] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.700687] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [ 0.709524] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 0.717467] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [ 0.725689] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [ 0.733796] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.740804] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.747757] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.755328] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ 0.761848] RPC: Registered named UNIX socket transport module.
    [ 0.767952] RPC: Registered udp transport module.
    [ 0.772766] RPC: Registered tcp transport module.
    [ 0.777576] RPC: Registered tcp-with-tls transport module.
    [ 0.783187] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.789788] NET: Registered PF_XDP protocol family
    [ 0.794715] PCI: CLS 0 bytes, default 64
    [ 0.800728] Initialise system trusted keyrings
    [ 0.805661] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [ 0.812706] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.819071] NFS: Registering the id_resolver key type
    [ 0.824305] Key type id_resolver registered
    [ 0.828588] Key type id_legacy registered
    [ 0.832712] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.839570] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 0.900494] Key type asymmetric registered
    [ 0.904724] Asymmetric key parser 'x509' registered
    [ 0.909835] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [ 0.917673] io scheduler mq-deadline registered
    [ 0.922322] io scheduler kyber registered
    [ 0.926489] io scheduler bfq registered
    [ 0.934208] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [ 0.940902] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [ 0.948885] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.961882] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.979481] loop: module loaded
    [ 0.984239] megasas: 07.727.03.00-rc1
    [ 0.992752] tun: Universal TUN/TAP device driver, 1.6
    [ 0.999231] VFIO - User Level meta-driver version: 0.3
    [ 1.005825] usbcore: registered new interface driver usb-storage
    [ 1.012655] i2c_dev: i2c /dev entries driver
    [ 1.018994] sdhci: Secure Digital Host Controller Interface driver
    [ 1.025421] sdhci: Copyright(c) Pierre Ossman
    [ 1.030126] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 1.036660] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 1.044015] usbcore: registered new interface driver usbhid
    [ 1.049740] usbhid: USB HID core driver
    [ 1.055282] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [ 1.065610] optee: probing for conduit method.
    [ 1.070220] optee: revision 4.5 (ef1ebdc23034a804)
    [ 1.070712] optee: dynamic shared memory is enabled
    [ 1.081548] optee: initialized driver
    [ 1.081671] random: crng init done
    [ 1.088108] Initializing XFRM netlink socket
    [ 1.093273] NET: Registered PF_PACKET protocol family
    [ 1.098553] Key type dns_resolver registered
    [ 1.112864] registered taskstats version 1
    [ 1.117561] Loading compiled-in X.509 certificates
    [ 1.137039] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    [ 1.221771] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 1.233953] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [ 1.241925] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 1.251254] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 1.261233] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [ 1.270477] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [ 1.280849] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [ 1.288417] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [ 1.294455] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [ 1.303790] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [ 1.314260] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
    [ 1.323146] simple-framebuffer ff700000.framebuffer: format=a8r8g8b8, mode=1920x1200x32, linelength=7680
    [ 1.348728] Console: switching to colour frame buffer device 240x75
    [ 1.369655] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
    [ 1.378615] ti-udma 485c0100.dma-controller: Number of rings: 82
    [ 1.387832] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [ 1.399543] ti-udma 485c0000.dma-controller: Number of rings: 150
    [ 1.411408] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [ 1.422538] printk: legacy console [ttyS2] disabled
    [ 1.428005] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 238, base_baud = 3000000) is a 8250
    [ 1.437033] printk: legacy console [ttyS2] enabled
    [ 1.437033] printk: legacy console [ttyS2] enabled
    [ 1.446745] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.446745] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.462970] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [ 1.469984] Creating 7 MTD partitions on "fc40000.spi.0":
    [ 1.475389] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [ 1.482649] 0x000000080000-0x000000280000 : "ospi.tispl"
    [ 1.489494] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [ 1.496431] 0x000000680000-0x0000006c0000 : "ospi.env"
    [ 1.502986] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [ 1.510128] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [ 1.517058] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [ 1.775052] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [ 1.816174] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.827812] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [ 1.835924] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [ 1.844054] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [ 1.857056] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [ 1.863467] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [ 1.870602] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [ 1.878852] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [ 1.902135] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [ 1.914427] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 1.926378] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 1.944695] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 1.950236] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [ 1.958068] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [ 1.964076] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [ 1.973537] xhci-hcd xhci-hcd.0.auto: irq 253, io mem 0x31100000
    [ 1.980662] hub 1-0:1.0: USB hub found
    [ 1.984462] hub 1-0:1.0: 1 port detected
    [ 1.993177] mmc0: CQHCI version 5.10
    [ 2.000245] pca953x 1-0022: supply vcc not found, using dummy regulator
    [ 2.007070] pca953x 1-0022: using AI
    [ 2.031201] clk: Disabling unused clocks
    [ 2.032801] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [ 2.034003] mmc1: CQHCI version 5.10
    [ 2.044241] PM: genpd: Disabling unused power domains
    [ 2.051377] ALSA device list:
    [ 2.054446] No soundcards found.
    [ 2.084726] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [ 2.092558] Waiting for root device PARTUUID=076c4a2a-02...
    [ 2.126560] mmc0: Command Queue Engine enabled
    [ 2.131069] mmc0: new HS200 MMC card at address 0001
    [ 2.137675] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [ 2.145220] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [ 2.151547] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [ 2.154423] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [ 2.157909] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (239:0)
    [ 2.168607] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [ 2.179850] mmcblk1: p1 p2
    [ 2.836455] EXT4-fs (mmcblk1p2): recovery complete
    [ 2.843174] EXT4-fs (mmcblk1p2): mounted filesystem 67756159-8ad4-4e3a-a7c2-e6bcfa16f42d r/w with ordered data mode. Quota mode: none.
    [ 2.855422] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [ 2.861807] devtmpfs: mounted
    [ 2.866896] Freeing unused kernel memory: 2752K
    [ 2.871593] Run /sbin/init as init process
    [ 3.060869] systemd[1]: System time before build time, advancing clock.
    [ 3.111145] NET: Registered PF_INET6 protocol family
    [ 3.117664] Segment Routing with IPv6
    [ 3.121445] In-situ OAM (IOAM) with IPv6
    [ 3.168601] 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.200550] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2025.01!
    
    [ 3.218814] systemd[1]: Hostname set to <am62xx-evm>.
    [ 3.489625] systemd[1]: Configuration file /usr/lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [ 3.539285] systemd[1]: Configuration file /usr/lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [ 3.631276] 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.813010] systemd[1]: Queued start job for default target Graphical Interface.
    [ 3.879909] systemd[1]: Created slice Slice /system/getty.
    [ OK ] Created slice Slice /system/getty.
    [ 3.899509] systemd[1]: Created slice Slice /system/modprobe.
    [ OK ] Created slice Slice /system/modprobe.
    [ 3.919389] systemd[1]: Created slice Slice /system/serial-getty.
    [ OK ] Created slice Slice /system/serial-getty.
    [ 3.938565] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 3.956862] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 3.976665] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ 3.996441] systemd[1]: Expecting device /dev/ttyS2...
    Expecting device /dev/ttyS2...
    [ 4.008563] systemd[1]: Reached target Path Units.
    [ OK ] Reached target Path Units.
    [ 4.020422] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 4.036365] systemd[1]: Reached target Slice Units.
    [ OK ] Reached target Slice Units.
    [ 4.048365] systemd[1]: Reached target Swaps.
    [ OK ] Reached target Swaps.
    [ 4.103108] systemd[1]: Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ 4.120690] systemd[1]: Reached target RPC Port Mapper.
    [ OK ] Reached target RPC Port Mapper.
    [ 4.146451] systemd[1]: Listening on Process Core Dump Socket.
    [ OK ] Listening on Process Core Dump Socket.
    [ 4.165055] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ 4.186101] systemd[1]: Listening on Journal Audit Socket.
    [ OK ] Listening on Journal Audit Socket.
    [ 4.205284] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 4.225477] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 4.245582] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ 4.273234] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 4.293202] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 4.313394] systemd[1]: Listening on User Database Manager Socket.
    [ OK ] Listening on User Database Manager Socket.
    [ 4.364855] systemd[1]: Mounting Huge Pages File System...
    Mounting Huge Pages File System...
    [ 4.383160] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 4.406858] systemd[1]: Mounting Kernel Debug File System...
    Mounting Kernel Debug File System...
    [ 4.421318] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [ 4.444129] systemd[1]: Mounting Temporary Directory /tmp...
    Mounting Temporary Directory /tmp...
    [ 4.465297] systemd[1]: Starting Create List of Static Device Nodes...
    Starting Create List of Static Device Nodes...
    [ 4.491260] systemd[1]: Starting Load Kernel Module configfs...
    Starting Load Kernel Module configfs...
    [ 4.512049] systemd[1]: Starting Load Kernel Module drm...
    Starting Load Kernel Module drm...
    [ 4.525597] systemd[1]: Starting Load Kernel Module fuse...
    Starting Load Kernel Module fuse...
    [ 4.552797] systemd[1]: Starting Start psplash boot splash screen...
    Starting Start psplash boot splash screen...
    [ 4.574521] fuse: init (API version 7.41)
    [ 4.584126] systemd[1]: Starting RPC Bind...
    Starting RPC Bind...
    [ 4.597181] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [ 4.623421] systemd[1]: Starting Journal Service...
    Starting Journal Service...
    [ 4.681383] systemd[1]: Starting Load Kernel Modules...
    Starting Load Kernel Modules...
    [ 4.694918] systemd[1]: Starting Generate network units from Kernel command line...
    Starting Generate network units from Kernel command line...
    [ 4.734081] systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems...
    [ 4.752864] cryptodev: loading out-of-tree module taints kernel.
    [ 4.762571] systemd[1]: Starting Coldplug All udev Devices...
    [ 4.767870] sysctl table check failed: ioctl/(null) procname is null
    [ 4.775554] sysctl table check failed: ioctl/(null) No proc_handler
    Starting Coldplug All udev Devices...
    [ 4.782622] cryptodev: driver 1.14 loaded.
    [ 4.793634] systemd-journald[127]: Collecting audit messages is enabled.
    [ 4.803852] systemd[1]: Started Start psplash boot splash screen.
    [ OK ] Started Start psplash boot splash screen.
    [ 4.835463] systemd[1]: Started RPC Bind.
    [ 4.840351] EXT4-fs (mmcblk1p2): re-mounted 67756159-8ad4-4e3a-a7c2-e6bcfa16f42d r/w. Quota mode: none.
    [ OK ] Started RPC Bind.
    [ 4.860765] systemd[1]: Mounted Huge Pages File System.
    [ OK ] Mounted Huge Pages File System.
    [ 4.881360] 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.
    [ 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...
    [ OK ] Started Start psplash-systemd progress communication helper.
    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.258241] systemd-journald[127]: 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...
    [ 5.572510] audit: type=1334 audit(1736360579.508:2): prog-id=6 op=LOAD
    [ 5.579463] audit: type=1334 audit(1736360579.512:3): prog-id=7 op=LOAD
    Starting Rule-based Manager for Device Events and Files...
    [ OK ] Finished Coldplug All udev Devices.
    [ OK ] Mounted /var/volatile.
    Starting Load/Save OS Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Create System Files and Directories...
    [ OK ] Finished Load/Save OS Random Seed.
    [ 5.803155] audit: type=1334 audit(1736360579.736:4): prog-id=8 op=LOAD
    [ 5.810019] audit: type=1334 audit(1736360579.744:5): prog-id=9 op=LOAD
    [ 5.816840] audit: type=1334 audit(1736360579.752:6): prog-id=10 op=LOAD
    Starting User Database Manager...
    [ OK ] Finished Create System Files and Directories.
    [ 5.883004] audit: type=1334 audit(1736360579.816:7): prog-id=11 op=LOAD
    Starting Network Name Resolution...
    [ 5.903121] audit: type=1334 audit(1736360579.836:8): prog-id=12 op=LOAD
    Starting Network Time Synchronization...
    Starting Record System Boot/Shutdown in UTMP...
    [ OK ] Started User Database Manager.
    [ OK ] Finished Record System Boot/Shutdown in UTMP.
    [ OK ] Started Rule-based Manager for Device Events and Files.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Time Set.
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Host and Network Name Lookups.
    [ OK ] Reached target System Initialization.
    [ OK ] Started Daily rotation of log files.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ 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.
    [ 6.594329] audit: type=1334 audit(1752552027.924: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 ] Found device /dev/ttyS2.
    [ OK ] Reached target Socket Units.
    [ OK ] Finished Reboot and dump vmcore via kexec.
    [ OK ] Started D-Bus System Message Bus.
    [ OK ] Reached target Basic System.
    [ OK ] Started Job spooling tools.
    Starting Avahi mDNS/DNS-SD Stack...
    [ OK ] Started Periodic Command Scheduler.
    Starting Print notice about GPLv3 packages...
    Starting IPv6 Packet Filtering Framework...
    Starting IPv4 Packet Filtering Framework...
    [ OK ] Started irqbalance daemon.
    [ OK ] Started Multiple Spanning Tree Protocol Daemon.
    Starting Telephony service...
    Starting PulseAudio Sound System...
    Starting Expand the rootfs partiti…to full size of the boot device....
    [ OK ] Started Seva Launcher Service.
    [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [ 7.327635] audit: type=1334 audit(1752552028.656:10): prog-id=14 op=LOAD
    [ 7.336023] audit: type=1334 audit(1752552028.668:11): prog-id=15 op=LOAD
    Starting User Login Management...
    Starting Telnet Server...
    [ OK ] Finished IPv6 Packet Filtering Framework.
    [ OK ] Finished IPv4 Packet Filtering Framework.
    [ OK ] Finished Telnet Server.
    [ 7.724121] Bluetooth: Core ver 2.22
    [ 7.730818] NET: Registered PF_BLUETOOTH protocol family
    [ 7.737188] Bluetooth: HCI device and connection manager initialized
    [ 7.747742] Bluetooth: HCI socket layer initialized
    [ 7.753226] Bluetooth: L2CAP socket layer initialized
    [ 7.758534] Bluetooth: SCO socket layer initialized
    [ OK ] Started Telephony service.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Reached target Preparation for Network.
    Starting Network Configuration...
    [ OK ] Started User Login Management.
    [ OK ] Finished Expand the rootfs partition to full size of the boot device..
    [ OK ] Started PulseAudio Sound System.
    [ 8.306300] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [ 8.349476] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [ 8.357117] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [ OK ] Started Network Configuration.
    [ OK ] Reached target Network.
    [ 8.535556] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    Starting Enable and configure wl18xx bluetooth[ 8.553474] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    stack...
    Starting containerd container runtime...
    [ 8.589027] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [ 8.599503] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    Starting LLDP daemon...
    [ OK ] Started Netperf Benchmark Server.
    Starting Simple Network Management Protocol (SNMP) Daemon....
    Starting Permit User Sessions...
    [ OK ] Finished Enable and configure wl18xx bluetooth stack.
    [ OK ] Finished Permit User Sessions.
    [ OK ] Started emptty display manager.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS2.
    [ OK ] Reached target Login Prompts.
    Starting ti-apps-launcher service...
    [ OK ] Started LLDP daemon.
    [ 8.990188] pstore: Using crash dump compression: deflate
    [ 8.998124] pstore: Registered ramoops as persistent store backend
    [ 9.004753] ramoops: using 0x100000@0x9c700000, ecc: 0
    [ 9.090181] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [ 9.092738] at24 0-0051: supply vcc not found, using dummy regulator
    [ 9.121678] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
    [ 9.230892] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    [ 9.315387] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
    [ 9.326816] k3-m4-rproc 5000000.m4fss: configured M4F for remoteproc mode
    [ 9.357958] remoteproc remoteproc0: 5000000.m4fss is available
    [ 9.397066] remoteproc remoteproc0: powering up 5000000.m4fss
    [ 9.404535] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 55100
    [ 9.417637] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node m4f-dma-memory@9cb00000
    [ 9.432426] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 9.433234] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [ 9.438184] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
    [ 9.445847] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [ 9.453800] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
    [ 9.542351] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [ 9.554550] platform 78000000.r5f: configured R5F for IPC-only mode
    [ 9.561881] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [ 9.586059] remoteproc remoteproc1: 78000000.r5f is available
    [ 9.593362] remoteproc remoteproc1: attaching to 78000000.r5f
    [ 9.625774] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@9da00000
    [ OK ] Reached target Hardware activated USB gadget.
    [ 9.678153] virtio_rpmsg_bus virtio1: rpmsg host is online
    [ 9.678465] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [ 9.690565] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [ 9.691846] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [ 9.692465] rproc-virtio rproc-virtio.2.auto: registered virtio1 (type 7)
    [ 9.692485] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [ 9.709120] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [ 9.730237] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [ 9.764667] i2c i2c-1: Added multiplexed i2c bus 3
    [ 9.822568] [drm] Initialized tidss 1.0.0 for 30200000.dss on minor 0
    [ 9.877348] PVR_K: 189: Device: fd00000.gpu
    [ 9.888504] tidss 30200000.dss: [drm] fb1: tidssdrmfb frame buffer device
    [ 9.911283] PVR_K: 189: Read BVNC 33.15.11.3 from HW device registers
    [ 9.921270] PVR_K: 189: RGX Device registered with BVNC 33.15.11.3
    [ 9.930833] [drm] Initialized pvr 24.2.6643903 for fd00000.gpu on minor 1
    [ OK ] Created slice Slice /system/tee-supplicant.
    [ OK ] Started TEE Supplicant on teepriv0.
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    Starting Virtual Console Setup...
    [ 10.217029] 30068000.serial: ttyS0 at MMIO 0x30068000 (irq = 432, base_baud = 12000000) is a 16550A
    [ 10.233350] remoteproc remoteproc2: 30074000.pru is available
    [ 10.241038] remoteproc remoteproc3: 30078000.pru is available
    [ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
    [ OK ] Finished Virtual Console Setup.
    [ 10.610004] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [ OK ] Created slice Slice /system/systemd-fsck.
    Expecting device /dev/mmcblk1p1...
    Starting Save/Restore Sound Card State...
    [ OK ] Finished Save/Restore Sound Card State.
    [ OK ] Reached target Sound Card.
    [ 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 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
    libqt6core5compat-plugins
    libqt6core5compat-qmlplugins
    libqt6core5compat6
    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
    qt3d-plugins
    qt3d-qmlplugins
    qt3d
    qtbase-dev
    qtbase-examples
    qtbase-plugins
    qtbase-qmlplugins
    qtbase-staticdev
    qtbase
    qtdeclarative-dev
    qtdeclarative-plugins
    qtdeclarative-qmlplugins
    qtdeclarative-staticdev
    qtdeclarative-tools
    qtdeclarative
    qtlanguageserver-dev
    qtlanguageserver-plugins
    qtlanguageserver-qmlplugins
    qtlanguageserver-staticdev
    qtlanguageserver
    qtmultimedia-plugins
    qtmultimedia-qmlplugins
    qtmultimedia
    qtquick3d-plugins
    qtquick3d-qmlplugins
    qtquick3d
    qtquicktimeline-plugins
    qtquicktimeline-qmlplugins
    qtquicktimeline
    qtsvg-dev
    qtsvg-plugins
    qtsvg-qmlplugins
    qtsvg
    qttools-plugins
    qttools-qmlplugins
    qttools
    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.
    [ 14.856105] kauditd_printk_skb: 2 callbacks suppressed
    [ 14.856126] audit: type=1006 audit(1752552036.184:14): pid=1003 uid=0 subj=kernel old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [ 14.875354] audit: type=1300 audit(1752552036.184:14): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffffb02ba8 a2=4 a3=1 items=0 ppid=1 pid=1003 auid=1000 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" subj=kernel key=(null)
    [ 14.903611] audit: type=1327 audit(1752552036.184:14): proctitle="(systemd)"
    
    _____ _____ _ _
    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
    | | _| .'| . | . | | __| _| . | | | -_| _| _|
    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
    |___| |___|
    
    Arago Project am62xx-evm ttyS2
    
    Arago 2025.01 am62xx-evm ttyS2
    
    am62xx-evm login: [ 16.457751] PVR_K: 1011: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
    [ 16.473245] PVR_K: 1011: Shader binary image 'rgx.sh.33.15.11.3' loaded

    U-Boot SPL 2025.01-gcd91d7360181-dirty (Aug 01 2025 - 15:55:27 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    Changed A53 CPU frequency to 1250000000Hz (T grade) in DT
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    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
    
    U-Boot SPL 2025.01-gcd91d7360181-dirty (Aug 01 2025 - 15:59:09 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    SPL initial stack usage: 1952 bytes
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2025.01-gcd91d7360181-dirty (Aug 01 2025 - 15:59:09 +0800)
    
    SoC: AM62X SR1.0 HS-FS
    Model: Texas Instruments AM625 SK
    DRAM: 2 GiB
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    Get ethaddr 00:e7:d0:81:00:00
    Auto set eth1addr 00:e7:d0:81:00:01
    Core: 84 devices, 33 uclasses, devicetree: separate
    MMC: mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from SPIFlash... SF: Detected w25q64cv with page size 256 Bytes, erase size 4 KiB, total 8 MiB
    *** Warning - bad CRC, using default environment
    
    In: serial
    Out: serial
    Err: serial
    Net: eth0: ethernet@8000000port@1
    
    Hit any key to stop autoboot: 2 1 0
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    switch to partitions #0, OK
    mmc1 is current device
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    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 ...
    24046080 bytes read in 992 ms (23.1 MiB/s)
    64687 bytes read in 6 ms (10.3 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-gc85877d40f8e-dirty (tecom@tecom-VirtualBox) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #16 SMP PREEMPT Fri Aug 1 16:48:29 CST 2025
    [ 0.000000] KASLR disabled due to lack of seed
    [ 0.000000] Machine model: Texas Instruments AM625 SK
    [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f7600000, size 128 MiB
    [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x00000000f7600000..0x00000000ff5fffff (131072 KiB) map reusable linux,cma
    [ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [ 0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [ 0.000000] OF: reserved mem: 0x00000000ff700000..0x00000000ffffffff (9216 KiB) nomap non-reusable framebuffer@ff700000
    [ 0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 KiB) map non-reusable ramoops@9c700000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable m4f-dma-memory@9cb00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable m4f-memory@9cc00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-memory@9db00000
    [ 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-0x000000008007ffff]
    [ 0.000000] node 0: [mem 0x0000000080080000-0x000000009c7fffff]
    [ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
    [ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff]
    [ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
    [ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ff6fffff]
    [ 0.000000] node 0: [mem 0x00000000ff700000-0x00000000ffffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: PSCIv1.1 detected in firmware.
    [ 0.000000] psci: Using standard PSCI v0.2 function IDs
    [ 0.000000] psci: Trusted OS migration not required
    [ 0.000000] psci: SMC Calling Convention v1.5
    [ 0.000000] percpu: Embedded 22 pages/cpu s51736 r8192 d30184 u90112
    [ 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 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=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 4.
    [ 0.000000] software IO TLB: mapped [mem 0x00000000f4d00000-0x00000000f4f00000] (2MB)
    [ 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=512 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] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
    [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
    [ 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 @80c00000 (flat, esz 8, psz 64K, shr 0)
    [ 0.000000] ITS: using cache flushing for cmd queue
    [ 0.000000] GICv3: using LPI property table @0x0000000080450000
    [ 0.000000] GIC: using cache flushing for LPI property table
    [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080460000
    [ 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.008758] Console: colour dummy device 80x25
    [ 0.013378] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [ 0.024069] pid_max: default: 32768 minimum: 301
    [ 0.028911] LSM: initializing lsm=capability,selinux
    [ 0.034067] SELinux: Initializing.
    [ 0.038301] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.045894] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.062043] rcu: Hierarchical SRCU implementation.
    [ 0.066988] rcu: Max phase no-delay instances is 1000.
    [ 0.072582] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [ 0.081929] EFI services will not be available.
    [ 0.090665] smp: Bringing up secondary CPUs ...
    [ 0.099818] Detected VIPT I-cache on CPU1
    [ 0.099943] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [ 0.099967] GICv3: CPU1: using allocated LPI pending table @0x0000000080470000
    [ 0.100041] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.103769] Detected VIPT I-cache on CPU2
    [ 0.103860] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [ 0.103875] GICv3: CPU2: using allocated LPI pending table @0x0000000080480000
    [ 0.103920] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [ 0.107761] Detected VIPT I-cache on CPU3
    [ 0.107847] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [ 0.107868] GICv3: CPU3: using allocated LPI pending table @0x0000000080490000
    [ 0.107910] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [ 0.108069] smp: Brought up 1 node, 4 CPUs
    [ 0.187814] SMP: Total of 4 processors activated.
    [ 0.192639] CPU: All CPU(s) started at EL2
    [ 0.196845] CPU features: detected: 32-bit EL0 Support
    [ 0.202108] CPU features: detected: CRC32 instructions
    [ 0.207413] alternatives: applying system-wide alternatives
    [ 0.213893] Memory: 1823380K/2097152K available (13632K kernel code, 1466K rwdata, 5108K rodata, 3136K init, 644K bss, 133840K reserved, 131072K cma-reserved)
    [ 0.229989] devtmpfs: initialized
    [ 0.242934] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [ 0.252973] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.265269] 26720 pages in range for non-PLT usage
    [ 0.265308] 518240 pages in range for PLT usage
    [ 0.270726] pinctrl core: initialized pinctrl subsystem
    [ 0.281407] DMI not present or invalid.
    [ 0.288257] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.296136] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [ 0.304204] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.313062] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.321833] audit: initializing netlink subsys (disabled)
    [ 0.327848] audit: type=2000 audit(0.212:1): state=initialized audit_enabled=0 res=1
    [ 0.328434] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.335794] thermal_sys: Registered thermal governor 'power_allocator'
    [ 0.341989] cpuidle: using governor menu
    [ 0.352938] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.360008] ASID allocator initialised with 65536 entries
    [ 0.371668] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [ 0.383214] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 0.395250] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [ 0.405188] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 0.417260] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 0.432501] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 0.444694] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [ 0.455537] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 0.468365] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [ 0.478318] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 0.489931] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [ 0.499205] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 0.510603] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.517618] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [ 0.524049] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.530991] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [ 0.537406] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.544349] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [ 0.550760] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.557701] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [ 0.566440] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [ 0.576109] iommu: Default domain type: Translated
    [ 0.581063] iommu: DMA domain TLB invalidation policy: strict mode
    [ 0.587928] SCSI subsystem initialized
    [ 0.592305] usbcore: registered new interface driver usbfs
    [ 0.597958] usbcore: registered new interface driver hub
    [ 0.603424] usbcore: registered new device driver usb
    [ 0.609234] pps_core: LinuxPPS API ver. 1 registered
    [ 0.614327] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.623680] PTP clock support registered
    [ 0.627736] EDAC MC: Ver: 3.0.0
    [ 0.631402] scmi_core: SCMI protocol bus registered
    [ 0.636809] FPGA manager framework
    [ 0.640436] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.647893] vgaarb: loaded
    [ 0.651218] clocksource: Switched to clocksource arch_sys_counter
    [ 0.657879] VFS: Disk quotas dquot_6.6.0
    [ 0.661928] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.676937] NET: Registered PF_INET protocol family
    [ 0.682272] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.691686] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [ 0.700530] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 0.708482] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [ 0.716707] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [ 0.724856] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.731862] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.738800] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.746383] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ 0.752908] RPC: Registered named UNIX socket transport module.
    [ 0.759004] RPC: Registered udp transport module.
    [ 0.763818] RPC: Registered tcp transport module.
    [ 0.768628] RPC: Registered tcp-with-tls transport module.
    [ 0.774238] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.780833] NET: Registered PF_XDP protocol family
    [ 0.785762] PCI: CLS 0 bytes, default 64
    [ 0.791706] Initialise system trusted keyrings
    [ 0.796636] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [ 0.803661] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.810001] NFS: Registering the id_resolver key type
    [ 0.815235] Key type id_resolver registered
    [ 0.819518] Key type id_legacy registered
    [ 0.823639] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.830499] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 0.891386] Key type asymmetric registered
    [ 0.895601] Asymmetric key parser 'x509' registered
    [ 0.900713] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [ 0.908556] io scheduler mq-deadline registered
    [ 0.913212] io scheduler kyber registered
    [ 0.917372] io scheduler bfq registered
    [ 0.925017] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [ 0.931745] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [ 0.939566] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.952461] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.970098] loop: module loaded
    [ 0.974795] megasas: 07.727.03.00-rc1
    [ 0.983147] tun: Universal TUN/TAP device driver, 1.6
    [ 0.989173] PPP generic driver version 2.4.2
    [ 0.993780] PPP BSD Compression module registered
    [ 0.998617] PPP Deflate Compression module registered
    [ 1.003863] PPP MPPE Compression module registered
    [ 1.008774] NET: Registered PF_PPPOX protocol family
    [ 1.014476] VFIO - User Level meta-driver version: 0.3
    [ 1.021141] usbcore: registered new interface driver usb-storage
    [ 1.027976] i2c_dev: i2c /dev entries driver
    [ 1.034237] sdhci: Secure Digital Host Controller Interface driver
    [ 1.040608] sdhci: Copyright(c) Pierre Ossman
    [ 1.045335] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 1.051875] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 1.059242] usbcore: registered new interface driver usbhid
    [ 1.064949] usbhid: USB HID core driver
    [ 1.070524] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [ 1.080849] optee: probing for conduit method.
    [ 1.085458] optee: revision 4.5 (ef1ebdc23034a804)
    [ 1.085913] optee: dynamic shared memory is enabled
    [ 1.096768] optee: initialized driver
    [ 1.096883] random: crng init done
    [ 1.104854] Initializing XFRM netlink socket
    [ 1.109369] NET: Registered PF_PACKET protocol family
    [ 1.114657] Key type dns_resolver registered
    [ 1.128804] registered taskstats version 1
    [ 1.133516] Loading compiled-in X.509 certificates
    [ 1.153423] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    [ 1.233462] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 1.245644] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [ 1.253515] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 1.262848] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 1.272825] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [ 1.282058] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [ 1.292452] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [ 1.299928] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [ 1.305982] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [ 1.315370] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [ 1.325835] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
    [ 1.334719] simple-framebuffer ff700000.framebuffer: format=a8r8g8b8, mode=1920x1200x32, linelength=7680
    [ 1.360424] Console: switching to colour frame buffer device 240x75
    [ 1.381347] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
    [ 1.390307] ti-udma 485c0100.dma-controller: Number of rings: 82
    [ 1.399510] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [ 1.411071] ti-udma 485c0000.dma-controller: Number of rings: 150
    [ 1.422842] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [ 1.433960] printk: legacy console [ttyS2] disabled
    [ 1.439514] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 238, base_baud = 3000000) is a 8250
    [ 1.448444] printk: legacy console [ttyS2] enabled
    [ 1.448444] printk: legacy console [ttyS2] enabled
    [ 1.458148] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.458148] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.484221] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [ 1.491238] Creating 7 MTD partitions on "fc40000.spi.0":
    [ 1.496656] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [ 1.503860] 0x000000080000-0x000000280000 : "ospi.tispl"
    [ 1.510632] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [ 1.517481] 0x000000680000-0x0000006c0000 : "ospi.env"
    [ 1.524071] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [ 1.531404] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [ 1.536829] mtd: partition "ospi.rootfs" is out of reach -- disabled
    [ 1.544521] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [ 1.550286] mtd: partition "ospi.phypattern" is out of reach -- disabled
    [ 1.558584] cadence-qspi fc40000.spi: Pattern not found. Skipping calibration.
    [ 1.567633] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [ 1.607225] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.616667] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver unknown
    [ 1.624531] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver unknown
    [ 1.632424] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [ 1.645439] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [ 1.651851] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [ 1.658986] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [ 1.667235] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [ 1.689076] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [ 1.701454] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 1.713427] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 1.731589] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 1.737139] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [ 1.744938] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [ 1.750954] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [ 1.760416] xhci-hcd xhci-hcd.0.auto: irq 253, io mem 0x31100000
    [ 1.767527] hub 1-0:1.0: USB hub found
    [ 1.771341] hub 1-0:1.0: 1 port detected
    [ 1.779660] mmc0: CQHCI version 5.10
    [ 1.786652] pca953x 1-0022: supply vcc not found, using dummy regulator
    [ 1.793500] pca953x 1-0022: using AI
    [ 1.815360] pca953x 1-0022: failed writing register: -121
    [ 1.821043] pca953x 1-0022: probe with driver pca953x failed with error -121
    [ 1.821817] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [ 1.838096] clk: Disabling unused clocks
    [ 1.850540] PM: genpd: Disabling unused power domains
    [ 1.855818] ALSA device list:
    [ 1.858779] No soundcards found.
    [ 1.863013] Waiting for root device PARTUUID=076c4a2a-02...
    [ 12.012528] platform fa00000.mmc: deferred probe pending: platform: supplier regulator-3 not ready
    [ 12.021561] platform regulator-3: deferred probe pending: platform: supplier 1-0022 not ready
    [ 12.030076] platform 2b300050.target-module: deferred probe pending: (reason unknown)

  • U-Boot SPL 2025.01-gcd91d7360181-dirty (Aug 01 2025 - 15:55:27 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    Changed A53 CPU frequency to 1250000000Hz (T grade) in DT
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    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
    
    U-Boot SPL 2025.01-gcd91d7360181-dirty (Aug 01 2025 - 15:59:09 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    SPL initial stack usage: 1952 bytes
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2025.01-gcd91d7360181-dirty (Aug 01 2025 - 15:59:09 +0800)
    
    SoC: AM62X SR1.0 HS-FS
    Model: Texas Instruments AM625 SK
    DRAM: 2 GiB
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    Get ethaddr 00:e7:d0:81:00:00
    Auto set eth1addr 00:e7:d0:81:00:01
    Core: 84 devices, 33 uclasses, devicetree: separate
    MMC: mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from SPIFlash... SF: Detected w25q64cv with page size 256 Bytes, erase size 4 KiB, total 8 MiB
    *** Warning - bad CRC, using default environment
    
    In: serial
    Out: serial
    Err: serial
    Net: eth0: ethernet@8000000port@1
    
    Hit any key to stop autoboot: 2 1 0
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    switch to partitions #0, OK
    mmc1 is current device
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    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 ...
    24046080 bytes read in 992 ms (23.1 MiB/s)
    64687 bytes read in 7 ms (8.8 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-gc85877d40f8e-dirty (tecom@tecom-VirtualBox) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #16 SMP PREEMPT Fri Aug 1 16:48:29 CST 2025
    [ 0.000000] KASLR disabled due to lack of seed
    [ 0.000000] Machine model: Texas Instruments AM625 SK
    [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f7600000, size 128 MiB
    [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x00000000f7600000..0x00000000ff5fffff (131072 KiB) map reusable linux,cma
    [ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [ 0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [ 0.000000] OF: reserved mem: 0x00000000ff700000..0x00000000ffffffff (9216 KiB) nomap non-reusable framebuffer@ff700000
    [ 0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 KiB) map non-reusable ramoops@9c700000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable m4f-dma-memory@9cb00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable m4f-memory@9cc00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [ 0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-memory@9db00000
    [ 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-0x000000008007ffff]
    [ 0.000000] node 0: [mem 0x0000000080080000-0x000000009c7fffff]
    [ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
    [ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff]
    [ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
    [ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ff6fffff]
    [ 0.000000] node 0: [mem 0x00000000ff700000-0x00000000ffffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: PSCIv1.1 detected in firmware.
    [ 0.000000] psci: Using standard PSCI v0.2 function IDs
    [ 0.000000] psci: Trusted OS migration not required
    [ 0.000000] psci: SMC Calling Convention v1.5
    [ 0.000000] percpu: Embedded 22 pages/cpu s51736 r8192 d30184 u90112
    [ 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 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=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 4.
    [ 0.000000] software IO TLB: mapped [mem 0x00000000f4d00000-0x00000000f4f00000] (2MB)
    [ 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=512 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] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
    [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
    [ 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 @80c00000 (flat, esz 8, psz 64K, shr 0)
    [ 0.000000] ITS: using cache flushing for cmd queue
    [ 0.000000] GICv3: using LPI property table @0x0000000080450000
    [ 0.000000] GIC: using cache flushing for LPI property table
    [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080460000
    [ 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.008760] Console: colour dummy device 80x25
    [ 0.013384] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [ 0.024072] pid_max: default: 32768 minimum: 301
    [ 0.028915] LSM: initializing lsm=capability,selinux
    [ 0.034066] SELinux: Initializing.
    [ 0.038300] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.045887] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.066508] rcu: Hierarchical SRCU implementation.
    [ 0.071460] rcu: Max phase no-delay instances is 1000.
    [ 0.077051] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [ 0.086397] EFI services will not be available.
    [ 0.095156] smp: Bringing up secondary CPUs ...
    [ 0.104287] Detected VIPT I-cache on CPU1
    [ 0.104409] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [ 0.104435] GICv3: CPU1: using allocated LPI pending table @0x0000000080470000
    [ 0.104508] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.108409] Detected VIPT I-cache on CPU2
    [ 0.108501] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [ 0.108517] GICv3: CPU2: using allocated LPI pending table @0x0000000080480000
    [ 0.108564] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [ 0.116249] Detected VIPT I-cache on CPU3
    [ 0.116333] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [ 0.116354] GICv3: CPU3: using allocated LPI pending table @0x0000000080490000
    [ 0.116395] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [ 0.116555] smp: Brought up 1 node, 4 CPUs
    [ 0.196306] SMP: Total of 4 processors activated.
    [ 0.201120] CPU: All CPU(s) started at EL2
    [ 0.205321] CPU features: detected: 32-bit EL0 Support
    [ 0.210579] CPU features: detected: CRC32 instructions
    [ 0.215887] alternatives: applying system-wide alternatives
    [ 0.222377] Memory: 1823380K/2097152K available (13632K kernel code, 1466K rwdata, 5108K rodata, 3136K init, 644K bss, 133840K reserved, 131072K cma-reserved)
    [ 0.238461] devtmpfs: initialized
    [ 0.251396] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [ 0.261436] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.273720] 26720 pages in range for non-PLT usage
    [ 0.273759] 518240 pages in range for PLT usage
    [ 0.279168] pinctrl core: initialized pinctrl subsystem
    [ 0.289861] DMI not present or invalid.
    [ 0.296739] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.304641] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [ 0.312706] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.321558] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.330348] audit: initializing netlink subsys (disabled)
    [ 0.336367] audit: type=2000 audit(0.220:1): state=initialized audit_enabled=0 res=1
    [ 0.336946] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.344314] thermal_sys: Registered thermal governor 'power_allocator'
    [ 0.350519] cpuidle: using governor menu
    [ 0.361457] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.368505] ASID allocator initialised with 65536 entries
    [ 0.380075] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [ 0.391615] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 0.403653] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [ 0.413592] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 0.425664] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 0.440864] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 0.453057] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [ 0.463922] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 0.476735] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [ 0.486693] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 0.498334] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [ 0.507599] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 0.518938] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.525928] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [ 0.532350] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.539298] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [ 0.545708] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.552652] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [ 0.559065] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.566006] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [ 0.574772] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [ 0.592510] iommu: Default domain type: Translated
    [ 0.597446] iommu: DMA domain TLB invalidation policy: strict mode
    [ 0.604414] SCSI subsystem initialized
    [ 0.608792] usbcore: registered new interface driver usbfs
    [ 0.614440] usbcore: registered new interface driver hub
    [ 0.619909] usbcore: registered new device driver usb
    [ 0.625735] pps_core: LinuxPPS API ver. 1 registered
    [ 0.630819] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.640172] PTP clock support registered
    [ 0.644225] EDAC MC: Ver: 3.0.0
    [ 0.647901] scmi_core: SCMI protocol bus registered
    [ 0.653289] FPGA manager framework
    [ 0.656908] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.664304] vgaarb: loaded
    [ 0.667586] clocksource: Switched to clocksource arch_sys_counter
    [ 0.674249] VFS: Disk quotas dquot_6.6.0
    [ 0.678307] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.693295] NET: Registered PF_INET protocol family
    [ 0.698642] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.708063] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [ 0.716901] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 0.724843] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [ 0.733067] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [ 0.741181] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.748182] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.755119] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.762698] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ 0.769173] RPC: Registered named UNIX socket transport module.
    [ 0.775261] RPC: Registered udp transport module.
    [ 0.780074] RPC: Registered tcp transport module.
    [ 0.784888] RPC: Registered tcp-with-tls transport module.
    [ 0.790499] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.797094] NET: Registered PF_XDP protocol family
    [ 0.802015] PCI: CLS 0 bytes, default 64
    [ 0.807983] Initialise system trusted keyrings
    [ 0.812909] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [ 0.819948] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.826311] NFS: Registering the id_resolver key type
    [ 0.831537] Key type id_resolver registered
    [ 0.835819] Key type id_legacy registered
    [ 0.839940] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.846799] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 0.907525] Key type asymmetric registered
    [ 0.911737] Asymmetric key parser 'x509' registered
    [ 0.916858] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [ 0.924684] io scheduler mq-deadline registered
    [ 0.929336] io scheduler kyber registered
    [ 0.933499] io scheduler bfq registered
    [ 0.941041] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [ 0.947768] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [ 0.955630] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.968700] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.986428] loop: module loaded
    [ 0.991124] megasas: 07.727.03.00-rc1
    [ 0.999356] tun: Universal TUN/TAP device driver, 1.6
    [ 1.005365] PPP generic driver version 2.4.2
    [ 1.009998] PPP BSD Compression module registered
    [ 1.014825] PPP Deflate Compression module registered
    [ 1.020043] PPP MPPE Compression module registered
    [ 1.024945] NET: Registered PF_PPPOX protocol family
    [ 1.030644] VFIO - User Level meta-driver version: 0.3
    [ 1.037217] usbcore: registered new interface driver usb-storage
    [ 1.044067] i2c_dev: i2c /dev entries driver
    [ 1.050437] sdhci: Secure Digital Host Controller Interface driver
    [ 1.056820] sdhci: Copyright(c) Pierre Ossman
    [ 1.061530] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 1.068024] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 1.075344] usbcore: registered new interface driver usbhid
    [ 1.081081] usbhid: USB HID core driver
    [ 1.086552] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [ 1.096991] optee: probing for conduit method.
    [ 1.101594] optee: revision 4.5 (ef1ebdc23034a804)
    [ 1.102064] optee: dynamic shared memory is enabled
    [ 1.112851] optee: initialized driver
    [ 1.112964] random: crng init done
    [ 1.120769] Initializing XFRM netlink socket
    [ 1.125254] NET: Registered PF_PACKET protocol family
    [ 1.130516] Key type dns_resolver registered
    [ 1.144609] registered taskstats version 1
    [ 1.149328] Loading compiled-in X.509 certificates
    [ 1.169952] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    [ 1.250044] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 1.262221] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [ 1.269642] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 1.278931] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [ 1.288878] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [ 1.298100] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [ 1.308496] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [ 1.315932] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [ 1.322531] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [ 1.331891] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [ 1.342239] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
    [ 1.351125] simple-framebuffer ff700000.framebuffer: format=a8r8g8b8, mode=1920x1200x32, linelength=7680
    [ 1.376414] Console: switching to colour frame buffer device 240x75
    [ 1.396920] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
    [ 1.405892] ti-udma 485c0100.dma-controller: Number of rings: 82
    [ 1.415014] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [ 1.427016] ti-udma 485c0000.dma-controller: Number of rings: 150
    [ 1.438682] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [ 1.449759] printk: legacy console [ttyS2] disabled
    [ 1.455321] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 238, base_baud = 3000000) is a 8250
    [ 1.464258] printk: legacy console [ttyS2] enabled
    [ 1.464258] printk: legacy console [ttyS2] enabled
    [ 1.473952] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.473952] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.500534] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [ 1.507528] Creating 7 MTD partitions on "fc40000.spi.0":
    [ 1.512926] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [ 1.520156] 0x000000080000-0x000000280000 : "ospi.tispl"
    [ 1.526994] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [ 1.533840] 0x000000680000-0x0000006c0000 : "ospi.env"
    [ 1.540434] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [ 1.547796] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [ 1.553215] mtd: partition "ospi.rootfs" is out of reach -- disabled
    [ 1.561148] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [ 1.566922] mtd: partition "ospi.phypattern" is out of reach -- disabled
    [ 1.575218] cadence-qspi fc40000.spi: Pattern not found. Skipping calibration.
    [ 1.584290] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [ 1.623599] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.633038] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver unknown
    [ 1.640895] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver unknown
    [ 1.648783] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [ 1.661797] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [ 1.668219] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [ 1.675352] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [ 1.683543] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [ 1.709189] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [ 1.721468] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [ 1.733475] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [ 1.750824] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 1.756397] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [ 1.764245] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [ 1.770250] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [ 1.779709] xhci-hcd xhci-hcd.0.auto: irq 253, io mem 0x31100000
    [ 1.786899] hub 1-0:1.0: USB hub found
    [ 1.790707] hub 1-0:1.0: 1 port detected
    [ 1.799252] mmc0: CQHCI version 5.10
    [ 1.809336] pca953x 1-0022: supply vcc not found, using dummy regulator
    [ 1.816271] pca953x 1-0022: using AI
    [ 1.835737] pca953x 1-0022: failed writing register: -121
    [ 1.841410] pca953x 1-0022: probe with driver pca953x failed with error -121
    [ 1.844921] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [ 1.858495] clk: Disabling unused clocks
    [ 1.870425] PM: genpd: Disabling unused power domains
    [ 1.875715] ALSA device list:
    [ 1.878678] No soundcards found.
    [ 1.882898] Waiting for root device PARTUUID=076c4a2a-02...
    [ 11.988885] platform fa00000.mmc: deferred probe pending: platform: supplier regulator-3 not ready
    [ 11.997905] platform regulator-3: deferred probe pending: platform: supplier 1-0022 not ready
    [ 12.006425] platform 2b300050.target-module: deferred probe pending: (reason unknown)

  • Sorry!! The log provided earlier was misplaced. Here is the last correct log for your reference.

  • Please modify the "vmmc-supply" regulator node according to your schematics of the SD card interface. On TI EVM, the SD card power supply is controller through the IO expander according to which the regulator node is defined.

    As a quick test, you may comment the "vmmc-supply" property and try booting.

  • [ 1.854389] Waiting for root device PARTUUID=076c4a2a-02...
    [ 12.015993] platform fa00000.mmc: deferred probe pending: platform: supplier regulator-3 not ready
    [ 12.025078] platform regulator-3: deferred probe pending: platform: supplier 1-0022 not ready
    [ 12.033620] platform 2b300050.target-module: deferred probe pending: (reason unknown)

  • diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
    index c7773e81a..3f90da574 100644
    --- a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
    +++ b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
    @@ -596,20 +596,22 @@ sdhci1: mmc@fa00000 {
    power-domains = <&k3_pds 58 TI_SCI_PD_EXCLUSIVE>;
    clocks = <&k3_clks 58 5>, <&k3_clks 58 6>;
    clock-names = "clk_ahb", "clk_xin";
    - bus-width = <4>;
    + //bus-width = <4>;
    + bus-width = <1>; //Charlie
    ti,clkbuf-sel = <0x7>;
    ti,otap-del-sel-legacy = <0x0>;
    ti,otap-del-sel-sd-hs = <0x0>;
    - ti,otap-del-sel-sdr12 = <0xf>;
    - ti,otap-del-sel-sdr25 = <0xf>;
    - ti,otap-del-sel-sdr50 = <0xc>;
    - ti,otap-del-sel-sdr104 = <0x6>;
    - ti,otap-del-sel-ddr50 = <0x9>;
    +// ti,otap-del-sel-sdr12 = <0xf>; //Charlie
    +// ti,otap-del-sel-sdr25 = <0xf>; //Charlie
    +// ti,otap-del-sel-sdr50 = <0xc>; //Charlie
    +// ti,otap-del-sel-sdr104 = <0x6>;//Charlie
    +// ti,otap-del-sel-ddr50 = <0x9>; //Charlie
    ti,itap-del-sel-legacy = <0x0>;
    - ti,itap-del-sel-sd-hs = <0x0>;
    - ti,itap-del-sel-sdr12 = <0x0>;
    - ti,itap-del-sel-sdr25 = <0x0>;
    +// ti,itap-del-sel-sd-hs = <0x0>; //Charlie
    +// ti,itap-del-sel-sdr12 = <0x0>; //Charlie
    +// ti,itap-del-sel-sdr25 = <0x0>; //Charlie
    status = "disabled";
    + no-1-8-v;//Charlie
    };

    sdhci2: mmc@fa20000 {
    diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
    index b6373c1a3..690ba5e0a 100644
    --- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts
    +++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
    @@ -13,8 +13,8 @@

    / {
    compatible = "ti,am625-sk", "ti,am625";
    - model = "Texas Instruments AM625 SK";
    -
    + //model = "Texas Instruments AM625 SK";//Charlie
    + model = "Custom Board AM625 SK";//Charlie
    opp-table {
    /* Add 1.4GHz OPP for am625-sk board. Requires VDD_CORE to be at 0.85V */
    opp-1400000000 {
    @@ -74,9 +74,10 @@ vdd_mmc1: regulator-3 {
    regulator-min-microvolt = <3300000>;
    regulator-max-microvolt = <3300000>;
    regulator-boot-on;
    - enable-active-high;
    + //enable-active-high;//charlie
    vin-supply = <&vcc_3v3_sys>;
    - gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
    + //gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;//charlie
    + regulator-always-on;//Charlie
    };

    vdd_sd_dv: regulator-4 {
    @@ -182,7 +183,14 @@ exp1: gpio@22 {

    &sdhci1 {
    vmmc-supply = <&vdd_mmc1>;
    - vqmmc-supply = <&vdd_sd_dv>;
    + //vqmmc-supply = <&vdd_sd_dv>;
    + no-1-8-v; //Charlie
    + pinctrl-names = "default";
    + pinctrl-0 = <&main_mmc1_pins_default>;
    + ti,driver-strength-ohm = <50>;
    + disable-wp;
    + //sdhci-caps-mask = <0x00000003 0x00000000>; /* Limiting to DDR50 speed mode */
    + sdhci-caps-mask = <0x00000007 0x00000000>;/* Limiting to HS mode */ //Charlie
    };

    &cpsw3g {
    @@ -218,8 +226,8 @@ flash@0 {
    bootph-all;
    compatible = "jedec,spi-nor";
    reg = <0x0>;
    - spi-tx-bus-width = <8>;
    - spi-rx-bus-width = <8>;
    + spi-tx-bus-width = <4>;
    + spi-rx-bus-width = <4>;
    spi-max-frequency = <25000000>;
    cdns,tshsl-ns = <60>;
    cdns,tsd2d-ns = <60>;
    diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
    index 327029f5c..be83e2714 100644
    --- a/drivers/mmc/core/core.c
    +++ b/drivers/mmc/core/core.c
    @@ -1389,7 +1389,8 @@ void mmc_power_cycle(struct mmc_host *host, u32 ocr)
    {
    mmc_power_off(host);
    /* Wait at least 1 ms according to SD spec */
    - mmc_delay(1);
    +// mmc_delay(1);
    + mmc_delay(4); //Charlie
    mmc_power_up(host, ocr);
    }

    diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
    index 0d9d1d250..e2af62b4b 100644
    --- a/sound/soc/codecs/Kconfig
    +++ b/sound/soc/codecs/Kconfig
    @@ -2578,7 +2578,14 @@ config SND_SOC_LPASS_WSA_MACRO
    select REGMAP_MMIO
    select SND_SOC_LPASS_MACRO_COMMON
    tristate "Qualcomm WSA Macro in LPASS(Low Power Audio SubSystem)"
    -
    +
    +config SND_SOC_DUMMY_CODEC
    + tristate "ASoC dummy codec"
    + help
    + Dummy codec useful for testing ASoC links without real hardware.
    +
    +
    +
    config SND_SOC_LPASS_VA_MACRO
    depends on COMMON_CLK
    select REGMAP_MMIO
    diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile
    index 69cb0b39f..fc61304bc 100644
    --- a/sound/soc/codecs/Makefile
    +++ b/sound/soc/codecs/Makefile
    @@ -1,4 +1,5 @@
    # SPDX-License-Identifier: GPL-2.0
    +snd-soc-dummy-codec-objs := dummy-codec.o
    snd-soc-88pm860x-y := 88pm860x-codec.o
    snd-soc-ab8500-codec-y := ab8500-codec.o
    snd-soc-ac97-y := ac97.o

  • The test results still show the same error, and I’m not sure where further corrections are needed. Thank you for your help!!

  • Hi, could you please try the SD Legacy mode once with "sdhci-caps-mask = <0x00000007 0x00200000>". If this also doesn't work, please share the latest built DTB.

  • Hi Prashant

    It works, can enter Kernel normally. Thank you very much for your help