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.

AM62A7-Q1: SD card boot issue in customized board

Part Number: AM62A7-Q1

Hi, 

We have desigend customized board taking reference of SK_AM62A_LP. 

Changes from the EVK :1 : MMC1_SD_EN : Assignment changed from IO Expander (EVK) to SOC pin M21 (Custom Board).2 : Operation voltage for the data lines are 3.3V in the Custom Board. 

 Plesae help to debug  below error while booting from SD card.

-Boot SPL 2024.04-ti-ga970f6e51043 (Nov 13 2024 - 14:26:23 +0000)
SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
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 ###
ÿ!E

Regards,

Tejas Patel

  • Hi Tejas Patel,

    1. The first I2C error is because SPL is still expecting the SD_EN connected to the I2C expander. This should be corrected in SPL.

    2. Data lines at 3.3 V means you will not be able to support UHS cards in hardware. SPL is expecting to switch to 1.8V IOs to proceed with the UHS card but hardware doesn't allow that. Might be possible to direct SPL to work only with old cards but I'm not sure.

    Regards,

    Stan

  • Hello  ,

    1: I was able to remove the I2c error by removing the "exp1: gpio@22" node in "&main_i2c1" inside "k3-am62a7-sk.dts"file, 
    2: I tried to change the "vdd_mmc1" node by adding this followinf patch"     vdd_mmc1: regulator-3 {
            /* TPS22918DBVR */
            compatible = "regulator-fixed";
            regulator-name = "vdd_mmc1";
            regulator-min-microvolt = <3300000>;
            regulator-max-microvolt = <3300000>;
            regulator-boot-on;
            enable-active-high;
            gpio = <&main_gpio0 42 GPIO_ACTIVE_HIGH>;
            pinctrl-0 = <&gpio42_pins_default>;
            pinctrl-names = "default";  
        };"
    Note: here i changed the exp1 with main_gpio0 42 according to our schematic change, but we have noticed that the N22 pin"VSEL_SD_SOC" does not go low resulting in 3v3 supply and not able to switch to 1v8. Maybe because of this reason my SPL throws error.
    Can you please help us with relevant solutions(or dts changes) for the same

  • Hello Tejas Patel,

    Thanks for the updates.

    We are working onto this. Please expect our feedback today or tomorrow EOB.

    Thanks for your patience !

    Kind Regards,

    Anastas Yordanov

  • Hello Tejas Patel,

    You may want to read through the SD Card interface related checkpoints in this FAQ: Board bring-up FAQ

    Please let us know if you found something.

    Expect our follow-up early next week.

    I appreciate your patience !

    Kind Regards

    Anastas Yordanov

  • Hello Tejas,

    Can you please share part of the schematics related SD Card? It's a bit difficult to imagine the whole pictute without it.

    Thanks,

    Stan

  • SD Card: Pull up is not mounted for CLK pin. 

        

  • Hi Tejas,

    Are you seeing power applied to VDD on the SD card cage?

    Also, I saw an improvement that you may want to do. You can remove the pullup on the CLK since you have already pulldown on it.

    Thanks,

    Stan

  • Yes we can see 3v3 on VDD, and pullup on CLK is already removed.

  • I tried to change the "vdd_mmc1" node by adding this followinf patch"     vdd_mmc1: regulator-3 {

    This property is for the SD card power suppy. The "vqmmc-supply" controls the I/O supply. So, you would need to modify this as well according to your schematics to support the 1.8V UHS modes.

  • Hello Tejas, 

    Here are possible steps

    Step 1 

    Can you please share the PDF version of the schematics to be able to search.

    The MMC1_CLK pulldown is expected to be 10K

    The ferrite use on the SD card pullups need to be changed to a 0R.

    Step 2

    Would you be able to fix the SD card interface to 3.3V to check if the SD card interface works and the issue is the GPIO.

    Regards,

    Sreenivasa

  • Hello Tejas, 

    Checking if you were able to make progress.

    Regards,

    Sreenivasa

  • Hello  , unfortunately we cant share the whole schematic pdf with you because of our policy, adding to this we tried the changes that  you have suggested but we cant see any difference, i think the problem is that we have removed the IO expander that was used to send reset signal to sd card interface, we can see the voltage is constant 3v3 but i think it should switch to 1v8 to support uhs.

  • Hello Tajas, 

    Thank you for the note, appreciated.

    Step 2

    Would you be able to fix the SD card interface to 3.3V to check if the SD card interface works and the issue is the GPIO.

    The below step is to test the SD card interface in legacy default speed without switching 3.3to 1.8V.

    In case you have not made these changes and need support, Prashant can guide.

    Regards,

    Sreenivasa

  • Yes we have tested with constant 3.3 at our end but we are still getting same error,   do you have any reference dts with related to "vqmmc-supply" as you have mentioned earlier, we have already did the following changes in "vddshv_sdio" node

     

    	vddshv_sdio: regulator-5 {
    		compatible = "regulator-gpio";
    		regulator-name = "vddshv_sdio";
    		pinctrl-names = "default";
    		pinctrl-0 = <&vddshv_sdio_pins_default>;
    		regulator-min-microvolt = <1800000>;
    		regulator-max-microvolt = <3300000>;
    		regulator-boot-on;
    		vin-supply = <&ldo1>;
    		gpios = <&main_gpio0 31 GPIO_ACTIVE_HIGH>;
    		states = <1800000 0x0>,
    			 <3300000 0x1>;
    	};
    

  • Hello,

    Could you please confirm if you are able to boot successfully in 3.3V? If yes, please share the logs. If not, please limit the SD card to SD HS mode as described in the following workaround: https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/11_01_07_05/exports/docs/linux/Foundational_Components/U-Boot/UG-Memory-K3.html#steps-for-working-around-sd-card-issues-in-u-boot

    Thanks!

  • I am able to boot from sd card after adding this line in uboot dts file
    "sdhci-caps-mask = <0x00000007 0x00000000>;"

    but now i am getting probe error because of kernel dts, i have did the same changes in it too, it runs perfectly when i copy default dtb in it

    U-Boot 2024.04-ti-dirty (Nov 17 2025 - 14:53:06 +0530)
    
    SoC:   AM62AX SR1.0 HS-FS
    Model: Texas Instruments AM62A7 SK
    DRAM:  2 GiB (effective 4 GiB)
    Core:  89 devices, 30 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   Could not get PHY for mdio@f00: addr 0
    am65_cpsw_nuss_port ethernet@8000000port@1: phy_connect() failed
    
    Error: ethernet@8000000port@2 No valid MAC address found.
    No ethernet found.
    
    Hit any key to stop autoboot:  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
    653 bytes read in 33 ms (18.6 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    53172 bytes read in 47 ms (1.1 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 0 with data@addr=0x82000000 53172 bytes: Success!
    8391984 bytes read in 57 ms (140.4 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 2 with data@addr=0x82000000 8391984 bytes: Success!
    21029376 bytes read in 863 ms (23.2 MiB/s)
    62334 bytes read in 37 ms (1.6 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.6.44-ti-01478-g541c20281af7-dirty (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Thu Nov 14 19:20:24 UTC 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM62A7 SK
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000c0000000, size 576 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000c0000000..0x00000000e3ffffff (589824 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000099800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@99800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000099800000..0x00000000998fffff (1024 KiB) nomap non-reusable c7x-dma-memory@99800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000099900000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@99900000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000099900000..0x000000009b7fffff (31744 KiB) nomap non-reusable c7x-memory@99900000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009b800000..0x000000009b8fffff (1024 KiB) nomap non-reusable r5f-dma-memory@9b800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b900000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b900000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009b900000..0x000000009c7fffff (15360 KiB) nomap non-reusable r5f-dma-memory@9b900000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009c800000..0x000000009c8fffff (1024 KiB) nomap non-reusable r5f-dma-memory@9c800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009c900000..0x000000009e6fffff (30720 KiB) nomap non-reusable r5f-dma-memory@9c900000
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a0ffffff (16384 KiB) nomap non-reusable edgeai-rtos-ipc-memory-region
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node edgeai-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a2ffffff (32768 KiB) nomap non-reusable edgeai-dma-memory@a1000000
    [    0.000000] OF: reserved mem: initialized node edgeai_shared-memories, compatible id dma-heap-carveout
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000adffffff (180224 KiB) map non-reusable edgeai_shared-memories
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 288 MiB
    [    0.000000] OF: reserved mem: initialized node edgeai-core-heap-memory@ae000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ae000000..0x00000000bfffffff (294912 KiB) nomap non-reusable edgeai-core-heap-memory@ae000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    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-0x00000000997fffff]
    [    0.000000]   node   0: [mem 0x0000000099800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a2ffffff]
    [    0.000000]   node   0: [mem 0x00000000a3000000-0x00000000adffffff]
    [    0.000000]   node   0: [mem 0x00000000ae000000-0x00000000bfffffff]
    [    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    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 20 pages/cpu s43176 r8192 d30552 u81920
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 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: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 4.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 2807092K/4194304K available (12480K kernel code, 1272K rwdata, 4172K rodata, 2496K init, 528K bss, 797388K reserved, 589824K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU event tracing is enabled.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] 	Trampoline variant of Tasks RCU enabled.
    [    0.000000] 	Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008536] Console: colour dummy device 80x25
    [    0.013126] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023807] pid_max: default: 32768 minimum: 301
    [    0.028605] LSM: initializing lsm=capability,selinux,integrity
    [    0.034595] SELinux:  Initializing.
    [    0.038277] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.045856] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.055553] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
    [    0.062868] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
    [    0.070785] rcu: Hierarchical SRCU implementation.
    [    0.075691] rcu: 	Max phase no-delay instances is 1000.
    [    0.081278] Platform MSI: msi-controller@1820000 domain created
    [    0.087530] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.096956] EFI services will not be available.
    [    0.101840] smp: Bringing up secondary CPUs ...
    [    0.107073] Detected VIPT I-cache on CPU1
    [    0.107146] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.107162] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
    [    0.107210] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.107876] Detected VIPT I-cache on CPU2
    [    0.107931] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.107944] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
    [    0.107978] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.108586] Detected VIPT I-cache on CPU3
    [    0.108639] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.108652] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
    [    0.108683] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.108756] smp: Brought up 1 node, 4 CPUs
    [    0.188480] SMP: Total of 4 processors activated.
    [    0.193293] CPU features: detected: 32-bit EL0 Support
    [    0.198563] CPU features: detected: CRC32 instructions
    [    0.203875] CPU: All CPU(s) started at EL2
    [    0.208074] alternatives: applying system-wide alternatives
    [    0.215449] devtmpfs: initialized
    [    0.228182] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.238183] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.260556] pinctrl core: initialized pinctrl subsystem
    [    0.266403] DMI not present or invalid.
    [    0.270936] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.277775] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.285112] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.293183] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.301335] audit: initializing netlink subsys (disabled)
    [    0.307034] audit: type=2000 audit(0.192:1): state=initialized audit_enabled=0 res=1
    [    0.307468] thermal_sys: Registered thermal governor 'step_wise'
    [    0.314965] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.321148] cpuidle: using governor menu
    [    0.331999] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.339023] ASID allocator initialised with 65536 entries
    [    0.356266] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
    [    0.367185] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.378729] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.389190] Modules: 27488 pages in range for non-PLT usage
    [    0.389196] Modules: 519008 pages in range for PLT usage
    [    0.395588] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.407983] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.414392] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.421331] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.427740] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.434679] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.441086] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.448025] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.455771] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
    [    0.465099] iommu: Default domain type: Translated
    [    0.470022] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.476619] SCSI subsystem initialized
    [    0.480769] usbcore: registered new interface driver usbfs
    [    0.486413] usbcore: registered new interface driver hub
    [    0.491875] usbcore: registered new device driver usb
    [    0.497485] pps_core: LinuxPPS API ver. 1 registered
    [    0.502565] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.511916] PTP clock support registered
    [    0.516081] EDAC MC: Ver: 3.0.0
    [    0.519758] scmi_core: SCMI protocol bus registered
    [    0.525033] FPGA manager framework
    [    0.528592] Advanced Linux Sound Architecture Driver Initialized.
    [    0.535735] vgaarb: loaded
    [    0.538823] clocksource: Switched to clocksource arch_sys_counter
    [    0.545354] VFS: Disk quotas dquot_6.6.0
    [    0.549394] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.563187] Carveout Heap: Exported 176 MiB at 0x00000000a3000000
    [    0.569529] NET: Registered PF_INET protocol family
    [    0.574701] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.585145] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.593951] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.601889] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.610197] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [    0.618597] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.625469] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.632425] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.639963] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.646178] RPC: Registered named UNIX socket transport module.
    [    0.652255] RPC: Registered udp transport module.
    [    0.657064] RPC: Registered tcp transport module.
    [    0.661873] RPC: Registered tcp-with-tls transport module.
    [    0.667483] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.674073] NET: Registered PF_XDP protocol family
    [    0.678989] PCI: CLS 0 bytes, default 64
    [    0.684333] Initialise system trusted keyrings
    [    0.689106] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.696021] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.702239] NFS: Registering the id_resolver key type
    [    0.707438] Key type id_resolver registered
    [    0.711716] Key type id_legacy registered
    [    0.715831] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.722687] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.764203] Key type asymmetric registered
    [    0.768402] Asymmetric key parser 'x509' registered
    [    0.773451] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.781167] io scheduler mq-deadline registered
    [    0.785808] io scheduler kyber registered
    [    0.789938] io scheduler bfq registered
    [    0.796823] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.803385] pinctrl-single f4000.pinctrl: 151 pins, size 604
    [    0.810723] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.823074] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.840484] loop: module loaded
    [    0.844725] megasas: 07.725.01.00-rc1
    [    0.852055] tun: Universal TUN/TAP device driver, 1.6
    [    0.858253] VFIO - User Level meta-driver version: 0.3
    [    0.864623] usbcore: registered new interface driver usb-storage
    [    0.871331] i2c_dev: i2c /dev entries driver
    [    0.877166] sdhci: Secure Digital Host Controller Interface driver
    [    0.883506] sdhci: Copyright(c) Pierre Ossman
    [    0.888183] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.894705] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.901150] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.908421] usbcore: registered new interface driver usbhid
    [    0.914126] usbhid: USB HID core driver
    [    0.919306] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.928293] optee: probing for conduit method.
    [    0.932875] optee: revision 4.4 (8f645256efc0dc66)
    [    0.933186] optee: dynamic shared memory is enabled
    [    0.943750] random: crng init done
    [    0.947338] optee: initialized driver
    [    0.952587] Initializing XFRM netlink socket
    [    0.957014] NET: Registered PF_PACKET protocol family
    [    0.962259] Key type dns_resolver registered
    [    0.974908] registered taskstats version 1
    [    0.979229] Loading compiled-in X.509 certificates
    [    0.996875] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    [    1.043327] i2c 0-0048: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/pmic@48/regulators/buck5
    [    1.053198] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.060557] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.070524] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.080279] i2c 1-003b: Fixed dependency cycle(s) with /connector-hdmi
    [    1.087009] i2c 1-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    1.094549] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.101383] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.107297] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.115615] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.124834] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.133849] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    1.143383] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.152103] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.163209] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.174255] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.183831] ti-udma 4e230000.dma-controller: Number of rings: 6
    [    1.190427] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
    [    1.199859] printk: console [ttyS2] disabled
    [    1.204564] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 249, base_baud = 3000000) is a 8250
    [    1.213516] printk: console [ttyS2] enabled
    [    1.213516] printk: console [ttyS2] enabled
    [    1.221981] printk: bootconsole [ns16550a0] disabled
    [    1.221981] printk: bootconsole [ns16550a0] disabled
    [    1.637107] spi-nand: probe of spi0.0 failed with error -110
    [    1.682832] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.690640] mdio_bus 8000f00.mdio: MDIO device at address 0 is missing.
    [    1.697433] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.710497] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    1.716771] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.723898] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.730315] pps pps0: new PPS source ptp0
    [    1.734600] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.748362] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.758586] platform 31000000.usb: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/usb-power-controller@3f/connector
    [    1.771944] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    1.777511] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [    1.785304] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    1.791312] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008020000010
    [    1.800741] xhci-hcd xhci-hcd.0.auto: irq 264, io mem 0x31100000
    [    1.807557] hub 1-0:1.0: USB hub found
    [    1.811357] hub 1-0:1.0: 1 port detected
    [    1.816834] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
    [    1.829138] mmc0: CQHCI version 5.10
    [    1.873415] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.961087] mmc0: Command Queue Engine enabled
    [    1.965565] mmc0: new HS200 MMC card at address 0001
    [    1.971090] mmcblk0: mmc0:0001 G1J37E 29.6 GiB
    [    1.977240] mmcblk0boot0: mmc0:0001 G1J37E 31.5 MiB
    [    1.983108] mmcblk0boot1: mmc0:0001 G1J37E 31.5 MiB
    [    1.988879] mmcblk0rpmb: mmc0:0001 G1J37E 4.00 MiB, chardev (239:0)
    [    2.110194] tps6594-rtc tps6594-rtc.5.auto: registered as rtc1
    [    2.121383] clk: Disabling unused clocks
    [    2.129281] ALSA device list:
    [    2.132308]   No soundcards found.
    [    2.136191] Waiting for root device PARTUUID=076c4a2a-02...
    [   12.215663] platform regulator-3: deferred probe pending
    [   12.220987] platform 2b300050.target-module: deferred probe pending
    

  • Hello,

    It looks like you have created a separate thread (https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1588714/am62a7-q1-waiting-for-root-device-partuuid-issue-while-booting-with-sd-card) for the latest issue.

    Let us continue the discussion there now!!