AM620-Q1: Boot Process stuck at HDMI section (?) when attempting to load on a Custom Board

Part Number: AM620-Q1
Other Parts Discussed in Thread: AM625

Tool/software:

I am using "tisdk-default-image-am62xx-evm.wic.xz" on our Custom Board (after following your various documents on porting images to custom boards).  Here's my "hello world" minimal configuration:

 

8322.k3-am625-hello-world_June25.dts.txt
// SPDX-License-Identifier: GPL-2.0
/*
 * AM625 Minimal dts file
 * Copyright (C) 2021-2022 Texas Instruments Incorporated - https://www.ti.com/
 */

/dts-v1/;

#include <dt-bindings/leds/common.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/net/ti-dp83867.h>
#include "k3-am625.dtsi"

/ {
	compatible =  "ti,am625-generic", "ti,am625";
	model = "Texas Instruments AM625 Generic";

	aliases {
		serial2 = &main_uart0;
		mmc0 = &sdhci0;
		mmc1 = &sdhci1;
//JM		mmc2 = &sdhci2;
		spi0 = &ospi0;
		ethernet0 = &cpsw_port1;
		ethernet1 = &cpsw_port2;
		usb0 = &usb0;
//JM		usb1 = &usb1;
	};
	chosen {
		stdout-path = "serial2:115200n8";
		/* bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000"; 6/26 */
		bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait";
	};

	memory@80000000 {
		device_type = "memory";
		/* 2G RAM */
		reg = <0x00000000 0x80000000 0x00000000 0x80000000>;

	};

	reserved-memory {
		#address-cells = <2>;
		#size-cells = <2>;
		ranges;

		secure_tfa_ddr: tfa@9e780000 {
			reg = <0x00 0x9e780000 0x00 0x80000>;
			alignment = <0x1000>;
			no-map;
		};

		secure_ddr: optee@9e800000 {
			reg = <0x00 0x9e800000 0x00 0x01800000>; /* for OP-TEE */
			alignment = <0x1000>;
			no-map;
		};

		main_r5fss0_core0_dma_memory_region: r5f-dma-memory@a0000000 {
			compatible = "shared-dma-pool";
			reg = <0x00 0xa0000000 0x00 0x200000>;
			no-map;
		};

		lpm_ctx_ddr: lpm-memory@a1000000 {
			reg = <0x00 0xa1000000 0x00 0x40000>;
			alignment = <0x1000>;
			no-map;
		};
	};
};

&main_pmx0 {
	main_uart0_pins_default: main-uart0-pins-default {
		pinctrl-single,pins = <
			AM62X_IOPAD(0x01c8, PIN_INPUT, 0) /* (A13) UART0_RXD */
			AM62X_IOPAD(0x01cc, PIN_OUTPUT, 0) /* (E11) UART0_TXD */
		>;
	};

	main_i2c0_pins_default: main-i2c0-pins-default {
		pinctrl-single,pins = <
			AM62X_IOPAD(0x01e0, PIN_INPUT_PULLUP, 0) /* (E12) I2C0_SCL */
			AM62X_IOPAD(0x01e4, PIN_INPUT_PULLUP, 0) /* (D14) I2C0_SDA */
		>;
	};

	main_mmc0_pins_default: main-mmc0-pins-default {
		pinctrl-single,pins = <
			AM62X_IOPAD(0x0220, PIN_INPUT_PULLUP, 0) /* (V3) MMC0_CMD */
			AM62X_IOPAD(0x0218, PIN_OUTPUT, 0) /* (Y1) MMC0_CLK */
			AM62X_IOPAD(0x0214, PIN_INPUT_PULLUP, 0) /* (V2) MMC0_DAT0 */
			AM62X_IOPAD(0x0210, PIN_INPUT_PULLUP, 0) /* (V1) MMC0_DAT1 */
			AM62X_IOPAD(0x020c, PIN_INPUT_PULLUP, 0) /* (W2) MMC0_DAT2 */
			AM62X_IOPAD(0x0208, PIN_INPUT_PULLUP, 0) /* (W1) MMC0_DAT3 */
			AM62X_IOPAD(0x0204, PIN_INPUT_PULLUP, 0) /* (Y2) MMC0_DAT4 */
			AM62X_IOPAD(0x0200, PIN_INPUT_PULLUP, 0) /* (W3) MMC0_DAT5 */
			AM62X_IOPAD(0x01fc, PIN_INPUT_PULLUP, 0) /* (W4) MMC0_DAT6 */
			AM62X_IOPAD(0x01f8, PIN_INPUT_PULLUP, 0) /* (V4) MMC0_DAT7 */

		>;
	};

	main_mmc1_pins_default: main-mmc1-pins-default {
		pinctrl-single,pins = <
			AM62X_IOPAD(0x023c, PIN_INPUT, 0) /* (C18) MMC1_CMD */
			AM62X_IOPAD(0x0234, PIN_OUTPUT, 0) /* (A20) MMC1_CLK */
			AM62X_IOPAD(0x0230, PIN_INPUT, 0) /* (A19) MMC1_DAT0 */
			AM62X_IOPAD(0x022c, PIN_INPUT_PULLUP, 0) /* (B19) MMC1_DAT1 */
			AM62X_IOPAD(0x0228, PIN_INPUT_PULLUP, 0) /* (B20) MMC1_DAT2 */
			AM62X_IOPAD(0x0224, PIN_INPUT_PULLUP, 0) /* (C19) MMC1_DAT3 */
			AM62X_IOPAD(0x0240, PIN_INPUT, 0) /* (C15) MMC1_SDCD */
			AM62X_IOPAD(0x0244, PIN_INPUT, 0) /* (B15) MMC1_SDWP */
		>;
	};

	main_mdio1_pins_default: main-mdio1-pins-default {
		pinctrl-single,pins = <
			AM62X_IOPAD(0x0160, PIN_OUTPUT, 0) /* (V17) MDIO0_MDC */
			AM62X_IOPAD(0x015c, PIN_INPUT, 0) /* (U16) MDIO0_MDIO */
		>;
	};

	main_rgmii1_pins_default: main-rgmii1-pins-default {
		pinctrl-single,pins = <
			AM62X_IOPAD(0x014c, PIN_INPUT, 0) /* (W15) RGMII1_RD0 */
			AM62X_IOPAD(0x0150, PIN_INPUT, 0) /* (Y16) RGMII1_RD1 */
			AM62X_IOPAD(0x0154, PIN_INPUT, 0) /* (AA17) RGMII1_RD2 */
			AM62X_IOPAD(0x0158, PIN_INPUT, 0) /* (Y15) RGMII1_RD3 */
			AM62X_IOPAD(0x0148, PIN_INPUT, 0) /* (AA16) RGMII1_RXC */
			AM62X_IOPAD(0x0144, PIN_INPUT, 0) /* (W14) RGMII1_RX_CTL */
			AM62X_IOPAD(0x0134, PIN_OUTPUT, 0) /* (U14) RGMII1_TD0 */
			AM62X_IOPAD(0x0138, PIN_OUTPUT, 0) /* (AA19) RGMII1_TD1 */
			AM62X_IOPAD(0x013c, PIN_OUTPUT, 0) /* (Y17) RGMII1_TD2 */
			AM62X_IOPAD(0x0140, PIN_OUTPUT, 0) /* (AA18) RGMII1_TD3 */
			AM62X_IOPAD(0x0130, PIN_OUTPUT, 0) /* (W16) RGMII1_TXC */
			AM62X_IOPAD(0x012c, PIN_OUTPUT, 0) /* (V15) RGMII1_TX_CTL */
		>;
	};

	main_rgmii2_pins_default: main-rgmii2-pins-default {
		pinctrl-single,pins = <
			AM62X_IOPAD(0x0184, PIN_INPUT, 0) /* (W18) RGMII2_RD0 */
			AM62X_IOPAD(0x0188, PIN_INPUT, 0) /* (Y20) RGMII2_RD1 */
			AM62X_IOPAD(0x018c, PIN_INPUT, 0) /* (Y19) RGMII2_RD2 */
			AM62X_IOPAD(0x0190, PIN_INPUT, 0) /* (W20) RGMII2_RD3 */
			AM62X_IOPAD(0x0180, PIN_INPUT, 0) /* (V18) RGMII2_RXC */
			AM62X_IOPAD(0x017c, PIN_INPUT, 0) /* (W19) RGMII2_RX_CTL */
			AM62X_IOPAD(0x016c, PIN_OUTPUT, 0) /* (AA20) RGMII2_TD0 */
			AM62X_IOPAD(0x0170, PIN_OUTPUT, 0) /* (U15) RGMII2_TD1 */
			AM62X_IOPAD(0x0174, PIN_OUTPUT, 0) /* (W17) RGMII2_TD2 */
			AM62X_IOPAD(0x0178, PIN_OUTPUT, 0) /* (V16) RGMII2_TD3 */
			AM62X_IOPAD(0x0168, PIN_OUTPUT, 0) /* (Y18) RGMII2_TXC */
			AM62X_IOPAD(0x0164, PIN_OUTPUT, 0) /* (Y21) RGMII2_TX_CTL */
		>;
	};

};

&mcu_pmx0 {
	mcu_uart0_pins_default: mcu-uart0-default-pins {
		pinctrl-single,pins = <
			AM62X_MCU_IOPAD(0x0014, PIN_INPUT, 0) /* (A8) MCU_UART0_RXD */
			AM62X_MCU_IOPAD(0x0018, PIN_OUTPUT, 0) /* (B6) MCU_UART0_TXD */
		>;
	};
};


&oc_sram {
	status = "disabled";
};

&main_uart0 {
        status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&main_uart0_pins_default>;
};

&main_uart1 {
	status = "disabled";
};

&main_uart2 {
	status = "disabled";
};

&main_uart3 {
	status = "disabled";
};

&main_uart4 {
	status = "disabled";
};

&main_uart5 {
	status = "disabled";
};

&main_uart6 {
	status = "disabled";
};

&main_i2c0 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&main_i2c0_pins_default>;
	clock-frequency = <400000>;
};

&main_i2c1 {
	status = "disabled";
};

&main_i2c2 {
	status = "disabled";
};

&main_i2c3 {
	status = "disabled";
};

&main_gpio_intr {
	status = "disabled";
};

&main_gpio0 {
	status = "disabled";
};

&main_gpio1 {
	status = "disabled";
};

&sdhci0 {
 	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&main_mmc0_pins_default>;
	disable-wp;
};

&sdhci1 {
	/* SD/MMC */
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&main_mmc1_pins_default>;
	disable-wp;
	sdhci-caps-mask = <0x00000007 0x00200000>;
};

&sdhci2 {
	status = "disabled";
};

&fss {
	status = "disabled";
};

&ospi0 {
	status = "disabled";
};

&main_conf {
	status = "disabled";
};

&inta_main_dmss {
	status = "disabled";
};

&main_bcdma {
	status = "disabled";
};

&main_pktdma {
	status = "disabled";
};

&cpsw3g {
	status = "disabled";
};

/* MCU periperhals */
&mcu_uart0 {
// JM 	status = "disabled";
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&mcu_uart0_pins_default>;
};

&mcu_i2c0 {
	status = "disabled";
};

&mcu_gpio_intr {
	status = "disabled";
};

&mcu_gpio0 {
	status = "disabled";
};

/* WKUP periperhals */
&wkup_conf {
	status = "disabled";
};

&chipid {
	status = "disabled";
};

&wkup_uart0 {
	status = "disabled";
};

&wkup_i2c0 {
	status = "disabled";
};

&usbss0 {
	status = "disabled";
};

&usbss1 {
	status = "disabled";
};

&gpu {
	status = "disabled";
};

&dss {
	status = "disabled";
};

&mcu_m4fss {
	status = "disabled";
};

&hwspinlock {
	status = "disabled";
};

&mailbox0_cluster0 {
	status = "disabled";
};

&pruss {
	status = "disabled";
};

//&rtc0 {
//	status = "disabled";
//};

&epwm0 {
	status = "disabled";
};

&epwm1 {
	status = "disabled";
};

&epwm2 {
	status = "disabled";
};

&ecap0 {
	status = "disabled";
};

&ecap1 {
	status = "disabled";
};

&ecap2 {
	status = "disabled";
};

&main_rti0 {
	status = "disabled";
};

&main_rti1 {
	status = "disabled";
};

&ti_csi2rx0 {
	status = "disabled";
};

&dphy0 {
	status = "disabled";
};

The Boot log follows:

U-Boot_TI_5.txt
U-Boot SPL 2023.04-dirty (Jun 27 2024 - 10:03:03 -0400)
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-dirty (Jun 27 2024 - 10:03:10 -0400)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
SPL initial stack usage: 1856 bytes
Trying to boot from MMC2
Authentication passed
Authentication passed


U-Boot 2023.04-dirty (Jun 27 2024 - 10:03:10 -0400)

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:  no bloblist found!2 GiB
Core:  65 devices, 28 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:   eth0: ethernet@8000000port@1
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
Failed to load 'boot.scr'
574 bytes read in 17 ms (32.2 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
## Error: "main_cpsw0_qsgmii_phyinit" not defined
15442432 bytes read in 1221 ms (12.1 MiB/s)
36185 bytes read in 23 ms (1.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 000000008fef4000, end 000000008fffffff ... OK
Working FDT set to 8fef4000

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.1.83-rt28-ti-rt-g96b0ebd82722 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT_RT Mon May 13 23:06:24 UTC 2024
[    0.000000] Machine model: Texas Instruments AM625 Generic
[    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 DMA memory pool at 0x00000000a0000000, size 2 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[    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-0x000000009e77ffff]
[    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a01fffff]
[    0.000000]   node   0: [mem 0x00000000a0200000-0x00000000a0ffffff]
[    0.000000]   node   0: [mem 0x00000000a1000000-0x00000000a103ffff]
[    0.000000]   node   0: [mem 0x00000000a1040000-0x00000000ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000] cma: Reserved 32 MiB at 0x00000000fbe00000
[    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 s44928 r8192 d28800 u81920
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
[    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=8ed9d86b-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] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 1984996K/2097152K available (9792K kernel code, 1192K rwdata, 2244K rodata, 1728K init, 422K bss, 79388K reserved, 32768K 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 restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000] rcu:     RCU_SOFTIRQ processing moved to rcuc kthreads.
[    0.000000]  No expedited grace period (rcu_normal_after_boot).
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=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: 0xffff800008412740
[    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 @0x0000000080030000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[    0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[    0.000191] Console: colour dummy device 80x25
[    0.409008] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
[    0.409018] pid_max: default: 32768 minimum: 301
[    0.409098] LSM: Security Framework initializing
[    0.409217] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.409239] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.410879] rcu: Hierarchical SRCU implementation.
[    0.410886] rcu:     Max phase no-delay instances is 400.
[    0.410933] printk: bootconsole [ns16550a0] printing thread started
[    0.463371] Platform MSI: msi-controller@1820000 domain created
[    0.463513] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[    0.463559] EFI services will not be available.
[    0.463767] smp: Bringing up secondary CPUs ...
[    0.464510] Detected VIPT I-cache on CPU1
[    0.464620] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[    0.464635] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
[    0.464689] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.514751] Detected VIPT I-cache on CPU2
[    0.514837] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[    0.514850] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
[    0.514885] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.540742] Detected VIPT I-cache on CPU3
[    0.540827] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[    0.540840] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
[    0.540871] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.540927] smp: Brought up 1 node, 4 CPUs
[    0.540933] SMP: Total of 4 processors activated.
[    0.575118] CPU features: detected: 32-bit EL0 Support
[    0.575121] CPU features: detected: CRC32 instructions
[    0.575163] CPU: All CPU(s) started at EL2
[    0.575164] alternatives: applying system-wide alternatives
[    0.576664] devtmpfs: initialized
[    0.584587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.584612] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.585922] pinctrl core: initialized pinctrl subsystem
[    0.586565] DMI not present or invalid.
[    0.587056] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.607953] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[    0.608217] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.608401] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.608487] audit: initializing netlink subsys (disabled)
[    0.608642] audit: type=2000 audit(0.607:1): state=initialized audit_enabled=0 res=1
[    0.609254] thermal_sys: Registered thermal governor 'step_wise'
[    0.609466] ASID allocator initialised with 65536 entries
[    0.622904] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.622915] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.622919] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.622922] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    0.622926] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.622928] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.622932] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.622936] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.626396] iommu: Default domain type: Translated
[    0.626405] iommu: DMA domain TLB invalidation policy: strict mode
[    0.626724] SCSI subsystem initialized
[    0.627096] usbcore: registered new interface driver usbfs
[    0.627139] usbcore: registered new interface driver hub
[    0.627171] usbcore: registered new device driver usb
[    0.627471] pps_core: LinuxPPS API ver. 1 registered
[    0.627474] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.627494] PTP clock support registered
[    0.627589] EDAC MC: Ver: 3.0.0
[    0.628277] FPGA manager framework
[    0.628382] Advanced Linux Sound Architecture Driver Initialized.
[    0.629342] clocksource: Switched to clocksource arch_sys_counter
[    0.629579] VFS: Disk quotas dquot_6.6.0
[    0.629615] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.636251] NET: Registered PF_INET protocol family
[    0.636574] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.638279] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
[    0.638348] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.638363] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.638577] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
[    0.640036] TCP: Hash tables configured (established 16384 bind 16384)
[    0.640262] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
[    0.640451] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
[    0.640809] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.641289] RPC: Registered named UNIX socket transport module.
[    0.641294] RPC: Registered udp transport module.
[    0.641297] RPC: Registered tcp transport module.
[    0.641300] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.641310] PCI: CLS 0 bytes, default 64
[    0.659212] Initialise system trusted keyrings
[    0.659415] workingset: timestamp_bits=62 max_order=19 bucket_order=0
[    0.664725] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.665225] NFS: Registering the id_resolver key type
[    0.665267] Key type id_resolver registered
[    0.665270] Key type id_legacy registered
[    0.665372] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.665378] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.700258] Key type asymmetric registered
[    0.700266] Asymmetric key parser 'x509' registered
[    0.700360] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.700367] io scheduler mq-deadline registered
[    0.700371] io scheduler kyber registered
[    0.729824] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[    0.730530] pinctrl-single f4000.pinctrl: 171 pins, size 684
[    0.735846] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[    0.755559] loop: module loaded
[    0.756463] megasas: 07.719.03.00-rc1
[    0.759606] tun: Universal TUN/TAP device driver, 1.6
[    0.760177] VFIO - User Level meta-driver version: 0.3
[    0.760743] usbcore: registered new interface driver usb-storage
[    0.761235] i2c_dev: i2c /dev entries driver
[    0.761641] sdhci: Secure Digital Host Controller Interface driver
[    0.761644] sdhci: Copyright(c) Pierre Ossman
[    0.761763] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.762176] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    0.762445] usbcore: registered new interface driver usbhid
[    0.762448] usbhid: USB HID core driver
[    0.763223] optee: probing for conduit method.
[    0.763259] optee: revision 4.1 (012cdca4)
[    0.763575] optee: dynamic shared memory is enabled
[    0.763980] optee: initialized driver
[    0.765288] Initializing XFRM netlink socket
[    0.765325] NET: Registered PF_PACKET protocol family
[    0.765447] Key type dns_resolver registered
[    0.765715] registered taskstats version 1
[    0.765719] Loading compiled-in X.509 certificates
[    0.772315] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
[    0.812599] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
[    0.825773] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[    0.827530] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[    0.827528] mmc0: CQHCI version 5.10
[    0.827576] mmc1: CQHCI version 5.10
[    0.833305] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
[    0.838758] ALSA device list:
[    0.838764]   No soundcards found.
[    0.844287] Warning: unable to open an initial console.
[    0.869180] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[    0.869180] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[    0.869403] Waiting for root device PARTUUID=8ed9d86b-02...
[    0.909341] mmc1: new SDHC card at address aaaa
[    0.910150] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[    0.913924]  mmcblk1: p1 p2
[    0.918309] mmc0: Command Queue Engine enabled
[    0.918328] mmc0: new HS200 MMC card at address 0001
[    0.919153] mmcblk0: mmc0:0001 IS032G 29.1 GiB
[    0.921316] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
[    0.922743] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
[    0.923877] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
[    0.951370] EXT4-fs (mmcblk1p2): recovery complete
[    0.952300] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[    0.952389] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    0.953473] devtmpfs: mounted
[    0.954731] Freeing unused kernel memory: 1728K
[    0.954851] Run /sbin/init as init process
[    1.679997] systemd[1]: System time before build time, advancing clock.
[    1.805858] NET: Registered PF_INET6 protocol family
[    1.806994] Segment Routing with IPv6
[    1.807029] In-situ OAM (IOAM) with IPv6
[    1.860952] systemd[1]: systemd 250.5+ 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 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[    1.861585] systemd[1]: Detected architecture arm64.
[    1.897424] systemd[1]: Hostname set to <am62xx-evm>.
[    2.055004] systemd-sysv-generator[161]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    2.303658] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    2.321454] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    2.396075] systemd[1]: /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.
[    2.450940] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[    2.521247] systemd[1]: Queued start job for default target Graphical Interface.
[    2.545460] systemd[1]: Created slice Slice /system/getty.
[    2.547433] systemd[1]: Created slice Slice /system/modprobe.
[    2.553008] systemd[1]: Created slice User and Session Slice.
[    2.558321] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.564125] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.564536] systemd[1]: Reached target Path Units.
[    2.572599] systemd[1]: Reached target Remote File Systems.
[    2.580300] systemd[1]: Reached target Slice Units.
[    2.585231] systemd[1]: Reached target Swaps.
[    2.620088] systemd[1]: Listening on RPCbind Server Activation Socket.
[    2.620307] systemd[1]: Reached target RPC Port Mapper.
[    2.627003] systemd[1]: Listening on Process Core Dump Socket.
[    2.627597] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.633408] systemd[1]: Listening on Journal Audit Socket.
[    2.639111] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.645879] systemd[1]: Listening on Journal Socket.
[    2.651688] systemd[1]: Listening on Network Service Netlink Socket.
[    2.661589] systemd[1]: Listening on udev Control Socket.
[    2.662534] systemd[1]: Listening on udev Kernel Socket.
[    2.669071] systemd[1]: Listening on User Database Manager Socket.
[    2.694925] systemd[1]: Mounting Huge Pages File System...
[    2.699075] systemd[1]: Mounting POSIX Message Queue File System...
[    2.705214] systemd[1]: Mounting Kernel Debug File System...
[    2.708210] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[    2.715085] systemd[1]: Mounting Temporary Directory /tmp...
[    2.731219] systemd[1]: Starting Create List of Static Device Nodes...
[    2.736447] systemd[1]: Starting Load Kernel Module configfs...
[    2.743001] systemd[1]: Starting Load Kernel Module drm...
[    2.749652] systemd[1]: Starting Load Kernel Module fuse...
[    2.787315] systemd[1]: Starting Start psplash boot splash screen...
[    2.796488] fuse: init (API version 7.37)
[    2.801166] systemd[1]: Starting RPC Bind...
[    2.802035] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    2.803357] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[    2.803381] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[    2.808238] systemd[1]: Starting Journal Service...
[    2.902275] systemd[1]: Starting Load Kernel Modules...
[    2.912175] systemd[1]: Starting Generate network units from Kernel command line...
[    2.916872] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.925059] systemd[1]: Starting Coldplug All udev Devices...
[    2.936959] systemd[1]: Mounted Huge Pages File System.
[    2.937628] systemd[1]: Mounted POSIX Message Queue File System.
[    2.943427] systemd[1]: Mounted Kernel Debug File System.
[    2.950096] systemd[1]: Mounted Temporary Directory /tmp.
[    2.956303] systemd[1]: Finished Create List of Static Device Nodes.
[    2.961989] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    2.962791] systemd[1]: Finished Load Kernel Module configfs.
[    2.968617] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    2.969311] systemd[1]: Finished Load Kernel Module drm.
[    2.976198] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    2.976980] systemd[1]: Finished Load Kernel Module fuse.
[    2.981459] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
[    2.982139] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
[    2.982921] systemd[1]: Failed to start Start psplash boot splash screen.
[    2.993190] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
[    3.000150] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
[    3.000589] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
[    3.005681] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.027860] cryptodev: loading out-of-tree module taints kernel.
[    3.029139] cryptodev: driver 1.12 loaded.
[    3.073367] systemd[1]: Mounting FUSE Control File System...
[    3.079848] systemd[1]: Mounting Kernel Configuration File System...
[    3.086939] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    3.087317] systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    3.087839] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    3.092609] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.109420] systemd[1]: Started RPC Bind.
[    3.118008] systemd[1]: Started Journal Service.
[    3.185889] systemd-journald[173]: Received client request to flush runtime journal.
[    3.657414] random: crng init done
[    3.814829] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
[    3.814849] Modules linked in: rti_wdt(+) mcrc(+) crct10dif_ce sa2ul cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
[    3.814886] CPU: 1 PID: 210 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
[    3.814893] Hardware name: Texas Instruments AM625 Generic (DT)
[    3.814897] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[    3.814905] pc : 0xffff800000aa82d4
[    3.814908] lr : 0xffff800000aa82c0
[    3.814911] sp : ffff000003c239a0
[    3.814914] x29: ffff000003c239a0 x28: 0000000000000001 x27: ffff800008d9bbb0
[    3.814922] x26: 0000000000000000 x25: ffff000003c23d20 x24: 00000000000003e8
[    3.814930] x23: ffff800008e6f050 x22: ffff000003c40890 x21: ffff000000c48c10
[    3.814939] x20: ffff80000915d090 x19: ffff000003c40880 x18: 0000000000000000
[    3.814947] x17: 0000000000000001 x16: 00003bb25c21a4da x15: 00eed88bd7ac6d60
[    3.814955] x14: 0000000000000000 x13: 0000000000a2f53b x12: ffff800008b6f5b8
[    3.814963] x11: ffff800009244000 x10: 000000000000003f x9 : 0000000000000000
[    3.814972] x8 : ffff0000033a5300 x7 : ffff80000915e000 x6 : 0068000000000713
[    3.814980] x5 : ffff000000c48ec8 x4 : ffff000000c48ec8 x3 : 0000000000000000
[    3.814988] x2 : ffff000000f38c00 x1 : 0000000000000000 x0 : ffff80000915d000
[    3.814997] Call trace:
[    3.815000]  0xffff800000aa82d4
[    3.815003]  0xffff80000853b264
[    3.815006]  0xffff800008538a38
[    3.815008]  0xffff800008538cc4
[    3.815011]  0xffff800008538d9c
[    3.815013]  0xffff800008539570
[    3.815016]  0xffff800008536850
[    3.815018]  0xffff8000085384b4
[    3.815021]  0xffff800008537e4c
[    3.815023]  0xffff800008539eb4
[    3.815025]  0xffff80000853af14
[    3.815028]  0xffff800000aac01c
[    3.815030]  0xffff800008013960
[    3.815033]  0xffff8000080a6554
[    3.815035]  0xffff8000080a7fbc
[    3.815038]  0xffff8000080a85d4
[    3.815040]  0xffff8000080a866c
[    3.815042]  0xffff80000801db1c
[    3.815045]  0xffff80000801dc10
[    3.815047]  0xffff80000898d650
[    3.815050]  0xffff80000898eb04
[    3.815053]  0xffff800008011488
[    3.815060] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
[    4.021076] ---[ end trace 0000000000000000 ]---
[    4.028269] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[    4.028321] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
[    4.090012] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[    4.090175] platform 78000000.r5f: configured R5F for IPC-only mode
[    4.090189] platform 78000000.r5f: device does not have reserved memory regions, ret = -22
[    4.090197] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: reserved memory init failed, ret = -22
[    4.090206] remoteproc remoteproc0: releasing 78000000.r5f
[    4.090218] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_rproc_init failed, ret = -22
[    4.090246] k3_r5_rproc: probe of bus@f0000:bus@b00000:r5fss@78000000 failed with error -22
[    5.885732] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.899762] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.901054] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    6.745770] Bluetooth: Core ver 2.22
[    6.745918] NET: Registered PF_BLUETOOTH protocol family
[    6.745924] Bluetooth: HCI device and connection manager initialized
[    6.745950] Bluetooth: HCI socket layer initialized
[    6.745962] Bluetooth: L2CAP socket layer initialized
[    6.745982] Bluetooth: SCO socket layer initialized
[    7.971122] audit: type=1701 audit(1651181001.553:2): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=524 comm="kmsprint" exe="/usr/bin/kmsprint" sig=6 res=1
[   10.573989] audit: type=1006 audit(1651181004.156:3): pid=572 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[   10.574014] audit: type=1300 audit(1651181004.156:3): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffea7c88c8 a2=4 a3=0 items=0 ppid=1 pid=572 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="/lib/systemd/systemd" key=(null)
[   10.574025] audit: type=1327 audit(1651181004.156:3): proctitle="(systemd)"
[   13.337861] audit: type=1006 audit(1651181006.920:4): pid=551 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[   13.337888] audit: type=1300 audit(1651181006.920:4): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffea7c88c8 a2=4 a3=ffff8e32e020 items=0 ppid=1 pid=551 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[   13.337901] audit: type=1327 audit(1651181006.920:4): proctitle="(weston)"
[   14.307009] platform 40900000.crypto: deferred probe pending
[   18.187280] audit: type=1006 audit(1651181011.769:5): pid=637 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=3 res=1
[   18.187305] audit: type=1300 audit(1651181011.769:5): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffea7c88c8 a2=4 a3=0 items=0 ppid=1 pid=637 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=3 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[   18.187317] audit: type=1327 audit(1651181011.769:5): proctitle="(weston)"
[   18.332502] audit: type=1006 audit(1651181011.914:6): pid=639 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=4 res=1
[   18.332529] audit: type=1300 audit(1651181011.914:6): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffea7c88c8 a2=4 a3=0 items=0 ppid=1 pid=639 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=4 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[   18.332541] audit: type=1327 audit(1651181011.914:6): proctitle="(weston)"
[   18.473810] audit: type=1006 audit(1651181012.056:7): pid=641 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=5 res=1
[   18.473835] audit: type=1300 audit(1651181012.056:7): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffea7c88c8 a2=4 a3=0 items=0 ppid=1 pid=641 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=5 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[   18.473847] audit: type=1327 audit(1651181012.056:7): proctitle="(weston)"
[   18.619359] audit: type=1006 audit(1651181012.201:8): pid=643 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=6 res=1
[   18.619386] audit: type=1300 audit(1651181012.201:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffea7c88c8 a2=4 a3=0 items=0 ppid=1 pid=643 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=6 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[   18.619440] audit: type=1327 audit(1651181012.201:8): proctitle="(weston)"
[   18.767980] audit: type=1006 audit(1651181012.350:9): pid=645 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=7 res=1
[   18.768010] audit: type=1300 audit(1651181012.350:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffea7c88c8 a2=4 a3=0 items=0 ppid=1 pid=645 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=7 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[   18.768022] audit: type=1327 audit(1651181012.350:9): proctitle="(weston)"
[   23.175942] audit: type=1701 audit(1651181016.758:10): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=350 comm="ti-apps-launche" exe="/usr/bin/ti-apps-launcher" sig=11 res=1

It seems like it's just about completed the boot but I need to know how to get it to not look for HDMI - we don't have HDMI on our custom board.

  • Hi,

    I am not sure I understand why you think the device is looking for HDMI? Could you please explain where you see HDMI errors?

    Regards,
    Krunal

  • I'm assuming it's HDMI because the "audit" mentions Weston?

    If I enable eth1 in * uboot.dtsi, why can I not make it "active'?

  • Hi,

    For Ethernet issues please create another thread. With regards to weston, you can always disable or remove the weston.service. 

    Regards,
    Krunal

  • OK! How do I disable the weston service (so it doesn't attempt to enable it during boot)?

  • Hi,

    You can try the command systemctl mask weston.

    Regards,
    Krunal

  • I don't have a shell to execute that command, yet.

  • Hi,

    After plugging the SD card into your host pc, look for weston.service file and edit the name to weston.service.org.

    Regards,
    Krunal

  • Krunal,

    Sadly, no change.  Here's the log now:

    U-Boot_TI_6.txt
    U-Boot SPL 2023.04-dirty (Jun 28 2024 - 12:09:30 -0400)
    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-dirty (Jun 28 2024 - 12:09:37 -0400)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    SPL initial stack usage: 1856 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04-dirty (Jun 28 2024 - 12:09:37 -0400)
    
    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:  no bloblist found!2 GiB
    Core:  66 devices, 28 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:   eth0: ethernet@8000000port@1
    Warning: ethernet@8000000port@2 (eth1) using random MAC address - 36:20:d1:e5:d3:05
    , eth1: ethernet@8000000port@2
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    574 bytes read in 17 ms (32.2 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    15442432 bytes read in 1221 ms (12.1 MiB/s)
    36185 bytes read in 23 ms (1.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 000000008fef4000, end 000000008fffffff ... OK
    Working FDT set to 8fef4000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.83-rt28-ti-rt-g96b0ebd82722 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT_RT Mon May 13 23:06:24 UTC 2024
    [    0.000000] Machine model: Texas Instruments AM625 Generic
    [    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 DMA memory pool at 0x00000000a0000000, size 2 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    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-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a01fffff]
    [    0.000000]   node   0: [mem 0x00000000a0200000-0x00000000a0ffffff]
    [    0.000000]   node   0: [mem 0x00000000a1000000-0x00000000a103ffff]
    [    0.000000]   node   0: [mem 0x00000000a1040000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fbe00000
    [    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 s44928 r8192 d28800 u81920
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
    [    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=8ed9d86b-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] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 1984996K/2097152K available (9792K kernel code, 1192K rwdata, 2244K rodata, 1728K init, 422K bss, 79388K reserved, 32768K 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 restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] rcu:     RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000]  No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=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: 0xffff800008412740
    [    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 @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000196] Console: colour dummy device 80x25
    [    0.409015] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.409026] pid_max: default: 32768 minimum: 301
    [    0.409107] LSM: Security Framework initializing
    [    0.409226] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.409248] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.410890] rcu: Hierarchical SRCU implementation.
    [    0.410897] rcu:     Max phase no-delay instances is 400.
    [    0.410941] printk: bootconsole [ns16550a0] printing thread started
    [    0.463379] Platform MSI: msi-controller@1820000 domain created
    [    0.463527] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.463575] EFI services will not be available.
    [    0.463782] smp: Bringing up secondary CPUs ...
    [    0.464534] Detected VIPT I-cache on CPU1
    [    0.464643] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.464658] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.464710] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.514773] Detected VIPT I-cache on CPU2
    [    0.514863] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.514877] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.514914] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.540783] Detected VIPT I-cache on CPU3
    [    0.540870] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.540884] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.540914] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.540971] smp: Brought up 1 node, 4 CPUs
    [    0.540977] SMP: Total of 4 processors activated.
    [    0.575166] CPU features: detected: 32-bit EL0 Support
    [    0.575170] CPU features: detected: CRC32 instructions
    [    0.575213] CPU: All CPU(s) started at EL2
    [    0.575215] alternatives: applying system-wide alternatives
    [    0.576728] devtmpfs: initialized
    [    0.584648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.584673] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.585982] pinctrl core: initialized pinctrl subsystem
    [    0.586632] DMI not present or invalid.
    [    0.587119] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.607970] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.608226] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.608412] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.608497] audit: initializing netlink subsys (disabled)
    [    0.608655] audit: type=2000 audit(0.607:1): state=initialized audit_enabled=0 res=1
    [    0.609267] thermal_sys: Registered thermal governor 'step_wise'
    [    0.609478] ASID allocator initialised with 65536 entries
    [    0.623028] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.623039] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.623043] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.623046] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.623050] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.623053] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.623057] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.623060] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.626413] iommu: Default domain type: Translated
    [    0.626422] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.626806] SCSI subsystem initialized
    [    0.627138] usbcore: registered new interface driver usbfs
    [    0.627179] usbcore: registered new interface driver hub
    [    0.627211] usbcore: registered new device driver usb
    [    0.627532] pps_core: LinuxPPS API ver. 1 registered
    [    0.627536] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.627552] PTP clock support registered
    [    0.627653] EDAC MC: Ver: 3.0.0
    [    0.628290] FPGA manager framework
    [    0.628397] Advanced Linux Sound Architecture Driver Initialized.
    [    0.629397] clocksource: Switched to clocksource arch_sys_counter
    [    0.629621] VFS: Disk quotas dquot_6.6.0
    [    0.629659] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.636238] NET: Registered PF_INET protocol family
    [    0.636564] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.638271] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.638321] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.638335] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.638558] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.640011] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.640232] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.640380] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.640782] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.641242] RPC: Registered named UNIX socket transport module.
    [    0.641247] RPC: Registered udp transport module.
    [    0.641250] RPC: Registered tcp transport module.
    [    0.641252] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.641263] PCI: CLS 0 bytes, default 64
    [    0.674245] Initialise system trusted keyrings
    [    0.674493] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.679769] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.680287] NFS: Registering the id_resolver key type
    [    0.680335] Key type id_resolver registered
    [    0.680338] Key type id_legacy registered
    [    0.680436] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.680442] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.715128] Key type asymmetric registered
    [    0.715135] Asymmetric key parser 'x509' registered
    [    0.715193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.715200] io scheduler mq-deadline registered
    [    0.715204] io scheduler kyber registered
    [    0.720964] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.721657] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.726992] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.745777] loop: module loaded
    [    0.746677] megasas: 07.719.03.00-rc1
    [    0.749791] tun: Universal TUN/TAP device driver, 1.6
    [    0.750339] VFIO - User Level meta-driver version: 0.3
    [    0.750906] usbcore: registered new interface driver usb-storage
    [    0.751414] i2c_dev: i2c /dev entries driver
    [    0.751791] sdhci: Secure Digital Host Controller Interface driver
    [    0.751794] sdhci: Copyright(c) Pierre Ossman
    [    0.752031] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.752472] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.752730] usbcore: registered new interface driver usbhid
    [    0.752734] usbhid: USB HID core driver
    [    0.753510] optee: probing for conduit method.
    [    0.753544] optee: revision 4.1 (012cdca4)
    [    0.753864] optee: dynamic shared memory is enabled
    [    0.754262] optee: initialized driver
    [    0.755602] Initializing XFRM netlink socket
    [    0.755640] NET: Registered PF_PACKET protocol family
    [    0.755726] Key type dns_resolver registered
    [    0.755981] registered taskstats version 1
    [    0.755986] Loading compiled-in X.509 certificates
    [    0.762895] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    0.803021] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.816080] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.817645] mmc0: CQHCI version 5.10
    [    0.817706] mmc1: CQHCI version 5.10
    [    0.818643] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.824284] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    0.829726] ALSA device list:
    [    0.829732]   No soundcards found.
    [    0.836014] Warning: unable to open an initial console.
    [    0.859107] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.859276] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    0.859578] Waiting for root device PARTUUID=8ed9d86b-02...
    [    0.892496] mmc1: new SDHC card at address aaaa
    [    0.893313] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [    0.897068]  mmcblk1: p1 p2
    [    0.910896] mmc0: Command Queue Engine enabled
    [    0.910919] mmc0: new HS200 MMC card at address 0001
    [    0.911688] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    0.913792] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    0.915078] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    0.916345] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    0.944069] EXT4-fs (mmcblk1p2): recovery complete
    [    0.945001] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    0.945082] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    0.946172] devtmpfs: mounted
    [    0.947361] Freeing unused kernel memory: 1728K
    [    0.947518] Run /sbin/init as init process
    [    1.686708] systemd[1]: System time before build time, advancing clock.
    [    1.802883] NET: Registered PF_INET6 protocol family
    [    1.804039] Segment Routing with IPv6
    [    1.804073] In-situ OAM (IOAM) with IPv6
    [    1.849505] systemd[1]: systemd 250.5+ 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 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    [    1.850068] systemd[1]: Detected architecture arm64.
    [    1.886556] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.049649] systemd-sysv-generator[161]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.281887] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.301293] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.387923] systemd[1]: /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.
    [    2.443168] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    2.515977] systemd[1]: Queued start job for default target Graphical Interface.
    [    2.550319] systemd[1]: Created slice Slice /system/getty.
    [    2.557804] systemd[1]: Created slice Slice /system/modprobe.
    [    2.558860] systemd[1]: Created slice User and Session Slice.
    [    2.564810] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.570571] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.578724] systemd[1]: Reached target Path Units.
    [    2.586265] systemd[1]: Reached target Remote File Systems.
    [    2.591118] systemd[1]: Reached target Slice Units.
    [    2.596858] systemd[1]: Reached target Swaps.
    [    2.630957] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.631174] systemd[1]: Reached target RPC Port Mapper.
    [    2.637901] systemd[1]: Listening on Process Core Dump Socket.
    [    2.638606] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.644458] systemd[1]: Listening on Journal Audit Socket.
    [    2.650130] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.656864] systemd[1]: Listening on Journal Socket.
    [    2.662693] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.672644] systemd[1]: Listening on udev Control Socket.
    [    2.673546] systemd[1]: Listening on udev Kernel Socket.
    [    2.680082] systemd[1]: Listening on User Database Manager Socket.
    [    2.710996] systemd[1]: Mounting Huge Pages File System...
    [    2.715119] systemd[1]: Mounting POSIX Message Queue File System...
    [    2.721318] systemd[1]: Mounting Kernel Debug File System...
    [    2.726249] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    2.731756] systemd[1]: Mounting Temporary Directory /tmp...
    [    2.738003] systemd[1]: Starting Create List of Static Device Nodes...
    [    2.749428] systemd[1]: Starting Load Kernel Module configfs...
    [    2.755832] systemd[1]: Starting Load Kernel Module drm...
    [    2.762666] systemd[1]: Starting Load Kernel Module fuse...
    [    2.790564] systemd[1]: Starting Start psplash boot splash screen...
    [    2.823622] fuse: init (API version 7.37)
    [    2.841357] systemd[1]: Starting RPC Bind...
    [    2.846222] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    2.847456] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    2.847476] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    2.852343] systemd[1]: Starting Journal Service...
    [    2.890691] systemd[1]: Starting Load Kernel Modules...
    [    2.895864] systemd[1]: Starting Generate network units from Kernel command line...
    [    2.901240] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    2.909817] systemd[1]: Starting Coldplug All udev Devices...
    [    2.924797] systemd[1]: Mounted Huge Pages File System.
    [    2.925727] systemd[1]: Mounted POSIX Message Queue File System.
    [    2.931977] systemd[1]: Mounted Kernel Debug File System.
    [    2.938290] systemd[1]: Mounted Temporary Directory /tmp.
    [    2.938667] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    2.950554] systemd[1]: Finished Create List of Static Device Nodes.
    [    2.958365] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    2.959161] systemd[1]: Finished Load Kernel Module configfs.
    [    2.962914] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    2.963726] systemd[1]: Finished Load Kernel Module drm.
    [    2.970718] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    2.971788] systemd[1]: Finished Load Kernel Module fuse.
    [    2.976075] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
    [    2.976668] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
    [    2.977555] systemd[1]: Failed to start Start psplash boot splash screen.
    [    2.986669] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
    [    2.988928] cryptodev: loading out-of-tree module taints kernel.
    [    2.990062] cryptodev: driver 1.12 loaded.
    [    2.993334] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
    [    2.994938] systemd[1]: Finished Load Kernel Modules.
    [    3.000129] systemd[1]: Finished Generate network units from Kernel command line.
    [    3.009729] systemd[1]: Finished Remount Root and Kernel File Systems.
    [    3.075030] systemd[1]: Mounting FUSE Control File System...
    [    3.079570] systemd[1]: Mounting Kernel Configuration File System...
    [    3.087700] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
    [    3.088012] systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
    [    3.092427] systemd[1]: Starting Apply Kernel Variables...
    [    3.100793] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
    [    3.105969] systemd[1]: Starting Create Static Device Nodes in /dev...
    [    3.119538] systemd[1]: Started Journal Service.
    [    3.193422] systemd-journald[174]: Received client request to flush runtime journal.
    [    3.647457] random: crng init done
    [    3.812273] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
    [    3.812291] Modules linked in: sa2ul rti_wdt(+) mcrc cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
    [    3.812322] CPU: 0 PID: 206 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
    [    3.812330] Hardware name: Texas Instruments AM625 Generic (DT)
    [    3.812334] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    3.812342] pc : 0xffff800000a822d4
    [    3.812345] lr : 0xffff800000a822c0
    [    3.812347] sp : ffff0000031c79a0
    [    3.812349] x29: ffff0000031c79a0 x28: 0000000000000001 x27: ffff800008d9bbb0
    [    3.812358] x26: 0000000000000000 x25: ffff0000031c7d20 x24: 00000000000003e8
    [    3.812366] x23: ffff800008e6f050 x22: ffff000003381090 x21: ffff0000002e8c10
    [    3.812374] x20: ffff800009149090 x19: ffff000003381080 x18: 00000000000767af
    [    3.812383] x17: ffff800077309000 x16: ffff00007ff64540 x15: 0000000000000000
    [    3.812391] x14: 0000000000000001 x13: 0000000000000002 x12: ffff800008b6f5b8
    [    3.812399] x11: ffff80000914b000 x10: 000000000000003f x9 : 0000000000000000
    [    3.812407] x8 : ffff000001eef900 x7 : ffff80000914a000 x6 : 0068000000000713
    [    3.812415] x5 : ffff0000002e8ec8 x4 : ffff0000002e8ec8 x3 : 0000000000000000
    [    3.812423] x2 : ffff0000031db000 x1 : 0000000000000000 x0 : ffff800009149000
    [    3.812432] Call trace:
    [    3.812435]  0xffff800000a822d4
    [    3.812438]  0xffff80000853b264
    [    3.812441]  0xffff800008538a38
    [    3.812443]  0xffff800008538cc4
    [    3.812446]  0xffff800008538d9c
    [    3.812448]  0xffff800008539570
    [    3.812450]  0xffff800008536850
    [    3.812452]  0xffff8000085384b4
    [    3.812455]  0xffff800008537e4c
    [    3.812457]  0xffff800008539eb4
    [    3.812460]  0xffff80000853af14
    [    3.812462]  0xffff800000a8601c
    [    3.812465]  0xffff800008013960
    [    3.812467]  0xffff8000080a6554
    [    3.812470]  0xffff8000080a7fbc
    [    3.812473]  0xffff8000080a85d4
    [    3.812475]  0xffff8000080a866c
    [    3.812478]  0xffff80000801db1c
    [    3.812481]  0xffff80000801dc10
    [    3.812483]  0xffff80000898d650
    [    3.812486]  0xffff80000898eb04
    [    3.812488]  0xffff800008011488
    [    3.812496] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
    [    4.017079] ---[ end trace 0000000000000000 ]---
    [    4.056758] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    4.056805] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
    [    4.104589] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.104754] platform 78000000.r5f: configured R5F for IPC-only mode
    [    4.104765] platform 78000000.r5f: device does not have reserved memory regions, ret = -22
    [    4.104772] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: reserved memory init failed, ret = -22
    [    4.104780] remoteproc remoteproc0: releasing 78000000.r5f
    [    4.104792] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_rproc_init failed, ret = -22
    [    4.104820] k3_r5_rproc: probe of bus@f0000:bus@b00000:r5fss@78000000 failed with error -22
    [    5.887130] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    5.897113] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    5.898028] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    6.629307] Bluetooth: Core ver 2.22
    [    6.629549] NET: Registered PF_BLUETOOTH protocol family
    [    6.629554] Bluetooth: HCI device and connection manager initialized
    [    6.629579] Bluetooth: HCI socket layer initialized
    [    6.629590] Bluetooth: L2CAP socket layer initialized
    [    6.629615] Bluetooth: SCO socket layer initialized
    [    7.978611] audit: type=1701 audit(1651186143.419:2): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=516 comm="kmsprint" exe="/usr/bin/kmsprint" sig=6 res=1
    [   14.307061] platform 40900000.crypto: deferred probe pending
    [   19.451365] audit: type=1701 audit(1651186154.891:3): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=390 comm="ti-apps-launche" exe="/usr/bin/ti-apps-launcher" sig=6 res=1
    
    

  • Hi,

    Instead of default image I recommend using base image because it's a minimal filesystem with no qt/weston or demo images. 

    Regards,
    Krunal

  • Krunal,

    Would that be the "tisdk-debian-bookworm-am62xx-evm.wic.xz" image?

  • Hi,

    If you were to download the SDK, there is a folder called filesystem/am62xx-evm and it will contain a file called "tisdk-base-image". Here is a table summary of all the images we generate: https://software-dl.ti.com/processor-sdk-linux/esd/AM62X/09_02_01_10/exports/docs/linux/Overview_Building_the_SDK.html#build-options 

    Regards,
    Krunal

  • Krunal,

    Great!  I made an SD card using "tisdk-base-image-am62xx-evm.wic.xz", made the changes to the three u-boot files and still get the below log:

    U-Boot_TI_10.txt
    U-Boot SPL 2023.04-dirty (Jul 01 2024 - 14:41:07 -0400)
    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-dirty (Jul 01 2024 - 14:41:14 -0400)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    SPL initial stack usage: 1856 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04-dirty (Jul 01 2024 - 14:41:14 -0400)
    
    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:  66 devices, 29 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:   eth0: ethernet@8000000port@1
    Warning: ethernet@8000000port@2 (eth1) using random MAC address - e6:b8:14:be:ff:22
    , eth1: ethernet@8000000port@2
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    574 bytes read in 14 ms (40 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    15442432 bytes read in 1217 ms (12.1 MiB/s)
    59546 bytes read in 21 ms (2.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 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.1.83-rt28-ti-rt-g96b0ebd82722 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT_RT Mon May 13 23:06:24 UTC 2024
    [    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] 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] 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] 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] 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] 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] 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 s44928 r8192 d28800 u81920
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
    [    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=1a2fb328-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] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 1846960K/2097152K available (9792K kernel code, 1192K rwdata, 2244K rodata, 1728K init, 422K bss, 119120K 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 restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] rcu:     RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000]  No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=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: 0xffff800008412740
    [    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 @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000257] Console: colour dummy device 80x25
    [    0.502574] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.502585] pid_max: default: 32768 minimum: 301
    [    0.502689] LSM: Security Framework initializing
    [    0.502847] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.502870] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.504816] rcu: Hierarchical SRCU implementation.
    [    0.504824] rcu:     Max phase no-delay instances is 400.
    [    0.504881] printk: bootconsole [ns16550a0] printing thread started
    [    0.557384] Platform MSI: msi-controller@1820000 domain created
    [    0.557660] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.557753] EFI services will not be available.
    [    0.558036] smp: Bringing up secondary CPUs ...
    [    0.558902] Detected VIPT I-cache on CPU1
    [    0.559030] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.559046] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.559116] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.609195] Detected VIPT I-cache on CPU2
    [    0.609291] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.609305] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.609345] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.635257] Detected VIPT I-cache on CPU3
    [    0.635349] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.635367] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.635401] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.635463] smp: Brought up 1 node, 4 CPUs
    [    0.635470] SMP: Total of 4 processors activated.
    [    0.669678] CPU features: detected: 32-bit EL0 Support
    [    0.669682] CPU features: detected: CRC32 instructions
    [    0.669739] CPU: All CPU(s) started at EL2
    [    0.669742] alternatives: applying system-wide alternatives
    [    0.671525] devtmpfs: initialized
    [    0.683872] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.683905] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.690047] pinctrl core: initialized pinctrl subsystem
    [    0.690761] DMI not present or invalid.
    [    0.691358] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.710663] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.710990] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.711222] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.711328] audit: initializing netlink subsys (disabled)
    [    0.711505] audit: type=2000 audit(0.709:1): state=initialized audit_enabled=0 res=1
    [    0.712225] thermal_sys: Registered thermal governor 'step_wise'
    [    0.712470] ASID allocator initialised with 65536 entries
    [    0.724133] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.724274] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
    [    0.726363] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.737361] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.737379] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.737383] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.737386] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.737390] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.737393] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.737397] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.737400] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.742097] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.744610] iommu: Default domain type: Translated
    [    0.744620] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.745007] SCSI subsystem initialized
    [    0.745417] usbcore: registered new interface driver usbfs
    [    0.745469] usbcore: registered new interface driver hub
    [    0.745505] usbcore: registered new device driver usb
    [    0.746089] pps_core: LinuxPPS API ver. 1 registered
    [    0.746100] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.746117] PTP clock support registered
    [    0.746285] EDAC MC: Ver: 3.0.0
    [    0.747300] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    0.747765] FPGA manager framework
    [    0.747888] Advanced Linux Sound Architecture Driver Initialized.
    [    0.748999] clocksource: Switched to clocksource arch_sys_counter
    [    0.749302] VFS: Disk quotas dquot_6.6.0
    [    0.749344] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.756280] NET: Registered PF_INET protocol family
    [    0.756599] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.758506] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.758561] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.758583] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.758820] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.760715] TCP: Hash tables configured (established 16384 bind 16384)
    [ H▒▒0.761056] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    1.0[41430] printk: console [ttyS2] printing thread started
        0.761212] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    1.041456] printk: console [ttyS2] enabled
    [    1.041460] printk: bootconsole [ns16550a0] disabled
    [    1.054290] printk: bootconsole [ns16550a0] printing thread stopped
    [    1.056125] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.090012] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.095341] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83869
    [    1.095355] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver unknown
    [    1.095413] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.095657] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.095662] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.096328] pps pps0: new PPS source ptp0
    [    1.096631] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.114665] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.119508] mmc0: CQHCI version 5.10
    [    1.126784] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.126952] pca953x 1-0022: using AI
    [    1.161112] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.210142] mmc0: Command Queue Engine enabled
    [    1.210162] mmc0: new HS200 MMC card at address 0001
    [    1.211075] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    1.213400] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    1.214901] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    1.216227] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    2.147020] omap_i2c 20010000.i2c: controller timed out
    [    2.147052] pca953x 1-0022: failed writing register
    [    2.147356] pca953x: probe of 1-0022 failed with error -110
    [    2.150504] spi-nor spi0.0: unrecognized JEDEC id bytes: c2 85 3a c2 85 3a
    [    2.153858] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    2.156791] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
    [    2.162367] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    2.168329] ALSA device list:
    [    2.168335]   No soundcards found.
    [    2.202486] Waiting for root device PARTUUID=1a2fb328-02...
    [   12.260327] platform regulator-3: deferred probe pending
    [   12.260340] platform regulator-6: deferred probe pending
    [   12.260347] platform regulator-7: deferred probe pending
    [   12.260354] platform fa00000.mmc: deferred probe pending
    [   12.260375] platform fa20000.mmc: deferred probe pending
    [   12.260379] platform 2b300050.target-module: deferred probe pending
    

    Thanks!

  • Hi,

    Did you also make changes to your Kernel DTS file? I see DSS getting probed but I thought you were using a minimal DT file with DSS disabled? 

    Regards,
    Krunal

  • Krunal,

    I made an additional change in the k3-am62p5-sk.dts file in the u-boot dts directory and I got the following log:

    U-Boot_TI_11.txt
    U-Boot SPL 2023.04-dirty (Jul 01 2024 - 16:08:33 -0400)
    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-dirty (Jul 01 2024 - 16:08:39 -0400)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    SPL initial stack usage: 1856 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04-dirty (Jul 01 2024 - 16:08:39 -0400)
    
    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:  no bloblist found!2 GiB
    Core:  65 devices, 28 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:   eth0: ethernet@8000000port@1
    Warning: ethernet@8000000port@2 (eth1) using random MAC address - be:91:05:47:b3:a7
    , eth1: ethernet@8000000port@2
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    574 bytes read in 15 ms (37.1 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    15442432 bytes read in 1218 ms (12.1 MiB/s)
    36181 bytes read in 20 ms (1.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 000000008fef4000, end 000000008fffffff ... OK
    Working FDT set to 8fef4000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.83-rt28-ti-rt-g96b0ebd82722 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT_RT Mon May 13 23:06:24 UTC 2024
    [    0.000000] Machine model: Texas Instruments AM625 Generic
    [    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 DMA memory pool at 0x00000000a0000000, size 2 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    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-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a01fffff]
    [    0.000000]   node   0: [mem 0x00000000a0200000-0x00000000a0ffffff]
    [    0.000000]   node   0: [mem 0x00000000a1000000-0x00000000a103ffff]
    [    0.000000]   node   0: [mem 0x00000000a1040000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fbe00000
    [    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 s44928 r8192 d28800 u81920
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
    [    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=1a2fb328-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] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 1984996K/2097152K available (9792K kernel code, 1192K rwdata, 2244K rodata, 1728K init, 422K bss, 79388K reserved, 32768K 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 restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] rcu:     RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000]  No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=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: 0xffff800008412740
    [    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 @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000191] Console: colour dummy device 80x25
    [    0.409007] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.409018] pid_max: default: 32768 minimum: 301
    [    0.409099] LSM: Security Framework initializing
    [    0.409219] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.409241] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.410881] rcu: Hierarchical SRCU implementation.
    [    0.410888] rcu:     Max phase no-delay instances is 400.
    [    0.410931] printk: bootconsole [ns16550a0] printing thread started
    [    0.463372] Platform MSI: msi-controller@1820000 domain created
    [    0.463518] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.463564] EFI services will not be available.
    [    0.463776] smp: Bringing up secondary CPUs ...
    [    0.464517] Detected VIPT I-cache on CPU1
    [    0.464623] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.464639] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.464691] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.514747] Detected VIPT I-cache on CPU2
    [    0.514839] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.514853] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.514887] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.540748] Detected VIPT I-cache on CPU3
    [    0.540831] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.540844] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.540875] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.540937] smp: Brought up 1 node, 4 CPUs
    [    0.540943] SMP: Total of 4 processors activated.
    [    0.575127] CPU features: detected: 32-bit EL0 Support
    [    0.575131] CPU features: detected: CRC32 instructions
    [    0.575173] CPU: All CPU(s) started at EL2
    [    0.575175] alternatives: applying system-wide alternatives
    [    0.576683] devtmpfs: initialized
    [    0.584616] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.584642] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.585956] pinctrl core: initialized pinctrl subsystem
    [    0.586596] DMI not present or invalid.
    [    0.587084] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.607965] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.608230] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.608416] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.608499] audit: initializing netlink subsys (disabled)
    [    0.608657] audit: type=2000 audit(0.607:1): state=initialized audit_enabled=0 res=1
    [    0.609262] thermal_sys: Registered thermal governor 'step_wise'
    [    0.609472] ASID allocator initialised with 65536 entries
    [    0.623069] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.623080] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.623085] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.623087] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.623091] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.623094] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.623098] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.623101] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.626412] iommu: Default domain type: Translated
    [    0.626420] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.626815] SCSI subsystem initialized
    [    0.627154] usbcore: registered new interface driver usbfs
    [    0.627197] usbcore: registered new interface driver hub
    [    0.627225] usbcore: registered new device driver usb
    [    0.627541] pps_core: LinuxPPS API ver. 1 registered
    [    0.627546] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.627562] PTP clock support registered
    [    0.627662] EDAC MC: Ver: 3.0.0
    [    0.628289] FPGA manager framework
    [    0.628390] Advanced Linux Sound Architecture Driver Initialized.
    [    0.629338] clocksource: Switched to clocksource arch_sys_counter
    [    0.629565] VFS: Disk quotas dquot_6.6.0
    [    0.629603] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.636208] NET: Registered PF_INET protocol family
    [    0.636531] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.638241] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.638295] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.638308] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.638530] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.639982] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.640200] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.640381] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.640749] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.641200] RPC: Registered named UNIX socket transport module.
    [    0.641204] RPC: Registered udp transport module.
    [    0.641207] RPC: Registered tcp transport module.
    [    0.641209] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.641220] PCI: CLS 0 bytes, default 64
    [    0.667180] Initialise system trusted keyrings
    [    0.667379] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.672685] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.673186] NFS: Registering the id_resolver key type
    [    0.673230] Key type id_resolver registered
    [    0.673234] Key type id_legacy registered
    [    0.673305] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.673310] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.708543] Key type asymmetric registered
    [    0.708552] Asymmetric key parser 'x509' registered
    [    0.708613] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.708619] io scheduler mq-deadline registered
    [    0.708624] io scheduler kyber registered
    [    0.718842] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.719516] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.724819] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.746375] loop: module loaded
    [    0.747298] megasas: 07.719.03.00-rc1
    [    0.750494] tun: Universal TUN/TAP device driver, 1.6
    [    0.751039] VFIO - User Level meta-driver version: 0.3
    [    0.751615] usbcore: registered new interface driver usb-storage
    [    0.752086] i2c_dev: i2c /dev entries driver
    [    0.752474] sdhci: Secure Digital Host Controller Interface driver
    [    0.752477] sdhci: Copyright(c) Pierre Ossman
    [    0.752599] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.753016] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.753275] usbcore: registered new interface driver usbhid
    [    0.753278] usbhid: USB HID core driver
    [    0.754061] optee: probing for conduit method.
    [    0.754097] optee: revision 4.1 (012cdca4)
    [    0.754422] optee: dynamic shared memory is enabled
    [    0.754831] optee: initialized driver
    [    0.756147] Initializing XFRM netlink socket
    [    0.756184] NET: Registered PF_PACKET protocol family
    [    0.756306] Key type dns_resolver registered
    [    0.756582] registered taskstats version 1
    [    0.756587] Loading compiled-in X.509 certificates
    [    0.763472] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    0.804027] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.817170] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.817952] omap8250 4a00000.serial: failed to get alias
    [    0.819174] mmc0: CQHCI version 5.10
    [    0.819542] mmc1: CQHCI version 5.10
    [    0.819562] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.825449] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    0.830970] ALSA device list:
    [    0.830977]   No soundcards found.
    [    0.836131] Warning: unable to open an initial console.
    [    0.860767] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    0.861441] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.861741] Waiting for root device PARTUUID=1a2fb328-02...
    [    0.892932] mmc1: new SDHC card at address 5048
    [    0.893712] mmcblk1: mmc1:5048 SD32G 28.8 GiB
    [    0.896219]  mmcblk1: p1 p2
    [    0.910288] mmc0: Command Queue Engine enabled
    [    0.910311] mmc0: new HS200 MMC card at address 0001
    [    0.911051] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    0.913182] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    0.914602] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    0.915819] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    0.995462] EXT4-fs (mmcblk1p2): recovery complete
    [    0.996631] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    0.996712] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    0.996930] devtmpfs: mounted
    [    0.998113] Freeing unused kernel memory: 1728K
    [    0.998232] Run /sbin/init as init process
    [    1.666034] systemd[1]: System time before build time, advancing clock.
    [    1.800385] NET: Registered PF_INET6 protocol family
    [    1.801536] Segment Routing with IPv6
    [    1.801572] In-situ OAM (IOAM) with IPv6
    [    1.844376] systemd[1]: systemd 250.5+ 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 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    [    1.844948] systemd[1]: Detected architecture arm64.
    [    1.879041] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.046404] systemd-sysv-generator[159]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.397702] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    2.472692] systemd[1]: Queued start job for default target Multi-User System.
    [    2.500251] systemd[1]: Created slice Slice /system/getty.
    [    2.507680] systemd[1]: Created slice Slice /system/modprobe.
    [    2.508751] systemd[1]: Created slice User and Session Slice.
    [    2.514699] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.520450] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.528563] systemd[1]: Reached target Path Units.
    [    2.536126] systemd[1]: Reached target Remote File Systems.
    [    2.540996] systemd[1]: Reached target Slice Units.
    [    2.546693] systemd[1]: Reached target Swaps.
    [    2.554074] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.556191] systemd[1]: Reached target RPC Port Mapper.
    [    2.569885] systemd[1]: Listening on Process Core Dump Socket.
    [    2.570440] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.577234] systemd[1]: Listening on Journal Audit Socket.
    [    2.583700] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.589366] systemd[1]: Listening on Journal Socket.
    [    2.595607] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.602077] systemd[1]: Listening on udev Control Socket.
    [    2.606904] systemd[1]: Listening on udev Kernel Socket.
    [    2.612532] systemd[1]: Listening on User Database Manager Socket.
    [    2.638909] systemd[1]: Mounting Huge Pages File System...
    [    2.642931] systemd[1]: Mounting POSIX Message Queue File System...
    [    2.649261] systemd[1]: Mounting Kernel Debug File System...
    [    2.652412] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    2.658424] systemd[1]: Mounting Temporary Directory /tmp...
    [    2.675288] systemd[1]: Starting Create List of Static Device Nodes...
    [    2.681717] systemd[1]: Starting Load Kernel Module configfs...
    [    2.688862] systemd[1]: Starting Load Kernel Module drm...
    [    2.695552] systemd[1]: Starting Load Kernel Module fuse...
    [    2.703862] systemd[1]: Starting Start psplash boot splash screen...
    [    2.713224] systemd[1]: Starting RPC Bind...
    [    2.713613] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    2.714758] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    2.714779] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    2.720075] systemd[1]: Starting Journal Service...
    [    2.766045] fuse: init (API version 7.37)
    [    2.837234] systemd[1]: Starting Load Kernel Modules...
    [    2.841711] systemd[1]: Starting Generate network units from Kernel command line...
    [    2.847074] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    2.855096] systemd[1]: Starting Coldplug All udev Devices...
    [    2.867031] systemd[1]: Mounted Huge Pages File System.
    [    2.867680] systemd[1]: Mounted POSIX Message Queue File System.
    [    2.873660] systemd[1]: Mounted Kernel Debug File System.
    [    2.879902] systemd[1]: Mounted Temporary Directory /tmp.
    [    2.889315] systemd[1]: Finished Create List of Static Device Nodes.
    [    2.892711] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    2.893475] systemd[1]: Finished Load Kernel Module configfs.
    [    2.899426] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    2.900253] systemd[1]: Finished Load Kernel Module drm.
    [    2.906872] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    2.907695] systemd[1]: Finished Load Kernel Module fuse.
    [    2.917462] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
    [    2.918268] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
    [    2.919268] systemd[1]: Failed to start Start psplash boot splash screen.
    [    2.928409] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    2.930126] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
    [    2.932411] cryptodev: loading out-of-tree module taints kernel.
    [    2.934785] cryptodev: driver 1.12 loaded.
    [    2.935802] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
    [    2.939795] systemd[1]: Finished Load Kernel Modules.
    [    2.947407] systemd[1]: Started Journal Service.
    [    3.054388] systemd-journald[171]: Received client request to flush runtime journal.
    [    3.514395] random: crng init done
    [    3.661730] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
    [    3.661752] Modules linked in: rti_wdt(+) sa2ul mcrc cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
    [    3.661784] CPU: 2 PID: 211 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
    [    3.661793] Hardware name: Texas Instruments AM625 Generic (DT)
    [    3.661797] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    3.661805] pc : 0xffff800000a8d2d4
    [    3.661809] lr : 0xffff800000a8d2c0
    [    3.661811] sp : ffff000001ce79a0
    [    3.661814] x29: ffff000001ce79a0 x28: 0000000000000001 x27: ffff800008d9bbb0
    [    3.661823] x26: 0000000000000000 x25: ffff000001ce7d20 x24: 00000000000003e8
    [    3.661831] x23: ffff800008e6f050 x22: ffff000000ec9c90 x21: ffff0000002e9010
    [    3.661839] x20: ffff800009147090 x19: ffff000000ec9c80 x18: 0000000000000000
    [    3.661847] x17: 0000000000000001 x16: 00004f07fa355c0e x15: 013bd3ae2651f624
    [    3.661855] x14: 0000000000000000 x13: 0000000000609310 x12: ffff800008b6f5b8
    [    3.661863] x11: ffff80000914d000 x10: 000000000000003f x9 : 0000000000000000
    [    3.661871] x8 : ffff0000031f2600 x7 : ffff800009148000 x6 : 0068000000000713
    [    3.661880] x5 : ffff0000002e92c8 x4 : ffff0000002e92c8 x3 : 0000000000000000
    [    3.661888] x2 : ffff0000033f9800 x1 : 0000000000000000 x0 : ffff800009147000
    [    3.661896] Call trace:
    [    3.661900]  0xffff800000a8d2d4
    [    3.661903]  0xffff80000853b264
    [    3.661905]  0xffff800008538a38
    [    3.661908]  0xffff800008538cc4
    [    3.661910]  0xffff800008538d9c
    [    3.661913]  0xffff800008539570
    [    3.661915]  0xffff800008536850
    [    3.661918]  0xffff8000085384b4
    [    3.661921]  0xffff800008537e4c
    [    3.661923]  0xffff800008539eb4
    [    3.661926]  0xffff80000853af14
    [    3.661928]  0xffff800000a9101c
    [    3.661931]  0xffff800008013960
    [    3.661933]  0xffff8000080a6554
    [    3.661936]  0xffff8000080a7fbc
    [    3.661938]  0xffff8000080a85d4
    [    3.661941]  0xffff8000080a866c
    [    3.661944]  0xffff80000801db1c
    [    3.661946]  0xffff80000801dc10
    [    3.661948]  0xffff80000898d650
    [    3.661951]  0xffff80000898eb04
    [    3.661954]  0xffff800008011488
    [    3.661961] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
    [    3.866537] ---[ end trace 0000000000000000 ]---
    [    3.916743] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    3.916786] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
    [    3.937830] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    3.937992] platform 78000000.r5f: configured R5F for IPC-only mode
    [    3.938001] platform 78000000.r5f: device does not have reserved memory regions, ret = -22
    [    3.938009] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: reserved memory init failed, ret = -22
    [    3.938017] remoteproc remoteproc0: releasing 78000000.r5f
    [    3.938029] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_rproc_init failed, ret = -22
    [    3.938050] k3_r5_rproc: probe of bus@f0000:bus@b00000:r5fss@78000000 failed with error -22
    [    4.848078] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    4.866455] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    4.867463] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    4.912934] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    4.912966] cfg80211: failed to load regulatory.db
    [   14.306985] platform 40900000.crypto: deferred probe pending
    
    

    The minimal functionality dts I'm using on the kernel (following "Linux Board Port" follows:

    0358.k3-am625-hello-world_June25.dts.txt
    // SPDX-License-Identifier: GPL-2.0
    /*
     * AM625 Minimal dts file
     * Copyright (C) 2021-2022 Texas Instruments Incorporated - https://www.ti.com/
     */
    
    /dts-v1/;
    
    #include <dt-bindings/leds/common.h>
    #include <dt-bindings/gpio/gpio.h>
    #include <dt-bindings/net/ti-dp83867.h>
    #include "k3-am625.dtsi"
    
    / {
    	compatible =  "ti,am625-generic", "ti,am625";
    	model = "Texas Instruments AM625 Generic";
    
    	aliases {
    		serial2 = &main_uart0;
    		mmc0 = &sdhci0;
    		mmc1 = &sdhci1;
    //JM		mmc2 = &sdhci2;
    		spi0 = &ospi0;
    		ethernet0 = &cpsw_port1;
    		ethernet1 = &cpsw_port2;
    		usb0 = &usb0;
    //JM		usb1 = &usb1;
    	};
    	chosen {
    		stdout-path = "serial2:115200n8";
    		/* bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000"; 6/26 */
    		bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait";
    	};
    
    	memory@80000000 {
    		device_type = "memory";
    		/* 2G RAM */
    		reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
    
    	};
    
    	reserved-memory {
    		#address-cells = <2>;
    		#size-cells = <2>;
    		ranges;
    
    		secure_tfa_ddr: tfa@9e780000 {
    			reg = <0x00 0x9e780000 0x00 0x80000>;
    			alignment = <0x1000>;
    			no-map;
    		};
    
    		secure_ddr: optee@9e800000 {
    			reg = <0x00 0x9e800000 0x00 0x01800000>; /* for OP-TEE */
    			alignment = <0x1000>;
    			no-map;
    		};
    
    		main_r5fss0_core0_dma_memory_region: r5f-dma-memory@a0000000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xa0000000 0x00 0x200000>;
    			no-map;
    		};
    
    		lpm_ctx_ddr: lpm-memory@a1000000 {
    			reg = <0x00 0xa1000000 0x00 0x40000>;
    			alignment = <0x1000>;
    			no-map;
    		};
    	};
    };
    
    &main_pmx0 {
    	main_uart0_pins_default: main-uart0-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x01c8, PIN_INPUT, 0) /* (A13) UART0_RXD */
    			AM62X_IOPAD(0x01cc, PIN_OUTPUT, 0) /* (E11) UART0_TXD */
    		>;
    	};
    
    	main_i2c0_pins_default: main-i2c0-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x01e0, PIN_INPUT_PULLUP, 0) /* (E12) I2C0_SCL */
    			AM62X_IOPAD(0x01e4, PIN_INPUT_PULLUP, 0) /* (D14) I2C0_SDA */
    		>;
    	};
    
    	main_mmc0_pins_default: main-mmc0-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x0220, PIN_INPUT_PULLUP, 0) /* (V3) MMC0_CMD */
    			AM62X_IOPAD(0x0218, PIN_OUTPUT, 0) /* (Y1) MMC0_CLK */
    			AM62X_IOPAD(0x0214, PIN_INPUT_PULLUP, 0) /* (V2) MMC0_DAT0 */
    			AM62X_IOPAD(0x0210, PIN_INPUT_PULLUP, 0) /* (V1) MMC0_DAT1 */
    			AM62X_IOPAD(0x020c, PIN_INPUT_PULLUP, 0) /* (W2) MMC0_DAT2 */
    			AM62X_IOPAD(0x0208, PIN_INPUT_PULLUP, 0) /* (W1) MMC0_DAT3 */
    			AM62X_IOPAD(0x0204, PIN_INPUT_PULLUP, 0) /* (Y2) MMC0_DAT4 */
    			AM62X_IOPAD(0x0200, PIN_INPUT_PULLUP, 0) /* (W3) MMC0_DAT5 */
    			AM62X_IOPAD(0x01fc, PIN_INPUT_PULLUP, 0) /* (W4) MMC0_DAT6 */
    			AM62X_IOPAD(0x01f8, PIN_INPUT_PULLUP, 0) /* (V4) MMC0_DAT7 */
    
    		>;
    	};
    
    	main_mmc1_pins_default: main-mmc1-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x023c, PIN_INPUT, 0) /* (C18) MMC1_CMD */
    			AM62X_IOPAD(0x0234, PIN_OUTPUT, 0) /* (A20) MMC1_CLK */
    			AM62X_IOPAD(0x0230, PIN_INPUT, 0) /* (A19) MMC1_DAT0 */
    			AM62X_IOPAD(0x022c, PIN_INPUT_PULLUP, 0) /* (B19) MMC1_DAT1 */
    			AM62X_IOPAD(0x0228, PIN_INPUT_PULLUP, 0) /* (B20) MMC1_DAT2 */
    			AM62X_IOPAD(0x0224, PIN_INPUT_PULLUP, 0) /* (C19) MMC1_DAT3 */
    			AM62X_IOPAD(0x0240, PIN_INPUT, 0) /* (C15) MMC1_SDCD */
    			AM62X_IOPAD(0x0244, PIN_INPUT, 0) /* (B15) MMC1_SDWP */
    		>;
    	};
    
    	main_mdio1_pins_default: main-mdio1-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x0160, PIN_OUTPUT, 0) /* (V17) MDIO0_MDC */
    			AM62X_IOPAD(0x015c, PIN_INPUT, 0) /* (U16) MDIO0_MDIO */
    		>;
    	};
    
    	main_rgmii1_pins_default: main-rgmii1-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x014c, PIN_INPUT, 0) /* (W15) RGMII1_RD0 */
    			AM62X_IOPAD(0x0150, PIN_INPUT, 0) /* (Y16) RGMII1_RD1 */
    			AM62X_IOPAD(0x0154, PIN_INPUT, 0) /* (AA17) RGMII1_RD2 */
    			AM62X_IOPAD(0x0158, PIN_INPUT, 0) /* (Y15) RGMII1_RD3 */
    			AM62X_IOPAD(0x0148, PIN_INPUT, 0) /* (AA16) RGMII1_RXC */
    			AM62X_IOPAD(0x0144, PIN_INPUT, 0) /* (W14) RGMII1_RX_CTL */
    			AM62X_IOPAD(0x0134, PIN_OUTPUT, 0) /* (U14) RGMII1_TD0 */
    			AM62X_IOPAD(0x0138, PIN_OUTPUT, 0) /* (AA19) RGMII1_TD1 */
    			AM62X_IOPAD(0x013c, PIN_OUTPUT, 0) /* (Y17) RGMII1_TD2 */
    			AM62X_IOPAD(0x0140, PIN_OUTPUT, 0) /* (AA18) RGMII1_TD3 */
    			AM62X_IOPAD(0x0130, PIN_OUTPUT, 0) /* (W16) RGMII1_TXC */
    			AM62X_IOPAD(0x012c, PIN_OUTPUT, 0) /* (V15) RGMII1_TX_CTL */
    		>;
    	};
    
    	main_rgmii2_pins_default: main-rgmii2-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x0184, PIN_INPUT, 0) /* (W18) RGMII2_RD0 */
    			AM62X_IOPAD(0x0188, PIN_INPUT, 0) /* (Y20) RGMII2_RD1 */
    			AM62X_IOPAD(0x018c, PIN_INPUT, 0) /* (Y19) RGMII2_RD2 */
    			AM62X_IOPAD(0x0190, PIN_INPUT, 0) /* (W20) RGMII2_RD3 */
    			AM62X_IOPAD(0x0180, PIN_INPUT, 0) /* (V18) RGMII2_RXC */
    			AM62X_IOPAD(0x017c, PIN_INPUT, 0) /* (W19) RGMII2_RX_CTL */
    			AM62X_IOPAD(0x016c, PIN_OUTPUT, 0) /* (AA20) RGMII2_TD0 */
    			AM62X_IOPAD(0x0170, PIN_OUTPUT, 0) /* (U15) RGMII2_TD1 */
    			AM62X_IOPAD(0x0174, PIN_OUTPUT, 0) /* (W17) RGMII2_TD2 */
    			AM62X_IOPAD(0x0178, PIN_OUTPUT, 0) /* (V16) RGMII2_TD3 */
    			AM62X_IOPAD(0x0168, PIN_OUTPUT, 0) /* (Y18) RGMII2_TXC */
    			AM62X_IOPAD(0x0164, PIN_OUTPUT, 0) /* (Y21) RGMII2_TX_CTL */
    		>;
    	};
    
    };
    
    &oc_sram {
    	status = "disabled";
    };
    
    &main_uart0 {
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_uart0_pins_default>;
    };
    
    &main_uart1 {
    	status = "disabled";
    };
    
    &main_uart2 {
    	status = "disabled";
    };
    
    &main_uart3 {
    	status = "disabled";
    };
    
    &main_uart4 {
    	status = "disabled";
    };
    
    &main_uart5 {
    	status = "disabled";
    };
    
    &main_uart6 {
    	status = "disabled";
    };
    
    &main_i2c0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_i2c0_pins_default>;
    	clock-frequency = <400000>;
    };
    
    &main_i2c1 {
    	status = "disabled";
    };
    
    &main_i2c2 {
    	status = "disabled";
    };
    
    &main_i2c3 {
    	status = "disabled";
    };
    
    &main_gpio_intr {
    	status = "disabled";
    };
    
    &main_gpio0 {
    	status = "disabled";
    };
    
    &main_gpio1 {
    	status = "disabled";
    };
    
    &sdhci0 {
     	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mmc0_pins_default>;
    	disable-wp;
    };
    
    &sdhci1 {
    	/* SD/MMC */
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mmc1_pins_default>;
    	disable-wp;
    	sdhci-caps-mask = <0x00000007 0x00200000>;
    };
    
    &sdhci2 {
    	status = "disabled";
    };
    
    &fss {
    	status = "disabled";
    };
    
    &ospi0 {
    	status = "disabled";
    };
    
    &main_conf {
    	status = "disabled";
    };
    
    &inta_main_dmss {
    	status = "disabled";
    };
    
    &main_bcdma {
    	status = "disabled";
    };
    
    &main_pktdma {
    	status = "disabled";
    };
    
    &cpsw3g {
    	status = "disabled";
    };
    
    /* MCU periperhals */
    &mcu_uart0 {
    // JM 	status = "disabled";
    status = "okay";
    };
    
    &mcu_i2c0 {
    	status = "disabled";
    };
    
    &mcu_gpio_intr {
    	status = "disabled";
    };
    
    &mcu_gpio0 {
    	status = "disabled";
    };
    
    /* WKUP periperhals */
    &wkup_conf {
    	status = "disabled";
    };
    
    &chipid {
    	status = "disabled";
    };
    
    &wkup_uart0 {
    	status = "disabled";
    };
    
    &wkup_i2c0 {
    	status = "disabled";
    };
    
    &usbss0 {
    	status = "disabled";
    };
    
    &usbss1 {
    	status = "disabled";
    };
    
    &gpu {
    	status = "disabled";
    };
    
    &dss {
    	status = "disabled";
    };
    
    &mcu_m4fss {
    	status = "disabled";
    };
    
    &hwspinlock {
    	status = "disabled";
    };
    
    &mailbox0_cluster0 {
    	status = "disabled";
    };
    
    &pruss {
    	status = "disabled";
    };
    
    //&rtc0 {
    //	status = "disabled";
    //};
    
    &epwm0 {
    	status = "disabled";
    };
    
    &epwm1 {
    	status = "disabled";
    };
    
    &epwm2 {
    	status = "disabled";
    };
    
    &ecap0 {
    	status = "disabled";
    };
    
    &ecap1 {
    	status = "disabled";
    };
    
    &ecap2 {
    	status = "disabled";
    };
    
    &main_rti0 {
    	status = "disabled";
    };
    
    &main_rti1 {
    	status = "disabled";
    };
    
    &ti_csi2rx0 {
    	status = "disabled";
    };
    
    &dphy0 {
    	status = "disabled";
    };
    

    It seems like I need to make changes in the following file, as well:

    k3-am625-sk.dts-uboot.txt
    // SPDX-License-Identifier: GPL-2.0
    /*
     * AM625 SK: https://www.ti.com/lit/zip/sprr448
     *
     * Copyright (C) 2021-2022 Texas Instruments Incorporated - https://www.ti.com/
     */
    
    /dts-v1/;
    
    #include <dt-bindings/leds/common.h>
    #include <dt-bindings/gpio/gpio.h>
    #include <dt-bindings/net/ti-dp83867.h>
    #include "k3-am625.dtsi"
    
    / {
    	compatible = "ti,am625-sk", "ti,am625";
    	model = "Texas Instruments AM625 SK";
    
    	aliases {
    		serial2 = &main_uart0;
    		mmc0 = &sdhci0;
    		mmc1 = &sdhci1;
    		mmc2 = &sdhci2;
    		spi0 = &ospi0;
    		ethernet0 = &cpsw_port1;
    		ethernet1 = &cpsw_port2;
    		usb0 = &usb0;
    		usb1 = &usb1;
    	};
    
    	chosen {
    		stdout-path = "serial2:115200n8";
    		/* bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000"; JM 6/26 */
    		bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait";
    	};
    
    	opp-table {
    		/* Add 1.4GHz OPP for am625-sk board. Requires VDD_CORE to be at 0.85V */
    		opp-1400000000 {
    			opp-hz = /bits/ 64 <1400000000>;
    			opp-supported-hw = <0x01 0x0004>;
    			clock-latency-ns = <6000000>;
    		};
    	};
    
    	memory@80000000 {
    		device_type = "memory";
    		/* 2G RAM */
    		reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
    
    	};
    
    	reserved-memory {
    		#address-cells = <2>;
    		#size-cells = <2>;
    		ranges;
    
    		ramoops@9ca00000 {
    			compatible = "ramoops";
    			reg = <0x00 0x9ca00000 0x00 0x00100000>;
    			record-size = <0x8000>;
    			console-size = <0x8000>;
    			ftrace-size = <0x00>;
    			pmsg-size = <0x8000>;
    		};
    
    		secure_tfa_ddr: tfa@9e780000 {
    			reg = <0x00 0x9e780000 0x00 0x80000>;
    			alignment = <0x1000>;
    			no-map;
    		};
    
    		secure_ddr: optee@9e800000 {
    			reg = <0x00 0x9e800000 0x00 0x01800000>; /* for OP-TEE */
    			alignment = <0x1000>;
    			no-map;
    		};
    
    		mcu_m4fss_dma_memory_region: m4f-dma-memory@9cb00000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x9cb00000 0x00 0x100000>;
    			no-map;
    		};
    
    		mcu_m4fss_memory_region: m4f-memory@9cc00000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x9cc00000 0x00 0xe00000>;
    			no-map;
    		};
    
    		wkup_r5fss0_core0_dma_memory_region: r5f-dma-memory@9da00000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x9da00000 0x00 0x00100000>;
    			no-map;
    		};
    
    		wkup_r5fss0_core0_memory_region: r5f-memory@9db00000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0x9db00000 0x00 0x00c00000>;
    			no-map;
    		};
    	};
    
    	vmain_pd: regulator-0 {
    		/* TPS65988 PD CONTROLLER OUTPUT */
    		compatible = "regulator-fixed";
    		regulator-name = "vmain_pd";
    		regulator-min-microvolt = <5000000>;
    		regulator-max-microvolt = <5000000>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	vcc_5v0: regulator-1 {
    		/* Output of LM34936 */
    		compatible = "regulator-fixed";
    		regulator-name = "vcc_5v0";
    		regulator-min-microvolt = <5000000>;
    		regulator-max-microvolt = <5000000>;
    		vin-supply = <&vmain_pd>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	vcc_3v3_sys: regulator-2 {
    		/* output of LM61460-Q1 */
    		compatible = "regulator-fixed";
    		regulator-name = "vcc_3v3_sys";
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    		vin-supply = <&vmain_pd>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	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;
    		vin-supply = <&vcc_3v3_sys>;
    		gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
    	};
    
    	vdd_sd_dv: regulator-4 {
    		/* Output of TLV71033 */
    		compatible = "regulator-gpio";
    		regulator-name = "tlv71033";
    		pinctrl-names = "default";
    		pinctrl-0 = <&vdd_sd_dv_pins_default>;
    		regulator-min-microvolt = <1800000>;
    		regulator-max-microvolt = <3300000>;
    		regulator-boot-on;
    		vin-supply = <&vcc_5v0>;
    		gpios = <&main_gpio0 31 GPIO_ACTIVE_HIGH>;
    		states = <1800000 0x0>,
    			 <3300000 0x1>;
    	};
    
    	leds {
    		compatible = "gpio-leds";
    		pinctrl-names = "default";
    		pinctrl-0 = <&usr_led_pins_default>;
    
    		led-0 {
    			label = "am62-sk:green:heartbeat";
    			gpios = <&main_gpio1 49 GPIO_ACTIVE_HIGH>;
    			linux,default-trigger = "heartbeat";
    			function = LED_FUNCTION_HEARTBEAT;
    			default-state = "off";
    		};
    	};
    
    	panel_lvds: panel-lvds {
    		bootph-pre-ram;
    		compatible = "simple-panel";
    		status= "okay";
    		width-mm = <217>;
    		height-mm = <136>;
    		data-mapping = "vesa-24";
    		panel-timings {
    				bootph-pre-ram;
    				clock-frequency = <150274>;
    				hactive = <1920>;
    				vactive = <1200>;
    				hback-porch = <32>;
    				hfront-porch = <52>;
    				vback-porch = <24>;
    				vfront-porch = <8>;
    				hsync-len = <24>;
    				vsync-len = <3>;
    				de-active = <1>;
    		};
    		port@0 {
    			dual-lvds-odd-pixels;
    			lcd_in0: endpoint {
    				remote-endpoint = <&oldi_out0>;
    			};
    		};
    
    		port@1 {
    			dual-lvds-even-pixels;
    			lcd_in1: endpoint {
    				remote-endpoint = <&oldi_out1>;
    			};
    		};
    	};
    };
    
    &main_pmx0 {
    	main_uart0_pins_default: main-uart0-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x01c8, PIN_INPUT, 0) /* (A13) UART0_RXD */
    			AM62X_IOPAD(0x01cc, PIN_OUTPUT, 0) /* (E11) UART0_TXD */
    		>;
    	};
    
    	main_i2c0_pins_default: main-i2c0-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x01e0, PIN_INPUT_PULLUP, 0) /* (E12) I2C0_SCL */
    			AM62X_IOPAD(0x01e4, PIN_INPUT_PULLUP, 0) /* (D14) I2C0_SDA */
    		>;
    	};
    
    	main_i2c1_pins_default: main-i2c1-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x1e8, PIN_INPUT_PULLUP, 0) /* (B17) I2C1_SCL */
    			AM62X_IOPAD(0x1ec, PIN_INPUT_PULLUP, 0) /* (A17) I2C1_SDA */
    		>;
    	};
    
    	main_i2c2_pins_default: main-i2c2-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x0b0, PIN_INPUT_PULLUP, 1) /* (K22) GPMC0_CSn2.I2C2_SCL */
    			AM62X_IOPAD(0x0b4, PIN_INPUT_PULLUP, 1) /* (K24) GPMC0_CSn3.I2C2_SDA */
    		>;
    	};
    
    	main_mmc0_pins_default: main-mmc0-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x0220, PIN_INPUT_PULLUP, 0) /* (V3) MMC0_CMD */
    			AM62X_IOPAD(0x0218, PIN_OUTPUT, 0) /* (Y1) MMC0_CLK */
    			AM62X_IOPAD(0x0214, PIN_INPUT_PULLUP, 0) /* (V2) MMC0_DAT0 */
    			AM62X_IOPAD(0x0210, PIN_INPUT_PULLUP, 0) /* (V1) MMC0_DAT1 */
    			AM62X_IOPAD(0x020c, PIN_INPUT_PULLUP, 0) /* (W2) MMC0_DAT2 */
    			AM62X_IOPAD(0x0208, PIN_INPUT_PULLUP, 0) /* (W1) MMC0_DAT3 */
    			AM62X_IOPAD(0x0204, PIN_INPUT_PULLUP, 0) /* (Y2) MMC0_DAT4 */
    			AM62X_IOPAD(0x0200, PIN_INPUT_PULLUP, 0) /* (W3) MMC0_DAT5 */
    			AM62X_IOPAD(0x01fc, PIN_INPUT_PULLUP, 0) /* (W4) MMC0_DAT6 */
    			AM62X_IOPAD(0x01f8, PIN_INPUT_PULLUP, 0) /* (V4) MMC0_DAT7 */
    
    		>;
    	};
    
    	main_mmc1_pins_default: main-mmc1-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x023c, PIN_INPUT, 0) /* (C18) MMC1_CMD */
    			AM62X_IOPAD(0x0234, PIN_OUTPUT, 0) /* (A20) MMC1_CLK */
    			AM62X_IOPAD(0x0230, PIN_INPUT, 0) /* (A19) MMC1_DAT0 */
    			AM62X_IOPAD(0x022c, PIN_INPUT_PULLUP, 0) /* (B19) MMC1_DAT1 */
    			AM62X_IOPAD(0x0228, PIN_INPUT_PULLUP, 0) /* (B20) MMC1_DAT2 */
    			AM62X_IOPAD(0x0224, PIN_INPUT_PULLUP, 0) /* (C19) MMC1_DAT3 */
    			AM62X_IOPAD(0x0240, PIN_INPUT, 0) /* (C15) MMC1_SDCD */
    			AM62X_IOPAD(0x0244, PIN_INPUT, 0) /* (B15) MMC1_SDWP */		>;
    	};
    
    	usr_led_pins_default: usr-led-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x244, PIN_OUTPUT, 7) /* (C17) MMC1_SDWP.GPIO1_49 */
    		>;
    	};
    
    	main_mdio1_pins_default: main-mdio1-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x160, PIN_OUTPUT, 0) /* (AD24) MDIO0_MDC */
    			AM62X_IOPAD(0x15c, PIN_INPUT, 0) /* (AB22) MDIO0_MDIO */
    		>;
    	};
    
    	main_rgmii1_pins_default: main-rgmii1-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x014c, PIN_INPUT, 0) /* (W15) RGMII1_RD0 */
    			AM62X_IOPAD(0x0150, PIN_INPUT, 0) /* (Y16) RGMII1_RD1 */
    			AM62X_IOPAD(0x0154, PIN_INPUT, 0) /* (AA17) RGMII1_RD2 */
    			AM62X_IOPAD(0x0158, PIN_INPUT, 0) /* (Y15) RGMII1_RD3 */
    			AM62X_IOPAD(0x0148, PIN_INPUT, 0) /* (AA16) RGMII1_RXC */
    			AM62X_IOPAD(0x0144, PIN_INPUT, 0) /* (W14) RGMII1_RX_CTL */
    			AM62X_IOPAD(0x0134, PIN_OUTPUT, 0) /* (U14) RGMII1_TD0 */
    			AM62X_IOPAD(0x0138, PIN_OUTPUT, 0) /* (AA19) RGMII1_TD1 */
    			AM62X_IOPAD(0x013c, PIN_OUTPUT, 0) /* (Y17) RGMII1_TD2 */
    			AM62X_IOPAD(0x0140, PIN_OUTPUT, 0) /* (AA18) RGMII1_TD3 */
    			AM62X_IOPAD(0x0130, PIN_OUTPUT, 0) /* (W16) RGMII1_TXC */
    			AM62X_IOPAD(0x012c, PIN_OUTPUT, 0) /* (V15) RGMII1_TX_CTL */
    		>;
    	};
    
    	main_rgmii2_pins_default: main-rgmii2-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x0184, PIN_INPUT, 0) /* (W18) RGMII2_RD0 */
    			AM62X_IOPAD(0x0188, PIN_INPUT, 0) /* (Y20) RGMII2_RD1 */
    			AM62X_IOPAD(0x018c, PIN_INPUT, 0) /* (Y19) RGMII2_RD2 */
    			AM62X_IOPAD(0x0190, PIN_INPUT, 0) /* (W20) RGMII2_RD3 */
    			AM62X_IOPAD(0x0180, PIN_INPUT, 0) /* (V18) RGMII2_RXC */
    			AM62X_IOPAD(0x017c, PIN_INPUT, 0) /* (W19) RGMII2_RX_CTL */
    			AM62X_IOPAD(0x016c, PIN_OUTPUT, 0) /* (AA20) RGMII2_TD0 */
    			AM62X_IOPAD(0x0170, PIN_OUTPUT, 0) /* (U15) RGMII2_TD1 */
    			AM62X_IOPAD(0x0174, PIN_OUTPUT, 0) /* (W17) RGMII2_TD2 */
    			AM62X_IOPAD(0x0178, PIN_OUTPUT, 0) /* (V16) RGMII2_TD3 */
    			AM62X_IOPAD(0x0168, PIN_OUTPUT, 0) /* (Y18) RGMII2_TXC */
    			AM62X_IOPAD(0x0164, PIN_OUTPUT, 0) /* (Y21) RGMII2_TX_CTL */
    		>;
    	};
    
    	ospi0_pins_default: ospi0-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x000, PIN_OUTPUT, 0) /* (H24) OSPI0_CLK */
    			AM62X_IOPAD(0x02c, PIN_OUTPUT, 0) /* (F23) OSPI0_CSn0 */
    			AM62X_IOPAD(0x00c, PIN_INPUT, 0) /* (E25) OSPI0_D0 */
    			AM62X_IOPAD(0x010, PIN_INPUT, 0) /* (G24) OSPI0_D1 */
    			AM62X_IOPAD(0x014, PIN_INPUT, 0) /* (F25) OSPI0_D2 */
    			AM62X_IOPAD(0x018, PIN_INPUT, 0) /* (F24) OSPI0_D3 */
    			AM62X_IOPAD(0x01c, PIN_INPUT, 0) /* (J23) OSPI0_D4 */
    			AM62X_IOPAD(0x020, PIN_INPUT, 0) /* (J25) OSPI0_D5 */
    			AM62X_IOPAD(0x024, PIN_INPUT, 0) /* (H25) OSPI0_D6 */
    			AM62X_IOPAD(0x028, PIN_INPUT, 0) /* (J22) OSPI0_D7 */
    			AM62X_IOPAD(0x008, PIN_INPUT, 0) /* (J24) OSPI0_DQS */
    		>;
    	};
    
    	vdd_sd_dv_pins_default: vdd-sd-dv-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x07c, PIN_OUTPUT, 7) /* (P25) GPMC0_CLK.GPIO0_31 */
    		>;
    	};
    
    	main_gpio1_ioexp_intr_pins_default: main-gpio1-ioexp-intr-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x01d4, PIN_INPUT, 7) /* (B15) UART0_RTSn.GPIO1_23 */
    		>;
    	};
    
    	main_usb1_pins_default: main-usb1-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x0258, PIN_OUTPUT, 0) /* (F18) USB1_DRVVBUS */
    		>;
    	};
    
    	main_dss0_pins_default: main-dss0-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x0100, PIN_OUTPUT, 0) /* (T16) VOUT0_VSYNC */
    			AM62X_IOPAD(0x00f8, PIN_OUTPUT, 0) /* (W21) VOUT0_HSYNC */
    			AM62X_IOPAD(0x0104, PIN_OUTPUT, 0) /* (U17) VOUT0_PCLK */
    			AM62X_IOPAD(0x00fc, PIN_OUTPUT, 0) /* (T17) VOUT0_DE */
    			AM62X_IOPAD(0x00b8, PIN_OUTPUT, 0) /* (R21) VOUT0_DATA0 */
    			AM62X_IOPAD(0x00bc, PIN_OUTPUT, 0) /* (P18) VOUT0_DATA1 */
    			AM62X_IOPAD(0x00c0, PIN_OUTPUT, 0) /* (R18) VOUT0_DATA2 */
    			AM62X_IOPAD(0x00c4, PIN_OUTPUT, 0) /* (R19) VOUT0_DATA3 */
    			AM62X_IOPAD(0x00c8, PIN_OUTPUT, 0) /* (R20) VOUT0_DATA4 */
    			AM62X_IOPAD(0x00cc, PIN_OUTPUT, 0) /* (T20) VOUT0_DATA5 */
    			AM62X_IOPAD(0x00d0, PIN_OUTPUT, 0) /* (T21) VOUT0_DATA6 */
    			AM62X_IOPAD(0x00d4, PIN_OUTPUT, 0) /* (T19) VOUT0_DATA7 */
    			AM62X_IOPAD(0x00d8, PIN_OUTPUT, 0) /* (U21) VOUT0_DATA8 */
    			AM62X_IOPAD(0x00dc, PIN_OUTPUT, 0) /* (R17) VOUT0_DATA9 */
    			AM62X_IOPAD(0x00e0, PIN_OUTPUT, 0) /* (T18) VOUT0_DATA10 */
    			AM62X_IOPAD(0x00e4, PIN_OUTPUT, 0) /* (U20) VOUT0_DATA11 */
    			AM62X_IOPAD(0x00e8, PIN_OUTPUT, 0) /* (U19) VOUT0_DATA12 */
    			AM62X_IOPAD(0x00ec, PIN_OUTPUT, 0) /* (V21) VOUT0_DATA13 */
    			AM62X_IOPAD(0x00f0, PIN_OUTPUT, 0) /* (U18) VOUT0_DATA14 */
    			AM62X_IOPAD(0x00f4, PIN_OUTPUT, 0) /* (V20) VOUT0_DATA15 */
    			AM62X_IOPAD(0x005c, PIN_OUTPUT, 1) /* (N20) GPMC0_AD8.VOUT0_DATA16 */
    			AM62X_IOPAD(0x0060, PIN_OUTPUT, 1) /* (N21) GPMC0_AD9.VOUT0_DATA17 */
    			AM62X_IOPAD(0x0064, PIN_OUTPUT, 1) /* (M17) GPMC0_AD10.VOUT0_DATA18 */
    			AM62X_IOPAD(0x0068, PIN_OUTPUT, 1) /* (N18) GPMC0_AD11.VOUT0_DATA19 */
    			AM62X_IOPAD(0x006c, PIN_OUTPUT, 1) /* (N17) GPMC0_AD12.VOUT0_DATA20 */
    			AM62X_IOPAD(0x0070, PIN_OUTPUT, 1) /* (N19) GPMC0_AD13.VOUT0_DATA21 */
    			AM62X_IOPAD(0x0074, PIN_OUTPUT, 1) /* (P19) GPMC0_AD14.VOUT0_DATA22 */
    			AM62X_IOPAD(0x0078, PIN_OUTPUT, 1) /* (P20) GPMC0_AD15.VOUT0_DATA23 */
    			AM62X_IOPAD(0x009c, PIN_OUTPUT, 1) /* (P17) GPMC0_WAIT1.VOUT0_EXTPCLKIN */		>;
    	};
    };
    
    &wkup_uart0 {
    	/* WKUP UART0 is used by DM firmware */
    	status = "reserved";
    };
    
    &main_uart0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_uart0_pins_default>;
    };
    
    &main_uart1 {
    	/* Main UART1 is used by TIFS firmware */
    	status = "reserved";
    };
    
    &main_i2c0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_i2c0_pins_default>;
    	clock-frequency = <400000>;
    };
    
    &main_i2c1 {
    // JM 	status = "okay";
            status = "disabled";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_i2c1_pins_default>;
    	clock-frequency = <400000>;
    
    	exp1: gpio@22 {
    		compatible = "ti,tca6424";
    		reg = <0x22>;
    		gpio-controller;
    		#gpio-cells = <2>;
    		gpio-line-names = "GPIO_CPSW2_RST", "GPIO_CPSW1_RST",
    				   "PRU_DETECT", "MMC1_SD_EN",
    				   "VPP_LDO_EN", "EXP_PS_3V3_En",
    				   "EXP_PS_5V0_En", "EXP_HAT_DETECT",
    				   "GPIO_AUD_RSTn", "GPIO_eMMC_RSTn",
    				   "UART1_FET_BUF_EN", "WL_LT_EN",
    				   "GPIO_HDMI_RSTn", "CSI_GPIO1",
    				   "CSI_GPIO2", "PRU_3V3_EN",
    				   "HDMI_INTn", "TEST_GPIO2",
    				   "MCASP1_FET_EN", "MCASP1_BUF_BT_EN",
    				   "MCASP1_FET_SEL", "UART1_FET_SEL",
    				   "TSINT#", "IO_EXP_TEST_LED";
    
    		interrupt-parent = <&main_gpio1>;
    		interrupts = <23 IRQ_TYPE_EDGE_FALLING>;
    		interrupt-controller;
    		#interrupt-cells = <2>;
    
    		pinctrl-names = "default";
    		pinctrl-0 = <&main_gpio1_ioexp_intr_pins_default>;
    	};
    
    };
    
    &sdhci0 {
    // JM
     	status = "okay";
    // JM         status = "disabled";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mmc0_pins_default>;
    	disable-wp;
    };
    
    &sdhci1 {
    	/* SD/MMC */
    	status = "okay";
    	vmmc-supply = <&vdd_mmc1>;
    	vqmmc-supply = <&vdd_sd_dv>;
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mmc1_pins_default>;
    	disable-wp;
    	sdhci-caps-mask = <0x00000007 0x00200000>;
    };
    
    &cpsw3g {
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_rgmii1_pins_default
    		     &main_rgmii2_pins_default>;
    };
    
    &cpsw_port1 {
    	phy-mode = "rgmii-rxid";
    	phy-handle = <&cpsw3g_phy0>;
    };
    
    &cpsw_port2 {
    	phy-mode = "rgmii-rxid";
    	phy-handle = <&cpsw3g_phy1>;
    };
    
    &cpsw3g_mdio {
    // JM
     	status = "okay";
    // JM         status = "disabled";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mdio1_pins_default>;
    
    	cpsw3g_phy0: ethernet-phy@0 {
    		reg = <0>;
    		ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
    		ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
    		ti,min-output-impedance;
    	};
    
    	cpsw3g_phy1: ethernet-phy@1 {
    		reg = <1>;
    		ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
    		ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
    		ti,min-output-impedance;
    	};
    };
    
    &mailbox0_cluster0 {
    	mbox_m4_0: mbox-m4-0 {
    		ti,mbox-rx = <0 0 0>;
    		ti,mbox-tx = <1 0 0>;
    	};
    };
    
    &ospi0 {
    //	status = "okay";
            status = "disabled";
    	pinctrl-names = "default";
    	pinctrl-0 = <&ospi0_pins_default>;
    
    	flash@0{
    		compatible = "jedec,spi-nor";
    		reg = <0x0>;
    		spi-tx-bus-width = <8>;
    		spi-rx-bus-width = <8>;
    		spi-max-frequency = <25000000>;
    		cdns,tshsl-ns = <60>;
    		cdns,tsd2d-ns = <60>;
    		cdns,tchsh-ns = <60>;
    		cdns,tslch-ns = <60>;
    		cdns,read-delay = <4>;
    		cdns,phy-mode;
    
    		partitions {
    			compatible = "fixed-partitions";
    			#address-cells = <1>;
    			#size-cells = <1>;
    
    			partition@0 {
    				label = "ospi.tiboot3";
    				reg = <0x0 0x80000>;
    			};
    
    			partition@80000 {
    				label = "ospi.tispl";
    				reg = <0x80000 0x200000>;
    			};
    
    			partition@280000 {
    				label = "ospi.u-boot";
    				reg = <0x280000 0x400000>;
    			};
    
    			partition@680000 {
    				label = "ospi.env";
    				reg = <0x680000 0x40000>;
    			};
    
    			partition@6c0000 {
    				label = "ospi.env.backup";
    				reg = <0x6c0000 0x40000>;
    			};
    
    			partition@800000 {
    				label = "ospi.rootfs";
    				reg = <0x800000 0x37c0000>;
    			};
    
    			partition@3fc0000 {
    				label = "ospi.phypattern";
    				reg = <0x3fc0000 0x40000>;
    			};
    		};
    	};
    };
    
    &usbss0 {
    // JM
     	status = "okay";
    // JM         status = "disabled";
    	ti,vbus-divider;
    };
    
    &usbss1 {
    // JM 	status = "okay";
            status = "disabled";
    };
    
    &usb0 {
    	dr_mode = "peripheral";
    };
    
    &usb1 {
    	dr_mode = "host";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_usb1_pins_default>;
    };
    
    &dss {
    //JM
        status = "disabled";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_dss0_pins_default>;
    };
    
    &dss_ports {
    	#address-cells = <1>;
    	#size-cells = <0>;
    	/* VP1: LVDS Output (OLDI TX 0) */
    	port@0 {
    		reg = <0>;
    		oldi_out0: endpoint {
    			remote-endpoint = <&lcd_in0>;
    		};
    	};
    
    	/* VP1: LVDS Output (OLDI TX 1) */
    	port@2 {
    		reg = <2>;
    		oldi_out1: endpoint {
    			remote-endpoint = <&lcd_in1>;
    		};
    	};
    
    };
    

    Here's the latest boot log with the changes you suggested.  As you can see, it fails at "cfg80211: failed to load regulatory.db".

    6076.U-Boot_TI_11.txt
    U-Boot SPL 2023.04-dirty (Jul 01 2024 - 16:08:33 -0400)
    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-dirty (Jul 01 2024 - 16:08:39 -0400)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    SPL initial stack usage: 1856 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04-dirty (Jul 01 2024 - 16:08:39 -0400)
    
    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:  no bloblist found!2 GiB
    Core:  65 devices, 28 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:   eth0: ethernet@8000000port@1
    Warning: ethernet@8000000port@2 (eth1) using random MAC address - be:91:05:47:b3:a7
    , eth1: ethernet@8000000port@2
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    574 bytes read in 15 ms (37.1 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    15442432 bytes read in 1218 ms (12.1 MiB/s)
    36181 bytes read in 20 ms (1.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 000000008fef4000, end 000000008fffffff ... OK
    Working FDT set to 8fef4000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.83-rt28-ti-rt-g96b0ebd82722 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT_RT Mon May 13 23:06:24 UTC 2024
    [    0.000000] Machine model: Texas Instruments AM625 Generic
    [    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 DMA memory pool at 0x00000000a0000000, size 2 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    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-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a01fffff]
    [    0.000000]   node   0: [mem 0x00000000a0200000-0x00000000a0ffffff]
    [    0.000000]   node   0: [mem 0x00000000a1000000-0x00000000a103ffff]
    [    0.000000]   node   0: [mem 0x00000000a1040000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fbe00000
    [    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 s44928 r8192 d28800 u81920
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
    [    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=1a2fb328-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] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 1984996K/2097152K available (9792K kernel code, 1192K rwdata, 2244K rodata, 1728K init, 422K bss, 79388K reserved, 32768K 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 restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] rcu:     RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000]  No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=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: 0xffff800008412740
    [    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 @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000191] Console: colour dummy device 80x25
    [    0.409007] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.409018] pid_max: default: 32768 minimum: 301
    [    0.409099] LSM: Security Framework initializing
    [    0.409219] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.409241] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.410881] rcu: Hierarchical SRCU implementation.
    [    0.410888] rcu:     Max phase no-delay instances is 400.
    [    0.410931] printk: bootconsole [ns16550a0] printing thread started
    [    0.463372] Platform MSI: msi-controller@1820000 domain created
    [    0.463518] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.463564] EFI services will not be available.
    [    0.463776] smp: Bringing up secondary CPUs ...
    [    0.464517] Detected VIPT I-cache on CPU1
    [    0.464623] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.464639] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.464691] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.514747] Detected VIPT I-cache on CPU2
    [    0.514839] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.514853] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.514887] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.540748] Detected VIPT I-cache on CPU3
    [    0.540831] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.540844] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.540875] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.540937] smp: Brought up 1 node, 4 CPUs
    [    0.540943] SMP: Total of 4 processors activated.
    [    0.575127] CPU features: detected: 32-bit EL0 Support
    [    0.575131] CPU features: detected: CRC32 instructions
    [    0.575173] CPU: All CPU(s) started at EL2
    [    0.575175] alternatives: applying system-wide alternatives
    [    0.576683] devtmpfs: initialized
    [    0.584616] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.584642] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.585956] pinctrl core: initialized pinctrl subsystem
    [    0.586596] DMI not present or invalid.
    [    0.587084] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.607965] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.608230] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.608416] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.608499] audit: initializing netlink subsys (disabled)
    [    0.608657] audit: type=2000 audit(0.607:1): state=initialized audit_enabled=0 res=1
    [    0.609262] thermal_sys: Registered thermal governor 'step_wise'
    [    0.609472] ASID allocator initialised with 65536 entries
    [    0.623069] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.623080] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.623085] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.623087] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.623091] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.623094] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.623098] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.623101] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.626412] iommu: Default domain type: Translated
    [    0.626420] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.626815] SCSI subsystem initialized
    [    0.627154] usbcore: registered new interface driver usbfs
    [    0.627197] usbcore: registered new interface driver hub
    [    0.627225] usbcore: registered new device driver usb
    [    0.627541] pps_core: LinuxPPS API ver. 1 registered
    [    0.627546] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.627562] PTP clock support registered
    [    0.627662] EDAC MC: Ver: 3.0.0
    [    0.628289] FPGA manager framework
    [    0.628390] Advanced Linux Sound Architecture Driver Initialized.
    [    0.629338] clocksource: Switched to clocksource arch_sys_counter
    [    0.629565] VFS: Disk quotas dquot_6.6.0
    [    0.629603] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.636208] NET: Registered PF_INET protocol family
    [    0.636531] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.638241] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.638295] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.638308] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.638530] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.639982] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.640200] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.640381] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.640749] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.641200] RPC: Registered named UNIX socket transport module.
    [    0.641204] RPC: Registered udp transport module.
    [    0.641207] RPC: Registered tcp transport module.
    [    0.641209] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.641220] PCI: CLS 0 bytes, default 64
    [    0.667180] Initialise system trusted keyrings
    [    0.667379] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.672685] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.673186] NFS: Registering the id_resolver key type
    [    0.673230] Key type id_resolver registered
    [    0.673234] Key type id_legacy registered
    [    0.673305] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.673310] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.708543] Key type asymmetric registered
    [    0.708552] Asymmetric key parser 'x509' registered
    [    0.708613] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.708619] io scheduler mq-deadline registered
    [    0.708624] io scheduler kyber registered
    [    0.718842] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.719516] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.724819] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.746375] loop: module loaded
    [    0.747298] megasas: 07.719.03.00-rc1
    [    0.750494] tun: Universal TUN/TAP device driver, 1.6
    [    0.751039] VFIO - User Level meta-driver version: 0.3
    [    0.751615] usbcore: registered new interface driver usb-storage
    [    0.752086] i2c_dev: i2c /dev entries driver
    [    0.752474] sdhci: Secure Digital Host Controller Interface driver
    [    0.752477] sdhci: Copyright(c) Pierre Ossman
    [    0.752599] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.753016] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.753275] usbcore: registered new interface driver usbhid
    [    0.753278] usbhid: USB HID core driver
    [    0.754061] optee: probing for conduit method.
    [    0.754097] optee: revision 4.1 (012cdca4)
    [    0.754422] optee: dynamic shared memory is enabled
    [    0.754831] optee: initialized driver
    [    0.756147] Initializing XFRM netlink socket
    [    0.756184] NET: Registered PF_PACKET protocol family
    [    0.756306] Key type dns_resolver registered
    [    0.756582] registered taskstats version 1
    [    0.756587] Loading compiled-in X.509 certificates
    [    0.763472] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    0.804027] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.817170] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.817952] omap8250 4a00000.serial: failed to get alias
    [    0.819174] mmc0: CQHCI version 5.10
    [    0.819542] mmc1: CQHCI version 5.10
    [    0.819562] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.825449] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    0.830970] ALSA device list:
    [    0.830977]   No soundcards found.
    [    0.836131] Warning: unable to open an initial console.
    [    0.860767] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    0.861441] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.861741] Waiting for root device PARTUUID=1a2fb328-02...
    [    0.892932] mmc1: new SDHC card at address 5048
    [    0.893712] mmcblk1: mmc1:5048 SD32G 28.8 GiB
    [    0.896219]  mmcblk1: p1 p2
    [    0.910288] mmc0: Command Queue Engine enabled
    [    0.910311] mmc0: new HS200 MMC card at address 0001
    [    0.911051] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    0.913182] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    0.914602] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    0.915819] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    0.995462] EXT4-fs (mmcblk1p2): recovery complete
    [    0.996631] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    0.996712] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    0.996930] devtmpfs: mounted
    [    0.998113] Freeing unused kernel memory: 1728K
    [    0.998232] Run /sbin/init as init process
    [    1.666034] systemd[1]: System time before build time, advancing clock.
    [    1.800385] NET: Registered PF_INET6 protocol family
    [    1.801536] Segment Routing with IPv6
    [    1.801572] In-situ OAM (IOAM) with IPv6
    [    1.844376] systemd[1]: systemd 250.5+ 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 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    [    1.844948] systemd[1]: Detected architecture arm64.
    [    1.879041] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.046404] systemd-sysv-generator[159]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.397702] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    2.472692] systemd[1]: Queued start job for default target Multi-User System.
    [    2.500251] systemd[1]: Created slice Slice /system/getty.
    [    2.507680] systemd[1]: Created slice Slice /system/modprobe.
    [    2.508751] systemd[1]: Created slice User and Session Slice.
    [    2.514699] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.520450] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.528563] systemd[1]: Reached target Path Units.
    [    2.536126] systemd[1]: Reached target Remote File Systems.
    [    2.540996] systemd[1]: Reached target Slice Units.
    [    2.546693] systemd[1]: Reached target Swaps.
    [    2.554074] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.556191] systemd[1]: Reached target RPC Port Mapper.
    [    2.569885] systemd[1]: Listening on Process Core Dump Socket.
    [    2.570440] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.577234] systemd[1]: Listening on Journal Audit Socket.
    [    2.583700] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.589366] systemd[1]: Listening on Journal Socket.
    [    2.595607] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.602077] systemd[1]: Listening on udev Control Socket.
    [    2.606904] systemd[1]: Listening on udev Kernel Socket.
    [    2.612532] systemd[1]: Listening on User Database Manager Socket.
    [    2.638909] systemd[1]: Mounting Huge Pages File System...
    [    2.642931] systemd[1]: Mounting POSIX Message Queue File System...
    [    2.649261] systemd[1]: Mounting Kernel Debug File System...
    [    2.652412] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    2.658424] systemd[1]: Mounting Temporary Directory /tmp...
    [    2.675288] systemd[1]: Starting Create List of Static Device Nodes...
    [    2.681717] systemd[1]: Starting Load Kernel Module configfs...
    [    2.688862] systemd[1]: Starting Load Kernel Module drm...
    [    2.695552] systemd[1]: Starting Load Kernel Module fuse...
    [    2.703862] systemd[1]: Starting Start psplash boot splash screen...
    [    2.713224] systemd[1]: Starting RPC Bind...
    [    2.713613] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    2.714758] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    2.714779] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    2.720075] systemd[1]: Starting Journal Service...
    [    2.766045] fuse: init (API version 7.37)
    [    2.837234] systemd[1]: Starting Load Kernel Modules...
    [    2.841711] systemd[1]: Starting Generate network units from Kernel command line...
    [    2.847074] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    2.855096] systemd[1]: Starting Coldplug All udev Devices...
    [    2.867031] systemd[1]: Mounted Huge Pages File System.
    [    2.867680] systemd[1]: Mounted POSIX Message Queue File System.
    [    2.873660] systemd[1]: Mounted Kernel Debug File System.
    [    2.879902] systemd[1]: Mounted Temporary Directory /tmp.
    [    2.889315] systemd[1]: Finished Create List of Static Device Nodes.
    [    2.892711] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    2.893475] systemd[1]: Finished Load Kernel Module configfs.
    [    2.899426] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    2.900253] systemd[1]: Finished Load Kernel Module drm.
    [    2.906872] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    2.907695] systemd[1]: Finished Load Kernel Module fuse.
    [    2.917462] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
    [    2.918268] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
    [    2.919268] systemd[1]: Failed to start Start psplash boot splash screen.
    [    2.928409] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    2.930126] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
    [    2.932411] cryptodev: loading out-of-tree module taints kernel.
    [    2.934785] cryptodev: driver 1.12 loaded.
    [    2.935802] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
    [    2.939795] systemd[1]: Finished Load Kernel Modules.
    [    2.947407] systemd[1]: Started Journal Service.
    [    3.054388] systemd-journald[171]: Received client request to flush runtime journal.
    [    3.514395] random: crng init done
    [    3.661730] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
    [    3.661752] Modules linked in: rti_wdt(+) sa2ul mcrc cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
    [    3.661784] CPU: 2 PID: 211 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
    [    3.661793] Hardware name: Texas Instruments AM625 Generic (DT)
    [    3.661797] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    3.661805] pc : 0xffff800000a8d2d4
    [    3.661809] lr : 0xffff800000a8d2c0
    [    3.661811] sp : ffff000001ce79a0
    [    3.661814] x29: ffff000001ce79a0 x28: 0000000000000001 x27: ffff800008d9bbb0
    [    3.661823] x26: 0000000000000000 x25: ffff000001ce7d20 x24: 00000000000003e8
    [    3.661831] x23: ffff800008e6f050 x22: ffff000000ec9c90 x21: ffff0000002e9010
    [    3.661839] x20: ffff800009147090 x19: ffff000000ec9c80 x18: 0000000000000000
    [    3.661847] x17: 0000000000000001 x16: 00004f07fa355c0e x15: 013bd3ae2651f624
    [    3.661855] x14: 0000000000000000 x13: 0000000000609310 x12: ffff800008b6f5b8
    [    3.661863] x11: ffff80000914d000 x10: 000000000000003f x9 : 0000000000000000
    [    3.661871] x8 : ffff0000031f2600 x7 : ffff800009148000 x6 : 0068000000000713
    [    3.661880] x5 : ffff0000002e92c8 x4 : ffff0000002e92c8 x3 : 0000000000000000
    [    3.661888] x2 : ffff0000033f9800 x1 : 0000000000000000 x0 : ffff800009147000
    [    3.661896] Call trace:
    [    3.661900]  0xffff800000a8d2d4
    [    3.661903]  0xffff80000853b264
    [    3.661905]  0xffff800008538a38
    [    3.661908]  0xffff800008538cc4
    [    3.661910]  0xffff800008538d9c
    [    3.661913]  0xffff800008539570
    [    3.661915]  0xffff800008536850
    [    3.661918]  0xffff8000085384b4
    [    3.661921]  0xffff800008537e4c
    [    3.661923]  0xffff800008539eb4
    [    3.661926]  0xffff80000853af14
    [    3.661928]  0xffff800000a9101c
    [    3.661931]  0xffff800008013960
    [    3.661933]  0xffff8000080a6554
    [    3.661936]  0xffff8000080a7fbc
    [    3.661938]  0xffff8000080a85d4
    [    3.661941]  0xffff8000080a866c
    [    3.661944]  0xffff80000801db1c
    [    3.661946]  0xffff80000801dc10
    [    3.661948]  0xffff80000898d650
    [    3.661951]  0xffff80000898eb04
    [    3.661954]  0xffff800008011488
    [    3.661961] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
    [    3.866537] ---[ end trace 0000000000000000 ]---
    [    3.916743] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    3.916786] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
    [    3.937830] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    3.937992] platform 78000000.r5f: configured R5F for IPC-only mode
    [    3.938001] platform 78000000.r5f: device does not have reserved memory regions, ret = -22
    [    3.938009] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: reserved memory init failed, ret = -22
    [    3.938017] remoteproc remoteproc0: releasing 78000000.r5f
    [    3.938029] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_rproc_init failed, ret = -22
    [    3.938050] k3_r5_rproc: probe of bus@f0000:bus@b00000:r5fss@78000000 failed with error -22
    [    4.848078] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    4.866455] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    4.867463] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    4.912934] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    4.912966] cfg80211: failed to load regulatory.db
    [   14.306985] platform 40900000.crypto: deferred probe pending
    
    

    Any suggestions?

  • Hi Jim,

    Let me review this and get back to you.

  • Bin,

    Great! It seems like it's just about completing the boot.