This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-AM62B-P1: SDK8.6 is okay to boot the Customer PCB, but SDK9.02 cannot

Part Number: SK-AM62B-P1

Tool/software:

Champs:

As the title, My customer PCB is not able to boot okay with SDK8.02.

But the SDK8.6 is totally okay.

The Boot fail log with 9.02 SDK is the below.

Is this E2E the solution to fix my issue?

e2e.ti.com/.../am625-q1-u-boot-kernel-porting

BR Rio


U-Boot SPL 2023.04-ti-g836606420854 (May 09 2024 - 05:42:45 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
SPL initial stack usage: 13408 bytes
Trying to boot from MMC2
Authentication passed
Authentication passed
Authentication passed
Authentication passed
Authentication passed
Starting ATF on ARM64 core...

NOTICE: BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
NOTICE: BL31: Built : 16:09:05, Feb 9 2024

U-Boot SPL 2023.04-ti-g836606420854 (May 09 2024 - 05:42:45 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
SPL initial stack usage: 1856 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 ###

  • Hi Rio,

    I am routing your query to our U-Boot MMC expert for comments.

  • Hi Rio,

    The E2E you have referred are not related to the customer issue.

    This customer issue looks the same as the following one reported by you previously.

    https://e2e.ti.com/support/processors-group/processors---internal/f/processors---internal-forum/1366743/processor-sdk-am62x-boot-issue-on-customer-pc

    Regards,

    Prashant

  • Hi Bin:

    I have checked the above Similar E2E.

    The patch inside that E2E is not applicable in SDK10.x.

    please note: Im focusing on the SDK10.x.

    Although my fail log is 9.02x.

     

    BR Rio

  • The patch inside that E2E is not applicable in SDK10.x.

    The v10.x is not released yet so we cannot say anything for this.

  • Hi Prashant:

    But my current task is to porting the T1S with Andreas, and this needs to be finished on the kernel 6.6 which is SDK10.

    Can I get the uboot + tiboot3.bin for HS-FS based on SDK10.x early drop from you?

    I need to make it boot okay and start testing the T1S on the kernel 6.6.

    Thanks.

    BR Rio

  • Can I get the uboot + tiboot3.bin for HS-FS based on SDK10.x early drop from you?

    Just boot the U-Boot from v9.2 SDK. It should be able to successfully boot Kernel 6.6 from SDK10.x

  • Hi Prashant:

    Sorry, as this E2E saying in the beginning, the SDK9.2 cannot boot okay on my customer PCB.

    How to fix it?

    BR Rio

  • How to fix it?

    Apply the changes you mentioned in the other thread

    https://e2e.ti.com/support/processors-group/processors---internal/f/processors---internal-forum/1366743/processor-sdk-am62x-boot-issue-on-customer-pcb/5226849#5226849

    Comment out this line in the DTS will work:

      /*gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;*/

    Regards,

    Prashant

  • Hi Prashant:

      This is fix #1.

         https://software-dl.ti.com/processor-sdk-linux/esd/AM62X/latest/exports/docs/linux/Foundational_Components/U-Boot/UG-Memory.html#steps-for-working-around-sd-card-issues

      This is fix #2.

       I have combined those 2 into the SDK9.02.

       Built out those 3 files: tispl.bin tiboot3.bin u-boot.img.

      

       1 question:

               Those fix will effect the tiboot3.bin ?

                My built tiboot3.bin will block the boot, no console at all.

                But replaced the prebuilt tiboot3.bin, i can boot longer.

    Any comments?

    BR Rio

  • Hi Rio,

    Comment out this line in the DTS will work:

      /*gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;*/

    Is this fix alone not working?

    Those fix will effect the tiboot3.bin ?

    The fix #2 modifies a line in mmc driver so it will affect the tiboot3.bin also. The fix #1 and #3 will affect tiboot3.bin only if those changes are included in its DTS.

    Regards,

    Prashant

  • AM62_T1S_Stuffs_Log_To_Prashant_7_24.7z

    Hi Prashant:

       #1. Please see the 7z file posted.

       #2. 8.6 is boot okay on my customer PCB.

             9.02 is not okay, I have merged all fixes, the problem is the mmcblk1p2 is missing, not knowing why.

    BR Rio

  • Hi Rio,

    Please include the following property in the &sdhci1 node of the Kernel DTS.

    no-1-8-v; /* disabling all the UHS modes */

    The change should look something like the following

    diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
    index b1737978103b..343692001380 100644
    --- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts
    +++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
    @@ -225,6 +225,7 @@ exp1: gpio@22 {
     &sdhci1 {
     	vmmc-supply = <&vdd_mmc1>;
     	vqmmc-supply = <&vdd_sd_dv>;
    +    no-1-8-v; /* disabling all the UHS modes */
     };
     
     &sdhci2 {
    

    Regards,

    Prashant

  • 2024_7_24_Rio_9.2_Porting_2.txt
    U-Boot 2023.04 (Jul 24 2024 - 14:12:08 +0800)
    
    SoC:   AM62X SR1.0 HS-FS
    Model: Texas Instruments AM625 SK
    EEPROM not available at 80, trying to read at 81
    Reading on-board EEPROM at 0x51 failed -121
    DRAM:  2 GiB
    Core:  72 devices, 32 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial
    Out:   serial
    Err:   serial
    EEPROM not available at 80, trying to read at 81
    Reading on-board EEPROM at 0x51 failed -121
    Net:   Could not get PHY for ethernet@8000000port@1: addr 0
    am65_cpsw_nuss_port ethernet@8000000port@1: phy_connect() failed
    No ethernet found.
    
    Hit any key to stop autoboot:  0
    => mmc dev
    switch to partitions #0, OK
    mmc0(part 0) is current device
    => mmc info
    Device: mmc@fa10000
    Manufacturer ID: 13
    OEM: 4e
    Name: G1M15L
    Bus Speed: 200000000
    Mode: HS200 (200MHz)
    Rd Block Len: 512
    MMC version 5.1
    High Capacity: Yes
    Capacity: 29.6 GiB
    Bus Width: 8-bit
    Erase Group Size: 512 KiB
    HC WP Group Size: 8 MiB
    User Capacity: 29.6 GiB WRREL
    Boot Capacity: 31.5 MiB ENH
    RPMB Capacity: 4 MiB ENH
    Boot area 0 is not write protected
    Boot area 1 is not write protected
    => run mmc_boot
    switch to partitions #0, OK
    mmc0(part 0) is current device
    ** Bad device specification mmc -bootable **
    ** No partition table - mmc  **
    Couldn't find partition mmc :1
    => boot
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    574 bytes read in 16 ms (34.2 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    20285952 bytes read in 1681 ms (11.5 MiB/s)
    59546 bytes read in 23 ms (2.5 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008feee000, end 000000008fffffff ... OK
    Working FDT set to 8feee000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.6.32 (root@rio-virtual-machine) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240620) #1 SMP PREEMPT Wed Jul 24 15:20:10 CST 2024
    [    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: 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: 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] OF: reserved mem: 0x000000009e780000..0x000000009e7fffff (512 KiB) nomap non-reusable tfa@9e780000
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] OF: reserved mem: 0x00000000ff700000..0x00000000fffeffff (9152 KiB) nomap non-reusable framebuffer@ff700000
    [    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-0x000000009c7fffff]
    [    0.000000]   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x000000009fffffff]
    [    0.000000]   node   0: [mem 0x00000000a0000000-0x00000000ff6fffff]
    [    0.000000]   node   0: [mem 0x00000000ff700000-0x00000000fffeffff]
    [    0.000000]   node   0: [mem 0x00000000ffff0000-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.4
    [    0.000000] percpu: Embedded 20 pages/cpu s42984 r8192 d30744 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.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system) root=PARTUUID=01cc07ea-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: 516096
    [    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 0x00000000f0f00000-0x00000000f4f00000] (64MB)
    [    0.000000] Memory: 1771928K/2097152K available (11968K kernel code, 1250K rwdata, 4036K rodata, 2432K init, 502K bss, 194152K reserved, 131072K 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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080050000
    [    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.008642] Console: colour dummy device 80x25
    [    0.013248] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023940] pid_max: default: 32768 minimum: 301
    [    0.028768] LSM: initializing lsm=capability,integrity
    [    0.034165] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.041757] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.052041] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
    [    0.059394] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
    [    0.067372] rcu: Hierarchical SRCU implementation.
    [    0.072284] rcu:     Max phase no-delay instances is 1000.
    [    0.077949] Platform MSI: msi-controller@1820000 domain created
    [    0.084315] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.093754] EFI services will not be available.
    [    0.098740] smp: Bringing up secondary CPUs ...
    [    0.104149] Detected VIPT I-cache on CPU1
    [    0.104256] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.104274] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
    [    0.104345] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    5.135018] CPU2: failed to come online
    [    5.164119] CPU2: failed in unknown state : 0x0
    [   10.272419] CPU3: failed to come online
    [   10.276345] CPU3: failed in unknown state : 0x0
    [   10.281045] smp: Brought up 1 node, 2 CPUs
    [   10.285272] SMP: Total of 2 processors activated.
    [   10.290085] CPU features: detected: 32-bit EL0 Support
    [   10.295353] CPU features: detected: CRC32 instructions
    [   10.300693] CPU: All CPU(s) started at EL2
    [   10.304880] alternatives: applying system-wide alternatives
    [   10.312930] devtmpfs: initialized
    [   10.325602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [   10.335622] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [   10.348320] pinctrl core: initialized pinctrl subsystem
    [   10.354370] DMI not present or invalid.
    [   10.359054] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [   10.366472] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [   10.373900] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [   10.381983] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [   10.390189] audit: initializing netlink subsys (disabled)
    [   10.396002] audit: type=2000 audit(10.304:1): state=initialized audit_enabled=0 res=1
    [   10.396557] thermal_sys: Registered thermal governor 'step_wise'
    [   10.404033] thermal_sys: Registered thermal governor 'power_allocator'
    [   10.410237] cpuidle: using governor menu
    [   10.421145] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [   10.428153] ASID allocator initialised with 65536 entries
    [   10.445942] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [   10.455424] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
    [   10.467049] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [   10.478275] Modules: 27680 pages in range for non-PLT usage
    [   10.478290] Modules: 519200 pages in range for PLT usage
    [   10.485091] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [   10.497486] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [   10.503895] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [   10.510834] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [   10.517242] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [   10.524181] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [   10.530595] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [   10.537535] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [   10.545795] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [   10.555431] iommu: Default domain type: Translated
    [   10.560363] iommu: DMA domain TLB invalidation policy: strict mode
    [   10.567092] SCSI subsystem initialized
    [   10.571413] usbcore: registered new interface driver usbfs
    [   10.577077] usbcore: registered new interface driver hub
    [   10.582552] usbcore: registered new device driver usb
    [   10.588374] pps_core: LinuxPPS API ver. 1 registered
    [   10.593453] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [   10.602803] PTP clock support registered
    [   10.607004] EDAC MC: Ver: 3.0.0
    [   10.610892] scmi_core: SCMI protocol bus registered
    [   10.616345] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [   10.623579] FPGA manager framework
    [   10.627183] Advanced Linux Sound Architecture Driver Initialized.
    [   10.634510] vgaarb: loaded
    [   10.637796] clocksource: Switched to clocksource arch_sys_counter
    [   10.644380] VFS: Disk quotas dquot_6.6.0
    [   10.648438] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [   10.662561] NET: Registered PF_INET protocol family
    [   10.667909] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [   10.677370] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [   10.686156] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [   10.694091] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [   10.702327] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [   10.710458] TCP: Hash tables configured (established 16384 bind 16384)
    [   10.717435] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [   10.724370] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [   10.731933] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [   10.738452] RPC: Registered named UNIX socket transport module.
    [   10.744553] RPC: Registered udp transport module.
    [   10.749365] RPC: Registered tcp transport module.
    [   10.754173] RPC: Registered tcp-with-tls transport module.
    [   10.759782] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [   10.766387] NET: Registered PF_XDP protocol family
    [   10.771310] PCI: CLS 0 bytes, default 64
    [   10.776963] Initialise system trusted keyrings
    [   10.781922] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [   10.788947] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [   10.795316] NFS: Registering the id_resolver key type
    [   10.800531] Key type id_resolver registered
    [   10.804810] Key type id_legacy registered
    [   10.808927] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [   10.815786] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [   10.855892] Key type asymmetric registered
    [   10.860090] Asymmetric key parser 'x509' registered
    [   10.865148] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [   10.872717] io scheduler mq-deadline registered
    [   10.877351] io scheduler kyber registered
    [   10.881493] io scheduler bfq registered
    [   10.888923] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [   10.895904] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [   10.908692] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [   10.926970] loop: module loaded
    [   10.931546] megasas: 07.725.01.00-rc1
    [   10.939649] tun: Universal TUN/TAP device driver, 1.6
    [   10.946104] VFIO - User Level meta-driver version: 0.3
    [   10.952613] usbcore: registered new interface driver usb-storage
    [   10.959351] i2c_dev: i2c /dev entries driver
    [   10.965581] sdhci: Secure Digital Host Controller Interface driver
    [   10.971953] sdhci: Copyright(c) Pierre Ossman
    [   10.976735] sdhci-pltfm: SDHCI platform and OF driver helper
    [   10.983171] ledtrig-cpu: registered to indicate activity on CPUs
    [   10.989654] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [   10.996984] usbcore: registered new interface driver usbhid
    [   11.002697] usbhid: USB HID core driver
    [   11.008207] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [   11.017292] optee: probing for conduit method.
    [   11.021877] optee: revision 4.1 (012cdca4)
    [   11.022296] optee: dynamic shared memory is enabled
    [   11.032405] random: crng init done
    [   11.036034] optee: initialized driver
    [   11.042111] NET: Registered PF_PACKET protocol family
    [   11.047419] Key type dns_resolver registered
    [   11.060380] registered taskstats version 1
    [   11.064840] Loading compiled-in X.509 certificates
    [   11.085098] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [   11.141566] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [   11.173606] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [   11.182962] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [   11.193864] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
    [   11.202722] simple-framebuffer ff700000.framebuffer: format=a8r8g8b8, mode=1920x1200x32, linelength=7680
    [   11.228124] Console: switching to colour frame buffer device 240x75
    [   11.248767] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
    [   11.257635] ti-udma 485c0100.dma-controller: Number of rings: 82
    [   11.266823] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [   11.278346] ti-udma 485c0000.dma-controller: Number of rings: 150
    [   11.290109] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [   11.301185] platform 31000000.usb: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [   11.329735] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [   11.339542] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
    [   11.348145] clk: Disabling unused clocks
    [   11.356022] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [   11.372162] ALSA device list:
    [   11.375207]   No soundcards found.
    [   11.378761] Warning: unable to open an initial console.
    [   11.384218] Waiting for root device PARTUUID=01cc07ea-02...
    [   21.600393] platform fa20000.mmc: deferred probe pending
    [   21.605872] platform regulator-3: deferred probe pending
    [   21.611310] platform regulator-6: deferred probe pending
    [   21.616772] platform regulator-7: deferred probe pending
    [   21.622220] platform regulator-4: deferred probe pending
    [   21.627655] platform 20000000.i2c: deferred probe pending
    [   21.633178] platform 20010000.i2c: deferred probe pending
    [   21.638703] platform 20020000.i2c: deferred probe pending
    [   21.644233] platform fc40000.spi: deferred probe pending
    [   21.649669] platform 2b300050.target-module: deferred probe pending
    [   21.656086] platform 2800000.serial: deferred probe pending
    [   21.661789] platform 8000000.ethernet: deferred probe pending
    [   21.667671] platform 31100000.usb: deferred probe pending
    [   21.673190] platform fa10000.mmc: deferred probe pending
    [   21.678620] platform leds: deferred probe pending
    [   21.683430] platform fa00000.mmc: deferred probe pending
    

    Prashant:

       It seems worse..

       Any idea?

    BR Rio

    [ 21.605872] platform regulator-3: deferred probe pending
    [ 21.611310] platform regulator-6: deferred probe pending
    [ 21.616772] platform regulator-7: deferred probe pending
    [ 21.622220] platform regulator-4: deferred probe pending
    [ 21.627655] platform 20000000.i2c: deferred probe pending
    [ 21.633178] platform 20010000.i2c: deferred probe pending
    [ 21.638703] platform 20020000.i2c: deferred probe pending
    [ 21.644233] platform fc40000.spi: deferred probe pending
    [ 21.649669] platform 2b300050.target-module: deferred probe pending
    [ 21.656086] platform 2800000.serial: deferred probe pending
    [ 21.661789] platform 8000000.ethernet: deferred probe pending
    [ 21.667671] platform 31100000.usb: deferred probe pending
    [ 21.673190] platform fa10000.mmc: deferred probe pending
    [ 21.678620] platform leds: deferred probe pending
    [ 21.683430] platform fa00000.mmc: deferred probe pending

  • Hi Prashant:

      Those deferred are coming from the Pinmux setting?

      But I compare the 8.6 dts vs 10x or 9.x, the DTS are having nothing wrong.

      Why my kernel has so many deferred ?

      Do I need to set the kernel config again?

    BR Rio

  • Hi Rio,

    I am assuming the customer have some changes in the DTS files from SDK v8.6 to make the Kernel from the same SDK version work. The customer should do the same changes in the SDK version 10x or 9.x

    If in doubt, you may compare the working DTB from SDK v8.6 to the DTB from the new SDK versions.

    Regards,

    Prashant 

  • DTS_Compare.7z

    Hi Prashant:

       1. Native 8.6 or 9.0 can boot completed on Customer PCB, I confirmed this.

       2. Customer SW RnD didnot involve this task actually, this is very beginning stage.

       3. Now, I have compared the 9.0 vs 10x Kernel DTS in the attached. (No modified.) 

          I cannot tell which line make the blocking. :(.

    BR Rio

       

  • Hi Prashant:

        Sorry, maybe Im too busy for the other stuffs.

         I have resolved this issue, and kernel booted completed with 9.0 uboot + 10,x kernel.

         The reason why this issue is:

                 The Rootfs is 9.0.

                 But my kernel Image is 10.x.

          Looks like the 9.0 rootfs is not compatible with 10.x kernel.

    I will close this ticket, thanks for the helping somehow.

    BR Rio