Tool/software:
Hello TI,
We try to use SDK 11 for our custom board. Boot it from SD Card (Micro SD HC I Ultra)) but failed, please help.
Build option cmd: MACHINE=am62xx-evm bitbake -k tisdk-base-image
kernel boot error:
[ 2.509987] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 12.510875] platform fa00000.mmc: deferred probe pending: platform: supplier regulator-3 not ready
[ 12.519887] platform regulator-3: deferred probe pending: platform: supplier 1-0022 not ready
[ 12.528416] platform 2b300050.target-module: deferred probe pending: (reason unknown)
Based on our expereinced when using SDK 9.0 (https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1381861/sk-am62b-p1-custom-board-bring-up-using-microsd-fa00000-mmc-deferred-probe-pending)
We added the patch but it does not work.
paul@VM41UBT2204:~/tisdk/build/arago-tmp-default-glibc/work-shared/am62xx-evm/kernel-source$ git diff
diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
index fd1a9eef9070..afe4925466a8 100644
--- a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
@@ -591,7 +591,7 @@ 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 = <1>;
ti,clkbuf-sel = <0x7>;
ti,otap-del-sel-legacy = <0x0>;
ti,otap-del-sel-sd-hs = <0x0>;
diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
index 5c8da5a871a2..8459d980e6d7 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
@@ -181,6 +181,7 @@ exp1: gpio@22 {
&sdhci1 {
vmmc-supply = <&vdd_mmc1>;
vqmmc-supply = <&vdd_sd_dv>;
+ no-1-8-v; /* disabling all the UHS modes */
};
&cpsw3g {
Console log:
U-Boot SPL 2025.01-00253-g9a3137c5c11a-dirty (Feb 26 2025 - 17:07:57 +0000) SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.2-v11.00.02 (Fancy Rat)') Changed A53 CPU frequency to 1250000000Hz (T grade) in DT SPL initial stack usage: 13424 bytes Trying to boot from MMC2 Skipping authentication on GP device Skipping authentication on GP device Skipping authentication on GP device Skipping authentication on GP device Skipping authentication on GP device Starting ATF on ARM64 core... NOTICE: BL31: v2.12.0(release):11.00.05-dirty NOTICE: BL31: Built : 05:00:39, Feb 26 2025 U-Boot SPL 2025.01-00253-g9a3137c5c11a-dirty (Feb 26 2025 - 17:07:57 +0000) SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.2-v11.00.02 (Fancy Rat)') SPL initial stack usage: 1952 bytes Trying to boot from MMC2 i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@22: Error reading output register Skipping authentication on GP device Skipping authentication on GP device U-Boot 2025.01-00253-g9a3137c5c11a-dirty (Feb 26 2025 - 17:07:57 +0000) SoC: AM62X SR1.0 GP Model: Texas Instruments AM625 SK DRAM: 2 GiB i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@22: Error reading output register Core: 81 devices, 31 uclasses, devicetree: separate MMC: mmc@fa10000: 0, mmc@fa00000: 1 Loading Environment from nowhere... OK In: serial@2800000 Out: serial@2800000 Err: serial@2800000 Net: eth0: ethernet@8000000port@1 Hit any key to stop autoboot: 0 Scanning for bootflows in all bootdevs Seq Method State Uclass Part Name Filename --- ----------- ------ -------- ---- ------------------------ ------------ ---- Scanning bootdev 'mmc@fa00000.bootdev': i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@22: Error reading output register 0 efi ready mmc 1 mmc@fa00000.bootdev.part_ /EFI/BOOT/BO OTAA64.EFI ** Booting bootflow 'mmc@fa00000.bootdev.part_1' with efi 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 lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk x*boot x x x x x x x x x x x x x x x x x x x x x x x mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj 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. 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.13-ti-00555-g1a2d611ee02d-dirty (oe-user@oe-ho st) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) # 1 SMP PREEMPT Wed Feb 26 17:29:25 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=0xfce53040 RTPROP=0xfce55040 SMBIOS 3.0=0xfdeb1000 MEMR ESERVE=0xfcd7a040 [ 0.000000] esrt: Reserving ESRT space from 0x00000000fce53040 to 0x00000000f ce530c8. [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000eec00000, s ize 128 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id share d-dma-pool [ 0.000000] OF: reserved mem: 0x00000000eec00000..0x00000000f6bfffff (131072 KiB) map reusable linux,cma [ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 K iB) nomap non-reusable optee@9e800000 [ 0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB ) nomap non-reusable tfa@80000000 [ 0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 Ki B) map non-reusable ramoops@9c700000 [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, s ize 3 MiB [ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compati ble id shared-dma-pool [ 0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 Ki B) nomap non-reusable ipc-memories@9c800000 [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, s ize 1 MiB [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compa tible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 Ki B) nomap non-reusable m4f-dma-memory@9cb00000 [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, s ize 14 MiB [ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatibl e id shared-dma-pool [ 0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 K iB) nomap non-reusable m4f-memory@9cc00000 [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, s ize 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compa tible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 Ki B) nomap non-reusable r5f-dma-memory@9da00000 [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, s ize 12 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatibl e id shared-dma-pool [ 0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 K iB) 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-0x00000000fce54fff] [ 0.000000] node 0: [mem 0x00000000fce55000-0x00000000fce55fff] [ 0.000000] node 0: [mem 0x00000000fce56000-0x00000000fce58fff] [ 0.000000] node 0: [mem 0x00000000fce59000-0x00000000fce7afff] [ 0.000000] node 0: [mem 0x00000000fce7b000-0x00000000fdeb0fff] [ 0.000000] node 0: [mem 0x00000000fdeb1000-0x00000000fdeb1fff] [ 0.000000] node 0: [mem 0x00000000fdeb2000-0x00000000ffeaffff] [ 0.000000] node 0: [mem 0x00000000ffeb0000-0x00000000ffebffff] [ 0.000000] node 0: [mem 0x00000000ffec0000-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 s51288 r8192 d30632 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 0x00000000ff559000-0x00000000ff75900 0] (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 jif fies. [ 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 r cu_task_cpu_ids=4. [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adju st=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->1 9 [ 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 @0x000000008046000 0 [ 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 43980 46511102ns [ 0.000585] Console: colour dummy device 80x25 [ 0.000601] printk: legacy console [tty0] enabled [ 0.001381] Calibrating delay loop (skipped), value calculated using timer fr equency.. 400.00 BogoMIPS (lpj=800000) [ 0.001408] pid_max: default: 32768 minimum: 301 [ 0.001517] LSM: initializing lsm=capability [ 0.001682] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, line ar) [ 0.001717] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.016008] rcu: Hierarchical SRCU implementation. [ 0.016050] rcu: Max phase no-delay instances is 1000. [ 0.016283] Timer migration: 1 hierarchy levels; 8 children per group; 1 cros snode level [ 0.020566] Remapping and enabling EFI services. [ 0.024043] smp: Bringing up secondary CPUs ... [ 0.032424] Detected VIPT I-cache on CPU1 [ 0.032522] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000 [ 0.032541] GICv3: CPU1: using allocated LPI pending table @0x000000008047000 0 [ 0.032598] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.040417] Detected VIPT I-cache on CPU2 [ 0.040495] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000 [ 0.040510] GICv3: CPU2: using allocated LPI pending table @0x000000008048000 0 [ 0.040549] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.044545] Detected VIPT I-cache on CPU3 [ 0.044618] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000 [ 0.044633] GICv3: CPU3: using allocated LPI pending table @0x000000008049000 0 [ 0.044669] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.044831] smp: Brought up 1 node, 4 CPUs [ 0.045041] SMP: Total of 4 processors activated. [ 0.045054] CPU: All CPU(s) started at EL2 [ 0.045066] CPU features: detected: 32-bit EL0 Support [ 0.045078] CPU features: detected: CRC32 instructions [ 0.045136] alternatives: applying system-wide alternatives [ 0.045787] Memory: 1833968K/2097152K available (12352K kernel code, 1232K rw data, 4440K rodata, 2624K init, 604K bss, 123248K reserved, 131072K cma-reserved ) [ 0.047028] devtmpfs: initialized [ 0.057012] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma x_idle_ns: 7645041785100000 ns [ 0.057081] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.061466] 27408 pages in range for non-PLT usage [ 0.061497] 518928 pages in range for PLT usage [ 0.061892] pinctrl core: initialized pinctrl subsystem [ 0.062501] SMBIOS 3.7.0 present. [ 0.062555] DMI: ti Texas Instruments AM625 SK/Texas Instruments AM625 SK, BI OS 2025.01-00253-g9a3137c5c11a-dirty 01/01/2025 [ 0.062582] DMI: Memory slots populated: 0/0 [ 0.065411] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.066711] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.067372] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allo cations [ 0.068160] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic al locations [ 0.068790] audit: initializing netlink subsys (disabled) [ 0.069152] audit: type=2000 audit(0.068:1): state=initialized audit_enabled= 0 res=1 [ 0.069637] thermal_sys: Registered thermal governor 'step_wise' [ 0.069644] thermal_sys: Registered thermal governor 'power_allocator' [ 0.069709] cpuidle: using governor menu [ 0.069917] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.070042] ASID allocator initialised with 65536 entries [ 0.076150] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s ) with /bus@f0000/interrupt-controller@1800000 [ 0.076286] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency c ycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000 [ 0.076326] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000 [ 0.076396] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle( s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector [ 0.076467] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f000 0/i2c@20010000/bridge-hdmi@3b [ 0.081241] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency c ycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000 [ 0.081402] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000 [ 0.082279] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle( s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector [ 0.083131] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000 [ 0.083209] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f000 0/i2c@20010000/bridge-hdmi@3b [ 0.084935] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi [ 0.085031] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20 010000/bridge-hdmi@3b [ 0.087112] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.087151] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.087165] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.087176] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.087189] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.087201] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.087213] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.087225] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.089105] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7 e02f] Detected [ 0.089858] iommu: Default domain type: Translated [ 0.089892] iommu: DMA domain TLB invalidation policy: strict mode [ 0.091242] SCSI subsystem initialized [ 0.091680] usbcore: registered new interface driver usbfs [ 0.091723] usbcore: registered new interface driver hub [ 0.091764] usbcore: registered new device driver usb [ 0.092300] pps_core: LinuxPPS API ver. 1 registered [ 0.092314] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome tti <giometti@linux.it> [ 0.092340] PTP clock support registered [ 0.092382] EDAC MC: Ver: 3.0.0 [ 0.092771] scmi_core: SCMI protocol bus registered [ 0.092863] efivars: Registered efivars operations [ 0.093306] FPGA manager framework [ 0.093415] Advanced Linux Sound Architecture Driver Initialized. [ 0.094445] vgaarb: loaded [ 0.094884] clocksource: Switched to clocksource arch_sys_counter [ 0.095200] VFS: Disk quotas dquot_6.6.0 [ 0.095233] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.101928] NET: Registered PF_INET protocol family [ 0.102224] IP idents hash table entries: 32768 (order: 6, 262144 bytes, line ar) [ 0.103855] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 1638 4 bytes, linear) [ 0.103922] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.103947] TCP established hash table entries: 16384 (order: 5, 131072 bytes , linear) [ 0.104113] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linea r) [ 0.104645] TCP: Hash tables configured (established 16384 bind 16384) [ 0.104868] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.104942] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.105172] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.105783] RPC: Registered named UNIX socket transport module. [ 0.105813] RPC: Registered udp transport module. [ 0.105824] RPC: Registered tcp transport module. [ 0.105834] RPC: Registered tcp-with-tls transport module. [ 0.105844] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.105871] PCI: CLS 0 bytes, default 64 [ 0.107320] Initialise system trusted keyrings [ 0.107623] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 0.107978] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.108286] NFS: Registering the id_resolver key type [ 0.108326] Key type id_resolver registered [ 0.108337] Key type id_legacy registered [ 0.108365] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.108379] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering ... [ 0.161071] Key type asymmetric registered [ 0.161105] Asymmetric key parser 'x509' registered [ 0.161190] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 44) [ 0.161208] io scheduler mq-deadline registered [ 0.161221] io scheduler kyber registered [ 0.161270] io scheduler bfq registered [ 0.164518] pinctrl-single 4084000.pinctrl: 34 pins, size 136 [ 0.165136] pinctrl-single f4000.pinctrl: 171 pins, size 684 [ 0.166839] ledtrig-cpu: registered to indicate activity on CPUs [ 0.172708] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.181640] loop: module loaded [ 0.182833] megasas: 07.727.03.00-rc1 [ 0.186785] tun: Universal TUN/TAP device driver, 1.6 [ 0.187978] VFIO - User Level meta-driver version: 0.3 [ 0.189111] usbcore: registered new interface driver usb-storage [ 0.189784] i2c_dev: i2c /dev entries driver [ 0.191574] sdhci: Secure Digital Host Controller Interface driver [ 0.191610] sdhci: Copyright(c) Pierre Ossman [ 0.191830] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.192844] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.193566] usbcore: registered new interface driver usbhid [ 0.193582] usbhid: USB HID core driver [ 0.194956] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,800 0003f) counters available [ 0.195676] optee: probing for conduit method. [ 0.195721] optee: revision 4.5 (ef1ebdc23034a804) [ 0.196050] optee: dynamic shared memory is enabled [ 0.196839] optee: initialized driver [ 0.196957] random: crng init done [ 0.198839] NET: Registered PF_PACKET protocol family [ 0.199000] Key type dns_resolver registered [ 0.207093] registered taskstats version 1 [ 0.207390] Loading compiled-in X.509 certificates [ 0.219543] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.0.2-v11.00.02 (Fancy Rat)') [ 0.285029] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency c ycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000 [ 0.285170] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz [ 0.287020] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20 010000/bridge-hdmi@3b [ 0.287124] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f000 0/i2c@20010000/bridge-hdmi@3b [ 0.287192] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi [ 0.287258] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000 [ 0.287690] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz [ 0.289062] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz [ 0.289372] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Rout er 3 domain created [ 0.289659] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator d omain 28 created [ 0.291723] ti-udma 485c0100.dma-controller: Number of rings: 82 [ 0.294381] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18) [ 0.297044] ti-udma 485c0000.dma-controller: Number of rings: 150 [ 0.301888] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15) [ 0.305111] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 238, base_baud = 3 000000) is a 8250 [ 0.305243] printk: legacy console [ttyS2] enabled [ 2.003341] 7 fixed-partitions partitions found on MTD device fc40000.spi.0 [ 2.010362] Creating 7 MTD partitions on "fc40000.spi.0": [ 2.015783] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 2.022679] 0x000000080000-0x000000280000 : "ospi.tispl" [ 2.029186] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 2.035806] 0x000000680000-0x0000006c0000 : "ospi.env" [ 2.042121] 0x0000006c0000-0x000000700000 : "ospi.env.backup" [ 2.048991] 0x000000800000-0x000003fc0000 : "ospi.rootfs" [ 2.055603] 0x000003fc0000-0x000004000000 : "ospi.phypattern" [ 2.062647] cadence-qspi fc40000.spi: Pattern not found. Skipping calibration . [ 2.071369] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode [ 2.110890] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 10 00000 [ 2.120780] mdio_bus 8000f00.mdio: MDIO device at address 1 is missing. [ 2.127422] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867 [ 2.135558] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss vers ion 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000002 [ 2.148508] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5 [ 2.155650] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32 [ 2.163611] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000 000, add_val:1 pps:0 [ 2.183007] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19 [ 2.193582] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency c ycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000 [ 2.205507] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle( s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector [ 2.222215] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 2.227862] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus nu mber 1 [ 2.235717] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports [ 2.241758] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010 [ 2.251263] xhci-hcd xhci-hcd.0.auto: irq 244, io mem 0x31100000 [ 2.258156] hub 1-0:1.0: USB hub found [ 2.261970] hub 1-0:1.0: 1 port detected [ 2.269835] mmc0: CQHCI version 5.10 [ 2.279204] pca953x 1-0022: supply vcc not found, using dummy regulator [ 2.286023] pca953x 1-0022: using AI [ 2.303020] pca953x 1-0022: failed writing register: -121 [ 2.308651] pca953x 1-0022: probe with driver pca953x failed with error -121 [ 2.313536] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64 -bit [ 2.325264] clk: Disabling unused clocks [ 2.338166] PM: genpd: Disabling unused power domains [ 2.343343] ALSA device list: [ 2.346309] No soundcards found. [ 2.350433] Waiting for root device PARTUUID=076c4a2a-02... [ 2.379132] mmc0: Command Queue Engine enabled [ 2.383616] mmc0: new HS200 MMC card at address 0001 [ 2.389555] mmcblk0: mmc0:0001 0IM20E 29.6 GiB [ 2.396162] mmcblk0: p1 [ 2.399275] mmcblk0boot0: mmc0:0001 0IM20E 31.5 MiB [ 2.405263] mmcblk0boot1: mmc0:0001 0IM20E 31.5 MiB [ 2.411737] mmcblk0rpmb: mmc0:0001 0IM20E 4.00 MiB, chardev (239:0) [ 2.510928] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 12.511771] platform fa00000.mmc: deferred probe pending: platform: supplier regulator-3 not ready [ 12.520804] platform regulator-3: deferred probe pending: platform: supplier 1-0022 not ready [ 12.529328] platform 2b300050.target-module: deferred probe pending: (reason unknown)