AM620-Q1: Custom board boot from SD Card issue.

Part Number: AM620-Q1

Tool/software:

We have a custom board and have has issues booting from the SD card.  I've added our DDR but still get:

The SD is FAT 32 and tispl.bin is from the SDK build (with our DDR, etc).

  • Hello, 

    Have you made necessary changes to your dts files in U-boot and Linux by following our porting guides:
    Porting Linux to Custom Hardware

    The default binaries will not work on the Custom hardware.

    Regards,
    Aparna

  • Apparna,

    I believe so!  I build the u-boot and update the dtb files with "Linux Boars Port" (?)

    I get the following log:

    U-Boot_TI.txt
    U-Boot SPL 2023.04-dirty (Jun 25 2024 - 09:44:49 -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 25 2024 - 09:44:56 -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 25 2024 - 09:44:56 -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:  60 devices, 27 uclasses, devicetree: separate
    MMC:   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 1220 ms (12.1 MiB/s)
    59546 bytes read in 24 ms (2.4 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 0x00000000f8000000, 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-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=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: 1856124K/2097152K available (9792K kernel code, 1192K rwdata, 2244K rodata, 1728K init, 422K bss, 109956K 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.000235] Console: colour dummy device 80x25
    [    0.489732] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.489742] pid_max: default: 32768 minimum: 301
    [    0.489824] LSM: Security Framework initializing
    [    0.489954] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.489985] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.491627] rcu: Hierarchical SRCU implementation.
    [    0.491635] rcu:     Max phase no-delay instances is 400.
    [    0.491678] printk: bootconsole [ns16550a0] printing thread started
    [    0.544128] Platform MSI: msi-controller@1820000 domain created
    [    0.544366] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.544447] EFI services will not be available.
    [    0.544697] smp: Bringing up secondary CPUs ...
    [    0.545392] Detected VIPT I-cache on CPU1
    [    0.545499] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.545514] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.545566] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.595594] Detected VIPT I-cache on CPU2
    [    0.595687] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.595700] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.595737] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.621586] Detected VIPT I-cache on CPU3
    [    0.621669] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.621682] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.621714] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.621769] smp: Brought up 1 node, 4 CPUs
    [    0.621776] SMP: Total of 4 processors activated.
    [    0.655970] CPU features: detected: 32-bit EL0 Support
    [    0.655974] CPU features: detected: CRC32 instructions
    [    0.656016] CPU: All CPU(s) started at EL2
    [    0.656018] alternatives: applying system-wide alternatives
    [    0.657506] devtmpfs: initialized
    [    0.668342] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.668368] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.673475] pinctrl core: initialized pinctrl subsystem
    [    0.674099] DMI not present or invalid.
    [    0.674597] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.688856] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.689160] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.689346] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.689430] audit: initializing netlink subsys (disabled)
    [    0.689561] audit: type=2000 audit(0.687:1): state=initialized audit_enabled=0 res=1
    [    0.690139] thermal_sys: Registered thermal governor 'step_wise'
    [    0.690334] ASID allocator initialised with 65536 entries
    [    0.700950] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.701060] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
    [    0.702933] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.713092] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.713101] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.713106] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.713109] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.713113] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.713115] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.713119] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.713122] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.720436] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.722531] iommu: Default domain type: Translated
    [    0.722539] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.722874] SCSI subsystem initialized
    [    0.723246] usbcore: registered new interface driver usbfs
    [    0.723285] usbcore: registered new interface driver hub
    [    0.723313] usbcore: registered new device driver usb
    [    0.723782] pps_core: LinuxPPS API ver. 1 registered
    [    0.723786] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.723803] PTP clock support registered
    [    0.723938] EDAC MC: Ver: 3.0.0
    [    0.724776] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    0.725145] FPGA manager framework
    [    0.725251] Advanced Linux Sound Architecture Driver Initialized.
    [    0.726218] clocksource: Switched to clocksource arch_sys_counter
    [    0.726468] VFS: Disk quotas dquot_6.6.0
    [    0.726506] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.733165] NET: Registered PF_INET protocol family
    [    0.733452] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.735166] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.735240] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [▒▒r▒▒▒▒▒▒▒▒5
                 ▒▒.]X▒lished hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.[976721] printk: console [ttyS2] printing thread started
        0.735469] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.976740] printk: console [ttyS2] enabled
    [    0.976744] printk: bootconsole [ns16550a0] disabled
    [    0.989926] printk: bootconsole [ns16550a0] printing thread stopped
    [    0.991485] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.025228] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.030339] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83869
    [    1.030352] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver unknown
    [    1.030405] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.030692] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    1.030705] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.030710] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.031288] pps pps0: new PPS source ptp0
    [    1.031564] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.049843] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.054089] mmc0: CQHCI version 5.10
    [    1.060287] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.060410] pca953x 1-0022: using AI
    [    1.105482] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.154272] mmc0: Command Queue Engine enabled
    [    1.154288] mmc0: new HS200 MMC card at address 0001
    [    1.155003] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    1.157007] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    1.158264] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    1.159341] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    2.083249] omap_i2c 20010000.i2c: controller timed out
    [    2.083272] pca953x 1-0022: failed writing register
    [    2.083505] pca953x: probe of 1-0022 failed with error -110
    [    2.086295] spi-nor spi0.0: unrecognized JEDEC id bytes: c2 85 3a c2 85 3a
    [    2.089471] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [   2.092084] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
    [    2.097544] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    2.103231] ALSA device list:
    [    2.103237]   No soundcards found.
    [    2.138153] Waiting for root device PARTUUID=8ed9d86b-02...
    [   12.260336] platform regulator-3: deferred probe pending
    [   12.260349] platform regulator-6: deferred probe pending
    [   12.260353] platform regulator-7: deferred probe pending
    [   12.260357] platform 2b300050.target-module: deferred probe pending
    [   12.260361] platform fa00000.mmc: deferred probe pending
    
    

    I'm using the following dts file:

    0844.k3-am625-sk.dts.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";
    	};
    
    	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) /* (AC25) VOUT0_VSYNC */
    			AM62X_IOPAD(0x00f8, PIN_OUTPUT, 0) /* (AB24) VOUT0_HSYNC */
    			AM62X_IOPAD(0x0104, PIN_OUTPUT, 0) /* (AC24) VOUT0_PCLK */
    			AM62X_IOPAD(0x00fc, PIN_OUTPUT, 0) /* (Y20) VOUT0_DE */
    			AM62X_IOPAD(0x00b8, PIN_OUTPUT, 0) /* (U22) VOUT0_DATA0 */
    			AM62X_IOPAD(0x00bc, PIN_OUTPUT, 0) /* (V24) VOUT0_DATA1 */
    			AM62X_IOPAD(0x00c0, PIN_OUTPUT, 0) /* (W25) VOUT0_DATA2 */
    			AM62X_IOPAD(0x00c4, PIN_OUTPUT, 0) /* (W24) VOUT0_DATA3 */
    			AM62X_IOPAD(0x00c8, PIN_OUTPUT, 0) /* (Y25) VOUT0_DATA4 */
    			AM62X_IOPAD(0x00cc, PIN_OUTPUT, 0) /* (Y24) VOUT0_DATA5 */
    			AM62X_IOPAD(0x00d0, PIN_OUTPUT, 0) /* (Y23) VOUT0_DATA6 */
    			AM62X_IOPAD(0x00d4, PIN_OUTPUT, 0) /* (AA25) VOUT0_DATA7 */
    			AM62X_IOPAD(0x00d8, PIN_OUTPUT, 0) /* (V21) VOUT0_DATA8 */
    			AM62X_IOPAD(0x00dc, PIN_OUTPUT, 0) /* (W21) VOUT0_DATA9 */
    			AM62X_IOPAD(0x00e0, PIN_OUTPUT, 0) /* (V20) VOUT0_DATA10 */
    			AM62X_IOPAD(0x00e4, PIN_OUTPUT, 0) /* (AA23) VOUT0_DATA11 */
    			AM62X_IOPAD(0x00e8, PIN_OUTPUT, 0) /* (AB25) VOUT0_DATA12 */
    			AM62X_IOPAD(0x00ec, PIN_OUTPUT, 0) /* (AA24) VOUT0_DATA13 */
    			AM62X_IOPAD(0x00f0, PIN_OUTPUT, 0) /* (Y22) VOUT0_DATA14 */
    			AM62X_IOPAD(0x00f4, PIN_OUTPUT, 0) /* (AA21) VOUT0_DATA15 */
    			AM62X_IOPAD(0x005c, PIN_OUTPUT, 1) /* (R24) GPMC0_AD8.VOUT0_DATA16 */
    			AM62X_IOPAD(0x0060, PIN_OUTPUT, 1) /* (R25) GPMC0_AD9.VOUT0_DATA17 */
    			AM62X_IOPAD(0x0064, PIN_OUTPUT, 1) /* (T25) GPMC0_AD10.VOUT0_DATA18 */
    			AM62X_IOPAD(0x0068, PIN_OUTPUT, 1) /* (R21) GPMC0_AD11.VOUT0_DATA19 */
    			AM62X_IOPAD(0x006c, PIN_OUTPUT, 1) /* (T22) GPMC0_AD12.VOUT0_DATA20 */
    			AM62X_IOPAD(0x0070, PIN_OUTPUT, 1) /* (T24) GPMC0_AD13.VOUT0_DATA21 */
    			AM62X_IOPAD(0x0074, PIN_OUTPUT, 1) /* (U25) GPMC0_AD14.VOUT0_DATA22 */
    			AM62X_IOPAD(0x0078, PIN_OUTPUT, 1) /* (U24) GPMC0_AD15.VOUT0_DATA23 */
    		>;
    	};
    };
    
    &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";
            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";
            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>;
    		};
    	};
    
    };
    

    Using the minimal dts, I'm getting the following now (as I continue to add things):

    U-Boot_TI_2.txt
    -Boot SPL 2023.04-dirty (Jun 25 2024 - 13:31:51 -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 25 2024 - 13:31:57 -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 25 2024 - 13:31:57 -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
    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 1220 ms (12.1 MiB/s)
    34954 bytes read in 23 ms (1.4 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-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] cma: Reserved 32 MiB at 0x00000000fb600000
    [    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: 1976080K/2097152K available (9792K kernel code, 1192K rwdata, 2244K rodata, 1728K init, 422K bss, 88304K reserved, 32768K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.
    [    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=1
    [    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 @0x0000000080020000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080030000
    [    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.000216] Console: colour dummy device 80x25
    [    0.421909] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.421919] pid_max: default: 32768 minimum: 301
    [    0.422011] LSM: Security Framework initializing
    [    0.422150] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.422180] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.423962] rcu: Hierarchical SRCU implementation.
    [    0.423969] rcu:     Max phase no-delay instances is 400.
    [    0.424022] printk: bootconsole [ns16550a0] printing thread started
    [    0.476527] Platform MSI: msi-controller@1820000 domain created
    [    0.476674] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.476731] EFI services will not be available.
    [    0.476857] smp: Bringing up secondary CPUs ...
    [    0.476860] smp: Brought up 1 node, 1 CPU
    [    0.476864] SMP: Total of 1 processors activated.
    [    0.476872] CPU features: detected: 32-bit EL0 Support
    [    0.476877] CPU features: detected: CRC32 instructions
    [    0.476933] CPU: All CPU(s) started at EL2
    [    0.476935] alternatives: applying system-wide alternatives
    [    0.478600] devtmpfs: initialized
    [    0.487113] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.487136] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
    [    0.488928] pinctrl core: initialized pinctrl subsystem
    [    0.489755] DMI not present or invalid.
    [    0.490316] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.491628] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.491824] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.492004] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.492091] audit: initializing netlink subsys (disabled)
    [    0.492925] thermal_sys: Registered thermal governor 'step_wise'
    [    0.493152] ASID allocator initialised with 65536 entries
    [    0.494769] audit: type=2000 audit(0.490:1): state=initialized audit_enabled=0 res=1
    [    0.507740] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.507751] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.507755] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.507758] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.507766] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.507769] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.507773] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.507776] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.509248] iommu: Default domain type: Translated
    [    0.509257] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.509636] SCSI subsystem initialized
    [    0.510026] usbcore: registered new interface driver usbfs
    [    0.510071] usbcore: registered new interface driver hub
    [    0.510101] usbcore: registered new device driver usb
    [    0.510425] pps_core: LinuxPPS API ver. 1 registered
    [    0.510428] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.510454] PTP clock support registered
    [    0.510555] EDAC MC: Ver: 3.0.0
    [    0.511306] FPGA manager framework
    [    0.511418] Advanced Linux Sound Architecture Driver Initialized.
    [    0.512490] clocksource: Switched to clocksource arch_sys_counter
    [    0.512770] VFS: Disk quotas dquot_6.6.0
    [    0.512812] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.790496] NET: Registered PF_INET protocol family
    [    0.790953] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.792821] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.792881] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.792894] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.793127] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.794948] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.795197] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.795381] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.795980] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.796462] RPC: Registered named UNIX socket transport module.
    [    0.796466] RPC: Registered udp transport module.
    [    0.796469] RPC: Registered tcp transport module.
    [    0.796471] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.796511] PCI: CLS 0 bytes, default 64
    [    0.797867] Initialise system trusted keyrings
    [    0.798071] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.803884] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.804454] NFS: Registering the id_resolver key type
    [    0.804506] Key type id_resolver registered
    [    0.804515] Key type id_legacy registered
    [    0.804598] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.804604] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.839500] Key type asymmetric registered
    [    0.839507] Asymmetric key parser 'x509' registered
    [    0.839580] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.839586] io scheduler mq-deadline registered
    [    0.839590] io scheduler kyber registered
    [    0.841819] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.842618] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.848614] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.857662] loop: module loaded
    [    0.858707] megasas: 07.719.03.00-rc1
    [    0.862283] tun: Universal TUN/TAP device driver, 1.6
    [    0.862993] VFIO - User Level meta-driver version: 0.3
    [    0.863644] usbcore: registered new interface driver usb-storage
    [    0.864172] i2c_dev: i2c /dev entries driver
    [    0.864637] sdhci: Secure Digital Host Controller Interface driver
    [    0.864640] sdhci: Copyright(c) Pierre Ossman
    [    0.864832] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.865275] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.865596] usbcore: registered new interface driver usbhid
    [    0.865599] usbhid: USB HID core driver
    [    0.866469] optee: probing for conduit method.
    [    0.866579] optee: revision 4.1 (012cdca4)
    [    0.866912] optee: dynamic shared memory is enabled
    [    0.867384] optee: initialized driver
    [    0.868898] Initializing XFRM netlink socket
    [    0.868941] NET: Registered PF_PACKET protocol family
    [    0.869044] Key type dns_resolver registered
    [    0.869332] registered taskstats version 1
    [    0.869337] Loading compiled-in X.509 certificates
    [    0.878254] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    1.108643] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    1.207609] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.211251] mmc0: CQHCI version 5.10
    [    1.219933] mmc1: CQHCI version 5.10
    [    1.220419] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.227687] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    1.233059] ALSA device list:
    [    1.233065]   No soundcards found.
    [    1.237514] Warning: unable to open an initial console.
    [    1.266298] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.266509] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.266675] Waiting for root device PARTUUID=8ed9d86b-02...
    [    1.302782] mmc1: new SDHC card at address aaaa
    [    1.303667] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [    1.314574]  mmcblk1: p1 p2
    [    1.317974] mmc0: Command Queue Engine enabled
    [    1.317997] mmc0: new HS200 MMC card at address 0001
    [    1.330906] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    1.333922] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    1.335293] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    1.336428] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    1.508900] EXT4-fs (mmcblk1p2): recovery complete
    [    1.509870] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    1.509973] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.510143] devtmpfs: mounted
    [    1.511521] Freeing unused kernel memory: 1728K
    [    1.511649] Run /sbin/init as init process
    [    2.232343] systemd[1]: System time before build time, advancing clock.
    [    2.730747] NET: Registered PF_INET6 protocol family
    [    2.737056] Segment Routing with IPv6
    [    2.737097] In-situ OAM (IOAM) with IPv6
    [    2.785764] 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)
    [    2.786236] systemd[1]: Detected architecture arm64.
    [    2.825210] systemd[1]: Hostname set to <am62xx-evm>.
    [    3.094383] systemd-sysv-generator[127]: 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.
    [    3.352829] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    3.385339] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    3.479355] 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.
    [    3.551257] 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.
    [    3.640568] systemd[1]: Queued start job for default target Graphical Interface.
    [    3.661673] systemd[1]: Created slice Slice /system/getty.
    [    3.669828] systemd[1]: Created slice Slice /system/modprobe.
    [    3.671045] systemd[1]: Created slice User and Session Slice.
    [    3.673527] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    3.677788] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    3.678150] systemd[1]: Reached target Path Units.
    [    3.678296] systemd[1]: Reached target Remote File Systems.
    [    3.678398] systemd[1]: Reached target Slice Units.
    [    3.678585] systemd[1]: Reached target Swaps.
    [    3.708097] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    3.713694] systemd[1]: Reached target RPC Port Mapper.
    [    3.724044] systemd[1]: Listening on Process Core Dump Socket.
    [    3.726052] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    3.727126] systemd[1]: Listening on Journal Audit Socket.
    [    3.729821] systemd[1]: Listening on Journal Socket (/dev/log).
    [    3.733167] systemd[1]: Listening on Journal Socket.
    [    3.734200] systemd[1]: Listening on Network Service Netlink Socket.
    [    3.739175] systemd[1]: Listening on udev Control Socket.
    [    3.743009] systemd[1]: Listening on udev Kernel Socket.
    [    3.743681] systemd[1]: Listening on User Database Manager Socket.
    [    3.762160] systemd[1]: Mounting Huge Pages File System...
    [    3.783176] systemd[1]: Mounting POSIX Message Queue File System...
    [    3.799238] systemd[1]: Mounting Kernel Debug File System...
    [    3.812826] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.830202] systemd[1]: Mounting Temporary Directory /tmp...
    [    3.854433] systemd[1]: Starting Create List of Static Device Nodes...
    [    3.886348] systemd[1]: Starting Load Kernel Module configfs...
    [    3.902723] systemd[1]: Starting Load Kernel Module drm...
    [    3.921703] systemd[1]: Starting Load Kernel Module fuse...
    [    3.981646] systemd[1]: Starting Start psplash boot splash screen...
    [    4.021017] systemd[1]: Starting RPC Bind...
    [    4.021469] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    4.030434] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    4.030458] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    4.036683] fuse: init (API version 7.37)
    [    4.058836] systemd[1]: Starting Journal Service...
    [    4.111150] systemd[1]: Starting Load Kernel Modules...
    [    4.142800] systemd[1]: Starting Generate network units from Kernel command line...
    [    4.189693] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    4.227646] systemd[1]: Starting Coldplug All udev Devices...
    [    4.256210] cryptodev: loading out-of-tree module taints kernel.
    [    4.263925] cryptodev: driver 1.12 loaded.
    [    4.314610] systemd[1]: Started RPC Bind.
    [    4.339023] systemd[1]: Mounted Huge Pages File System.
    [    4.339706] systemd[1]: Mounted POSIX Message Queue File System.
    [    4.340148] systemd[1]: Mounted Kernel Debug File System.
    [    4.343554] systemd[1]: Mounted Temporary Directory /tmp.
    [    4.362158] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    4.388700] systemd[1]: Finished Create List of Static Device Nodes.
    [    4.400759] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    4.401755] systemd[1]: Finished Load Kernel Module configfs.
    [    4.404276] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    4.414186] systemd[1]: Finished Load Kernel Module drm.
    [    4.421643] systemd[1]: Started Journal Service.
    [    4.681142] systemd-journald[138]: Received client request to flush runtime journal.
    [    5.359555] random: crng init done
    [    7.026945] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    7.026985] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
    [    7.043959] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
    [    7.043980] Modules linked in: crct10dif_ce(+) virtio_rpmsg_bus mcrc sa2ul rti_wdt(+) k3_j72xx_bandgap(+) rtc_ti_k3 rpmsg_ns cryptodev(O) fuse drm drm_panel_orientation_quirks ipv6
    [    7.044025] CPU: 0 PID: 168 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
    [    7.044038] Hardware name: Texas Instruments AM625 Generic (DT)
    [    7.044043] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    7.044050] pc : 0xffff800000a8d2d4
    [    7.044054] lr : 0xffff800000a8d2c0
    [    7.044056] sp : ffff0000018c79a0
    [    7.044059] x29: ffff0000018c79a0 x28: 0000000000000001 x27: ffff800008d9bbb0
    [    7.044067] x26: 0000000000000000 x25: ffff0000018c7d20 x24: 00000000000003e8
    [    7.044077] x23: ffff800008e6f050 x22: ffff000001943e90 x21: ffff00000028e010
    [    7.044085] x20: ffff800009148090 x19: ffff000001943e80 x18: 0000000000000000
    [    7.044093] x17: 0000000000000007 x16: 00001811400bd72c x15: 006056cfae97cafc
    [    7.044102] x14: 0000000000000000 x13: 00000000000f0380 x12: ffff800008b6f5b8
    [    7.044110] x11: ffff800000abd000 x10: 000000000000003f x9 : 0000000000000000
    [    7.044122] x8 : ffff000001b4ad80 x7 : ffff800009149000 x6 : 0068000000000713
    [    7.044130] x5 : ffff00000028e2c8 x4 : ffff00000028e2c8 x3 : 0000000000000000
    [    7.044138] x2 : ffff00000186e000 x1 : 0000000000000000 x0 : ffff800009148000
    [    7.044146] Call trace:
    [    7.044150]  0xffff800000a8d2d4
    [    7.044156]  0xffff80000853b264
    [    7.044161]  0xffff800008538a38
    [    7.044163]  0xffff800008538cc4
    [    7.044166]  0xffff800008538d9c
    [    7.044168]  0xffff800008539570
    [    7.044170]  0xffff800008536850
    [    7.044173]  0xffff8000085384b4
    [    7.044175]  0xffff800008537e4c
    [    7.044178]  0xffff800008539eb4
    [    7.044180]  0xffff80000853af14
    [    7.044183]  0xffff800000a9101c
    [    7.044185]  0xffff800008013960
    [    7.044188]  0xffff8000080a6554
    [    7.044190]  0xffff8000080a7fbc
    [    7.044196]  0xffff8000080a85d4
    [    7.044200]  0xffff8000080a866c
    [    7.044203]  0xffff80000801db1c
    [    7.044206]  0xffff80000801dc10
    [    7.044208]  0xffff80000898d650
    [    7.044210]  0xffff80000898eb04
    [    7.044213]  0xffff800008011488
    [    7.044221] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
    [    7.044228] ---[ end trace 0000000000000000 ]---
    [    7.078572] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    7.079669] platform 78000000.r5f: configured R5F for IPC-only mode
    [    7.079689] platform 78000000.r5f: device does not have reserved memory regions, ret = -22
    [    7.079705] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: reserved memory init failed, ret = -22
    [    7.079715] remoteproc remoteproc0: releasing 78000000.r5f
    [    7.079728] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_rproc_init failed, ret = -22
    [    7.079787] k3_r5_rproc: probe of bus@f0000:bus@b00000:r5fss@78000000 failed with error -22
    [   11.590639] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   11.712440] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   11.716989] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [   12.082057] Bluetooth: Core ver 2.22
    [   12.090422] NET: Registered PF_BLUETOOTH protocol family
    [   12.090447] Bluetooth: HCI device and connection manager initialized
    [   12.090473] Bluetooth: HCI socket layer initialized
    [   12.091185] Bluetooth: L2CAP socket layer initialized
    [   12.091231] Bluetooth: SCO socket layer initialized
    [   15.271149] audit: type=1701 audit(1651167816.896:2): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=503 comm="kmsprint" exe="/usr/bin/kmsprint" sig=6 res=1
    [   17.462393] audit: type=1006 audit(1651167819.088:3): pid=562 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   17.469691] audit: type=1300 audit(1651167819.088:3): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc4242858 a2=4 a3=0 items=0 ppid=1 pid=562 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)
    [   17.470313] audit: type=1327 audit(1651167819.088:3): proctitle="(systemd)"
    [   18.920158] platform 40900000.crypto: deferred probe pending
    [   20.521571] audit: type=1006 audit(1651167822.147:4): pid=525 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   20.521603] audit: type=1300 audit(1651167822.147:4): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc4242858 a2=4 a3=ffffb86b7020 items=0 ppid=1 pid=525 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)
    [   20.521615] audit: type=1327 audit(1651167822.147:4): proctitle="(weston)"
    [   25.866610] audit: type=1006 audit(1651167827.492:5): pid=593 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=3 res=1
    [   25.866632] audit: type=1300 audit(1651167827.492:5): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc4242858 a2=4 a3=0 items=0 ppid=1 pid=593 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)
    [   25.866648] audit: type=1327 audit(1651167827.492:5): proctitle="(weston)"
    [   26.176602] audit: type=1006 audit(1651167827.802:6): pid=595 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=4 res=1
    [   26.176626] audit: type=1300 audit(1651167827.802:6): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc4242858 a2=4 a3=0 items=0 ppid=1 pid=595 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)
    [   26.176641] audit: type=1327 audit(1651167827.802:6): proctitle="(weston)"
    [   26.501566] audit: type=1006 audit(1651167828.127:7): pid=597 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=5 res=1
    [   26.501597] audit: type=1300 audit(1651167828.127:7): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc4242858 a2=4 a3=0 items=0 ppid=1 pid=597 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)
    [   26.501608] audit: type=1327 audit(1651167828.127:7): proctitle="(weston)"
    [   26.787601] audit: type=1006 audit(1651167828.413:8): pid=599 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=6 res=1
    
    

    Here's the latest dts file I'm modifying:

    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";
    	};
    
    	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;
    		};
    	};
    };
    
    &cluster0 {
    };
    
    &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(0x23c, PIN_INPUT, 0) /* (A21/C18) MMC1_CMD */
    			AM62X_IOPAD(0x234, PIN_INPUT, 0) /* (B22/A20) MMC1_CLK */
    			AM62X_IOPAD(0x230, PIN_INPUT, 0) /* (A22/A19) MMC1_DAT0 */
    			AM62X_IOPAD(0x22c, PIN_INPUT, 0) /* (B21/B19) MMC1_DAT1 */
    			AM62X_IOPAD(0x228, PIN_INPUT, 0) /* (C21/B20) MMC1_DAT2 */
    			AM62X_IOPAD(0x224, PIN_INPUT, 0) /* (D22/C19) MMC1_DAT3 */
    			AM62X_IOPAD(0x240, PIN_INPUT, 0) /* (D17/C15) MMC1_SDCD */
    		>;
    	};
    
    	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 {
    	status = "disabled";
    };
    
    &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";
    };
    

  • Hello Jim,

    Where is the filesystem located?
    Looks like the rootfs argument is missing in bootargs. Please check the changes below:

    diff --git a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
    index 4b8e7964c..3fbfca6e9 100644
    --- a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
    +++ b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
    @@ -38,6 +38,7 @@ chosen {
     		ranges;
     
     		stdout-path = &main_uart0;
    +		bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait";
     
     		framebuffer0: framebuffer@0 {
     			compatible = "simple-framebuffer";

    Regards,
    Aparna

  • OK!  I'll check it out!

    5483.U-Boot_TI_3.txt
    U-Boot SPL 2023.04-dirty (Jun 26 2024 - 08:27:55 -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 26 2024 - 08:28:01 -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 26 2024 - 08:28:01 -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
    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)
    36177 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-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] cma: Reserved 32 MiB at 0x00000000fb600000
    [    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: 1975832K/2097152K available (9792K kernel code, 1192K rwdata, 2244K rodata, 1728K init, 422K bss, 88552K 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.000213] Console: colour dummy device 80x25
    [    0.421898] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.421908] pid_max: default: 32768 minimum: 301
    [    0.422007] LSM: Security Framework initializing
    [    0.422149] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.422179] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.424116] rcu: Hierarchical SRCU implementation.
    [    0.424123] rcu:     Max phase no-delay instances is 400.
    [    0.424173] printk: bootconsole [ns16550a0] printing thread started
    [    0.476663] Platform MSI: msi-controller@1820000 domain created
    [    0.476833] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.476893] EFI services will not be available.
    [    0.477180] smp: Bringing up secondary CPUs ...
    [    0.477980] Detected VIPT I-cache on CPU1
    [    0.478109] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.478125] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.478192] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.528249] Detected VIPT I-cache on CPU2
    [    0.528359] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.528373] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.528415] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.554359] Detected VIPT I-cache on CPU3
    [    0.554449] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.554463] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.554496] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.554551] smp: Brought up 1 node, 4 CPUs
    [    0.554557] SMP: Total of 4 processors activated.
    [    0.588760] CPU features: detected: 32-bit EL0 Support
    [    0.588764] CPU features: detected: CRC32 instructions
    [    0.588821] CPU: All CPU(s) started at EL2
    [    0.588823] alternatives: applying system-wide alternatives
    [    0.590603] devtmpfs: initialized
    [    0.599433] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.599463] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.601068] pinctrl core: initialized pinctrl subsystem
    [    0.601845] DMI not present or invalid.
    [    0.602421] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.642606] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.642912] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.643108] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.643214] audit: initializing netlink subsys (disabled)
    [    0.643397] audit: type=2000 audit(0.641:1): state=initialized audit_enabled=0 res=1
    [    0.644112] thermal_sys: Registered thermal governor 'step_wise'
    [    0.644354] ASID allocator initialised with 65536 entries
    [    0.658973] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.658984] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.658988] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.658991] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.658995] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.658998] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.659002] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.659006] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.661151] iommu: Default domain type: Translated
    [    0.661168] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.661537] SCSI subsystem initialized
    [    0.661950] usbcore: registered new interface driver usbfs
    [    0.661999] usbcore: registered new interface driver hub
    [    0.662035] usbcore: registered new device driver usb
    [    0.662360] pps_core: LinuxPPS API ver. 1 registered
    [    0.662363] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.662383] PTP clock support registered
    [    0.662489] EDAC MC: Ver: 3.0.0
    [    0.663241] FPGA manager framework
    [    0.663364] Advanced Linux Sound Architecture Driver Initialized.
    [    0.664532] clocksource: Switched to clocksource arch_sys_counter
    [    0.664819] VFS: Disk quotas dquot_6.6.0
    [    0.664872] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.672227] NET: Registered PF_INET protocol family
    [    0.672600] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.674397] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.674464] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.674480] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.674734] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.676499] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.676805] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.676992] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.677438] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.677990] RPC: Registered named UNIX socket transport module.
    [    0.677996] RPC: Registered udp transport module.
    [    0.677999] RPC: Registered tcp transport module.
    [    0.678002] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.678012] PCI: CLS 0 bytes, default 64
    [    0.689700] Initialise system trusted keyrings
    [    0.689900] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.695623] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.696207] NFS: Registering the id_resolver key type
    [    0.696250] Key type id_resolver registered
    [    0.696256] Key type id_legacy registered
    [    0.696335] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.696345] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.731790] Key type asymmetric registered
    [    0.731808] Asymmetric key parser 'x509' registered
    [    0.731890] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.731897] io scheduler mq-deadline registered
    [    0.731902] io scheduler kyber registered
    [    0.750213] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.751002] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.756942] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.785550] loop: module loaded
    [    0.786616] megasas: 07.719.03.00-rc1
    [    0.790118] tun: Universal TUN/TAP device driver, 1.6
    [    0.790813] VFIO - User Level meta-driver version: 0.3
    [    0.791437] usbcore: registered new interface driver usb-storage
    [    0.792009] i2c_dev: i2c /dev entries driver
    [    0.792422] sdhci: Secure Digital Host Controller Interface driver
    [    0.792428] sdhci: Copyright(c) Pierre Ossman
    [    0.792564] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.793047] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.793333] usbcore: registered new interface driver usbhid
    [    0.793337] usbhid: USB HID core driver
    [    0.794263] optee: probing for conduit method.
    [    0.794308] optee: revision 4.1 (012cdca4)
    [    0.794687] optee: dynamic shared memory is enabled
    [    0.795156] optee: initialized driver
    [    0.796742] Initializing XFRM netlink socket
    [    0.796790] NET: Registered PF_PACKET protocol family
    [    0.796892] Key type dns_resolver registered
    [    0.797184] registered taskstats version 1
    [    0.797189] Loading compiled-in X.509 certificates
    [    0.805017] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    0.847387] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.861696] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.863649] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.867149] mmc0: CQHCI version 5.10
    [    0.867681] mmc1: CQHCI version 5.10
    [    0.871406] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    0.876901] ALSA device list:
    [    0.876907]   No soundcards found.
    [    0.879209] Warning: unable to open an initial console.
    [    0.909526] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.909562] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    0.910103] Waiting for root device PARTUUID=8ed9d86b-02...
    [    0.945431] mmc1: new SDHC card at address aaaa
    [    0.946366] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [    0.951632]  mmcblk1: p1 p2
    [    0.958592] mmc0: Command Queue Engine enabled
    [    0.958614] mmc0: new HS200 MMC card at address 0001
    [    0.959491] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    0.961961] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    0.963591] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    0.965062] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    1.040984] EXT4-fs (mmcblk1p2): recovery complete
    [    1.047928] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    1.048022] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.049136] devtmpfs: mounted
    [    1.050603] Freeing unused kernel memory: 1728K
    [    1.050740] Run /sbin/init as init process
    [    1.778741] systemd[1]: System time before build time, advancing clock.
    [    1.896782] NET: Registered PF_INET6 protocol family
    [    1.898202] Segment Routing with IPv6
    [    1.898244] In-situ OAM (IOAM) with IPv6
    [    1.954128] 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.954840] systemd[1]: Detected architecture arm64.
    [    1.990641] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.161988] systemd-sysv-generator[162]: 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.421741] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.441054] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.521176] 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.579336] 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.654511] systemd[1]: Queued start job for default target Graphical Interface.
    [    2.685972] systemd[1]: Created slice Slice /system/getty.
    [    2.688302] systemd[1]: Created slice Slice /system/modprobe.
    [    2.693421] systemd[1]: Created slice User and Session Slice.
    [    2.698919] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.704665] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.712839] systemd[1]: Reached target Path Units.
    [    2.720289] systemd[1]: Reached target Remote File Systems.
    [    2.725152] systemd[1]: Reached target Slice Units.
    [    2.730885] systemd[1]: Reached target Swaps.
    [    2.765505] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.765873] systemd[1]: Reached target RPC Port Mapper.
    [    2.773112] systemd[1]: Listening on Process Core Dump Socket.
    [    2.773851] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.779751] systemd[1]: Listening on Journal Audit Socket.
    [    2.785341] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.792056] systemd[1]: Listening on Journal Socket.
    [    2.797976] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.807951] systemd[1]: Listening on udev Control Socket.
    [    2.808742] systemd[1]: Listening on udev Kernel Socket.
    [    2.815335] systemd[1]: Listening on User Database Manager Socket.
    [    2.840216] systemd[1]: Mounting Huge Pages File System...
    [    2.845090] systemd[1]: Mounting POSIX Message Queue File System...
    [    2.851576] systemd[1]: Mounting Kernel Debug File System...
    [    2.853943] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    2.861101] systemd[1]: Mounting Temporary Directory /tmp...
    [    2.877633] systemd[1]: Starting Create List of Static Device Nodes...
    [    2.883202] systemd[1]: Starting Load Kernel Module configfs...
    [    2.890795] systemd[1]: Starting Load Kernel Module drm...
    [    2.902375] systemd[1]: Starting Load Kernel Module fuse...
    [    2.945776] systemd[1]: Starting Start psplash boot splash screen...
    [    2.963173] fuse: init (API version 7.37)
    [    2.967370] systemd[1]: Starting RPC Bind...
    [    2.968175] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    2.969647] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    2.969666] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    2.975258] systemd[1]: Starting Journal Service...
    [    3.036304] systemd[1]: Starting Load Kernel Modules...
    [    3.042091] systemd[1]: Starting Generate network units from Kernel command line...
    [    3.056813] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    3.064158] systemd[1]: Starting Coldplug All udev Devices...
    [    3.075843] systemd[1]: Mounted Huge Pages File System.
    [    3.076701] systemd[1]: Mounted POSIX Message Queue File System.
    [    3.082540] systemd[1]: Mounted Kernel Debug File System.
    [    3.090751] systemd[1]: Mounted Temporary Directory /tmp.
    [    3.096646] systemd[1]: Finished Create List of Static Device Nodes.
    [    3.103360] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    3.104270] systemd[1]: Finished Load Kernel Module configfs.
    [    3.116922] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    3.117882] systemd[1]: Finished Load Kernel Module drm.
    [    3.119343] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    3.126752] cryptodev: loading out-of-tree module taints kernel.
    [    3.128833] cryptodev: driver 1.12 loaded.
    [    3.132851] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    3.133653] systemd[1]: Finished Load Kernel Module fuse.
    [    3.135434] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
    [    3.136152] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
    [    3.137017] systemd[1]: Failed to start Start psplash boot splash screen.
    [    3.140082] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
    [    3.146662] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
    [    3.148822] systemd[1]: Finished Load Kernel Modules.
    [    3.153718] systemd[1]: Finished Generate network units from Kernel command line.
    [    3.160412] systemd[1]: Finished Remount Root and Kernel File Systems.
    [    3.234506] systemd[1]: Mounting FUSE Control File System...
    [    3.240870] systemd[1]: Mounting Kernel Configuration File System...
    [    3.248360] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
    [    3.249378] systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
    [    3.255744] systemd[1]: Starting Apply Kernel Variables...
    [    3.261008] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
    [    3.266477] systemd[1]: Starting Create Static Device Nodes in /dev...
    [    3.282691] systemd[1]: Started Journal Service.
    [    3.362643] systemd-journald[174]: Received client request to flush runtime journal.
    [    3.828625] random: crng init done
    [    4.140770] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
    [    4.140797] Modules linked in: k3_j72xx_bandgap(+) rtc_ti_k3(+) rti_wdt(+) crct10dif_ce sa2ul mcrc cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
    [    4.140843] CPU: 3 PID: 213 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
    [    4.140853] Hardware name: Texas Instruments AM625 Generic (DT)
    [    4.140857] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    4.140866] pc : 0xffff800000aa92d4
    [    4.140874] lr : 0xffff800000aa92c0
    [    4.140877] sp : ffff000001d279a0
    [    4.140879] x29: ffff000001d279a0 x28: 0000000000000001 x27: ffff800008d9bbb0
    [    4.140888] x26: 0000000000000000 x25: ffff000001d27d20 x24: 00000000000003e8
    [    4.140896] x23: ffff800008e6f050 x22: ffff000001f20c90 x21: ffff0000002e8c10
    [    4.140905] x20: ffff800009147090 x19: ffff000001f20c80 x18: 0000000000000000
    [    4.140917] x17: ffff800076a52000 x16: ffff00007f6ad540 x15: 0000000000000000
    [    4.140925] x14: 0000000000000000 x13: 0000000000000000 x12: ffff800008b6f5b8
    [    4.140933] x11: ffff800000ac9000 x10: 000000000000003f x9 : 0000000000000000
    [    4.140941] x8 : ffff000003299780 x7 : ffff800009148000 x6 : 0068000000000713
    [    4.140949] x5 : ffff0000002e8ec8 x4 : ffff0000002e8ec8 x3 : 0000000000000000
    [    4.140959] x2 : ffff000001646c00 x1 : 0000000000000000 x0 : ffff800009147000
    [    4.140967] Call trace:
    [    4.140971]  0xffff800000aa92d4
    [    4.140975]  0xffff80000853b264
    [    4.140977]  0xffff800008538a38
    [    4.140979]  0xffff800008538cc4
    [    4.140982]  0xffff800008538d9c
    [    4.140984]  0xffff800008539570
    [    4.140987]  0xffff800008536850
    [    4.140993]  0xffff8000085384b4
    [    4.140996]  0xffff800008537e4c
    [    4.140998]  0xffff800008539eb4
    [    4.141000]  0xffff80000853af14
    [    4.141003]  0xffff800000a8a01c
    [    4.141005]  0xffff800008013960
    [    4.141008]  0xffff8000080a6554
    [    4.141010]  0xffff8000080a7fbc
    [    4.141013]  0xffff8000080a85d4
    [    4.141015]  0xffff8000080a866c
    [    4.141018]  0xffff80000801db1c
    [    4.141020]  0xffff80000801dc10
    [    4.141023]  0xffff80000898d650
    [    4.141025]  0xffff80000898eb04
    [    4.141031]  0xffff800008011488
    [    4.141040] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
    [    4.240473] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    4.240635] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
    [    4.363135] ---[ end trace 0000000000000000 ]---
    [    4.412369] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.412781] platform 78000000.r5f: configured R5F for IPC-only mode
    [    4.412806] platform 78000000.r5f: device does not have reserved memory regions, ret = -22
    [    4.412813] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: reserved memory init failed, ret = -22
    [    4.412822] remoteproc remoteproc0: releasing 78000000.r5f
    [    4.412841] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_rproc_init failed, ret = -22
    [    4.412868] k3_r5_rproc: probe of bus@f0000:bus@b00000:r5fss@78000000 failed with error -22
    [    6.210290] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    6.222800] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    6.223678] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    7.239441] Bluetooth: Core ver 2.22
    [    7.239743] NET: Registered PF_BLUETOOTH protocol family
    [    7.239748] Bluetooth: HCI device and connection manager initialized
    [    7.239779] Bluetooth: HCI socket layer initialized
    [    7.239802] Bluetooth: L2CAP socket layer initialized
    [    7.239835] Bluetooth: SCO socket layer initialized
    [    8.537556] audit: type=1701 audit(1651172290.746:2): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=522 comm="kmsprint" exe="/usr/bin/kmsprint" sig=6 res=1
    [   11.214833] audit: type=1006 audit(1651172293.424:3): pid=571 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   11.214866] audit: type=1300 audit(1651172293.424:3): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffdeb359f8 a2=4 a3=0 items=0 ppid=1 pid=571 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)
    [   11.214878] audit: type=1327 audit(1651172293.424:3): proctitle="(systemd)"
    [   13.759420] audit: type=1006 audit(1651172295.968:4): pid=551 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   13.759455] audit: type=1300 audit(1651172295.968:4): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffdeb359f8 a2=4 a3=ffff9d24e020 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.759472] audit: type=1327 audit(1651172295.968:4): proctitle="(weston)"
    [   14.818741] platform 2b300050.target-module: deferred probe pending
    [   14.818757] platform 40900000.crypto: deferred probe pending
    [   18.929080] audit: type=1006 audit(1651172301.138:5): pid=636 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=3 res=1
    [   18.929106] audit: type=1300 audit(1651172301.138:5): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffdeb359f8 a2=4 a3=0 items=0 ppid=1 pid=636 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.929122] audit: type=1327 audit(1651172301.138:5): proctitle="(weston)"
    [   19.092261] audit: type=1006 audit(1651172301.301:6): pid=638 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=4 res=1
    [   19.092294] audit: type=1300 audit(1651172301.301:6): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffdeb359f8 a2=4 a3=0 items=0 ppid=1 pid=638 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)
    [   19.092307] audit: type=1327 audit(1651172301.301:6): proctitle="(weston)"
    [   19.259086] audit: type=1006 audit(1651172301.468:7): pid=640 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=5 res=1
    [   19.259116] audit: type=1300 audit(1651172301.468:7): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffdeb359f8 a2=4 a3=0 items=0 ppid=1 pid=640 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)
    [   19.259132] audit: type=1327 audit(1651172301.468:7): proctitle="(weston)"
    [   19.424602] audit: type=1006 audit(1651172301.633:8): pid=643 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=6 res=1
    
    

    I didn't see any change.  Should I be adding these changes to k3-am625-sk.dts?  I'm using the SK image.

  • Should I be adding these changes to k3-am625-sk.dts?

    Yes, that's correct. 

  • Aparna,

    I don't seem to be getting any further in the boot process.  Any suggestions?

    Here's the last boot log:

    U-Boot_TI_4.txt
    U-Boot SPL 2023.04-dirty (Jun 26 2024 - 14:31:36 -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 26 2024 - 14:31:43 -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 26 2024 - 14:31:43 -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
    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 22 ms (1.6 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 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-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] cma: Reserved 32 MiB at 0x00000000fb600000
    [    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: 1975832K/2097152K available (9792K kernel code, 1192K rwdata, 2244K rodata, 1728K init, 422K bss, 88552K 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.000002] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000214] Console: colour dummy device 80x25
    [    0.421912] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.421922] pid_max: default: 32768 minimum: 301
    [    0.422013] LSM: Security Framework initializing
    [    0.422144] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.422167] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.424037] rcu: Hierarchical SRCU implementation.
    [    0.424045] rcu:     Max phase no-delay instances is 400.
    [    0.424094] printk: bootconsole [ns16550a0] printing thread started
    [    0.476582] Platform MSI: msi-controller@1820000 domain created
    [    0.476748] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.476803] EFI services will not be available.
    [    0.477092] smp: Bringing up secondary CPUs ...
    [    0.477865] Detected VIPT I-cache on CPU1
    [    0.477992] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.478008] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.478076] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.528131] Detected VIPT I-cache on CPU2
    [    0.528226] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.528247] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.528288] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.554225] Detected VIPT I-cache on CPU3
    [    0.554326] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.554346] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.554383] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.554445] smp: Brought up 1 node, 4 CPUs
    [    0.554451] SMP: Total of 4 processors activated.
    [    0.588672] CPU features: detected: 32-bit EL0 Support
    [    0.588676] CPU features: detected: CRC32 instructions
    [    0.588726] CPU: All CPU(s) started at EL2
    [    0.588728] alternatives: applying system-wide alternatives
    [    0.590409] devtmpfs: initialized
    [    0.599309] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.599342] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.600949] pinctrl core: initialized pinctrl subsystem
    [    0.601699] DMI not present or invalid.
    [    0.602261] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.646465] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.646789] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.647008] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.647115] audit: initializing netlink subsys (disabled)
    [    0.647269] audit: type=2000 audit(0.645:1): state=initialized audit_enabled=0 res=1
    [    0.647986] thermal_sys: Registered thermal governor 'step_wise'
    [    0.648209] ASID allocator initialised with 65536 entries
    [    0.662921] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.662932] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.662937] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.662940] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.662948] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.662951] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.662955] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.662957] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.671244] iommu: Default domain type: Translated
    [    0.671254] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.671684] SCSI subsystem initialized
    [    0.672115] usbcore: registered new interface driver usbfs
    [    0.672163] usbcore: registered new interface driver hub
    [    0.672200] usbcore: registered new device driver usb
    [    0.672588] pps_core: LinuxPPS API ver. 1 registered
    [    0.672591] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.672608] PTP clock support registered
    [    0.672705] EDAC MC: Ver: 3.0.0
    [    0.673366] FPGA manager framework
    [    0.673485] Advanced Linux Sound Architecture Driver Initialized.
    [    0.674626] clocksource: Switched to clocksource arch_sys_counter
    [    0.674927] VFS: Disk quotas dquot_6.6.0
    [    0.674971] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.682259] NET: Registered PF_INET protocol family
    [    0.682590] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.684414] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.684477] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.684490] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.684736] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.686530] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.686883] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.687071] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.687489] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.688054] RPC: Registered named UNIX socket transport module.
    [    0.688060] RPC: Registered udp transport module.
    [    0.688063] RPC: Registered tcp transport module.
    [    0.688066] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.688083] PCI: CLS 0 bytes, default 64
    [    0.711688] Initialise system trusted keyrings
    [    0.711949] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.717672] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.718273] NFS: Registering the id_resolver key type
    [    0.718327] Key type id_resolver registered
    [    0.718330] Key type id_legacy registered
    [    0.718412] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.718417] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.753842] Key type asymmetric registered
    [    0.753858] Asymmetric key parser 'x509' registered
    [    0.753932] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.753943] io scheduler mq-deadline registered
    [    0.753947] io scheduler kyber registered
    [    0.759328] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.760145] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.766015] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.804900] loop: module loaded
    [    0.805979] megasas: 07.719.03.00-rc1
    [    0.809465] tun: Universal TUN/TAP device driver, 1.6
    [    0.810127] VFIO - User Level meta-driver version: 0.3
    [    0.810757] usbcore: registered new interface driver usb-storage
    [    0.811300] i2c_dev: i2c /dev entries driver
    [    0.811743] sdhci: Secure Digital Host Controller Interface driver
    [    0.811745] sdhci: Copyright(c) Pierre Ossman
    [    0.811932] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.812395] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.812704] usbcore: registered new interface driver usbhid
    [    0.812709] usbhid: USB HID core driver
    [    0.813577] optee: probing for conduit method.
    [    0.813671] optee: revision 4.1 (012cdca4)
    [    0.814014] optee: dynamic shared memory is enabled
    [    0.814470] optee: initialized driver
    [    0.816034] Initializing XFRM netlink socket
    [    0.816076] NET: Registered PF_PACKET protocol family
    [    0.816168] Key type dns_resolver registered
    [    0.816481] registered taskstats version 1
    [    0.816485] Loading compiled-in X.509 certificates
    [    0.824186] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    0.866808] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.881395] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.883321] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.883380] mmc0: CQHCI version 5.10
    [    0.883435] mmc1: CQHCI version 5.10
    [    0.890056] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    0.895585] ALSA device list:
    [    0.895593]   No soundcards found.
    [    0.896192] Warning: unable to open an initial console.
    [    0.924965] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.925174] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    0.925485] Waiting for root device PARTUUID=8ed9d86b-02...
    [    0.961481] mmc1: new SDHC card at address aaaa
    [    0.962385] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [    0.966500]  mmcblk1: p1 p2
    [    0.974510] mmc0: Command Queue Engine enabled
    [    0.974535] mmc0: new HS200 MMC card at address 0001
    [    0.975345] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    0.977747] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    0.979482] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    0.980979] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    1.012375] EXT4-fs (mmcblk1p2): recovery complete
    [    1.013342] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    1.013432] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.014456] devtmpfs: mounted
    [    1.015924] Freeing unused kernel memory: 1728K
    [    1.016061] Run /sbin/init as init process
    [    1.751926] systemd[1]: System time before build time, advancing clock.
    [    1.869796] NET: Registered PF_INET6 protocol family
    [    1.871077] Segment Routing with IPv6
    [    1.871115] In-situ OAM (IOAM) with IPv6
    [    1.917491] 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.918174] systemd[1]: Detected architecture arm64.
    [    1.953753] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.114118] 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.372797] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.391856] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.471208] 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.529039] 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.603479] systemd[1]: Queued start job for default target Graphical Interface.
    [    2.639968] systemd[1]: Created slice Slice /system/getty.
    [    2.642282] systemd[1]: Created slice Slice /system/modprobe.
    [    2.647445] systemd[1]: Created slice User and Session Slice.
    [    2.652766] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.658415] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.666557] systemd[1]: Reached target Path Units.
    [    2.674119] systemd[1]: Reached target Remote File Systems.
    [    2.678972] systemd[1]: Reached target Slice Units.
    [    2.684749] systemd[1]: Reached target Swaps.
    [    2.719347] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.719719] systemd[1]: Reached target RPC Port Mapper.
    [    2.736307] systemd[1]: Listening on Process Core Dump Socket.
    [    2.736992] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.743679] systemd[1]: Listening on Journal Audit Socket.
    [    2.750144] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.755743] systemd[1]: Listening on Journal Socket.
    [    2.762056] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.771021] systemd[1]: Listening on udev Control Socket.
    [    2.773222] systemd[1]: Listening on udev Kernel Socket.
    [    2.778911] systemd[1]: Listening on User Database Manager Socket.
    [    2.805277] systemd[1]: Mounting Huge Pages File System...
    [    2.810110] systemd[1]: Mounting POSIX Message Queue File System...
    [    2.816405] systemd[1]: Mounting Kernel Debug File System...
    [    2.818758] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    2.826084] systemd[1]: Mounting Temporary Directory /tmp...
    [    2.842372] systemd[1]: Starting Create List of Static Device Nodes...
    [    2.847783] systemd[1]: Starting Load Kernel Module configfs...
    [    2.854851] systemd[1]: Starting Load Kernel Module drm...
    [    2.861365] systemd[1]: Starting Load Kernel Module fuse...
    [    2.901951] systemd[1]: Starting Start psplash boot splash screen...
    [    2.909389] fuse: init (API version 7.37)
    [    2.914205] systemd[1]: Starting RPC Bind...
    [    2.914776] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    2.916359] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    2.916387] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    2.922106] systemd[1]: Starting Journal Service...
    [    3.009551] systemd[1]: Starting Load Kernel Modules...
    [    3.021201] systemd[1]: Starting Generate network units from Kernel command line...
    [    3.027557] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    3.035739] systemd[1]: Starting Coldplug All udev Devices...
    [    3.047965] systemd[1]: Mounted Huge Pages File System.
    [    3.048722] systemd[1]: Mounted POSIX Message Queue File System.
    [    3.054747] systemd[1]: Mounted Kernel Debug File System.
    [    3.061327] systemd[1]: Mounted Temporary Directory /tmp.
    [    3.067876] systemd[1]: Finished Create List of Static Device Nodes.
    [    3.077341] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    3.078751] systemd[1]: Finished Load Kernel Module configfs.
    [    3.088045] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    3.089131] systemd[1]: Finished Load Kernel Module drm.
    [    3.091375] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    3.092452] systemd[1]: Finished Load Kernel Module fuse.
    [    3.094139] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
    [    3.095361] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
    [    3.099946] systemd[1]: Failed to start Start psplash boot splash screen.
    [    3.104190] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
    [    3.104311] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
    [    3.110031] cryptodev: loading out-of-tree module taints kernel.
    [    3.113383] systemd[1]: Finished Generate network units from Kernel command line.
    [    3.118449] cryptodev: driver 1.12 loaded.
    [    3.123356] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    3.149518] systemd[1]: Mounting FUSE Control File System...
    [    3.157297] systemd[1]: Mounting Kernel Configuration File System...
    [    3.165057] systemd[1]: Started Journal Service.
    [    3.271338] systemd-journald[171]: Received client request to flush runtime journal.
    [    3.772668] random: crng init done
    [    4.058822] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
    [    4.058845] Modules linked in: virtio_rpmsg_bus rpmsg_ns rtc_ti_k3(+) rti_wdt(+) mcrc sa2ul cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
    [    4.058897] CPU: 1 PID: 203 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
    [    4.058906] Hardware name: Texas Instruments AM625 Generic (DT)
    [    4.058911] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    4.058918] pc : 0xffff800000a8f2d4
    [    4.058927] lr : 0xffff800000a8f2c0
    [    4.058931] sp : ffff00000327f9a0
    [    4.058934] x29: ffff00000327f9a0 x28: 0000000000000001 x27: ffff800008d9bbb0
    [    4.058942] x26: 0000000000000000 x25: ffff00000327fd20 x24: 00000000000003e8
    [    4.058951] x23: ffff800008e6f050 x22: ffff000003345290 x21: ffff000000248010
    [    4.058959] x20: ffff800009147090 x19: ffff000003345280 x18: 0000000000000000
    [    4.058969] x17: 0000000000000001 x16: 00007f92dd2e600c x15: 01fe4b799e12ae42
    [    4.058977] x14: 0000000000000000 x13: 000000000050e518 x12: ffff800008b6f5b8
    [    4.058985] x11: ffff800009149000 x10: 000000000000003f x9 : 0000000000000000
    [    4.058993] x8 : ffff000004122500 x7 : ffff800009148000 x6 : 0068000000000713
    [    4.059002] x5 : ffff0000002482c8 x4 : ffff0000002482c8 x3 : 0000000000000000
    [    4.059011] x2 : ffff000000d4e000 x1 : 0000000000000000 x0 : ffff800009147000
    [    4.059021] Call trace:
    [    4.059024]  0xffff800000a8f2d4
    [    4.059027]  0xffff80000853b264
    [    4.059030]  0xffff800008538a38
    [    4.059032]  0xffff800008538cc4
    [    4.059035]  0xffff800008538d9c
    [    4.059037]  0xffff800008539570
    [    4.059040]  0xffff800008536850
    [    4.059044]  0xffff8000085384b4
    [    4.059051]  0xffff800008537e4c
    [    4.059053]  0xffff800008539eb4
    [    4.059055]  0xffff80000853af14
    [    4.059058]  0xffff800000a9301c
    [    4.059060]  0xffff800008013960
    [    4.059063]  0xffff8000080a6554
    [    4.059065]  0xffff8000080a7fbc
    [    4.059068]  0xffff8000080a85d4
    [    4.059071]  0xffff8000080a866c
    [    4.059073]  0xffff80000801db1c
    [    4.059076]  0xffff80000801dc10
    [    4.059078]  0xffff80000898d650
    [    4.059081]  0xffff80000898eb04
    [    4.059083]  0xffff800008011488
    [    4.059097] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
    [    4.267168] ---[ end trace 0000000000000000 ]---
    [    4.274958] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.275125] platform 78000000.r5f: configured R5F for IPC-only mode
    [    4.275142] platform 78000000.r5f: device does not have reserved memory regions, ret = -22
    [    4.275150] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: reserved memory init failed, ret = -22
    [    4.275158] remoteproc remoteproc0: releasing 78000000.r5f
    [    4.275170] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_rproc_init failed, ret = -22
    [    4.275241] k3_r5_rproc: probe of bus@f0000:bus@b00000:r5fss@78000000 failed with error -22
    [    4.301925] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    4.301978] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
    [    6.192449] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    6.206811] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    6.207868] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    6.831733] Bluetooth: Core ver 2.22
    [    6.831975] NET: Registered PF_BLUETOOTH protocol family
    [    6.831981] Bluetooth: HCI device and connection manager initialized
    [    6.832021] Bluetooth: HCI socket layer initialized
    [    6.832033] Bluetooth: L2CAP socket layer initialized
    [    6.832074] Bluetooth: SCO socket layer initialized
    [    8.891290] audit: type=1701 audit(1651173198.522:2): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=524 comm="kmsprint" exe="/usr/bin/kmsprint" sig=6 res=1
    [   10.876098] audit: type=1006 audit(1651173200.507:3): pid=568 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   10.876131] audit: type=1300 audit(1651173200.507:3): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffef6722e8 a2=4 a3=0 items=0 ppid=1 pid=568 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.876143] audit: type=1327 audit(1651173200.507:3): proctitle="(systemd)"
    [   13.447346] audit: type=1006 audit(1651173203.078:4): pid=549 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   13.447380] audit: type=1300 audit(1651173203.078:4): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffef6722e8 a2=4 a3=ffffb6bd9020 items=0 ppid=1 pid=549 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.447392] audit: type=1327 audit(1651173203.078:4): proctitle="(weston)"
    [   14.818408] platform 40900000.crypto: deferred probe pending
    [   18.822573] audit: type=1006 audit(1651173208.453:5): pid=634 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=3 res=1
    [   18.822599] audit: type=1300 audit(1651173208.453:5): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffef6722e8 a2=4 a3=0 items=0 ppid=1 pid=634 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.823689] audit: type=1327 audit(1651173208.453:5): proctitle="(weston)"
    [   18.969470] audit: type=1006 audit(1651173208.600:6): pid=636 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=4 res=1
    [   18.969504] audit: type=1300 audit(1651173208.600:6): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffef6722e8 a2=4 a3=0 items=0 ppid=1 pid=636 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.969516] audit: type=1327 audit(1651173208.600:6): proctitle="(weston)"
    [   19.125896] audit: type=1006 audit(1651173208.756:7): pid=638 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=5 res=1
    [   19.125928] audit: type=1300 audit(1651173208.756:7): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffef6722e8 a2=4 a3=0 items=0 ppid=1 pid=638 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)
    [   19.125941] audit: type=1327 audit(1651173208.756:7): proctitle="(weston)"
    [   19.278015] audit: type=1006 audit(1651173208.909:8): pid=641 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=6 res=1
    
    

    Here's the file I'm using for the kernel dtb:

    6646.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;
    		};
    	};
    };
    
    &cluster0 {
    };
    
    &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 {
    	status = "disabled";
    };
    
    &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";
    };
    

    I have no display on my board.

  • I switched over to the "tisdk-default-image-am62xx-evm.wic.xz" image and started getting better results (above).

  • Could you share the recent logs?

  • The above log is typical for where it stops now.

  • Hello Jim,

    The custom dtb looks correct.

    May I know if the schematics for your custom board has been reviewed by TI?

    Are you using the same DDR part as TI EVM? If the DDR configuration is not correctly set, kernel might try to access the wrong address regions, causing the error.

    e2e.ti.com/.../5265606

    Regards,
    Aparna

  • Aparna,

    I can send you a section of our custom board schematic (the DDR) but I'm not allowed to provide it to you through the forum.  I need to have an email address I can send it to (TI).  I think TI's review of the schematic and the attached DDR file would be very useful.

    2437.DDR.zip

    Thanks!

    Any TI email that you can access will be fine for us.

    In addition, here's the latest boot log using "tisdk-base-image-am62xx-evm.wic.xz" and our DDR and dtb files.

    U-Boot_TI_20.txt
    =>
    U-Boot SPL 2023.04-dirty (Jul 02 2024 - 16:34:48 -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 02 2024 - 16:34:54 -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 02 2024 - 16:34:54 -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 - e6:cf:b4:f6:49:f9
    , 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)
    36181 bytes read in 19 ms (1.8 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 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.000189] Console: colour dummy device 80x25
    [    0.409018] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.409029] pid_max: default: 32768 minimum: 301
    [    0.409109] LSM: Security Framework initializing
    [    0.409233] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.409255] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.410893] rcu: Hierarchical SRCU implementation.
    [    0.410900] rcu:     Max phase no-delay instances is 400.
    [    0.410945] printk: bootconsole [ns16550a0] printing thread started
    [    0.463387] Platform MSI: msi-controller@1820000 domain created
    [    0.463530] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.463575] EFI services will not be available.
    [    0.463786] smp: Bringing up secondary CPUs ...
    [    0.464530] Detected VIPT I-cache on CPU1
    [    0.464639] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.464654] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.464706] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.514759] Detected VIPT I-cache on CPU2
    [    0.514848] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.514862] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.514897] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.540749] Detected VIPT I-cache on CPU3
    [    0.540830] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.540843] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.540873] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.540931] smp: Brought up 1 node, 4 CPUs
    [    0.540936] SMP: Total of 4 processors activated.
    [    0.575123] CPU features: detected: 32-bit EL0 Support
    [    0.575126] CPU features: detected: CRC32 instructions
    [    0.575169] CPU: All CPU(s) started at EL2
    [    0.575170] alternatives: applying system-wide alternatives
    [    0.576672] devtmpfs: initialized
    [    0.584609] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.584634] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.585940] pinctrl core: initialized pinctrl subsystem
    [    0.586581] DMI not present or invalid.
    [    0.587070] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.607958] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.608209] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.608396] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.608484] audit: initializing netlink subsys (disabled)
    [    0.608639] audit: type=2000 audit(0.607:1): state=initialized audit_enabled=0 res=1
    [    0.609251] thermal_sys: Registered thermal governor 'step_wise'
    [    0.609466] ASID allocator initialised with 65536 entries
    [    0.623052] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.623062] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.623067] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.623070] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.623074] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.623076] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.623080] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.623084] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.626425] iommu: Default domain type: Translated
    [    0.626435] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.626760] SCSI subsystem initialized
    [    0.627136] usbcore: registered new interface driver usbfs
    [    0.627175] usbcore: registered new interface driver hub
    [    0.627207] 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.627553] PTP clock support registered
    [    0.627653] EDAC MC: Ver: 3.0.0
    [    0.628340] FPGA manager framework
    [    0.628444] Advanced Linux Sound Architecture Driver Initialized.
    [    0.629410] clocksource: Switched to clocksource arch_sys_counter
    [    0.629647] VFS: Disk quotas dquot_6.6.0
    [    0.629684] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.636303] NET: Registered PF_INET protocol family
    [    0.636598] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.638315] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.638365] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.638378] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.638603] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.640094] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.640320] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.640498] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.640861] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.641322] RPC: Registered named UNIX socket transport module.
    [    0.641328] RPC: Registered udp transport module.
    [    0.641330] RPC: Registered tcp transport module.
    [    0.641333] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.641343] PCI: CLS 0 bytes, default 64
    [    0.689274] Initialise system trusted keyrings
    [    0.689489] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.694766] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.695302] NFS: Registering the id_resolver key type
    [    0.695353] Key type id_resolver registered
    [    0.695356] Key type id_legacy registered
    [    0.695452] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.695458] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.730030] Key type asymmetric registered
    [    0.730039] Asymmetric key parser 'x509' registered
    [    0.730105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.730112] io scheduler mq-deadline registered
    [    0.730116] io scheduler kyber registered
    [    0.759941] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.760629] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.765845] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.802475] loop: module loaded
    [    0.803365] megasas: 07.719.03.00-rc1
    [    0.806560] tun: Universal TUN/TAP device driver, 1.6
    [    0.807118] VFIO - User Level meta-driver version: 0.3
    [    0.807693] usbcore: registered new interface driver usb-storage
    [    0.808164] i2c_dev: i2c /dev entries driver
    [    0.808561] sdhci: Secure Digital Host Controller Interface driver
    [    0.808565] sdhci: Copyright(c) Pierre Ossman
    [    0.808685] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.809082] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.809335] usbcore: registered new interface driver usbhid
    [    0.809339] usbhid: USB HID core driver
    [    0.810125] optee: probing for conduit method.
    [    0.810161] optee: revision 4.1 (012cdca4)
    [    0.810465] optee: dynamic shared memory is enabled
    [    0.810874] optee: initialized driver
    [    0.812176] Initializing XFRM netlink socket
    [    0.812217] NET: Registered PF_PACKET protocol family
    [    0.812293] Key type dns_resolver registered
    [    0.812580] registered taskstats version 1
    [    0.812584] Loading compiled-in X.509 certificates
    [    0.819282] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    0.860302] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.873949] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.874677] omap8250 4a00000.serial: failed to get alias
    [    0.875962] mmc1: CQHCI version 5.10
    [    0.876068] mmc0: CQHCI version 5.10
    [    0.876721] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.882438] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    0.887795] ALSA device list:
    [    0.887801]   No soundcards found.
    [    0.891662] Warning: unable to open an initial console.
    [    0.917584] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.917584] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    0.918038] Waiting for root device PARTUUID=1a2fb328-02...
    [    0.949684] mmc1: new SDHC card at address 5048
    [    0.950490] mmcblk1: mmc1:5048 SD32G 28.8 GiB
    [    0.953203]  mmcblk1: p1 p2
    [    0.966709] mmc0: Command Queue Engine enabled
    [    0.966733] mmc0: new HS200 MMC card at address 0001
    [    0.967456] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    0.969471] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    0.970766] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    0.971868] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    0.998451] EXT4-fs (mmcblk1p2): recovery complete
    [    0.999604] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    0.999685] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.000568] devtmpfs: mounted
    [    1.001765] Freeing unused kernel memory: 1728K
    [    1.001879] Run /sbin/init as init process
    [    1.666126] systemd[1]: System time before build time, advancing clock.
    [    1.802706] NET: Registered PF_INET6 protocol family
    [    1.803915] Segment Routing with IPv6
    [    1.803949] In-situ OAM (IOAM) with IPv6
    [    1.846114] 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.846774] systemd[1]: Detected architecture arm64.
    [    1.879978] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.042842] systemd-sysv-generator[162]: 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.390159] 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.463766] systemd[1]: Queued start job for default target Multi-User System.
    [    2.491360] systemd[1]: Created slice Slice /system/getty.
    [    2.498731] systemd[1]: Created slice Slice /system/modprobe.
    [    2.499737] systemd[1]: Created slice User and Session Slice.
    [    2.505762] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.511533] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.519623] systemd[1]: Reached target Path Units.
    [    2.527187] systemd[1]: Reached target Remote File Systems.
    [    2.532069] systemd[1]: Reached target Slice Units.
    [    2.537776] systemd[1]: Reached target Swaps.
    [    2.545090] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.547272] systemd[1]: Reached target RPC Port Mapper.
    [    2.560793] systemd[1]: Listening on Process Core Dump Socket.
    [    2.561289] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.562219] systemd[1]: Listening on Journal Audit Socket.
    [    2.568103] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.574825] systemd[1]: Listening on Journal Socket.
    [    2.580643] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.588013] systemd[1]: Listening on udev Control Socket.
    [    2.591461] systemd[1]: Listening on udev Kernel Socket.
    [    2.597982] systemd[1]: Listening on User Database Manager Socket.
    [    2.629966] systemd[1]: Mounting Huge Pages File System...
    [    2.634044] systemd[1]: Mounting POSIX Message Queue File System...
    [    2.640178] systemd[1]: Mounting Kernel Debug File System...
    [    2.643314] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    2.649313] systemd[1]: Mounting Temporary Directory /tmp...
    [    2.665937] systemd[1]: Starting Create List of Static Device Nodes...
    [    2.671599] systemd[1]: Starting Load Kernel Module configfs...
    [    2.678124] systemd[1]: Starting Load Kernel Module drm...
    [    2.684472] systemd[1]: Starting Load Kernel Module fuse...
    [    2.696734] systemd[1]: Starting Start psplash boot splash screen...
    [    2.710029] systemd[1]: Starting RPC Bind...
    [    2.710320] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    2.711611] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    2.711631] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    2.716636] systemd[1]: Starting Journal Service...
    [    2.729737] fuse: init (API version 7.37)
    [    2.832440] systemd[1]: Starting Load Kernel Modules...
    [    2.836924] systemd[1]: Starting Generate network units from Kernel command line...
    [    2.843209] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    2.851200] systemd[1]: Starting Coldplug All udev Devices...
    [    2.862835] systemd[1]: Mounted Huge Pages File System.
    [    2.863374] systemd[1]: Mounted POSIX Message Queue File System.
    [    2.869863] systemd[1]: Mounted Kernel Debug File System.
    [    2.876302] systemd[1]: Mounted Temporary Directory /tmp.
    [    2.883341] systemd[1]: Finished Create List of Static Device Nodes.
    [    2.889326] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    2.890229] systemd[1]: Finished Load Kernel Module configfs.
    [    2.892154] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    2.893474] systemd[1]: Finished Load Kernel Module drm.
    [    2.898803] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    2.899734] systemd[1]: Finished Load Kernel Module fuse.
    [    2.900732] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
    [    2.901583] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
    [    2.902661] systemd[1]: Failed to start Start psplash boot splash screen.
    [    2.902829] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
    [    2.902894] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
    [    2.908388] systemd[1]: Finished Generate network units from Kernel command line.
    [    2.916526] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    2.924660] cryptodev: loading out-of-tree module taints kernel.
    [    2.927610] cryptodev: driver 1.12 loaded.
    [    3.021099] systemd[1]: Mounting FUSE Control File System...
    [    3.025782] systemd[1]: Mounting Kernel Configuration File System...
    [    3.030346] systemd[1]: Started Journal Service.
    [    3.096949] systemd-journald[174]: Received client request to flush runtime journal.
    [    3.523532] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
    [    3.523553] Modules linked in: mcrc rti_wdt(+) sa2ul cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
    [    3.523584] CPU: 2 PID: 200 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
    [    3.523593] Hardware name: Texas Instruments AM625 Generic (DT)
    [    3.523598] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    3.523605] pc : 0xffff800000a862d4
    [    3.523609] lr : 0xffff800000a862c0
    [    3.523612] sp : ffff0000031df9a0
    [    3.523615] x29: ffff0000031df9a0 x28: 0000000000000001 x27: ffff800008d9bbb0
    [    3.523623] x26: 0000000000000000 x25: ffff0000031dfd20 x24: 00000000000003e8
    [    3.523631] x23: ffff800008e6f050 x22: ffff000003c68a90 x21: ffff0000002e9010
    [    3.523640] x20: ffff800008fea090 x19: ffff000003c68a80 x18: 0000000000000000
    [    3.523648] x17: 0000000000000003 x16: 000006291cb02f6e x15: 0018c632aa6a4668
    [    3.523656] x14: 0000000000000000 x13: 000000000007acfc x12: ffff800008b6f5b8
    [    3.523664] x11: ffff80000099ffff x10: 000000000000003f x9 : 0000000000000000
    [    3.523672] x8 : ffff000003233280 x7 : ffff800008feb000 x6 : 0068000000000713
    [    3.523680] x5 : ffff0000002e92c8 x4 : ffff0000002e92c8 x3 : 0000000000000000
    [    3.523688] x2 : ffff000000d6b000 x1 : 0000000000000000 x0 : ffff800008fea000
    [    3.523697] Call trace:
    [    3.523701]  0xffff800000a862d4
    [    3.523704]  0xffff80000853b264
    [    3.523707]  0xffff800008538a38
    [    3.523709]  0xffff800008538cc4
    [    3.523712]  0xffff800008538d9c
    [    3.523714]  0xffff800008539570
    [    3.523717]  0xffff800008536850
    [    3.523719]  0xffff8000085384b4
    [    3.523721]  0xffff800008537e4c
    [    3.523724]  0xffff800008539eb4
    [    3.523726]  0xffff80000853af14
    [    3.523729]  0xffff800000a8a01c
    [    3.523731]  0xffff800008013960
    [    3.523734]  0xffff8000080a6554
    [    3.523736]  0xffff8000080a7fbc
    [    3.523739]  0xffff8000080a85d4
    [    3.523741]  0xffff8000080a866c
    [    3.523744]  0xffff80000801db1c
    [    3.523746]  0xffff80000801dc10
    [    3.523749]  0xffff80000898d650
    [    3.523752]  0xffff80000898eb04
    [    3.523754]  0xffff800008011488
    [    3.523761] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
    [    3.728334] ---[ end trace 0000000000000000 ]---
    [    3.747124] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    3.747168] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
    [    3.787922] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    3.791525] platform 78000000.r5f: configured R5F for IPC-only mode
    [    3.791557] platform 78000000.r5f: device does not have reserved memory regions, ret = -22
    [    3.791566] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: reserved memory init failed, ret = -22
    [    3.791578] remoteproc remoteproc0: releasing 78000000.r5f
    [    3.791595] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_rproc_init failed, ret = -22
    [    3.791634] k3_r5_rproc: probe of bus@f0000:bus@b00000:r5fss@78000000 failed with error -22
    [    4.290540] random: crng init done
    [    5.257191] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    5.267149] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    5.268047] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    5.389177] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    5.389214] cfg80211: failed to load regulatory.db
    [   14.307061] platform 40900000.crypto: deferred probe pending
    
    

    Here are the files I changed.  I was going back and forth between SK and LP_SK so there may be some files unnecessarily modified for the "tisdk-base-image-am62xx-evm.wic.xz" image. Most were in the u-boot directories.

    TI_July3rd.zip

    Thanks!

  • Aparna,

    I see a similar post at AM625-Q1: u-boot & kernel porting - Processors forum - Processors - TI E2E support forums

    I'm wondering why I see "failed to get alias"

    When it's included in the minimal dts file:

    Thanks! - After sending this post, I realized there was no alias for the mcu_uart0 - not identical to the other post.

  • I'm wondering why I see "failed to get alias"

    Are you still seeing this?

  • Aparna,

    Yes, let me go through the various files I changed (dts & dtsi).

    I made some changes in "k3-am62p5-sk.dts" and the alias error appears to be corrected.  Here's what I have now for a boot log:

    U-Boot_TI_21.txt
    U-Boot SPL 2023.04-dirty (Jul 08 2024 - 08:19:44 -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 08 2024 - 08:19:51 -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 08 2024 - 08:19:51 -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 - 26:c5:b7:15:dc:83
    , 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)
    36221 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.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000188] Console: colour dummy device 80x25
    [    0.409018] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.409028] pid_max: default: 32768 minimum: 301
    [    0.409109] LSM: Security Framework initializing
    [    0.409227] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.409250] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.410897] rcu: Hierarchical SRCU implementation.
    [    0.410904] rcu:     Max phase no-delay instances is 400.
    [    0.410950] printk: bootconsole [ns16550a0] printing thread started
    [    0.463392] Platform MSI: msi-controller@1820000 domain created
    [    0.463535] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.463581] EFI services will not be available.
    [    0.463792] smp: Bringing up secondary CPUs ...
    [    0.464533] Detected VIPT I-cache on CPU1
    [    0.464641] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.464656] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.464709] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.514773] Detected VIPT I-cache on CPU2
    [    0.514858] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.514873] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.514907] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.540762] Detected VIPT I-cache on CPU3
    [    0.540844] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.540858] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.540889] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.540945] smp: Brought up 1 node, 4 CPUs
    [    0.540951] SMP: Total of 4 processors activated.
    [    0.575133] CPU features: detected: 32-bit EL0 Support
    [    0.575137] CPU features: detected: CRC32 instructions
    [    0.575179] CPU: All CPU(s) started at EL2
    [    0.575180] alternatives: applying system-wide alternatives
    [    0.576684] devtmpfs: initialized
    [    0.584632] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.584657] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.585962] pinctrl core: initialized pinctrl subsystem
    [    0.586603] DMI not present or invalid.
    [    0.587093] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.607973] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.608238] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.608421] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.608508] audit: initializing netlink subsys (disabled)
    [    0.608684] audit: type=2000 audit(0.607:1): state=initialized audit_enabled=0 res=1
    [    0.609290] thermal_sys: Registered thermal governor 'step_wise'
    [    0.609507] ASID allocator initialised with 65536 entries
    [    0.624034] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.624044] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.624048] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.624051] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.624055] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.624058] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.624061] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.624064] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.626353] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.626809] iommu: Default domain type: Translated
    [    0.626815] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.627128] SCSI subsystem initialized
    [    0.627500] usbcore: registered new interface driver usbfs
    [    0.627545] usbcore: registered new interface driver hub
    [    0.627577] usbcore: registered new device driver usb
    [    0.627913] pps_core: LinuxPPS API ver. 1 registered
    [    0.627917] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.627938] PTP clock support registered
    [    0.628039] EDAC MC: Ver: 3.0.0
    [    0.628729] FPGA manager framework
    [    0.628823] Advanced Linux Sound Architecture Driver Initialized.
    [    0.629800] clocksource: Switched to clocksource arch_sys_counter
    [    0.630032] VFS: Disk quotas dquot_6.6.0
    [    0.630072] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.636686] NET: Registered PF_INET protocol family
    [    0.636977] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.638676] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.638727] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.638739] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.638981] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.640427] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.640650] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.640839] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.641221] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.641719] RPC: Registered named UNIX socket transport module.
    [    0.641724] RPC: Registered udp transport module.
    [    0.641726] RPC: Registered tcp transport module.
    [    0.641729] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.641740] PCI: CLS 0 bytes, default 64
    [    0.655936] Initialise system trusted keyrings
    [    0.656102] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.661348] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.661881] NFS: Registering the id_resolver key type
    [    0.661931] Key type id_resolver registered
    [    0.661934] Key type id_legacy registered
    [    0.662003] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.662009] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.696984] Key type asymmetric registered
    [    0.696994] Asymmetric key parser 'x509' registered
    [    0.697053] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.697060] io scheduler mq-deadline registered
    [    0.697064] io scheduler kyber registered
    [    0.712516] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.713195] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.718986] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.739064] loop: module loaded
    [    0.740016] megasas: 07.719.03.00-rc1
    [    0.743196] tun: Universal TUN/TAP device driver, 1.6
    [    0.743817] VFIO - User Level meta-driver version: 0.3
    [    0.744378] usbcore: registered new interface driver usb-storage
    [    0.744901] i2c_dev: i2c /dev entries driver
    [    0.745315] sdhci: Secure Digital Host Controller Interface driver
    [    0.745318] sdhci: Copyright(c) Pierre Ossman
    [    0.745446] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.745910] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.746177] usbcore: registered new interface driver usbhid
    [    0.746180] usbhid: USB HID core driver
    [    0.746986] optee: probing for conduit method.
    [    0.747021] optee: revision 4.1 (012cdca4)
    [    0.747317] optee: dynamic shared memory is enabled
    [    0.747737] optee: initialized driver
    [    0.749117] Initializing XFRM netlink socket
    [    0.749155] NET: Registered PF_PACKET protocol family
    [    0.749241] Key type dns_resolver registered
    [    0.749500] registered taskstats version 1
    [    0.749504] Loading compiled-in X.509 certificates
    [    0.756875] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    0.796860] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.809848] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.810045] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.810293] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.810987] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.813461] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.816431] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.821047] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.824459] mmc0: CQHCI version 5.10
    [    0.824522] mmc1: CQHCI version 5.10
    [    0.825215] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.830898] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    0.836316] ALSA device list:
    [    0.836323]   No soundcards found.
    [    0.844749] Warning: unable to open an initial console.
    [    0.865969] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    0.865969] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.866522] Waiting for root device PARTUUID=1a2fb328-02...
    [    0.898287] mmc1: new SDHC card at address 5048
    [    0.899063] mmcblk1: mmc1:5048 SD32G 28.8 GiB
    [    0.901699]  mmcblk1: p1 p2
    [    0.915032] mmc0: Command Queue Engine enabled
    [    0.915057] mmc0: new HS200 MMC card at address 0001
    [    0.915778] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    0.917947] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    0.919265] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    0.920387] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    1.119424] EXT4-fs (mmcblk1p2): recovery complete
    [    1.120593] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    1.120680] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.121616] devtmpfs: mounted
    [    1.122855] Freeing unused kernel memory: 1728K
    [    1.122975] Run /sbin/init as init process
    [    1.729300] systemd[1]: System time before build time, advancing clock.
    [    1.856058] NET: Registered PF_INET6 protocol family
    [    1.858205] Segment Routing with IPv6
    [    1.858243] In-situ OAM (IOAM) with IPv6
    [    1.888826] 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.889389] systemd[1]: Detected architecture arm64.
    [    1.923434] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.068925] systemd-sysv-generator[162]: 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.416504] 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.489633] systemd[1]: Queued start job for default target Multi-User System.
    [    2.520819] systemd[1]: Created slice Slice /system/getty.
    [    2.522704] systemd[1]: Created slice Slice /system/modprobe.
    [    2.528533] systemd[1]: Created slice User and Session Slice.
    [    2.534181] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.539998] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.548104] systemd[1]: Reached target Path Units.
    [    2.555682] systemd[1]: Reached target Remote File Systems.
    [    2.560553] systemd[1]: Reached target Slice Units.
    [    2.566265] systemd[1]: Reached target Swaps.
    [    2.573584] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.575745] systemd[1]: Reached target RPC Port Mapper.
    [    2.589398] systemd[1]: Listening on Process Core Dump Socket.
    [    2.589946] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.596749] systemd[1]: Listening on Journal Audit Socket.
    [    2.603195] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.608778] systemd[1]: Listening on Journal Socket.
    [    2.615058] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.621583] systemd[1]: Listening on udev Control Socket.
    [    2.626347] systemd[1]: Listening on udev Kernel Socket.
    [    2.631942] systemd[1]: Listening on User Database Manager Socket.
    [    2.660324] systemd[1]: Mounting Huge Pages File System...
    [    2.664362] systemd[1]: Mounting POSIX Message Queue File System...
    [    2.670603] systemd[1]: Mounting Kernel Debug File System...
    [    2.673716] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    2.679772] systemd[1]: Mounting Temporary Directory /tmp...
    [    2.696364] systemd[1]: Starting Create List of Static Device Nodes...
    [    2.701992] systemd[1]: Starting Load Kernel Module configfs...
    [    2.708515] systemd[1]: Starting Load Kernel Module drm...
    [    2.715180] systemd[1]: Starting Load Kernel Module fuse...
    [    2.727493] systemd[1]: Starting Start psplash boot splash screen...
    [    2.740381] systemd[1]: Starting RPC Bind...
    [    2.740680] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    2.741978] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    2.741998] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    2.746928] systemd[1]: Starting Journal Service...
    [    2.759923] fuse: init (API version 7.37)
    [    2.854670] systemd[1]: Starting Load Kernel Modules...
    [    2.859402] systemd[1]: Starting Generate network units from Kernel command line...
    [    2.864961] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    2.881500] systemd[1]: Starting Coldplug All udev Devices...
    [    2.891850] systemd[1]: Mounted Huge Pages File System.
    [    2.892452] systemd[1]: Mounted POSIX Message Queue File System.
    [    2.892876] systemd[1]: Mounted Kernel Debug File System.
    [    2.899246] systemd[1]: Mounted Temporary Directory /tmp.
    [    2.906000] systemd[1]: Finished Create List of Static Device Nodes.
    [    2.913668] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    2.914583] systemd[1]: Finished Load Kernel Module configfs.
    [    2.917653] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    2.918888] systemd[1]: Finished Load Kernel Module drm.
    [    2.927873] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    2.932521] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    2.933467] systemd[1]: Finished Load Kernel Module fuse.
    [    2.942395] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
    [    2.943138] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
    [    2.943302] cryptodev: loading out-of-tree module taints kernel.
    [    2.945380] systemd[1]: Failed to start Start psplash boot splash screen.
    [    2.949181] cryptodev: driver 1.12 loaded.
    [    2.951079] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
    [    2.951175] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
    [    2.953073] systemd[1]: Finished Load Kernel Modules.
    [    2.958423] systemd[1]: Finished Generate network units from Kernel command line.
    [    2.964358] systemd[1]: Finished Remount Root and Kernel File Systems.
    [    2.970608] systemd[1]: Started Journal Service.
    [    3.042188] systemd-journald[174]: Received client request to flush runtime journal.
    [    3.454903] random: crng init done
    [    3.715282] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
    [    3.715305] Modules linked in: rti_wdt(+) mcrc sa2ul cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
    [    3.715338] CPU: 3 PID: 208 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
    [    3.715347] Hardware name: Texas Instruments AM625 Generic (DT)
    [    3.715352] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    3.715359] pc : 0xffff800000a8a2d4
    [    3.715364] lr : 0xffff800000a8a2c0
    [    3.715367] sp : ffff00000330f9a0
    [    3.715370] x29: ffff00000330f9a0 x28: 0000000000000001 x27: ffff800008d9bbb0
    [    3.715379] x26: 0000000000000000 x25: ffff00000330fd20 x24: 00000000000003e8
    [    3.715387] x23: ffff800008e6f050 x22: ffff000001e6bc90 x21: ffff0000002eac10
    [    3.715395] x20: ffff80000915e090 x19: ffff000001e6bc80 x18: 00000000000769d7
    [    3.715404] x17: 0000000000000001 x16: 0000b045df3f08f4 x15: 0000000000000000
    [    3.715412] x14: 0000000000000001 x13: 0000000000000002 x12: ffff800008b6f5b8
    [    3.715420] x11: ffff800008f3f000 x10: 000000000000003f x9 : 0000000000000000
    [    3.715428] x8 : ffff000001e84800 x7 : ffff80000915f000 x6 : 0068000000000713
    [    3.715436] x5 : ffff0000002eaec8 x4 : ffff0000002eaec8 x3 : 0000000000000000
    [    3.715444] x2 : ffff000000cfa400 x1 : 0000000000000000 x0 : ffff80000915e000
    [    3.715453] Call trace:
    [    3.715457]  0xffff800000a8a2d4
    [    3.715460]  0xffff80000853b264
    [    3.715462]  0xffff800008538a38
    [    3.715465]  0xffff800008538cc4
    [    3.715467]  0xffff800008538d9c
    [    3.715470]  0xffff800008539570
    [    3.715472]  0xffff800008536850
    [    3.715475]  0xffff8000085384b4
    [    3.715477]  0xffff800008537e4c
    [    3.715480]  0xffff800008539eb4
    [    3.715482]  0xffff80000853af14
    [    3.715485]  0xffff800000a8301c
    [    3.715487]  0xffff800008013960
    [    3.715490]  0xffff8000080a6554
    [    3.715492]  0xffff8000080a7fbc
    [    3.715495]  0xffff8000080a85d4
    [    3.715497]  0xffff8000080a866c
    [    3.715500]  0xffff80000801db1c
    [    3.715503]  0xffff80000801dc10
    [    3.715505]  0xffff80000898d650
    [    3.715507]  0xffff80000898eb04
    [    3.715510]  0xffff800008011488
    [    3.715518] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
    [    3.920125] ---[ end trace 0000000000000000 ]---
    [    3.923496] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    3.923540] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
    [    3.969120] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    3.969303] platform 78000000.r5f: configured R5F for IPC-only mode
    [    3.969317] platform 78000000.r5f: device does not have reserved memory regions, ret = -22
    [    3.969325] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: reserved memory init failed, ret = -22
    [    3.969335] remoteproc remoteproc0: releasing 78000000.r5f
    [    3.969349] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_rproc_init failed, ret = -22
    [    3.969410] k3_r5_rproc: probe of bus@f0000:bus@b00000:r5fss@78000000 failed with error -22
    [    4.873127] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    4.924229] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    4.925071] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    5.003406] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    5.003439] cfg80211: failed to load regulatory.db
    
    

    I do, however, still get the " Warning: unable to open an initial console."

    I use the SDK default defconfig:

    0638.defconfig.txt
    CONFIG_SYSVIPC=y
    CONFIG_POSIX_MQUEUE=y
    CONFIG_AUDIT=y
    CONFIG_NO_HZ_IDLE=y
    CONFIG_HIGH_RES_TIMERS=y
    CONFIG_BPF_SYSCALL=y
    CONFIG_BPF_JIT=y
    CONFIG_PREEMPT=y
    CONFIG_IRQ_TIME_ACCOUNTING=y
    CONFIG_BSD_PROCESS_ACCT=y
    CONFIG_BSD_PROCESS_ACCT_V3=y
    CONFIG_TASKSTATS=y
    CONFIG_TASK_XACCT=y
    CONFIG_TASK_IO_ACCOUNTING=y
    CONFIG_IKCONFIG=y
    CONFIG_IKCONFIG_PROC=y
    CONFIG_NUMA_BALANCING=y
    CONFIG_MEMCG=y
    CONFIG_BLK_CGROUP=y
    CONFIG_CFS_BANDWIDTH=y
    CONFIG_RT_GROUP_SCHED=y
    CONFIG_CGROUP_PIDS=y
    CONFIG_CGROUP_FREEZER=y
    CONFIG_CGROUP_HUGETLB=y
    CONFIG_CPUSETS=y
    CONFIG_CGROUP_DEVICE=y
    CONFIG_CGROUP_CPUACCT=y
    CONFIG_CGROUP_PERF=y
    CONFIG_CGROUP_BPF=y
    CONFIG_NAMESPACES=y
    CONFIG_USER_NS=y
    CONFIG_SCHED_AUTOGROUP=y
    CONFIG_BLK_DEV_INITRD=y
    CONFIG_KALLSYMS_ALL=y
    CONFIG_EMBEDDED=y
    CONFIG_PROFILING=y
    CONFIG_ARCH_ACTIONS=y
    CONFIG_ARCH_SUNXI=y
    CONFIG_ARCH_ALPINE=y
    CONFIG_ARCH_APPLE=y
    CONFIG_ARCH_BCM=y
    CONFIG_ARCH_BCM2835=y
    CONFIG_ARCH_BCM_IPROC=y
    CONFIG_ARCH_BCMBCA=y
    CONFIG_ARCH_BRCMSTB=y
    CONFIG_ARCH_BERLIN=y
    CONFIG_ARCH_EXYNOS=y
    CONFIG_ARCH_K3=y
    CONFIG_ARCH_LG1K=y
    CONFIG_ARCH_HISI=y
    CONFIG_ARCH_KEEMBAY=y
    CONFIG_ARCH_MEDIATEK=y
    CONFIG_ARCH_MESON=y
    CONFIG_ARCH_MVEBU=y
    CONFIG_ARCH_NXP=y
    CONFIG_ARCH_LAYERSCAPE=y
    CONFIG_ARCH_MXC=y
    CONFIG_ARCH_S32=y
    CONFIG_ARCH_NPCM=y
    CONFIG_ARCH_QCOM=y
    CONFIG_ARCH_RENESAS=y
    CONFIG_ARCH_ROCKCHIP=y
    CONFIG_ARCH_SEATTLE=y
    CONFIG_ARCH_INTEL_SOCFPGA=y
    CONFIG_ARCH_SYNQUACER=y
    CONFIG_ARCH_TEGRA=y
    CONFIG_ARCH_TESLA_FSD=y
    CONFIG_ARCH_SPRD=y
    CONFIG_ARCH_THUNDER=y
    CONFIG_ARCH_THUNDER2=y
    CONFIG_ARCH_UNIPHIER=y
    CONFIG_ARCH_VEXPRESS=y
    CONFIG_ARCH_VISCONTI=y
    CONFIG_ARCH_XGENE=y
    CONFIG_ARCH_ZYNQMP=y
    CONFIG_ARM64_VA_BITS_48=y
    CONFIG_SCHED_MC=y
    CONFIG_SCHED_SMT=y
    CONFIG_NUMA=y
    CONFIG_KEXEC=y
    CONFIG_KEXEC_FILE=y
    CONFIG_CRASH_DUMP=y
    CONFIG_XEN=y
    CONFIG_COMPAT=y
    CONFIG_RANDOMIZE_BASE=y
    CONFIG_HIBERNATION=y
    CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
    CONFIG_ENERGY_MODEL=y
    CONFIG_ARM_PSCI_CPUIDLE=y
    CONFIG_CPU_FREQ=y
    CONFIG_CPU_FREQ_STAT=y
    CONFIG_CPU_FREQ_GOV_POWERSAVE=m
    CONFIG_CPU_FREQ_GOV_USERSPACE=y
    CONFIG_CPU_FREQ_GOV_ONDEMAND=y
    CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
    CONFIG_CPUFREQ_DT=y
    CONFIG_ACPI_CPPC_CPUFREQ=m
    CONFIG_ARM_ALLWINNER_SUN50I_CPUFREQ_NVMEM=m
    CONFIG_ARM_ARMADA_37XX_CPUFREQ=y
    CONFIG_ARM_SCPI_CPUFREQ=y
    CONFIG_ARM_IMX_CPUFREQ_DT=m
    CONFIG_ARM_MEDIATEK_CPUFREQ=y
    CONFIG_ARM_QCOM_CPUFREQ_NVMEM=y
    CONFIG_ARM_QCOM_CPUFREQ_HW=y
    CONFIG_ARM_RASPBERRYPI_CPUFREQ=m
    CONFIG_ARM_SCMI_CPUFREQ=y
    CONFIG_ARM_TEGRA186_CPUFREQ=y
    CONFIG_QORIQ_CPUFREQ=y
    CONFIG_ACPI=y
    CONFIG_ACPI_HOTPLUG_MEMORY=y
    CONFIG_ACPI_HMAT=y
    CONFIG_ACPI_APEI=y
    CONFIG_ACPI_APEI_GHES=y
    CONFIG_ACPI_APEI_PCIEAER=y
    CONFIG_ACPI_APEI_MEMORY_FAILURE=y
    CONFIG_ACPI_APEI_EINJ=y
    CONFIG_VIRTUALIZATION=y
    CONFIG_KVM=y
    CONFIG_JUMP_LABEL=y
    CONFIG_MODULES=y
    CONFIG_MODULE_UNLOAD=y
    CONFIG_BLK_DEV_THROTTLING=y
    # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
    # CONFIG_COMPAT_BRK is not set
    CONFIG_MEMORY_HOTPLUG=y
    CONFIG_MEMORY_HOTREMOVE=y
    CONFIG_KSM=y
    CONFIG_MEMORY_FAILURE=y
    CONFIG_TRANSPARENT_HUGEPAGE=y
    CONFIG_NET=y
    CONFIG_PACKET=y
    CONFIG_UNIX=y
    CONFIG_XFRM_USER=y
    CONFIG_XDP_SOCKETS=y
    CONFIG_INET=y
    CONFIG_IP_MULTICAST=y
    CONFIG_IP_PNP=y
    CONFIG_IP_PNP_DHCP=y
    CONFIG_IP_PNP_BOOTP=y
    CONFIG_INET_ESP=y
    CONFIG_IPV6=m
    CONFIG_NETFILTER=y
    CONFIG_BRIDGE_NETFILTER=m
    CONFIG_NF_CONNTRACK=m
    CONFIG_NF_CONNTRACK_EVENTS=y
    CONFIG_NF_CONNTRACK_FTP=m
    CONFIG_NF_CONNTRACK_TFTP=m
    CONFIG_NETFILTER_XT_MARK=m
    CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
    CONFIG_NETFILTER_XT_TARGET_LOG=m
    CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
    CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
    CONFIG_NETFILTER_XT_MATCH_IPVS=m
    CONFIG_IP_VS=m
    CONFIG_IP_VS_PROTO_TCP=y
    CONFIG_IP_VS_PROTO_UDP=y
    CONFIG_IP_VS_RR=m
    CONFIG_IP_VS_NFCT=y
    CONFIG_IP_NF_IPTABLES=m
    CONFIG_IP_NF_FILTER=m
    CONFIG_IP_NF_TARGET_REJECT=m
    CONFIG_IP_NF_NAT=m
    CONFIG_IP_NF_TARGET_MASQUERADE=m
    CONFIG_IP_NF_TARGET_REDIRECT=m
    CONFIG_IP_NF_MANGLE=m
    CONFIG_IP6_NF_IPTABLES=m
    CONFIG_IP6_NF_FILTER=m
    CONFIG_IP6_NF_TARGET_REJECT=m
    CONFIG_IP6_NF_MANGLE=m
    CONFIG_IP6_NF_NAT=m
    CONFIG_IP6_NF_TARGET_MASQUERADE=m
    CONFIG_BRIDGE=m
    CONFIG_BRIDGE_VLAN_FILTERING=y
    CONFIG_NET_DSA=m
    CONFIG_VLAN_8021Q=m
    CONFIG_VLAN_8021Q_GVRP=y
    CONFIG_VLAN_8021Q_MVRP=y
    CONFIG_NET_SCHED=y
    CONFIG_NET_SCH_CBS=m
    CONFIG_NET_SCH_ETF=m
    CONFIG_NET_SCH_TAPRIO=m
    CONFIG_NET_SCH_MQPRIO=m
    CONFIG_NET_SCH_INGRESS=m
    CONFIG_NET_CLS_BASIC=m
    CONFIG_NET_CLS_ROUTE4=m
    CONFIG_NET_CLS_FW=m
    CONFIG_NET_CLS_U32=m
    CONFIG_CLS_U32_MARK=y
    CONFIG_NET_CLS_RSVP=m
    CONFIG_NET_CLS_RSVP6=m
    CONFIG_NET_CLS_FLOW=m
    CONFIG_NET_CLS_CGROUP=m
    CONFIG_NET_CLS_FLOWER=m
    CONFIG_NET_EMATCH=y
    CONFIG_NET_EMATCH_CMP=m
    CONFIG_NET_EMATCH_NBYTE=m
    CONFIG_NET_EMATCH_U32=m
    CONFIG_NET_EMATCH_META=m
    CONFIG_NET_EMATCH_TEXT=m
    CONFIG_NET_CLS_ACT=y
    CONFIG_NET_ACT_POLICE=m
    CONFIG_NET_ACT_GACT=m
    CONFIG_GACT_PROB=y
    CONFIG_NET_ACT_MIRRED=m
    CONFIG_NET_ACT_IPT=m
    CONFIG_NET_ACT_NAT=m
    CONFIG_NET_ACT_PEDIT=m
    CONFIG_NET_ACT_SIMP=m
    CONFIG_NET_ACT_SKBEDIT=m
    CONFIG_NET_ACT_CSUM=m
    CONFIG_NET_ACT_GATE=m
    CONFIG_HSR=m
    CONFIG_QRTR_SMD=m
    CONFIG_QRTR_TUN=m
    CONFIG_CGROUP_NET_PRIO=y
    CONFIG_CAN=m
    CONFIG_BT=m
    CONFIG_BT_HIDP=m
    # CONFIG_BT_LE is not set
    CONFIG_BT_LEDS=y
    # CONFIG_BT_DEBUGFS is not set
    CONFIG_BT_HCIBTUSB=m
    CONFIG_BT_HCIUART=m
    CONFIG_BT_HCIUART_LL=y
    CONFIG_BT_HCIUART_BCM=y
    CONFIG_BT_HCIUART_QCA=y
    CONFIG_BT_HCIUART_MRVL=y
    CONFIG_BT_MRVL=m
    CONFIG_BT_MRVL_SDIO=m
    CONFIG_BT_QCOMSMD=m
    CONFIG_CFG80211=m
    CONFIG_MAC80211=m
    CONFIG_RFKILL=m
    CONFIG_NET_9P=y
    CONFIG_NET_9P_VIRTIO=y
    CONFIG_NFC=m
    CONFIG_NFC_NCI=m
    CONFIG_NFC_S3FWRN5_I2C=m
    CONFIG_PCI=y
    CONFIG_PCIEPORTBUS=y
    CONFIG_PCIEAER=y
    CONFIG_PCI_IOV=y
    CONFIG_PCI_PASID=y
    CONFIG_HOTPLUG_PCI=y
    CONFIG_HOTPLUG_PCI_ACPI=y
    CONFIG_PCI_AARDVARK=y
    CONFIG_PCI_TEGRA=y
    CONFIG_PCIE_RCAR_HOST=y
    CONFIG_PCIE_RCAR_EP=y
    CONFIG_PCI_HOST_GENERIC=y
    CONFIG_PCI_XGENE=y
    CONFIG_PCIE_ALTERA=y
    CONFIG_PCIE_ALTERA_MSI=y
    CONFIG_PCI_HOST_THUNDER_PEM=y
    CONFIG_PCI_HOST_THUNDER_ECAM=y
    CONFIG_PCIE_ROCKCHIP_HOST=m
    CONFIG_PCIE_BRCMSTB=m
    CONFIG_PCI_IMX6=y
    CONFIG_PCI_KEYSTONE_HOST=y
    CONFIG_PCI_KEYSTONE_EP=y
    CONFIG_PCI_LAYERSCAPE=y
    CONFIG_PCI_HISI=y
    CONFIG_PCIE_QCOM=y
    CONFIG_PCIE_ARMADA_8K=y
    CONFIG_PCIE_KIRIN=y
    CONFIG_PCIE_HISI_STB=y
    CONFIG_PCIE_TEGRA194_HOST=m
    CONFIG_PCIE_VISCONTI_HOST=y
    CONFIG_PCIE_LAYERSCAPE_GEN4=y
    CONFIG_PCI_J721E_HOST=m
    CONFIG_PCI_J721E_EP=m
    CONFIG_PCI_ENDPOINT=y
    CONFIG_PCI_ENDPOINT_CONFIGFS=y
    CONFIG_PCI_EPF_TEST=y
    CONFIG_PCI_EPF_NTB=y
    CONFIG_DEVTMPFS=y
    CONFIG_DEVTMPFS_MOUNT=y
    CONFIG_FW_LOADER_USER_HELPER=y
    CONFIG_HISILICON_LPC=y
    CONFIG_TEGRA_ACONNECT=m
    CONFIG_ARM_SCMI_PROTOCOL=y
    CONFIG_ARM_SCPI_PROTOCOL=y
    CONFIG_RASPBERRYPI_FIRMWARE=y
    CONFIG_INTEL_STRATIX10_SERVICE=y
    CONFIG_INTEL_STRATIX10_RSU=m
    CONFIG_EFI_CAPSULE_LOADER=y
    CONFIG_IMX_SCU=y
    CONFIG_IMX_SCU_PD=y
    CONFIG_GNSS=m
    CONFIG_GNSS_MTK_SERIAL=m
    CONFIG_MTD=y
    CONFIG_MTD_TESTS=m
    CONFIG_MTD_CMDLINE_PARTS=y
    CONFIG_MTD_BLOCK=y
    CONFIG_MTD_CFI=y
    CONFIG_MTD_CFI_ADV_OPTIONS=y
    CONFIG_MTD_CFI_INTELEXT=y
    CONFIG_MTD_CFI_AMDSTD=y
    CONFIG_MTD_CFI_STAA=y
    CONFIG_MTD_PHYSMAP=y
    CONFIG_MTD_PHYSMAP_OF=y
    CONFIG_MTD_DATAFLASH=y
    CONFIG_MTD_SST25L=y
    CONFIG_MTD_RAW_NAND=y
    CONFIG_MTD_NAND_DENALI_DT=y
    CONFIG_MTD_NAND_OMAP2=y
    CONFIG_MTD_NAND_OMAP_BCH=y
    CONFIG_MTD_NAND_MARVELL=y
    CONFIG_MTD_NAND_BRCMNAND=m
    CONFIG_MTD_NAND_FSL_IFC=y
    CONFIG_MTD_NAND_QCOM=y
    CONFIG_MTD_SPI_NAND=y
    CONFIG_MTD_SPI_NOR=y
    CONFIG_MTD_UBI=y
    CONFIG_MTD_HYPERBUS=m
    CONFIG_HBMC_AM654=m
    CONFIG_BLK_DEV_LOOP=y
    CONFIG_BLK_DEV_NBD=m
    CONFIG_VIRTIO_BLK=y
    CONFIG_BLK_DEV_NVME=m
    CONFIG_QCOM_COINCELL=m
    CONFIG_QCOM_FASTRPC=m
    CONFIG_SRAM=y
    CONFIG_SRAM_DMA_HEAP=y
    CONFIG_PCI_ENDPOINT_TEST=m
    CONFIG_EEPROM_AT24=m
    CONFIG_EEPROM_AT25=m
    CONFIG_UACCE=m
    # CONFIG_SCSI_PROC_FS is not set
    CONFIG_BLK_DEV_SD=y
    CONFIG_SCSI_SAS_ATA=y
    CONFIG_SCSI_HISI_SAS=y
    CONFIG_SCSI_HISI_SAS_PCI=y
    CONFIG_MEGARAID_SAS=y
    CONFIG_SCSI_MPT3SAS=m
    CONFIG_ATA=y
    CONFIG_SATA_AHCI=y
    CONFIG_SATA_AHCI_PLATFORM=y
    CONFIG_AHCI_BRCM=m
    CONFIG_AHCI_CEVA=y
    CONFIG_AHCI_MVEBU=y
    CONFIG_AHCI_XGENE=y
    CONFIG_AHCI_QORIQ=y
    CONFIG_SATA_SIL24=y
    CONFIG_SATA_RCAR=y
    CONFIG_PATA_OF_PLATFORM=y
    CONFIG_MD=y
    CONFIG_BLK_DEV_MD=m
    CONFIG_BLK_DEV_DM=m
    CONFIG_DM_THIN_PROVISIONING=m
    CONFIG_DM_MIRROR=m
    CONFIG_DM_ZERO=m
    CONFIG_NETDEVICES=y
    CONFIG_DUMMY=m
    CONFIG_MACVLAN=m
    CONFIG_MACVTAP=m
    CONFIG_IPVLAN=m
    CONFIG_VXLAN=m
    CONFIG_TUN=y
    CONFIG_VETH=m
    CONFIG_VIRTIO_NET=y
    CONFIG_NET_DSA_BCM_SF2=m
    CONFIG_NET_DSA_MSCC_FELIX=m
    CONFIG_AMD_XGBE=y
    CONFIG_NET_XGENE=y
    CONFIG_ATL1C=m
    CONFIG_BCMGENET=m
    CONFIG_BNX2X=m
    CONFIG_SYSTEMPORT=m
    CONFIG_MACB=y
    CONFIG_THUNDER_NIC_PF=y
    CONFIG_FEC=y
    CONFIG_FSL_FMAN=y
    CONFIG_FSL_DPAA_ETH=y
    CONFIG_FSL_DPAA2_ETH=y
    CONFIG_FSL_ENETC=y
    CONFIG_FSL_ENETC_VF=y
    CONFIG_FSL_ENETC_QOS=y
    CONFIG_HIX5HD2_GMAC=y
    CONFIG_HNS_DSAF=y
    CONFIG_HNS_ENET=y
    CONFIG_HNS3=y
    CONFIG_HNS3_HCLGE=y
    CONFIG_HNS3_ENET=y
    CONFIG_E1000=y
    CONFIG_E1000E=y
    CONFIG_IGB=y
    CONFIG_IGBVF=y
    CONFIG_MVNETA=y
    CONFIG_MVPP2=y
    CONFIG_SKY2=y
    CONFIG_MLX4_EN=m
    CONFIG_MLX5_CORE=m
    CONFIG_MLX5_CORE_EN=y
    CONFIG_QCOM_EMAC=m
    CONFIG_RMNET=m
    CONFIG_R8169=m
    CONFIG_SH_ETH=y
    CONFIG_RAVB=y
    CONFIG_SMC91X=y
    CONFIG_SMSC911X=y
    CONFIG_SNI_AVE=y
    CONFIG_SNI_NETSEC=y
    CONFIG_STMMAC_ETH=m
    CONFIG_TI_CPSW_PROXY_CLIENT=m
    CONFIG_TI_K3_AM65_CPSW_NUSS=y
    CONFIG_TI_K3_AM65_CPSW_SWITCHDEV=y
    CONFIG_TI_K3_AM65_CPTS=y
    CONFIG_TI_AM65_CPSW_TAS=y
    CONFIG_TI_RDEV_ETH_SWITCH_VIRT_EMAC=m
    CONFIG_TI_ICSSG_PRUETH=m
    CONFIG_QCOM_IPA=m
    CONFIG_MESON_GXL_PHY=m
    CONFIG_AQUANTIA_PHY=y
    CONFIG_BCM54140_PHY=m
    CONFIG_MARVELL_PHY=m
    CONFIG_MARVELL_10G_PHY=m
    CONFIG_MICREL_PHY=y
    CONFIG_MICROSEMI_PHY=y
    CONFIG_AT803X_PHY=y
    CONFIG_REALTEK_PHY=y
    CONFIG_ROCKCHIP_PHY=y
    CONFIG_DP83867_PHY=y
    CONFIG_DP83869_PHY=y
    CONFIG_DP83TD510_PHY=y
    CONFIG_VITESSE_PHY=y
    CONFIG_CAN_FLEXCAN=m
    CONFIG_CAN_M_CAN=m
    CONFIG_CAN_M_CAN_PLATFORM=m
    CONFIG_CAN_RCAR=m
    CONFIG_CAN_RCAR_CANFD=m
    CONFIG_CAN_MCP251XFD=m
    CONFIG_MDIO_GPIO=y
    CONFIG_MDIO_BUS_MUX_MULTIPLEXER=y
    CONFIG_MDIO_BUS_MUX_MMIOREG=y
    CONFIG_USB_PEGASUS=m
    CONFIG_USB_RTL8150=m
    CONFIG_USB_RTL8152=m
    CONFIG_USB_LAN78XX=m
    CONFIG_USB_USBNET=m
    CONFIG_USB_NET_DM9601=m
    CONFIG_USB_NET_SR9800=m
    CONFIG_USB_NET_SMSC75XX=m
    CONFIG_USB_NET_SMSC95XX=m
    CONFIG_USB_NET_PLUSB=m
    CONFIG_USB_NET_MCS7830=m
    CONFIG_ATH10K=m
    CONFIG_ATH10K_PCI=m
    CONFIG_ATH10K_SNOC=m
    CONFIG_WCN36XX=m
    CONFIG_ATH11K=m
    CONFIG_ATH11K_AHB=m
    CONFIG_ATH11K_PCI=m
    CONFIG_BRCMFMAC=m
    CONFIG_IWLWIFI=m
    CONFIG_IWLDVM=m
    CONFIG_IWLMVM=m
    CONFIG_MWIFIEX=m
    CONFIG_MWIFIEX_SDIO=m
    CONFIG_MWIFIEX_PCIE=m
    CONFIG_WL18XX=m
    CONFIG_WLCORE_SDIO=m
    CONFIG_INPUT_EVDEV=y
    CONFIG_KEYBOARD_ADC=m
    CONFIG_KEYBOARD_GPIO=y
    CONFIG_KEYBOARD_SNVS_PWRKEY=m
    CONFIG_KEYBOARD_IMX_SC_KEY=m
    CONFIG_KEYBOARD_CROS_EC=y
    CONFIG_INPUT_TOUCHSCREEN=y
    CONFIG_TOUCHSCREEN_ATMEL_MXT=m
    CONFIG_TOUCHSCREEN_GOODIX=m
    CONFIG_TOUCHSCREEN_ILI210X=m
    CONFIG_TOUCHSCREEN_EDT_FT5X06=m
    CONFIG_INPUT_MISC=y
    CONFIG_INPUT_PM8941_PWRKEY=y
    CONFIG_INPUT_PM8XXX_VIBRATOR=m
    CONFIG_INPUT_TPS65219_PWRBUTTON=m
    CONFIG_INPUT_PWM_BEEPER=m
    CONFIG_INPUT_PWM_VIBRA=m
    CONFIG_INPUT_HISI_POWERKEY=y
    # CONFIG_SERIO_SERPORT is not set
    CONFIG_SERIO_AMBAKMI=y
    CONFIG_LEGACY_PTY_COUNT=16
    CONFIG_SERIAL_8250=y
    CONFIG_SERIAL_8250_CONSOLE=y
    CONFIG_SERIAL_8250_NR_UARTS=12
    CONFIG_SERIAL_8250_RUNTIME_UARTS=12
    CONFIG_SERIAL_8250_EXTENDED=y
    CONFIG_SERIAL_8250_SHARE_IRQ=y
    CONFIG_SERIAL_8250_BCM2835AUX=y
    CONFIG_SERIAL_8250_DW=y
    CONFIG_SERIAL_8250_EM=y
    CONFIG_SERIAL_8250_OMAP=y
    CONFIG_SERIAL_8250_MT6577=y
    CONFIG_SERIAL_8250_UNIPHIER=y
    CONFIG_SERIAL_8250_PRUSS=m
    CONFIG_SERIAL_OF_PLATFORM=y
    CONFIG_SERIAL_AMBA_PL011=y
    CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
    CONFIG_SERIAL_MESON=y
    CONFIG_SERIAL_MESON_CONSOLE=y
    CONFIG_SERIAL_SAMSUNG=y
    CONFIG_SERIAL_SAMSUNG_CONSOLE=y
    CONFIG_SERIAL_TEGRA=y
    CONFIG_SERIAL_TEGRA_TCU=y
    CONFIG_SERIAL_IMX=y
    CONFIG_SERIAL_IMX_CONSOLE=y
    CONFIG_SERIAL_SH_SCI=y
    CONFIG_SERIAL_MSM=y
    CONFIG_SERIAL_MSM_CONSOLE=y
    CONFIG_SERIAL_QCOM_GENI=y
    CONFIG_SERIAL_QCOM_GENI_CONSOLE=y
    CONFIG_SERIAL_XILINX_PS_UART=y
    CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y
    CONFIG_SERIAL_FSL_LPUART=y
    CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
    CONFIG_SERIAL_FSL_LINFLEXUART=y
    CONFIG_SERIAL_FSL_LINFLEXUART_CONSOLE=y
    CONFIG_SERIAL_MVEBU_UART=y
    CONFIG_SERIAL_OWL=y
    CONFIG_SERIAL_DEV_BUS=y
    CONFIG_VIRTIO_CONSOLE=y
    CONFIG_IPMI_HANDLER=m
    CONFIG_IPMI_DEVICE_INTERFACE=m
    CONFIG_IPMI_SI=m
    CONFIG_TCG_TPM=y
    CONFIG_TCG_TIS_I2C_INFINEON=y
    CONFIG_I2C_CHARDEV=y
    CONFIG_I2C_MUX=y
    CONFIG_I2C_MUX_PCA954x=y
    CONFIG_I2C_BCM2835=m
    CONFIG_I2C_CADENCE=m
    CONFIG_I2C_DESIGNWARE_PLATFORM=y
    CONFIG_I2C_GPIO=m
    CONFIG_I2C_IMX=y
    CONFIG_I2C_IMX_LPI2C=y
    CONFIG_I2C_MESON=y
    CONFIG_I2C_MT65XX=y
    CONFIG_I2C_MV64XXX=y
    CONFIG_I2C_OMAP=y
    CONFIG_I2C_OWL=y
    CONFIG_I2C_PXA=y
    CONFIG_I2C_QCOM_CCI=m
    CONFIG_I2C_QCOM_GENI=m
    CONFIG_I2C_QUP=y
    CONFIG_I2C_RIIC=y
    CONFIG_I2C_RK3X=y
    CONFIG_I2C_RZV2M=m
    CONFIG_I2C_S3C2410=y
    CONFIG_I2C_SH_MOBILE=y
    CONFIG_I2C_TEGRA=y
    CONFIG_I2C_UNIPHIER_F=y
    CONFIG_I2C_RCAR=y
    CONFIG_I2C_CROS_EC_TUNNEL=y
    CONFIG_SPI=y
    CONFIG_SPI_ARMADA_3700=y
    CONFIG_SPI_BCM2835=m
    CONFIG_SPI_BCM2835AUX=m
    CONFIG_SPI_CADENCE_QUADSPI=y
    CONFIG_SPI_DESIGNWARE=m
    CONFIG_SPI_DW_DMA=y
    CONFIG_SPI_DW_MMIO=m
    CONFIG_SPI_FSL_LPSPI=y
    CONFIG_SPI_FSL_QUADSPI=y
    CONFIG_SPI_NXP_FLEXSPI=y
    CONFIG_SPI_IMX=m
    CONFIG_SPI_FSL_DSPI=y
    CONFIG_SPI_MESON_SPICC=m
    CONFIG_SPI_MESON_SPIFC=m
    CONFIG_SPI_OMAP24XX=m
    CONFIG_SPI_ORION=y
    CONFIG_SPI_PL022=y
    CONFIG_SPI_ROCKCHIP=y
    CONFIG_SPI_RPCIF=m
    CONFIG_SPI_RSPI=m
    CONFIG_SPI_QCOM_QSPI=m
    CONFIG_SPI_QUP=y
    CONFIG_SPI_QCOM_GENI=m
    CONFIG_SPI_S3C64XX=y
    CONFIG_SPI_SH_MSIOF=m
    CONFIG_SPI_SUN6I=y
    CONFIG_SPI_TEGRA210_QUAD=m
    CONFIG_SPI_TEGRA114=m
    CONFIG_SPI_SPIDEV=m
    CONFIG_SPI_SLAVE=y
    CONFIG_SPMI=y
    CONFIG_PINCTRL_MAX77620=y
    CONFIG_PINCTRL_SINGLE=y
    CONFIG_PINCTRL_OWL=y
    CONFIG_PINCTRL_S700=y
    CONFIG_PINCTRL_S900=y
    CONFIG_PINCTRL_IMX8MM=y
    CONFIG_PINCTRL_IMX8MN=y
    CONFIG_PINCTRL_IMX8MP=y
    CONFIG_PINCTRL_IMX8MQ=y
    CONFIG_PINCTRL_IMX8QM=y
    CONFIG_PINCTRL_IMX8QXP=y
    CONFIG_PINCTRL_IMX8DXL=y
    CONFIG_PINCTRL_IMX8ULP=y
    CONFIG_PINCTRL_IMX93=y
    CONFIG_PINCTRL_MSM=y
    CONFIG_PINCTRL_IPQ8074=y
    CONFIG_PINCTRL_IPQ6018=y
    CONFIG_PINCTRL_MSM8916=y
    CONFIG_PINCTRL_MSM8994=y
    CONFIG_PINCTRL_MSM8996=y
    CONFIG_PINCTRL_MSM8998=y
    CONFIG_PINCTRL_QCS404=y
    CONFIG_PINCTRL_QDF2XXX=y
    CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
    CONFIG_PINCTRL_SC7180=y
    CONFIG_PINCTRL_SC7280=y
    CONFIG_PINCTRL_SC8180X=y
    CONFIG_PINCTRL_SC8280XP=y
    CONFIG_PINCTRL_SDM845=y
    CONFIG_PINCTRL_SM8150=y
    CONFIG_PINCTRL_SM8250=y
    CONFIG_PINCTRL_SM8350=y
    CONFIG_PINCTRL_SM8450=y
    CONFIG_PINCTRL_LPASS_LPI=m
    CONFIG_GPIO_ALTERA=m
    CONFIG_GPIO_DAVINCI=y
    CONFIG_GPIO_DWAPB=y
    CONFIG_GPIO_MB86S7X=y
    CONFIG_GPIO_MPC8XXX=y
    CONFIG_GPIO_MXC=y
    CONFIG_GPIO_PL061=y
    CONFIG_GPIO_RCAR=y
    CONFIG_GPIO_UNIPHIER=y
    CONFIG_GPIO_VISCONTI=y
    CONFIG_GPIO_WCD934X=m
    CONFIG_GPIO_XGENE=y
    CONFIG_GPIO_XGENE_SB=y
    CONFIG_GPIO_MAX732X=y
    CONFIG_GPIO_PCA953X=y
    CONFIG_GPIO_PCA953X_IRQ=y
    CONFIG_GPIO_BD9571MWV=m
    CONFIG_GPIO_MAX77620=y
    CONFIG_GPIO_SL28CPLD=m
    CONFIG_GPIO_SYSFS=y
    CONFIG_POWER_RESET_MSM=y
    CONFIG_POWER_RESET_QCOM_PON=m
    CONFIG_POWER_RESET_XGENE=y
    CONFIG_POWER_RESET_SYSCON=y
    CONFIG_SYSCON_REBOOT_MODE=y
    CONFIG_BATTERY_SBS=m
    CONFIG_BATTERY_BQ27XXX=y
    CONFIG_BATTERY_MAX17042=m
    CONFIG_CHARGER_MT6360=m
    CONFIG_CHARGER_BQ25890=m
    CONFIG_CHARGER_BQ25980=m
    CONFIG_SENSORS_ARM_SCMI=y
    CONFIG_SENSORS_ARM_SCPI=y
    CONFIG_SENSORS_GPIO_FAN=m
    CONFIG_SENSORS_JC42=m
    CONFIG_SENSORS_LM75=m
    CONFIG_SENSORS_LM90=m
    CONFIG_SENSORS_PWM_FAN=m
    CONFIG_SENSORS_RASPBERRYPI_HWMON=m
    CONFIG_SENSORS_SL28CPLD=m
    CONFIG_SENSORS_INA2XX=m
    CONFIG_SENSORS_INA3221=m
    CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
    CONFIG_CPU_THERMAL=y
    CONFIG_DEVFREQ_THERMAL=y
    CONFIG_THERMAL_EMULATION=y
    CONFIG_IMX_SC_THERMAL=m
    CONFIG_IMX8MM_THERMAL=m
    CONFIG_K3_THERMAL=m
    CONFIG_QORIQ_THERMAL=m
    CONFIG_SUN8I_THERMAL=y
    CONFIG_ROCKCHIP_THERMAL=m
    CONFIG_RCAR_THERMAL=y
    CONFIG_RCAR_GEN3_THERMAL=y
    CONFIG_RZG2L_THERMAL=y
    CONFIG_ARMADA_THERMAL=y
    CONFIG_BCM2711_THERMAL=m
    CONFIG_BCM2835_THERMAL=m
    CONFIG_BRCMSTB_THERMAL=m
    CONFIG_EXYNOS_THERMAL=y
    CONFIG_TEGRA_SOCTHERM=m
    CONFIG_TEGRA_BPMP_THERMAL=m
    CONFIG_QCOM_TSENS=y
    CONFIG_QCOM_SPMI_ADC_TM5=m
    CONFIG_QCOM_SPMI_TEMP_ALARM=m
    CONFIG_QCOM_LMH=m
    CONFIG_UNIPHIER_THERMAL=y
    CONFIG_WATCHDOG=y
    CONFIG_SL28CPLD_WATCHDOG=m
    CONFIG_ARM_SP805_WATCHDOG=y
    CONFIG_ARM_SBSA_WATCHDOG=y
    CONFIG_S3C2410_WATCHDOG=y
    CONFIG_DW_WATCHDOG=y
    CONFIG_K3_RTI_WATCHDOG=m
    CONFIG_SUNXI_WATCHDOG=m
    CONFIG_NPCM7XX_WATCHDOG=y
    CONFIG_IMX2_WDT=y
    CONFIG_IMX_SC_WDT=m
    CONFIG_QCOM_WDT=m
    CONFIG_MESON_GXBB_WATCHDOG=m
    CONFIG_MESON_WATCHDOG=m
    CONFIG_ARM_SMC_WATCHDOG=y
    CONFIG_RENESAS_WDT=y
    CONFIG_RENESAS_RZG2LWDT=y
    CONFIG_UNIPHIER_WATCHDOG=y
    CONFIG_PM8916_WATCHDOG=m
    CONFIG_BCM2835_WDT=y
    CONFIG_BCM7038_WDT=m
    CONFIG_MFD_ALTERA_SYSMGR=y
    CONFIG_MFD_BD9571MWV=y
    CONFIG_MFD_AXP20X_I2C=y
    CONFIG_MFD_AXP20X_RSB=y
    CONFIG_MFD_EXYNOS_LPASS=m
    CONFIG_MFD_HI6421_PMIC=y
    CONFIG_MFD_HI655X_PMIC=y
    CONFIG_MFD_MAX77620=y
    CONFIG_MFD_MT6360=y
    CONFIG_MFD_MT6397=y
    CONFIG_MFD_SPMI_PMIC=y
    CONFIG_MFD_RK808=y
    CONFIG_MFD_SEC_CORE=y
    CONFIG_MFD_SL28CPLD=y
    CONFIG_MFD_TI_AM335X_TSCADC=m
    CONFIG_MFD_TPS65219=y
    CONFIG_MFD_TPS6594_I2C=y
    CONFIG_MFD_ROHM_BD718XX=y
    CONFIG_MFD_WCD934X=m
    CONFIG_REGULATOR_FIXED_VOLTAGE=y
    CONFIG_REGULATOR_AXP20X=y
    CONFIG_REGULATOR_BD718XX=y
    CONFIG_REGULATOR_BD9571MWV=y
    CONFIG_REGULATOR_FAN53555=y
    CONFIG_REGULATOR_GPIO=y
    CONFIG_REGULATOR_HI6421V530=y
    CONFIG_REGULATOR_HI655X=y
    CONFIG_REGULATOR_MAX77620=y
    CONFIG_REGULATOR_MAX8973=y
    CONFIG_REGULATOR_MP8859=y
    CONFIG_REGULATOR_MT6358=y
    CONFIG_REGULATOR_MT6359=y
    CONFIG_REGULATOR_MT6360=y
    CONFIG_REGULATOR_MT6397=y
    CONFIG_REGULATOR_PCA9450=y
    CONFIG_REGULATOR_PF8X00=y
    CONFIG_REGULATOR_PFUZE100=y
    CONFIG_REGULATOR_PWM=y
    CONFIG_REGULATOR_QCOM_RPMH=y
    CONFIG_REGULATOR_QCOM_SMD_RPM=y
    CONFIG_REGULATOR_QCOM_SPMI=y
    CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY=m
    CONFIG_REGULATOR_RK808=y
    CONFIG_REGULATOR_S2MPS11=y
    CONFIG_REGULATOR_TPS65132=m
    CONFIG_REGULATOR_TPS65219=y
    CONFIG_REGULATOR_VCTRL=m
    CONFIG_RC_CORE=m
    CONFIG_RC_DECODERS=y
    CONFIG_RC_DEVICES=y
    CONFIG_IR_MESON=m
    CONFIG_IR_SUNXI=m
    CONFIG_MEDIA_SUPPORT=m
    # CONFIG_DVB_NET is not set
    CONFIG_MEDIA_USB_SUPPORT=y
    CONFIG_USB_VIDEO_CLASS=m
    CONFIG_V4L_PLATFORM_DRIVERS=y
    CONFIG_SDR_PLATFORM_DRIVERS=y
    CONFIG_V4L_MEM2MEM_DRIVERS=y
    CONFIG_VIDEO_CADENCE_CSI2RX=m
    CONFIG_VIDEO_WAVE_VPU=m
    CONFIG_VIDEO_IMG_VXD_DEC=m
    CONFIG_VIDEO_IMG_VXE_ENC=m
    CONFIG_VIDEO_E5010_JPEG_ENC=m
    CONFIG_VIDEO_QCOM_CAMSS=m
    CONFIG_VIDEO_QCOM_VENUS=m
    CONFIG_VIDEO_RCAR_ISP=m
    CONFIG_VIDEO_RCAR_CSI2=m
    CONFIG_VIDEO_RCAR_VIN=m
    CONFIG_VIDEO_RENESAS_FCP=m
    CONFIG_VIDEO_RENESAS_FDP1=m
    CONFIG_VIDEO_RENESAS_VSP1=m
    CONFIG_VIDEO_RCAR_DRIF=m
    CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC=m
    CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m
    CONFIG_VIDEO_SAMSUNG_S5P_MFC=m
    CONFIG_VIDEO_SUN6I_CSI=m
    CONFIG_VIDEO_TI_J721E_CSI2RX=m
    CONFIG_VIDEO_HANTRO=m
    CONFIG_VIDEO_IMX219=m
    CONFIG_VIDEO_IMX390=m
    CONFIG_VIDEO_OV2312=m
    CONFIG_VIDEO_OV5640=m
    CONFIG_VIDEO_OV5645=m
    CONFIG_VIDEO_OX05B1S=m
    CONFIG_VIDEO_DS90UB953=m
    CONFIG_VIDEO_DS90UB960=m
    CONFIG_DRM=m
    CONFIG_DRM_I2C_NXP_TDA998X=m
    CONFIG_DRM_HDLCD=m
    CONFIG_DRM_MALI_DISPLAY=m
    CONFIG_DRM_KOMEDA=m
    CONFIG_DRM_NOUVEAU=m
    CONFIG_DRM_EXYNOS=m
    CONFIG_DRM_EXYNOS5433_DECON=y
    CONFIG_DRM_EXYNOS7_DECON=y
    CONFIG_DRM_EXYNOS_DSI=y
    # CONFIG_DRM_EXYNOS_DP is not set
    CONFIG_DRM_EXYNOS_HDMI=y
    CONFIG_DRM_EXYNOS_MIC=y
    CONFIG_DRM_ROCKCHIP=m
    CONFIG_ROCKCHIP_ANALOGIX_DP=y
    CONFIG_ROCKCHIP_CDN_DP=y
    CONFIG_ROCKCHIP_DW_HDMI=y
    CONFIG_ROCKCHIP_DW_MIPI_DSI=y
    CONFIG_ROCKCHIP_INNO_HDMI=y
    CONFIG_ROCKCHIP_LVDS=y
    CONFIG_DRM_RCAR_DU=m
    CONFIG_DRM_RCAR_DW_HDMI=m
    CONFIG_DRM_SUN4I=m
    CONFIG_DRM_MSM=m
    CONFIG_DRM_TEGRA=m
    CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
    CONFIG_DRM_PANEL_LVDS=m
    CONFIG_DRM_PANEL_SIMPLE=m
    CONFIG_DRM_PANEL_EDP=m
    CONFIG_DRM_PANEL_ILITEK_ILI9881C=m
    CONFIG_DRM_PANEL_MANTIX_MLAF057WE51=m
    CONFIG_DRM_PANEL_RAYDIUM_RM67191=m
    CONFIG_DRM_PANEL_SITRONIX_ST7703=m
    CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m
    CONFIG_DRM_LONTIUM_LT8912B=m
    CONFIG_DRM_LONTIUM_LT9611=m
    CONFIG_DRM_LONTIUM_LT9611UXC=m
    CONFIG_DRM_ITE_IT66121=m
    CONFIG_DRM_NWL_MIPI_DSI=m
    CONFIG_DRM_PARADE_PS8640=m
    CONFIG_DRM_SII902X=m
    CONFIG_DRM_SIMPLE_BRIDGE=m
    CONFIG_DRM_THINE_THC63LVD1024=m
    CONFIG_DRM_TOSHIBA_TC358762=m
    CONFIG_DRM_TI_TFP410=m
    CONFIG_DRM_TI_SN65DSI86=m
    CONFIG_DRM_I2C_ADV7511=m
    CONFIG_DRM_I2C_ADV7511_AUDIO=y
    CONFIG_DRM_CDNS_DSI=m
    CONFIG_DRM_CDNS_MHDP8546=m
    CONFIG_DRM_DW_HDMI_AHB_AUDIO=m
    CONFIG_DRM_DW_HDMI_CEC=m
    CONFIG_DRM_IMX_DCSS=m
    CONFIG_DRM_V3D=m
    CONFIG_DRM_VC4=m
    CONFIG_DRM_ETNAVIV=m
    CONFIG_DRM_HISI_HIBMC=m
    CONFIG_DRM_HISI_KIRIN=m
    CONFIG_DRM_MEDIATEK=m
    CONFIG_DRM_MEDIATEK_HDMI=m
    CONFIG_DRM_MXSFB=m
    CONFIG_DRM_MESON=m
    CONFIG_DRM_PL111=m
    CONFIG_DRM_LIMA=m
    CONFIG_DRM_PANFROST=m
    CONFIG_DRM_TIDSS=m
    CONFIG_FB=y
    CONFIG_FB_MODE_HELPERS=y
    CONFIG_FB_EFI=y
    CONFIG_FB_SIMPLE=y
    CONFIG_BACKLIGHT_PWM=m
    CONFIG_BACKLIGHT_LP855X=m
    CONFIG_FRAMEBUFFER_CONSOLE=y
    CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION=y
    CONFIG_LOGO=y
    # CONFIG_LOGO_LINUX_MONO is not set
    # CONFIG_LOGO_LINUX_VGA16 is not set
    CONFIG_SOUND=y
    CONFIG_SND=y
    CONFIG_SND_HDA_TEGRA=m
    CONFIG_SND_HDA_CODEC_HDMI=m
    CONFIG_SND_USB_AUDIO=m
    CONFIG_SND_SOC=y
    CONFIG_SND_BCM2835_SOC_I2S=m
    CONFIG_SND_SOC_FSL_ASRC=m
    CONFIG_SND_SOC_FSL_MICFIL=m
    CONFIG_SND_SOC_FSL_EASRC=m
    CONFIG_SND_IMX_SOC=m
    CONFIG_SND_SOC_IMX_SGTL5000=m
    CONFIG_SND_SOC_IMX_SPDIF=m
    CONFIG_SND_SOC_FSL_ASOC_CARD=m
    CONFIG_SND_SOC_IMX_AUDMIX=m
    CONFIG_SND_MESON_AXG_SOUND_CARD=m
    CONFIG_SND_MESON_GX_SOUND_CARD=m
    CONFIG_SND_SOC_QCOM=m
    CONFIG_SND_SOC_APQ8016_SBC=m
    CONFIG_SND_SOC_MSM8996=m
    CONFIG_SND_SOC_SDM845=m
    CONFIG_SND_SOC_SM8250=m
    CONFIG_SND_SOC_SC7180=m
    CONFIG_SND_SOC_SC7280=m
    CONFIG_SND_SOC_ROCKCHIP=m
    CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
    CONFIG_SND_SOC_ROCKCHIP_RT5645=m
    CONFIG_SND_SOC_RK3399_GRU_SOUND=m
    CONFIG_SND_SOC_SAMSUNG=y
    CONFIG_SND_SOC_RCAR=m
    CONFIG_SND_SOC_RZ=m
    CONFIG_SND_SUN8I_CODEC=m
    CONFIG_SND_SUN8I_CODEC_ANALOG=m
    CONFIG_SND_SUN50I_CODEC_ANALOG=m
    CONFIG_SND_SUN4I_I2S=m
    CONFIG_SND_SUN4I_SPDIF=m
    CONFIG_SND_SOC_TEGRA=m
    CONFIG_SND_SOC_TEGRA210_AHUB=m
    CONFIG_SND_SOC_TEGRA210_DMIC=m
    CONFIG_SND_SOC_TEGRA210_I2S=m
    CONFIG_SND_SOC_TEGRA210_OPE=m
    CONFIG_SND_SOC_TEGRA186_ASRC=m
    CONFIG_SND_SOC_TEGRA186_DSPK=m
    CONFIG_SND_SOC_TEGRA210_ADMAIF=m
    CONFIG_SND_SOC_TEGRA210_MVC=m
    CONFIG_SND_SOC_TEGRA210_SFC=m
    CONFIG_SND_SOC_TEGRA210_AMX=m
    CONFIG_SND_SOC_TEGRA210_ADX=m
    CONFIG_SND_SOC_TEGRA210_MIXER=m
    CONFIG_SND_SOC_TEGRA_AUDIO_GRAPH_CARD=m
    CONFIG_SND_SOC_J721E_EVM=m
    CONFIG_SND_SOC_AK4613=m
    CONFIG_SND_SOC_ES7134=m
    CONFIG_SND_SOC_ES7241=m
    CONFIG_SND_SOC_GTM601=m
    CONFIG_SND_SOC_MSM8916_WCD_ANALOG=m
    CONFIG_SND_SOC_MSM8916_WCD_DIGITAL=m
    CONFIG_SND_SOC_RT5659=m
    CONFIG_SND_SOC_SIMPLE_AMPLIFIER=m
    CONFIG_SND_SOC_SIMPLE_MUX=m
    CONFIG_SND_SOC_TAS571X=m
    CONFIG_SND_SOC_TLV320AIC32X4_I2C=m
    CONFIG_SND_SOC_TLV320AIC3X_I2C=m
    CONFIG_SND_SOC_WCD9335=m
    CONFIG_SND_SOC_WCD934X=m
    CONFIG_SND_SOC_WM8524=m
    CONFIG_SND_SOC_WM8904=m
    CONFIG_SND_SOC_WM8960=m
    CONFIG_SND_SOC_WM8962=m
    CONFIG_SND_SOC_WM8978=m
    CONFIG_SND_SOC_WSA881X=m
    CONFIG_SND_SOC_NAU8822=m
    CONFIG_SND_SOC_LPASS_WSA_MACRO=m
    CONFIG_SND_SOC_LPASS_VA_MACRO=m
    CONFIG_SND_SIMPLE_CARD=m
    CONFIG_SND_AUDIO_GRAPH_CARD=m
    CONFIG_SND_AUDIO_GRAPH_CARD2=m
    CONFIG_HID_MULTITOUCH=m
    CONFIG_I2C_HID_ACPI=m
    CONFIG_I2C_HID_OF=m
    CONFIG_USB=y
    CONFIG_USB_OTG=y
    CONFIG_USB_XHCI_HCD=y
    CONFIG_USB_XHCI_PCI_RENESAS=m
    CONFIG_USB_XHCI_TEGRA=y
    CONFIG_USB_BRCMSTB=m
    CONFIG_USB_EHCI_HCD=y
    CONFIG_USB_EHCI_EXYNOS=y
    CONFIG_USB_EHCI_HCD_PLATFORM=y
    CONFIG_USB_OHCI_HCD=y
    CONFIG_USB_OHCI_EXYNOS=y
    CONFIG_USB_OHCI_HCD_PLATFORM=y
    CONFIG_USB_RENESAS_USBHS_HCD=m
    CONFIG_USB_RENESAS_USBHS=m
    CONFIG_USB_ACM=m
    CONFIG_USB_STORAGE=y
    CONFIG_USB_CDNS_SUPPORT=m
    CONFIG_USB_CDNS3=m
    CONFIG_USB_CDNS3_GADGET=y
    CONFIG_USB_CDNS3_HOST=y
    CONFIG_USB_MTU3=y
    CONFIG_USB_MUSB_HDRC=y
    CONFIG_USB_MUSB_SUNXI=y
    CONFIG_USB_DWC3=m
    CONFIG_USB_DWC2=y
    CONFIG_USB_CHIPIDEA=y
    CONFIG_USB_CHIPIDEA_UDC=y
    CONFIG_USB_CHIPIDEA_HOST=y
    CONFIG_USB_ISP1760=y
    CONFIG_USB_SERIAL=m
    CONFIG_USB_SERIAL_CP210X=m
    CONFIG_USB_SERIAL_FTDI_SIO=m
    CONFIG_USB_SERIAL_OPTION=m
    CONFIG_USB_SERIAL_XR=m
    CONFIG_USB_HSIC_USB3503=y
    CONFIG_NOP_USB_XCEIV=y
    CONFIG_USB_GADGET=y
    CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=32
    CONFIG_USB_RENESAS_USBHS_UDC=m
    CONFIG_USB_RENESAS_USB3=m
    CONFIG_USB_TEGRA_XUDC=m
    CONFIG_USB_CONFIGFS=m
    CONFIG_USB_CONFIGFS_SERIAL=y
    CONFIG_USB_CONFIGFS_ACM=y
    CONFIG_USB_CONFIGFS_OBEX=y
    CONFIG_USB_CONFIGFS_NCM=y
    CONFIG_USB_CONFIGFS_ECM=y
    CONFIG_USB_CONFIGFS_ECM_SUBSET=y
    CONFIG_USB_CONFIGFS_RNDIS=y
    CONFIG_USB_CONFIGFS_EEM=y
    CONFIG_USB_CONFIGFS_MASS_STORAGE=y
    CONFIG_USB_CONFIGFS_F_FS=y
    CONFIG_USB_ZERO=m
    CONFIG_USB_ETH=m
    CONFIG_USB_G_NCM=m
    CONFIG_USB_MASS_STORAGE=m
    CONFIG_USB_G_SERIAL=m
    CONFIG_USB_CDC_COMPOSITE=m
    CONFIG_USB_G_MULTI=m
    CONFIG_USB_G_MULTI_CDC=y
    CONFIG_TYPEC=m
    CONFIG_TYPEC_TCPM=m
    CONFIG_TYPEC_TCPCI=m
    CONFIG_TYPEC_FUSB302=m
    CONFIG_TYPEC_TPS6598X=m
    CONFIG_TYPEC_HD3SS3220=m
    CONFIG_MMC=y
    CONFIG_MMC_BLOCK_MINORS=32
    CONFIG_MMC_ARMMMCI=y
    CONFIG_MMC_SDHCI=y
    CONFIG_MMC_SDHCI_ACPI=y
    CONFIG_MMC_SDHCI_PLTFM=y
    CONFIG_MMC_SDHCI_OF_ARASAN=y
    CONFIG_MMC_SDHCI_OF_ESDHC=y
    CONFIG_MMC_SDHCI_OF_DWCMSHC=y
    CONFIG_MMC_SDHCI_CADENCE=y
    CONFIG_MMC_SDHCI_ESDHC_IMX=y
    CONFIG_MMC_SDHCI_TEGRA=y
    CONFIG_MMC_SDHCI_F_SDH30=y
    CONFIG_MMC_MESON_GX=y
    CONFIG_MMC_SDHCI_MSM=y
    CONFIG_MMC_SPI=y
    CONFIG_MMC_SDHI=y
    CONFIG_MMC_UNIPHIER=y
    CONFIG_MMC_DW=y
    CONFIG_MMC_DW_EXYNOS=y
    CONFIG_MMC_DW_HI3798CV200=y
    CONFIG_MMC_DW_K3=y
    CONFIG_MMC_DW_ROCKCHIP=y
    CONFIG_MMC_SUNXI=y
    CONFIG_MMC_BCM2835=y
    CONFIG_MMC_MTK=y
    CONFIG_MMC_SDHCI_XENON=y
    CONFIG_MMC_SDHCI_AM654=y
    CONFIG_MMC_OWL=y
    CONFIG_SCSI_UFSHCD=y
    CONFIG_SCSI_UFS_BSG=y
    CONFIG_SCSI_UFSHCD_PLATFORM=y
    CONFIG_SCSI_UFS_CDNS_PLATFORM=m
    CONFIG_SCSI_UFS_QCOM=m
    CONFIG_SCSI_UFS_HISI=y
    CONFIG_SCSI_UFS_RENESAS=m
    CONFIG_SCSI_UFS_TI_J721E=m
    CONFIG_SCSI_UFS_EXYNOS=y
    CONFIG_NEW_LEDS=y
    CONFIG_LEDS_CLASS=y
    CONFIG_LEDS_CLASS_MULTICOLOR=m
    CONFIG_LEDS_LM3692X=m
    CONFIG_LEDS_PCA9532=m
    CONFIG_LEDS_GPIO=y
    CONFIG_LEDS_PWM=y
    CONFIG_LEDS_SYSCON=y
    CONFIG_LEDS_QCOM_LPG=m
    CONFIG_LEDS_TRIGGER_TIMER=y
    CONFIG_LEDS_TRIGGER_DISK=y
    CONFIG_LEDS_TRIGGER_HEARTBEAT=y
    CONFIG_LEDS_TRIGGER_CPU=y
    CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
    CONFIG_LEDS_TRIGGER_PANIC=y
    CONFIG_EDAC=y
    CONFIG_EDAC_GHES=y
    CONFIG_EDAC_LAYERSCAPE=m
    CONFIG_RTC_CLASS=y
    CONFIG_RTC_DRV_DS1307=m
    CONFIG_RTC_DRV_HYM8563=m
    CONFIG_RTC_DRV_MAX77686=y
    CONFIG_RTC_DRV_RK808=m
    CONFIG_RTC_DRV_PCF85063=m
    CONFIG_RTC_DRV_PCF85363=m
    CONFIG_RTC_DRV_M41T80=m
    CONFIG_RTC_DRV_BQ32K=m
    CONFIG_RTC_DRV_RX8581=m
    CONFIG_RTC_DRV_RV3028=m
    CONFIG_RTC_DRV_RV8803=m
    CONFIG_RTC_DRV_S5M=y
    CONFIG_RTC_DRV_DS3232=y
    CONFIG_RTC_DRV_PCF2127=m
    CONFIG_RTC_DRV_EFI=y
    CONFIG_RTC_DRV_CROS_EC=y
    CONFIG_RTC_DRV_FSL_FTM_ALARM=m
    CONFIG_RTC_DRV_S3C=y
    CONFIG_RTC_DRV_PL031=y
    CONFIG_RTC_DRV_SUN6I=y
    CONFIG_RTC_DRV_ARMADA38X=y
    CONFIG_RTC_DRV_PM8XXX=m
    CONFIG_RTC_DRV_TEGRA=y
    CONFIG_RTC_DRV_SNVS=m
    CONFIG_RTC_DRV_IMX_SC=m
    CONFIG_RTC_DRV_MT6397=m
    CONFIG_RTC_DRV_XGENE=y
    CONFIG_RTC_DRV_TI_K3=m
    CONFIG_DMADEVICES=y
    CONFIG_DMA_BCM2835=y
    CONFIG_DMA_SUN6I=m
    CONFIG_FSL_EDMA=y
    CONFIG_IMX_SDMA=m
    CONFIG_K3_DMA=y
    CONFIG_MV_XOR=y
    CONFIG_MV_XOR_V2=y
    CONFIG_OWL_DMA=y
    CONFIG_PL330_DMA=y
    CONFIG_TEGRA186_GPC_DMA=y
    CONFIG_TEGRA20_APB_DMA=y
    CONFIG_TEGRA210_ADMA=m
    CONFIG_QCOM_BAM_DMA=y
    CONFIG_QCOM_GPI_DMA=m
    CONFIG_QCOM_HIDMA_MGMT=y
    CONFIG_QCOM_HIDMA=y
    CONFIG_RCAR_DMAC=y
    CONFIG_RENESAS_USB_DMAC=m
    CONFIG_RZ_DMAC=y
    CONFIG_TI_K3_UDMA=y
    CONFIG_TI_K3_UDMA_GLUE_LAYER=y
    CONFIG_DMABUF_HEAPS=y
    CONFIG_DMABUF_HEAPS_SYSTEM=y
    CONFIG_DMABUF_HEAPS_CMA=y
    CONFIG_DMABUF_HEAPS_CARVEOUT=y
    CONFIG_VFIO=y
    CONFIG_VFIO_PCI=y
    CONFIG_VIRTIO_PCI=y
    CONFIG_VIRTIO_BALLOON=y
    CONFIG_VIRTIO_MMIO=y
    CONFIG_XEN_GNTDEV=y
    CONFIG_XEN_GRANT_DEV_ALLOC=y
    CONFIG_STAGING=y
    CONFIG_STAGING_MEDIA=y
    CONFIG_VIDEO_IMX_MEDIA=m
    CONFIG_VIDEO_MAX96712=m
    CONFIG_CHROME_PLATFORMS=y
    CONFIG_CROS_EC=y
    CONFIG_CROS_EC_I2C=y
    CONFIG_CROS_EC_SPI=y
    CONFIG_CROS_EC_CHARDEV=m
    CONFIG_COMMON_CLK_RK808=y
    CONFIG_COMMON_CLK_SCMI=y
    CONFIG_COMMON_CLK_SCPI=y
    CONFIG_COMMON_CLK_CS2000_CP=y
    CONFIG_COMMON_CLK_FSL_SAI=y
    CONFIG_COMMON_CLK_S2MPS11=y
    CONFIG_COMMON_CLK_PWM=y
    CONFIG_COMMON_CLK_VC5=y
    CONFIG_COMMON_CLK_BD718XX=m
    CONFIG_CLK_RASPBERRYPI=m
    CONFIG_CLK_IMX8MM=y
    CONFIG_CLK_IMX8MN=y
    CONFIG_CLK_IMX8MP=y
    CONFIG_CLK_IMX8MQ=y
    CONFIG_CLK_IMX8QXP=y
    CONFIG_CLK_IMX8ULP=y
    CONFIG_CLK_IMX93=y
    CONFIG_TI_SCI_CLK=y
    CONFIG_COMMON_CLK_QCOM=y
    CONFIG_QCOM_A53PLL=y
    CONFIG_QCOM_CLK_APCS_MSM8916=y
    CONFIG_QCOM_CLK_APCC_MSM8996=y
    CONFIG_QCOM_CLK_SMD_RPM=y
    CONFIG_QCOM_CLK_RPMH=y
    CONFIG_IPQ_GCC_6018=y
    CONFIG_IPQ_GCC_8074=y
    CONFIG_MSM_GCC_8916=y
    CONFIG_MSM_GCC_8994=y
    CONFIG_MSM_MMCC_8996=y
    CONFIG_MSM_GCC_8998=y
    CONFIG_QCS_GCC_404=y
    CONFIG_SC_GCC_7180=y
    CONFIG_SC_GCC_7280=y
    CONFIG_SC_GCC_8180X=y
    CONFIG_SC_GCC_8280XP=y
    CONFIG_SDM_CAMCC_845=m
    CONFIG_SDM_GPUCC_845=y
    CONFIG_SDM_VIDEOCC_845=y
    CONFIG_SDM_DISPCC_845=y
    CONFIG_SM_DISPCC_8250=y
    CONFIG_SM_GCC_8350=y
    CONFIG_SM_GCC_8450=y
    CONFIG_SM_GPUCC_8150=y
    CONFIG_SM_GPUCC_8250=y
    CONFIG_SM_VIDEOCC_8250=y
    CONFIG_QCOM_HFPLL=y
    CONFIG_CLK_GFM_LPASS_SM8250=m
    CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y
    CONFIG_HWSPINLOCK=y
    CONFIG_HWSPINLOCK_QCOM=y
    CONFIG_RENESAS_OSTM=y
    CONFIG_ARM_MHU=y
    CONFIG_IMX_MBOX=y
    CONFIG_PLATFORM_MHU=y
    CONFIG_OMAP2PLUS_MBOX=y
    CONFIG_BCM2835_MBOX=y
    CONFIG_QCOM_APCS_IPC=y
    CONFIG_QCOM_IPCC=y
    CONFIG_ROCKCHIP_IOMMU=y
    CONFIG_TEGRA_IOMMU_SMMU=y
    CONFIG_ARM_SMMU=y
    CONFIG_ARM_SMMU_V3=y
    CONFIG_MTK_IOMMU=y
    CONFIG_QCOM_IOMMU=y
    CONFIG_REMOTEPROC=y
    CONFIG_MTK_SCP=m
    CONFIG_QCOM_Q6V5_ADSP=m
    CONFIG_QCOM_Q6V5_MSS=m
    CONFIG_QCOM_Q6V5_PAS=m
    CONFIG_QCOM_SYSMON=m
    CONFIG_QCOM_WCNSS_PIL=m
    CONFIG_TI_K3_DSP_REMOTEPROC=m
    CONFIG_TI_K3_M4_REMOTEPROC=m
    CONFIG_TI_K3_R5_REMOTEPROC=m
    CONFIG_RPMSG_CHAR=m
    CONFIG_RPMSG_CTRL=m
    CONFIG_RPMSG_QCOM_GLINK_RPM=y
    CONFIG_RPMSG_QCOM_GLINK_SMEM=m
    CONFIG_RPMSG_QCOM_SMD=y
    CONFIG_RPMSG_VIRTIO=m
    CONFIG_RPMSG_PRU=m
    CONFIG_RPMSG_KDRV_ETH_SWITCH=y
    CONFIG_SOUNDWIRE=m
    CONFIG_SOUNDWIRE_QCOM=m
    CONFIG_OWL_PM_DOMAINS=y
    CONFIG_RASPBERRYPI_POWER=y
    CONFIG_FSL_DPAA=y
    CONFIG_FSL_MC_DPIO=y
    CONFIG_FSL_RCPM=y
    CONFIG_MTK_DEVAPC=m
    CONFIG_MTK_PMIC_WRAP=y
    CONFIG_QCOM_AOSS_QMP=y
    CONFIG_QCOM_COMMAND_DB=y
    CONFIG_QCOM_CPR=y
    CONFIG_QCOM_GENI_SE=y
    CONFIG_QCOM_LLCC=m
    CONFIG_QCOM_OCMEM=m
    CONFIG_QCOM_RMTFS_MEM=m
    CONFIG_QCOM_RPMH=y
    CONFIG_QCOM_RPMHPD=y
    CONFIG_QCOM_RPMPD=y
    CONFIG_QCOM_SMEM=y
    CONFIG_QCOM_SMD_RPM=y
    CONFIG_QCOM_SMP2P=y
    CONFIG_QCOM_SMSM=y
    CONFIG_QCOM_SOCINFO=m
    CONFIG_QCOM_SPM=m
    CONFIG_QCOM_STATS=m
    CONFIG_QCOM_WCNSS_CTRL=m
    CONFIG_QCOM_APR=m
    CONFIG_QCOM_ICC_BWMON=m
    CONFIG_ARCH_R8A77995=y
    CONFIG_ARCH_R8A77990=y
    CONFIG_ARCH_R8A77950=y
    CONFIG_ARCH_R8A77951=y
    CONFIG_ARCH_R8A77965=y
    CONFIG_ARCH_R8A77960=y
    CONFIG_ARCH_R8A77961=y
    CONFIG_ARCH_R8A779F0=y
    CONFIG_ARCH_R8A77980=y
    CONFIG_ARCH_R8A77970=y
    CONFIG_ARCH_R8A779A0=y
    CONFIG_ARCH_R8A779G0=y
    CONFIG_ARCH_R8A774C0=y
    CONFIG_ARCH_R8A774E1=y
    CONFIG_ARCH_R8A774A1=y
    CONFIG_ARCH_R8A774B1=y
    CONFIG_ARCH_R9A07G043=y
    CONFIG_ARCH_R9A07G044=y
    CONFIG_ARCH_R9A07G054=y
    CONFIG_ARCH_R9A09G011=y
    CONFIG_ROCKCHIP_IODOMAIN=y
    CONFIG_ROCKCHIP_PM_DOMAINS=y
    CONFIG_ARCH_TEGRA_132_SOC=y
    CONFIG_ARCH_TEGRA_210_SOC=y
    CONFIG_ARCH_TEGRA_186_SOC=y
    CONFIG_ARCH_TEGRA_194_SOC=y
    CONFIG_ARCH_TEGRA_234_SOC=y
    CONFIG_TI_SCI_PM_DOMAINS=y
    CONFIG_TI_PRUSS=m
    CONFIG_ARM_IMX_BUS_DEVFREQ=m
    CONFIG_ARM_IMX8M_DDRC_DEVFREQ=m
    CONFIG_EXTCON_PTN5150=m
    CONFIG_EXTCON_USB_GPIO=y
    CONFIG_EXTCON_USBC_CROS_EC=y
    CONFIG_OMAP_GPMC=y
    CONFIG_RENESAS_RPCIF=m
    CONFIG_IIO=y
    CONFIG_EXYNOS_ADC=y
    CONFIG_MAX9611=m
    CONFIG_QCOM_SPMI_VADC=m
    CONFIG_QCOM_SPMI_ADC5=m
    CONFIG_ROCKCHIP_SARADC=m
    CONFIG_RZG2L_ADC=m
    CONFIG_TI_ADS1015=m
    CONFIG_TI_AM335X_ADC=m
    CONFIG_IIO_CROS_EC_SENSORS_CORE=m
    CONFIG_IIO_CROS_EC_SENSORS=m
    CONFIG_IIO_ST_LSM6DSX=m
    CONFIG_IIO_CROS_EC_LIGHT_PROX=m
    CONFIG_SENSORS_ISL29018=m
    CONFIG_VCNL4000=m
    CONFIG_IIO_ST_MAGN_3AXIS=m
    CONFIG_IIO_CROS_EC_BARO=m
    CONFIG_MPL3115=m
    CONFIG_PWM=y
    CONFIG_PWM_BCM2835=m
    CONFIG_PWM_BRCMSTB=m
    CONFIG_PWM_CROS_EC=m
    CONFIG_PWM_IMX27=m
    CONFIG_PWM_MESON=m
    CONFIG_PWM_MTK_DISP=m
    CONFIG_PWM_MEDIATEK=m
    CONFIG_PWM_OMAP_DMTIMER=m
    CONFIG_PWM_RCAR=m
    CONFIG_PWM_RENESAS_TPU=m
    CONFIG_PWM_ROCKCHIP=y
    CONFIG_PWM_SAMSUNG=y
    CONFIG_PWM_SL28CPLD=m
    CONFIG_PWM_SUN4I=m
    CONFIG_PWM_TEGRA=m
    CONFIG_PWM_TIECAP=m
    CONFIG_PWM_TIEHRPWM=m
    CONFIG_PWM_VISCONTI=m
    CONFIG_SL28CPLD_INTC=y
    CONFIG_QCOM_PDC=y
    CONFIG_RESET_IMX7=y
    CONFIG_RESET_QCOM_AOSS=y
    CONFIG_RESET_QCOM_PDC=m
    CONFIG_RESET_RZG2L_USBPHY_CTRL=y
    CONFIG_RESET_TI_SCI=y
    CONFIG_PHY_XGENE=y
    CONFIG_PHY_CAN_TRANSCEIVER=m
    CONFIG_PHY_SUN4I_USB=y
    CONFIG_PHY_CADENCE_TORRENT=y
    CONFIG_PHY_CADENCE_DPHY=m
    CONFIG_PHY_CADENCE_DPHY_RX=m
    CONFIG_PHY_CADENCE_SIERRA=y
    CONFIG_PHY_MIXEL_MIPI_DPHY=m
    CONFIG_PHY_FSL_IMX8M_PCIE=y
    CONFIG_PHY_HI6220_USB=y
    CONFIG_PHY_HISTB_COMBPHY=y
    CONFIG_PHY_HISI_INNO_USB2=y
    CONFIG_PHY_MVEBU_CP110_COMPHY=y
    CONFIG_PHY_MTK_TPHY=y
    CONFIG_PHY_QCOM_EDP=m
    CONFIG_PHY_QCOM_PCIE2=m
    CONFIG_PHY_QCOM_QMP=m
    CONFIG_PHY_QCOM_QUSB2=m
    CONFIG_PHY_QCOM_USB_HS=m
    CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m
    CONFIG_PHY_QCOM_USB_HS_28NM=m
    CONFIG_PHY_QCOM_USB_SS=m
    CONFIG_PHY_RCAR_GEN3_PCIE=y
    CONFIG_PHY_RCAR_GEN3_USB2=y
    CONFIG_PHY_RCAR_GEN3_USB3=m
    CONFIG_PHY_ROCKCHIP_EMMC=y
    CONFIG_PHY_ROCKCHIP_INNO_HDMI=m
    CONFIG_PHY_ROCKCHIP_INNO_USB2=y
    CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY=m
    CONFIG_PHY_ROCKCHIP_PCIE=m
    CONFIG_PHY_ROCKCHIP_TYPEC=y
    CONFIG_PHY_SAMSUNG_UFS=y
    CONFIG_PHY_UNIPHIER_USB2=y
    CONFIG_PHY_UNIPHIER_USB3=y
    CONFIG_PHY_TEGRA_XUSB=y
    CONFIG_PHY_AM654_SERDES=y
    CONFIG_PHY_J721E_WIZ=y
    CONFIG_OMAP_USB2=m
    CONFIG_ARM_CCI_PMU=m
    CONFIG_ARM_CCN=m
    CONFIG_ARM_CMN=m
    CONFIG_ARM_SMMU_V3_PMU=m
    CONFIG_ARM_DSU_PMU=m
    CONFIG_FSL_IMX8_DDR_PMU=m
    CONFIG_QCOM_L2_PMU=y
    CONFIG_QCOM_L3_PMU=y
    CONFIG_ARM_SPE_PMU=m
    CONFIG_ARM_DMC620_PMU=m
    CONFIG_HISI_PMU=y
    CONFIG_NVMEM_IMX_OCOTP=y
    CONFIG_NVMEM_IMX_OCOTP_SCU=y
    CONFIG_NVMEM_LAYERSCAPE_SFP=m
    CONFIG_NVMEM_MESON_EFUSE=m
    CONFIG_NVMEM_MTK_EFUSE=y
    CONFIG_NVMEM_QCOM_QFPROM=y
    CONFIG_NVMEM_RMEM=m
    CONFIG_NVMEM_ROCKCHIP_EFUSE=y
    CONFIG_NVMEM_SUNXI_SID=y
    CONFIG_NVMEM_UNIPHIER_EFUSE=y
    CONFIG_FPGA=y
    CONFIG_FPGA_MGR_ALTERA_CVP=m
    CONFIG_FPGA_MGR_STRATIX10_SOC=m
    CONFIG_FPGA_BRIDGE=m
    CONFIG_ALTERA_FREEZE_BRIDGE=m
    CONFIG_FPGA_REGION=m
    CONFIG_OF_FPGA_REGION=m
    CONFIG_TEE=y
    CONFIG_OPTEE=y
    CONFIG_MUX_GPIO=y
    CONFIG_SLIM_QCOM_CTRL=m
    CONFIG_SLIM_QCOM_NGD_CTRL=m
    CONFIG_INTERCONNECT_IMX=m
    CONFIG_INTERCONNECT_IMX8MM=m
    CONFIG_INTERCONNECT_IMX8MN=m
    CONFIG_INTERCONNECT_IMX8MQ=m
    CONFIG_INTERCONNECT_QCOM=y
    CONFIG_INTERCONNECT_QCOM_MSM8916=m
    CONFIG_INTERCONNECT_QCOM_MSM8996=m
    CONFIG_INTERCONNECT_QCOM_OSM_L3=m
    CONFIG_INTERCONNECT_QCOM_QCS404=m
    CONFIG_INTERCONNECT_QCOM_SC7180=m
    CONFIG_INTERCONNECT_QCOM_SC7280=y
    CONFIG_INTERCONNECT_QCOM_SC8180X=y
    CONFIG_INTERCONNECT_QCOM_SC8280XP=y
    CONFIG_INTERCONNECT_QCOM_SDM845=y
    CONFIG_INTERCONNECT_QCOM_SM8150=m
    CONFIG_INTERCONNECT_QCOM_SM8250=m
    CONFIG_INTERCONNECT_QCOM_SM8350=m
    CONFIG_INTERCONNECT_QCOM_SM8450=m
    CONFIG_COUNTER=m
    CONFIG_TI_EQEP=m
    CONFIG_TI_ECAP_CAPTURE=m
    CONFIG_EXT2_FS=y
    CONFIG_EXT3_FS=y
    CONFIG_EXT3_FS_POSIX_ACL=y
    CONFIG_EXT3_FS_SECURITY=y
    CONFIG_BTRFS_FS=m
    CONFIG_BTRFS_FS_POSIX_ACL=y
    CONFIG_FANOTIFY=y
    CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
    CONFIG_QUOTA=y
    CONFIG_AUTOFS4_FS=y
    CONFIG_FUSE_FS=m
    CONFIG_CUSE=m
    CONFIG_OVERLAY_FS=m
    CONFIG_VFAT_FS=y
    CONFIG_TMPFS_POSIX_ACL=y
    CONFIG_HUGETLBFS=y
    CONFIG_EFIVAR_FS=y
    CONFIG_UBIFS_FS=y
    CONFIG_SQUASHFS=y
    CONFIG_NFS_FS=y
    CONFIG_NFS_V4=y
    CONFIG_NFS_V4_1=y
    CONFIG_NFS_V4_2=y
    CONFIG_ROOT_NFS=y
    CONFIG_9P_FS=y
    CONFIG_NLS_CODEPAGE_437=y
    CONFIG_NLS_ISO8859_1=y
    CONFIG_SECURITY=y
    CONFIG_CRYPTO_TEST=m
    CONFIG_CRYPTO_MICHAEL_MIC=m
    CONFIG_CRYPTO_ANSI_CPRNG=y
    CONFIG_CRYPTO_USER_API_HASH=m
    CONFIG_CRYPTO_USER_API_RNG=m
    CONFIG_CRYPTO_CHACHA20_NEON=m
    CONFIG_CRYPTO_GHASH_ARM64_CE=y
    CONFIG_CRYPTO_SHA1_ARM64_CE=y
    CONFIG_CRYPTO_SHA2_ARM64_CE=y
    CONFIG_CRYPTO_SHA512_ARM64_CE=m
    CONFIG_CRYPTO_SHA3_ARM64=m
    CONFIG_CRYPTO_SM3_ARM64_CE=m
    CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
    CONFIG_CRYPTO_AES_ARM64_BS=m
    CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
    CONFIG_CRYPTO_CRCT10DIF_ARM64_CE=m
    CONFIG_CRYPTO_DEV_SUN8I_CE=m
    CONFIG_CRYPTO_DEV_FSL_CAAM=m
    CONFIG_CRYPTO_DEV_FSL_DPAA2_CAAM=m
    CONFIG_CRYPTO_DEV_QCOM_RNG=m
    CONFIG_CRYPTO_DEV_CCREE=m
    CONFIG_CRYPTO_DEV_HISI_SEC2=m
    CONFIG_CRYPTO_DEV_HISI_ZIP=m
    CONFIG_CRYPTO_DEV_HISI_HPRE=m
    CONFIG_CRYPTO_DEV_HISI_TRNG=m
    CONFIG_CRYPTO_DEV_SA2UL=m
    CONFIG_CRYPTO_DEV_TI_MCRC64=m
    CONFIG_CMA_SIZE_MBYTES=32
    CONFIG_PRINTK_TIME=y
    CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
    CONFIG_DEBUG_INFO_REDUCED=y
    CONFIG_MAGIC_SYSRQ=y
    CONFIG_DEBUG_FS=y
    # CONFIG_SCHED_DEBUG is not set
    # CONFIG_DEBUG_PREEMPT is not set
    # CONFIG_FTRACE is not set
    CONFIG_SAMPLES=y
    CONFIG_SAMPLE_RPMSG_CLIENT=m
    CONFIG_CORESIGHT=m
    CONFIG_CORESIGHT_LINK_AND_SINK_TMC=m
    CONFIG_CORESIGHT_CATU=m
    CONFIG_CORESIGHT_SINK_TPIU=m
    CONFIG_CORESIGHT_SINK_ETBV10=m
    CONFIG_CORESIGHT_STM=m
    CONFIG_CORESIGHT_CPU_DEBUG=m
    CONFIG_CORESIGHT_CTI=m
    CONFIG_MEMTEST=y
    

    On random occasions, I get a little further in the boot process...

    U-Boot_TI_22.txt
    U-Boot SPL 2023.04-dirty (Jul 08 2024 - 14:46:04 -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 08 2024 - 14:46: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 (Jul 08 2024 - 14:46: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:  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 - a2:12:2e:03:fa:ac
    , 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 1216 ms (12.1 MiB/s)
    36217 bytes read in 19 ms (1.8 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 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.000195] Console: colour dummy device 80x25
    [    0.409015] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.409025] pid_max: default: 32768 minimum: 301
    [    0.409103] LSM: Security Framework initializing
    [    0.409224] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.409247] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.410889] rcu: Hierarchical SRCU implementation.
    [    0.410896] rcu:     Max phase no-delay instances is 400.
    [    0.410941] printk: bootconsole [ns16550a0] printing thread started
    [    0.463384] Platform MSI: msi-controller@1820000 domain created
    [    0.463523] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.463571] EFI services will not be available.
    [    0.463778] smp: Bringing up secondary CPUs ...
    [    0.464526] Detected VIPT I-cache on CPU1
    [    0.464635] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.464650] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.464702] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.514760] Detected VIPT I-cache on CPU2
    [    0.514849] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.514863] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.514899] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.540759] Detected VIPT I-cache on CPU3
    [    0.540846] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.540860] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.540891] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.540945] smp: Brought up 1 node, 4 CPUs
    [    0.540951] SMP: Total of 4 processors activated.
    [    0.575137] CPU features: detected: 32-bit EL0 Support
    [    0.575141] CPU features: detected: CRC32 instructions
    [    0.575183] CPU: All CPU(s) started at EL2
    [    0.575185] alternatives: applying system-wide alternatives
    [    0.576708] devtmpfs: initialized
    [    0.584677] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.584703] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.586026] pinctrl core: initialized pinctrl subsystem
    [    0.586667] DMI not present or invalid.
    [    0.587158] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.607193] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.607488] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.607713] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.607798] audit: initializing netlink subsys (disabled)
    [    0.607929] audit: type=2000 audit(0.606:1): state=initialized audit_enabled=0 res=1
    [    0.608508] thermal_sys: Registered thermal governor 'step_wise'
    [    0.608724] ASID allocator initialised with 65536 entries
    [    0.623513] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.623523] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.623528] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.623531] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.623535] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.623538] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.623541] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.623545] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.626327] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.626798] iommu: Default domain type: Translated
    [    0.626803] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.627139] SCSI subsystem initialized
    [    0.627496] usbcore: registered new interface driver usbfs
    [    0.627536] usbcore: registered new interface driver hub
    [    0.627565] usbcore: registered new device driver usb
    [    0.627876] pps_core: LinuxPPS API ver. 1 registered
    [    0.627880] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.627896] PTP clock support registered
    [    0.627999] EDAC MC: Ver: 3.0.0
    [    0.628651] FPGA manager framework
    [    0.628753] Advanced Linux Sound Architecture Driver Initialized.
    [    0.629718] clocksource: Switched to clocksource arch_sys_counter
    [    0.629978] VFS: Disk quotas dquot_6.6.0
    [    0.630016] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.636661] NET: Registered PF_INET protocol family
    [    0.636959] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.638671] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.638733] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.638746] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.638960] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.640395] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.640615] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.640808] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.641175] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.641627] RPC: Registered named UNIX socket transport module.
    [    0.641632] RPC: Registered udp transport module.
    [    0.641635] RPC: Registered tcp transport module.
    [    0.641637] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.641648] PCI: CLS 0 bytes, default 64
    [    0.655555] Initialise system trusted keyrings
    [    0.655759] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.661040] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.661548] NFS: Registering the id_resolver key type
    [    0.661587] Key type id_resolver registered
    [    0.661591] Key type id_legacy registered
    [    0.661666] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.661672] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.696499] Key type asymmetric registered
    [    0.696510] Asymmetric key parser 'x509' registered
    [    0.696590] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.696596] io scheduler mq-deadline registered
    [    0.696601] io scheduler kyber registered
    [    0.710532] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.711323] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.717137] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.742696] loop: module loaded
    [    0.743683] megasas: 07.719.03.00-rc1
    [    0.746966] tun: Universal TUN/TAP device driver, 1.6
    [    0.747559] VFIO - User Level meta-driver version: 0.3
    [    0.748211] usbcore: registered new interface driver usb-storage
    [    0.748743] i2c_dev: i2c /dev entries driver
    [    0.749163] sdhci: Secure Digital Host Controller Interface driver
    [    0.749167] sdhci: Copyright(c) Pierre Ossman
    [    0.749302] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.749766] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.750040] usbcore: registered new interface driver usbhid
    [    0.750043] usbhid: USB HID core driver
    [    0.750856] optee: probing for conduit method.
    [    0.750893] optee: revision 4.1 (012cdca4)
    [    0.751193] optee: dynamic shared memory is enabled
    [    0.751602] optee: initialized driver
    [    0.752992] Initializing XFRM netlink socket
    [    0.753029] NET: Registered PF_PACKET protocol family
    [    0.753105] Key type dns_resolver registered
    [    0.753356] registered taskstats version 1
    [    0.753361] Loading compiled-in X.509 certificates
    [    0.760831] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    0.800699] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.813809] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.814012] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.814260] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.814956] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.817454] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.820405] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.825480] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.829030] mmc1: CQHCI version 5.10
    [    0.829089] mmc0: CQHCI version 5.10
    [    0.829300] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.835184] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    0.840558] ALSA device list:
    [    0.840565]   No soundcards found.
    [    0.844385] Warning: unable to open an initial console.
    [    0.871036] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.871036] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    0.871497] Waiting for root device PARTUUID=1a2fb328-02...
    [    0.907887] mmc1: new SDHC card at address 5048
    [    0.908676] mmcblk1: mmc1:5048 SD32G 28.8 GiB
    [    0.911337]  mmcblk1: p1 p2
    [    0.933263] EXT4-fs (mmcblk1p2): recovery complete
    [    0.933289] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    0.933407] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    0.934587] devtmpfs: mounted
    [    0.936543] Freeing unused kernel memory: 1728K
    [    0.936673] Run /sbin/init as init process
    [    0.937495] mmc0: Command Queue Engine enabled
    [    0.937517] mmc0: new HS200 MMC card at address 0001
    [    0.938287] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    0.940435] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    0.941761] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    0.942879] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    1.609685] systemd[1]: System time before build time, advancing clock.
    [    1.743081] NET: Registered PF_INET6 protocol family
    [    1.744233] Segment Routing with IPv6
    [    1.744268] In-situ OAM (IOAM) with IPv6
    [    1.786569] 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.787191] systemd[1]: Detected architecture arm64.
    [    1.820458] systemd[1]: Hostname set to <am62xx-evm>.
    [    1.976210] systemd-sysv-generator[162]: 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.333807] 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.407079] systemd[1]: Queued start job for default target Multi-User System.
    [    2.435699] systemd[1]: Created slice Slice /system/getty.
    [    2.437591] systemd[1]: Created slice Slice /system/modprobe.
    [    2.443406] systemd[1]: Created slice User and Session Slice.
    [    2.448681] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.454509] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.462587] systemd[1]: Reached target Path Units.
    [    2.470169] systemd[1]: Reached target Remote File Systems.
    [    2.475043] systemd[1]: Reached target Slice Units.
    [    2.475160] systemd[1]: Reached target Swaps.
    [    2.477690] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.481619] systemd[1]: Reached target RPC Port Mapper.
    [    2.493541] systemd[1]: Listening on Process Core Dump Socket.
    [    2.498068] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.503846] systemd[1]: Listening on Journal Audit Socket.
    [    2.509532] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.516313] systemd[1]: Listening on Journal Socket.
    [    2.522060] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.529558] systemd[1]: Listening on udev Control Socket.
    [    2.533043] systemd[1]: Listening on udev Kernel Socket.
    [    2.539860] systemd[1]: Listening on User Database Manager Socket.
    [    2.570330] systemd[1]: Mounting Huge Pages File System...
    [    2.574421] systemd[1]: Mounting POSIX Message Queue File System...
    [    2.580501] systemd[1]: Mounting Kernel Debug File System...
    [    2.583622] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    2.589627] systemd[1]: Mounting Temporary Directory /tmp...
    [    2.606229] systemd[1]: Starting Create List of Static Device Nodes...
    [    2.611965] systemd[1]: Starting Load Kernel Module configfs...
    [    2.618336] systemd[1]: Starting Load Kernel Module drm...
    [    2.624811] systemd[1]: Starting Load Kernel Module fuse...
    [    2.637473] systemd[1]: Starting Start psplash boot splash screen...
    [    2.650338] systemd[1]: Starting RPC Bind...
    [    2.650644] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    2.651997] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    2.652019] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    2.657139] systemd[1]: Starting Journal Service...
    [    2.669954] fuse: init (API version 7.37)
    [    2.759580] systemd[1]: Starting Load Kernel Modules...
    [    2.763974] systemd[1]: Starting Generate network units from Kernel command line...
    [    2.769507] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    2.777739] systemd[1]: Starting Coldplug All udev Devices...
    [    2.798504] systemd[1]: Mounted Huge Pages File System.
    [    2.805198] systemd[1]: Mounted POSIX Message Queue File System.
    [    2.806501] systemd[1]: Mounted Kernel Debug File System.
    [    2.807683] systemd[1]: Mounted Temporary Directory /tmp.
    [    2.807869] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    2.814863] systemd[1]: Finished Create List of Static Device Nodes.
    [    2.820408] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    2.821136] systemd[1]: Finished Load Kernel Module configfs.
    [    2.823243] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    2.823966] systemd[1]: Finished Load Kernel Module drm.
    [    2.829917] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    2.830829] systemd[1]: Finished Load Kernel Module fuse.
    [    2.835151] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
    [    2.835665] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
    [    2.836965] systemd[1]: Failed to start Start psplash boot splash screen.
    [    2.847926] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
    [    2.853884] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
    [    2.855678] systemd[1]: Finished Generate network units from Kernel command line.
    [    2.860607] cryptodev: loading out-of-tree module taints kernel.
    [    2.862779] systemd[1]: Finished Remount Root and Kernel File Systems.
    [    2.864670] cryptodev: driver 1.12 loaded.
    [    2.867949] systemd[1]: Finished Load Kernel Modules.
    [    2.967478] systemd[1]: Mounting FUSE Control File System...
    [    2.972783] systemd[1]: Mounting Kernel Configuration File System...
    [    2.978247] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
    [    2.978628] systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
    [    2.983618] systemd[1]: Starting Apply Kernel Variables...
    [    2.993628] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
    [    2.998905] systemd[1]: Starting Create Static Device Nodes in /dev...
    [    3.011095] systemd[1]: Started Journal Service.
    [    3.084575] systemd-journald[174]: Received client request to flush runtime journal.
    [    3.519802] random: crng init done
    [    3.627909] audit: type=1701 audit(1651218243.022:2): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=174 comm="systemd-journal" exe="/lib/systemd/systemd-journald" sig=4 res=1
    [    3.700538] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
    [    3.700563] Modules linked in: rti_wdt(+) cdns_dphy_rx mcrc sa2ul cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
    [    3.700599] CPU: 0 PID: 214 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
    [    3.700608] Hardware name: Texas Instruments AM625 Generic (DT)
    [    3.700614] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    3.700621] pc : 0xffff800000a912d4
    [    3.700625] lr : 0xffff800000a912c0
    [    3.700628] sp : ffff0000035979a0
    [    3.700632] x29: ffff0000035979a0 x28: 0000000000000001 x27: ffff800008d9bbb0
    [    3.700643] x26: 0000000000000000 x25: ffff000003597d20 x24: 00000000000003e8
    [    3.700651] x23: ffff800008e6f050 x22: ffff000001605690 x21: ffff000000272010
    [    3.700659] x20: ffff800009163090 x19: ffff000001605680 x18: 0000000000000000
    [    3.700667] x17: 0000000000000001 x16: 0000000000000001 x15: 0000055037151bac
    [    3.700675] x14: 0000000000000000 x13: ffff8000089a9b18 x12: ffff800008b6f5b8
    [    3.700683] x11: ffff800008f3f000 x10: 000000000000003f x9 : 0000000000000000
    [    3.700691] x8 : ffff000003630400 x7 : ffff800009164000 x6 : 0068000000000713
    [    3.700700] x5 : ffff0000002722c8 x4 : ffff0000002722c8 x3 : 0000000000000000
    [    3.700708] x2 : ffff000000392400 x1 : 0000000000000000 x0 : ffff800009163000
    [    3.700717] Call trace:
    [    3.700721]  0xffff800000a912d4
    [    3.700724]  0xffff80000853b264
    [    3.700727]  0xffff800008538a38
    [    3.700730]  0xffff800008538cc4
    [    3.700732]  0xffff800008538d9c
    [    3.700735]  0xffff800008539570
    [    3.700738]  0xffff800008536850
    [    3.700740]  0xffff8000085384b4
    [    3.700743]  0xffff800008537e4c
    [    3.700745]  0xffff800008539eb4
    [    3.700748]  0xffff80000853af14
    [    3.700750]  0xffff800000a8301c
    [    3.700753]  0xffff800008013960
    [    3.700756]  0xffff8000080a6554
    [    3.700758]  0xffff8000080a7fbc
    [    3.700761]  0xffff8000080a85d4
    [    3.700764]  0xffff8000080a866c
    [    3.700766]  0xffff80000801db1c
    [    3.700769]  0xffff80000801dc10
    [    3.700771]  0xffff80000898d650
    [    3.700774]  0xffff80000898eb04
    [    3.700777]  0xffff800008011488
    [    3.700786] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
    [    3.906538] ---[ end trace 0000000000000000 ]---
    [    3.969148] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    3.972831] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
    [    4.011982] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.012148] platform 78000000.r5f: configured R5F for IPC-only mode
    [    4.012161] platform 78000000.r5f: device does not have reserved memory regions, ret = -22
    [    4.012170] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: reserved memory init failed, ret = -22
    [    4.012179] remoteproc remoteproc0: releasing 78000000.r5f
    [    4.012190] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_rproc_init failed, ret = -22
    [    4.012215] k3_r5_rproc: probe of bus@f0000:bus@b00000:r5fss@78000000 failed with error -22
    [    4.079608] systemd-coredump[225]: elfutils disabled, parsing ELF objects not supported
    [    4.079643] systemd-coredump[225]: Process 174 (systemd-journal) of user 0 dumped core.
    [    4.079651] systemd-coredump[225]: Coredump diverted to /var/lib/systemd/coredump/core.systemd-journal.0.8696333268f24ab8bd8d5951fe1de3b6.174.1651218243000000.zst
    [    4.088324] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
    [    4.088522] systemd[1]: Stopped Journal Service.
    [    4.136914] systemd[1]: Starting Journal Service...
    [    4.171782] audit: type=1305 audit(1651218243.567:3): op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 res=1
    [    4.171808] audit: type=1300 audit(1651218243.567:3): arch=c00000b7 syscall=211 success=yes exit=60 a0=3 a1=ffffe09036b0 a2=4000 a3=ffffa686c020 items=0 ppid=1 pid=244 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-journal" exe="/lib/systemd/systemd-journald" key=(null)
    [    4.171854] audit: type=1327 audit(1651218243.567:3): proctitle="/lib/systemd/systemd-journald"
    [    4.174825] systemd-journald[244]: File /run/log/journal/bd1528a2f6c2443b8a73c60e67e0806d/system.journal corrupted or uncleanly shut down, renaming and replacing.
    [    4.183349] audit: type=1701 audit(1651218243.579:4): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=244 comm="systemd-journal" exe="/lib/systemd/systemd-journald" sig=4 res=1
    [    4.325084] systemd-coredump[257]: elfutils disabled, parsing ELF objects not supported
    [    4.325116] systemd-coredump[257]: Process 244 (systemd-journal) of user 0 dumped core.
    [    4.325127] systemd-coredump[257]: Coredump diverted to /var/lib/systemd/coredump/core.systemd-journal.0.8696333268f24ab8bd8d5951fe1de3b6.244.1651218243000000.zst
    [    4.364281] systemd[1]: Started D-Bus System Message Bus.
    [    4.381992] systemd[1]: systemd-journald.service: Main process exited, code=dumped, status=4/ILL
    [    4.384118] systemd[1]: systemd-journald.service: Failed with result 'core-dump'.
    [    4.385130] systemd[1]: Failed to start Journal Service.
    [    4.401493] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 2.
    [    4.401891] systemd[1]: Reached target Basic System.
    [    4.406864] systemd[1]: System is tainted: cgroupsv1
    [    4.436535] systemd[302]: gplv3-notice.service: Failed to set up standard output: No such device
    [    4.436549] systemd[1]: Starting Print notice about GPLv3 packages...
    [    4.441869] systemd[1]: Starting IPv6 Packet Filtering Framework...
    [    4.451251] systemd[1]: Starting IPv4 Packet Filtering Framework...
    [    4.463895] systemd[1]: Starting Expand the rootfs partition to full size of the boot device....
    [    4.466407] systemd[1]: Stopped Journal Service.
    [    4.499010] systemd[1]: Starting Journal Service...
    [    4.519459] systemd[1]: Starting User Login Management...
    [    4.530962] audit: type=1305 audit(1651218243.926:5): op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 res=1
    [    4.531069] audit: type=1300 audit(1651218243.926:5): arch=c00000b7 syscall=211 success=yes exit=60 a0=3 a1=ffffcd6e3d70 a2=4000 a3=ffffb83d4020 items=0 ppid=1 pid=319 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-journal" exe="/lib/systemd/systemd-journald" key=(null)
    [    4.531214] audit: type=1327 audit(1651218243.926:5): proctitle="/lib/systemd/systemd-journald"
    [    4.534697] systemd-journald[319]: File /run/log/journal/bd1528a2f6c2443b8a73c60e67e0806d/system.journal corrupted or uncleanly shut down, renaming and replacing.
    [    4.547913] audit: type=1701 audit(1651218243.944:6): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=319 comm="systemd-journal" exe="/lib/systemd/systemd-journald" sig=4 res=1
    [    4.565012] systemd[1]: Started TEE Supplicant.
    [    4.598934] systemd[1]: Starting Telnet Server...
    [    4.613333] systemd[1]: gplv3-notice.service: Main process exited, code=exited, status=209/STDOUT
    [    4.614132] systemd[1]: gplv3-notice.service: Failed with result 'exit-code'.
    [    4.615093] systemd[1]: Failed to start Print notice about GPLv3 packages.
    [    4.634902] systemd[1]: Finished IPv6 Packet Filtering Framework.
    [    4.640886] systemd[1]: Finished IPv4 Packet Filtering Framework.
    [    4.649794] systemd[1]: Finished Telnet Server.
    [    4.709594] systemd[1]: Reached target Preparation for Network.
    [    4.713172] systemd-coredump[340]: elfutils disabled, parsing ELF objects not supported
    [    4.713203] systemd-coredump[340]: Process 319 (systemd-journal) of user 0 dumped core.
    [    4.713212] systemd-coredump[340]: Coredump diverted to /var/lib/systemd/coredump/core.systemd-journal.0.8696333268f24ab8bd8d5951fe1de3b6.319.1651218243000000.zst
    [    4.753834] systemd[1]: Starting Network Configuration...
    [    4.756699] systemd[1]: systemd-journald.service: Main process exited, code=dumped, status=4/ILL
    [    4.757344] systemd[1]: systemd-journald.service: Failed with result 'core-dump'.
    [    4.759134] systemd[1]: Failed to start Journal Service.
    [    4.769412] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 3.
    [    4.773112] systemd[1]: Stopped Journal Service.
    [    4.804895] systemd[1]: Starting Journal Service...
    [    4.829223] systemd-journald[368]: File /run/log/journal/bd1528a2f6c2443b8a73c60e67e0806d/system.journal corrupted or uncleanly shut down, renaming and replacing.
    [    4.902959] systemd[1]: Started User Login Management.
    [    5.147217] systemd-coredump[379]: elfutils disabled, parsing ELF objects not supported
    [    5.147245] systemd-coredump[379]: Process 368 (systemd-journal) of user 0 dumped core.
    [    5.147253] systemd-coredump[379]: Coredump diverted to /var/lib/systemd/coredump/core.systemd-journal.0.8696333268f24ab8bd8d5951fe1de3b6.368.1651218244000000.zst
    [    5.151380] systemd[1]: systemd-journald.service: Main process exited, code=dumped, status=4/ILL
    [    5.152006] systemd[1]: systemd-journald.service: Failed with result 'core-dump'.
    [    5.152942] systemd[1]: Failed to start Journal Service.
    [    5.169085] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 4.
    [    5.170689] systemd[1]: Stopped Journal Service.
    [    5.230487] systemd[1]: Starting Journal Service...
    [    5.238640] systemd[1]: Finished Expand the rootfs partition to full size of the boot device..
    [    5.260961] systemd-journald[402]: File /run/log/journal/bd1528a2f6c2443b8a73c60e67e0806d/system.journal corrupted or uncleanly shut down, renaming and replacing.
    [    5.328044] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    5.338190] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    5.339019] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    5.363675] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [    5.396280] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    5.396310] cfg80211: failed to load regulatory.db
    [    5.400024] systemd-coredump[403]: elfutils disabled, parsing ELF objects not supported
    [    5.400053] systemd-coredump[403]: Process 402 (systemd-journal) of user 0 dumped core.
    [    5.400062] systemd-coredump[403]: Coredump diverted to /var/lib/systemd/coredump/core.systemd-journal.0.8696333268f24ab8bd8d5951fe1de3b6.402.1651218244000000.zst
    [    5.403880] systemd[1]: systemd-journald.service: Main process exited, code=dumped, status=4/ILL
    [    5.404448] systemd[1]: systemd-journald.service: Failed with result 'core-dump'.
    [    5.405453] systemd[1]: Failed to start Journal Service.
    [    5.409382] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 5.
    [    5.412428] systemd[1]: Stopped Journal Service.
    [    5.418918] systemd[1]: systemd-journald.service: Start request repeated too quickly.
    [    5.418981] systemd[1]: systemd-journald.service: Failed with result 'core-dump'.
    [    5.420113] systemd[1]: Failed to start Journal Service.
    [    5.442871] systemd[1]: systemd-journald-audit.socket: Failed with result 'service-start-limit-hit'.
    [    5.443938] systemd[1]: systemd-journald-dev-log.socket: Failed with result 'service-start-limit-hit'.
    [    5.444906] systemd[1]: systemd-journald.socket: Failed with result 'service-start-limit-hit'.
    [    5.577485] systemd[1]: Started Network Configuration.
    [    5.593419] systemd[1]: Starting Network Name Resolution...
    [    5.958823] systemd[1]: Started Network Name Resolution.
    [    5.960659] systemd[1]: Reached target Network.
    [    5.965912] systemd[1]: Reached target Host and Network Name Lookups.
    [    5.986655] systemd[421]: avahi-daemon.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
    [    5.988378] systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
    [    6.003785] systemd[422]: containerd.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
    [    6.004200] systemd[1]: Starting containerd container runtime...
    [    6.020211] systemd[427]: netserver.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
    [    6.020642] systemd[1]: Started Netperf Benchmark Server.
    [    6.042224] systemd[428]: nfs-statd.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
    [    6.043116] systemd[1]: Started NFS status monitor for NFSv2/3 locking..
    [    6.060459] systemd[429]: systemd-user-sessions.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
    [    6.060958] systemd[1]: Starting Permit User Sessions...
    [    6.073037] systemd[430]: containerd.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
    [    6.099264] systemd[1]: Finished Permit User Sessions.
    [    6.106538] systemd[1]: Started Getty on tty1.
    [    6.107794] systemd[1]: Reached target Login Prompts.
    [    6.117143] systemd[432]: sync-clocks.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
    [    6.117812] systemd[1]: Starting Synchronize System and HW clocks...
    [    6.456859] systemd[1]: Started Avahi mDNS/DNS-SD Stack.
    [    6.604221] systemd[1]: sync-clocks.service: Main process exited, code=exited, status=1/FAILURE
    [    6.604877] systemd[1]: sync-clocks.service: Failed with result 'exit-code'.
    [    6.606045] systemd[1]: Failed to start Synchronize System and HW clocks.
    [    6.959416] systemd[1]: Created slice Slice /system/systemd-fsck.
    [    7.093494] systemd[1]: Found device /dev/mmcblk1p1.
    [    7.109581] systemd[459]: systemd-fsck@dev-mmcblk1p1.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
    [    7.110635] systemd[1]: Starting File System Check on /dev/mmcblk1p1...
    [    8.445414] systemd[1]: Finished File System Check on /dev/mmcblk1p1.
    [    8.456554] systemd[466]: run-media-boot\x2dmmcblk1p1.mount: Failed to connect stdout to the journal socket, ignoring: Connection refused
    [    8.458231] systemd[1]: Mounting /run/media/boot-mmcblk1p1...
    [    8.857179] systemd[1]: Mounted /run/media/boot-mmcblk1p1.
    [   11.187116] systemd[1]: Started containerd container runtime.
    [   11.189127] systemd[1]: Reached target Multi-User System.
    [   11.209888] systemd[474]: systemd-update-utmp-runlevel.service: Failed to connect stdout to the journal socket, ignoring: Connection refused
    [   11.212321] systemd[1]: Starting Record Runlevel Change in UTMP...
    [   11.240263] systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully.
    [   11.241184] systemd[1]: Finished Record Runlevel Change in UTMP.
    [   11.248955] systemd[1]: Startup finished in 1.475s (kernel) + 9.770s (userspace) = 11.246s.
    [   64.126155] systemd-udevd[196]: e020000.watchdog: Worker [205] processing SEQNUM=1640 is taking a long time
    [   64.126213] systemd-udevd[196]: e030000.watchdog: Worker [212] processing SEQNUM=1641 is taking a long time
    
    

  • Any update?  I haven't progressed any further.

    U-Boot_TI_23.txt
    U-Boot SPL 2023.04-dirty (Jul 10 2024 - 08:44:31 -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 10 2024 - 08:44: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 (Jul 10 2024 - 08:44: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 - f6:26:2a:b1:f5:48
    , 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)
    36217 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.000237] Console: colour dummy device 80x25
    [    0.409117] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.409131] pid_max: default: 32768 minimum: 301
    [    0.409236] LSM: Security Framework initializing
    [    0.409414] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.409454] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.411733] rcu: Hierarchical SRCU implementation.
    [    0.411745] rcu:     Max phase no-delay instances is 400.
    [    0.411807] printk: bootconsole [ns16550a0] printing thread started
    [    0.464361] Platform MSI: msi-controller@1820000 domain created
    [    0.464564] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.464620] EFI services will not be available.
    [    0.464930] smp: Bringing up secondary CPUs ...
    [    0.465920] Detected VIPT I-cache on CPU1
    [    0.466083] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.466103] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.466178] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.516323] Detected VIPT I-cache on CPU2
    [    0.516443] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.516460] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.516509] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.542569] Detected VIPT I-cache on CPU3
    [    0.542682] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.542697] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.542738] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.542809] smp: Brought up 1 node, 4 CPUs
    [    0.542815] SMP: Total of 4 processors activated.
    [    0.542821] CPU features: detected: 32-bit EL0 Support
    [    0.582269] CPU features: detected: CRC32 instructions
    [    0.582322] CPU: All CPU(s) started at EL2
    [    0.582325] alternatives: applying system-wide alternatives
    [    0.599561] devtmpfs: initialized
    [    0.608660] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.608698] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.610702] pinctrl core: initialized pinctrl subsystem
    [    0.611579] DMI not present or invalid.
    [    0.612250] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.642402] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.642711] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.642938] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.643100] audit: initializing netlink subsys (disabled)
    [    0.643302] audit: type=2000 audit(0.641:1): state=initialized audit_enabled=0 res=1
    [    0.644063] thermal_sys: Registered thermal governor 'step_wise'
    [    0.644314] ASID allocator initialised with 65536 entries
    [    0.660615] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.660629] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.660635] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.660638] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.660643] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.660646] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.660650] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.660653] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.666562] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.667267] iommu: Default domain type: Translated
    [    0.667274] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.667683] SCSI subsystem initialized
    [    0.668106] usbcore: registered new interface driver usbfs
    [    0.668150] usbcore: registered new interface driver hub
    [    0.668185] usbcore: registered new device driver usb
    [    0.668578] pps_core: LinuxPPS API ver. 1 registered
    [    0.668582] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.668602] PTP clock support registered
    [    0.668720] EDAC MC: Ver: 3.0.0
    [    0.669547] FPGA manager framework
    [    0.669682] Advanced Linux Sound Architecture Driver Initialized.
    [    0.670946] clocksource: Switched to clocksource arch_sys_counter
    [    0.671402] VFS: Disk quotas dquot_6.6.0
    [    0.671452] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.678390] NET: Registered PF_INET protocol family
    [    0.678848] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.680833] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.680917] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.680952] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.681225] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.683778] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.684187] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.684469] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.685067] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.685717] RPC: Registered named UNIX socket transport module.
    [    0.685725] RPC: Registered udp transport module.
    [    0.685728] RPC: Registered tcp transport module.
    [    0.685731] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.685745] PCI: CLS 0 bytes, default 64
    [    0.694220] Initialise system trusted keyrings
    [    0.694528] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.700207] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.700856] NFS: Registering the id_resolver key type
    [    0.700986] Key type id_resolver registered
    [    0.700990] Key type id_legacy registered
    [    0.701066] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.701074] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.737699] Key type asymmetric registered
    [    0.737710] Asymmetric key parser 'x509' registered
    [    0.737831] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.737840] io scheduler mq-deadline registered
    [    0.737847] io scheduler kyber registered
    [    0.768188] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.769070] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.775713] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.800721] loop: module loaded
    [    0.802000] megasas: 07.719.03.00-rc1
    [    0.805821] tun: Universal TUN/TAP device driver, 1.6
    [    0.806587] VFIO - User Level meta-driver version: 0.3
    [    0.807393] usbcore: registered new interface driver usb-storage
    [    0.808078] i2c_dev: i2c /dev entries driver
    [    0.808561] sdhci: Secure Digital Host Controller Interface driver
    [    0.808566] sdhci: Copyright(c) Pierre Ossman
    [    0.808798] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.809319] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.809628] usbcore: registered new interface driver usbhid
    [    0.809633] usbhid: USB HID core driver
    [    0.810641] optee: probing for conduit method.
    [    0.810697] optee: revision 4.1 (012cdca4)
    [    0.811164] optee: dynamic shared memory is enabled
    [    0.811676] optee: initialized driver
    [    0.813478] Initializing XFRM netlink socket
    [    0.813532] NET: Registered PF_PACKET protocol family
    [    0.813643] Key type dns_resolver registered
    [    0.814044] registered taskstats version 1
    [    0.814051] Loading compiled-in X.509 certificates
    [    0.824231] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    0.868292] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.883867] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.884154] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.884445] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.885307] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.888115] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.891643] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.896638] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.901023] mmc0: CQHCI version 5.10
    [    0.901093] mmc1: CQHCI version 5.10
    [    0.901561] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.908525] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    0.914063] ALSA device list:
    [    0.914071]   No soundcards found.
    [    0.917785] Warning: unable to open an initial console.
    [    0.943146] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.943149] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    0.943795] Waiting for root device PARTUUID=1a2fb328-02...
    [    0.988119] mmc1: new SDHC card at address 5048
    [    0.989378] mmcblk1: mmc1:5048 SD32G 28.8 GiB
    [    0.993320]  mmcblk1: p1 p2
    [    0.994326] mmc0: Command Queue Engine enabled
    [    0.994350] mmc0: new HS200 MMC card at address 0001
    [    0.995433] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    0.998444] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    1.000244] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    1.001731] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    1.065804] EXT4-fs (mmcblk1p2): recovery complete
    [    1.066747] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    1.066893] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.068137] devtmpfs: mounted
    [    1.070274] Freeing unused kernel memory: 1728K
    [    1.070424] Run /sbin/init as init process
    [    1.739683] systemd[1]: System time before build time, advancing clock.
    [    1.876090] NET: Registered PF_INET6 protocol family
    [    1.877664] Segment Routing with IPv6
    [    1.877706] In-situ OAM (IOAM) with IPv6
    [    1.921910] 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.922639] systemd[1]: Detected architecture arm64.
    [    1.955801] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.135582] systemd-sysv-generator[162]: 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.501721] 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.581173] systemd[1]: Queued start job for default target Multi-User System.
    [    2.616424] systemd[1]: Created slice Slice /system/getty.
    [    2.619092] systemd[1]: Created slice Slice /system/modprobe.
    [    2.623984] systemd[1]: Created slice User and Session Slice.
    [    2.629418] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.635120] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.643254] systemd[1]: Reached target Path Units.
    [    2.650747] systemd[1]: Reached target Remote File Systems.
    [    2.655638] systemd[1]: Reached target Slice Units.
    [    2.661344] systemd[1]: Reached target Swaps.
    [    2.669293] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.671026] systemd[1]: Reached target RPC Port Mapper.
    [    2.685763] systemd[1]: Listening on Process Core Dump Socket.
    [    2.686538] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.693221] systemd[1]: Listening on Journal Audit Socket.
    [    2.699519] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.705126] systemd[1]: Listening on Journal Socket.
    [    2.711475] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.718033] systemd[1]: Listening on udev Control Socket.
    [    2.722764] systemd[1]: Listening on udev Kernel Socket.
    [    2.728383] systemd[1]: Listening on User Database Manager Socket.
    [    2.759842] systemd[1]: Mounting Huge Pages File System...
    [    2.771703] systemd[1]: Mounting POSIX Message Queue File System...
    [    2.778670] systemd[1]: Mounting Kernel Debug File System...
    [    2.779861] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    2.788563] systemd[1]: Mounting Temporary Directory /tmp...
    [    2.804431] systemd[1]: Starting Create List of Static Device Nodes...
    [    2.811464] systemd[1]: Starting Load Kernel Module configfs...
    [    2.819016] systemd[1]: Starting Load Kernel Module drm...
    [    2.827109] systemd[1]: Starting Load Kernel Module fuse...
    [    2.843213] systemd[1]: Starting Start psplash boot splash screen...
    [    2.868119] fuse: init (API version 7.37)
    [    2.874490] systemd[1]: Starting RPC Bind...
    [    2.874903] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    2.876642] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    2.876667] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    2.882971] systemd[1]: Starting Journal Service...
    [    2.980263] systemd[1]: Starting Load Kernel Modules...
    [    2.986365] systemd[1]: Starting Generate network units from Kernel command line...
    [    3.000574] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    3.007008] systemd[1]: Starting Coldplug All udev Devices...
    [    3.024025] systemd[1]: Mounted Huge Pages File System.
    [    3.026100] systemd[1]: Mounted POSIX Message Queue File System.
    [    3.027833] systemd[1]: Mounted Kernel Debug File System.
    [    3.029540] systemd[1]: Mounted Temporary Directory /tmp.
    [    3.036265] systemd[1]: Finished Create List of Static Device Nodes.
    [    3.039416] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    3.041192] systemd[1]: Finished Load Kernel Module configfs.
    [    3.044126] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    3.045417] systemd[1]: Finished Load Kernel Module drm.
    [    3.048312] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    3.050258] systemd[1]: Finished Load Kernel Module fuse.
    [    3.058347] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
    [    3.059320] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
    [    3.060701] systemd[1]: Failed to start Start psplash boot splash screen.
    [    3.063478] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
    [    3.063608] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
    [    3.079171] systemd[1]: Finished Generate network units from Kernel command line.
    [    3.084348] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    3.109437] cryptodev: loading out-of-tree module taints kernel.
    [    3.113189] cryptodev: driver 1.12 loaded.
    [    3.195353] systemd[1]: Mounting FUSE Control File System...
    [    3.202993] systemd[1]: Mounting Kernel Configuration File System...
    [    3.216227] systemd[1]: Started Journal Service.
    [    3.306910] systemd-journald[174]: Received client request to flush runtime journal.
    [    3.808027] random: crng init done
    [    4.114420] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
    [    4.114451] Modules linked in: rti_wdt(+) cdns_dphy_rx mcrc sa2ul cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
    [    4.114504] CPU: 1 PID: 206 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
    [    4.114514] Hardware name: Texas Instruments AM625 Generic (DT)
    [    4.114520] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    4.114527] pc : 0xffff800000a942d4
    [    4.114531] lr : 0xffff800000a942c0
    [    4.114535] sp : ffff000003c8f9a0
    [    4.114539] x29: ffff000003c8f9a0 x28: 0000000000000001 x27: ffff800008d9bbb0
    [    4.114549] x26: 0000000000000000 x25: ffff000003c8fd20 x24: 00000000000003e8
    [    4.114558] x23: ffff800008e6f050 x22: ffff00000166f890 x21: ffff00000039a010
    [    4.114566] x20: ffff80000915d090 x19: ffff00000166f880 x18: ffffffffffffffff
    [    4.114575] x17: 0000000000000000 x16: 0000000000000000 x15: ffff000001d16a1c
    [    4.114583] x14: 0000000000000000 x13: ffff000001d162b2 x12: ffff800008b6f5b8
    [    4.114592] x11: ffff800008f3f000 x10: 000000000000003f x9 : 0000000000000000
    [    4.114600] x8 : ffff000003d94a80 x7 : ffff80000915e000 x6 : 0068000000000713
    [    4.114609] x5 : ffff00000039a2c8 x4 : ffff00000039a2c8 x3 : 0000000000000000
    [    4.114618] x2 : ffff00000133bc00 x1 : 0000000000000000 x0 : ffff80000915d000
    [    4.114627] Call trace:
    [    4.114632]  0xffff800000a942d4
    [    4.114636]  0xffff80000853b264
    [    4.114638]  0xffff800008538a38
    [    4.114641]  0xffff800008538cc4
    [    4.114644]  0xffff800008538d9c
    [    4.114648]  0xffff800008539570
    [    4.114651]  0xffff800008536850
    [    4.114654]  0xffff8000085384b4
    [    4.114657]  0xffff800008537e4c
    [    4.114659]  0xffff800008539eb4
    [    4.114662]  0xffff80000853af14
    [    4.114665]  0xffff800000a9801c
    [    4.114668]  0xffff800008013960
    [    4.114671]  0xffff8000080a6554
    [    4.114674]  0xffff8000080a7fbc
    [    4.114677]  0xffff8000080a85d4
    [    4.114680]  0xffff8000080a866c
    [    4.114683]  0xffff80000801db1c
    [    4.114686]  0xffff80000801dc10
    [    4.114688]  0xffff80000898d650
    [    4.114691]  0xffff80000898eb04
    [    4.114694]  0xffff800008011488
    [    4.114707] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
    [    4.320666] ---[ end trace 0000000000000000 ]---
    [    4.325228] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    4.325295] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
    [    4.412132] platform 78000000.r5f: ti-sci processor request failed: -19
    [    4.412172] platform 78000000.r5f: ti_sci_proc_request failed, ret = -19
    [    4.412221] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_core_of_init failed, ret = -19
    [    4.412231] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_of_init failed, ret = -19
    [    5.671196] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    5.690105] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    5.690994] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    5.710791] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    5.710835] cfg80211: failed to load regulatory.db
    
    

  • Hello Jim,

    Could you share the final dtb file that you have loaded onto the eMMC/SDcard, so that I can compare it with the default dtb file.

    Regards,
    Aparna

  • Yes, see attached:

    k3-am625-sk.dtb.txt
    �
    ���u8��(��P Texas Instruments AM625 Genericti,am625-genericti,am625"1chosen=serial2:115200n8kIconsole=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwaitfirmwareopteelinaro,optee-tzRsmcpsci
    arm,psci-1.0Rsmctimer-cl0-cpu0arm,armv8-timer0Y
    
    pmuarm,cortex-a53-pmuYbus@f0000simple-bus"10dBB``p0p0p�p����� ���  
    �00000 0 00001111@�@�C`C`D0D0�D�D�HH@``pp1;;PP���$++0CCxx�xx�bus@4000000simple-bus"1d�pinctrl@4084000pinctrl-singlek@�o~ �����timer@4800000ti,am654-timerk��#�fck�#�	�reservedtimer@4810000ti,am654-timerk��0�fck�0�	�reservedtimer@4820000ti,am654-timerk��1�fck�1�	�reservedtimer@4830000ti,am654-timerk��2�fck�2�	�reservedesm@4100000
    ti,j721e-esmk�Userial@4a00000ti,am64-uartti,am654-uartk�Y������fclk	�disabled�
    i2c@4900000ti,am64-i2cti,omap4-i2ck�Yk"1�j�j�fck	�disabledspi@4b00000ti,am654-mcspiti,omap4-mcspik�Y�"1����	�disabledspi@4b10000ti,am654-mcspiti,omap4-mcspik�Y�"1����	�disabledinterrupt-controller@4210000ti,sci-intrk!,=DRh	�disabled�gpio@4201000ti,am64-gpioti,keystone-gpiok fvY,���O�O�gpio	�disabledwatchdog@4880000ti,j7-rti-wdtk���������	�reservedm4fss@5000000ti,am64-m4fss k
    �iramdram=D	���	�am62-mcu-m4f0_0-fw�	�disabledcan@4e08000bosch,m_can k����m_canmessage_ram�����
    �hclkcclk �@@@@  �	�disabled�can@4e18000bosch,m_can k����m_canmessage_ram�����
    �hclkcclk �@@@@  �	�disabled�bus@b00000simple-bus"1xd��$++0CCxx�xx�syscon@43000000sysconsimple-mfdkC"1dC�okay�chipid@14ti,am654-chipidk�okaysyscon@4008sysconk@�syscon@4018sysconk@�target-module@2b300050ti,sysc-omap2ti,sysc0k+0P+0T+0X�revsyscsyss$2?�r�r�fck"1d+0serial@0ti,am64-uartti,am654-uartkY�	�disabled�i2c@2b200000ti,am64-i2cti,omap4-i2ck+ Y�"1�k�k�fck	�disabledrtc@2b1f0000ti,am62-rtck+Yd�uu�vbusosc32k�u�watchdog@2b000000ti,j7-rti-wdtk+��������	�reservedr5fss@78000000ti,am62-r5fss"1 dxx�xx��wr5f@78000000ti,am62-r5fkx�x�
    �atcmbtcm=Dy���y1�ti-sysfw/ti-fs-stub-firmware-am62x-gp-signed.binSbqtemperature-sensor@b00000
    ti,j7200-vtm k���_}�sram@70000000
    mmio-sramkp"1dp	�disabledinterrupt-controller@1800000arm,gic-v3"1d,`k���  Y	�msi-controller@1820000arm,gic-v3-itsk��@��syscon@100000sysconsimple-mfdk"1d	�disabledphy@4044ti,am654-phy-gmii-selk@D��clock@4130ti,am62-epwm-tbclkkA0��dss-oldi-io-ctrl@8600sysconk��clock@82e0ti,am62-audio-refclkk���������clock@82e4ti,am62-audio-refclkk����
    ��
    ���bus@48000000simple-mfd"1�dHH@Dmailbox@4d000000ti,am654-secure-proxy��target_datartscfg0kMJ`J@�rx_012Y"�
    interrupt-controller@48000000ti,sci-intakH,�=DRD$�okay�	dma-controller@485c0100ti,am64-dmss-bcdmaPkH\LJ�J�K�$�gcfgbchanrtrchanrttchanrtringrt"	-=D8 N!d"�okay�dma-controller@485c0000ti,am64-dmss-pktdma@kH\J�J�K�@�gcfgrchanrttchanrtringrt"	-=Dd#$%&zN)+-/13�*,.2�okay�system-controller@44043000ti,k2g-sci��rxtx�
    
    
    �debug_messageskD0��
    �power-controllerti,sci-pm-domain��clock-controllerti,k2g-sci-clk��reset-controller
    ti,sci-reset��crypto@40900000ti,am62-sa3ulk@�"1d@�@�$�uutxrx1rx2mcrc@30300000ti,mcrck00�t�tmailbox@43600000ti,am654-secure-proxy��target_datartscfg0kC`D�D�	�disabledpinctrl@f4000ti,am6-padconfk@�o~ �����Yb,main-uart0-pins-default���main-i2c0-pins-default���main-mmc0-pins-defaultP ���main-mmc1-pins-default@<40,($@D�main-mdio1-pins-default`\main-rgmii1-pins-default`LPTXHD48<@0,main-rgmii2-pins-default`�����|lptxhdtimer@2400000ti,am654-timerk@Yx�$�fck�$�$�$�timer@2410000ti,am654-timerkAYy�%�fck�%�%�%�timer@2420000ti,am654-timerkBYz�&�fck�&�&�&�timer@2430000ti,am654-timerkCY{�'�fck�'�'�'�timer@2440000ti,am654-timerkDY|�(�fck�(�(�(�timer@2450000ti,am654-timerkEY}�)�fck�)�)�)�timer@2460000ti,am654-timerkFY~�*�fck�*�*�*�timer@2470000ti,am654-timerkGY�+�fck�+�+�+�esm@420000
    ti,j721e-esmkB�������serial@2800000ti,am64-uartti,am654-uartk�Y������fclk	�disabled$default2serial@2810000ti,am64-uartti,am654-uartk�Y������fclk	�disabledserial@2820000ti,am64-uartti,am654-uartk�Y������fclk	�disabledserial@2830000ti,am64-uartti,am654-uartk�Y������fclk	�disabledserial@2840000ti,am64-uartti,am654-uartk�Y������fclk	�disabledserial@2850000ti,am64-uartti,am654-uartk�Y������fclk	�disabledserial@2860000ti,am64-uartti,am654-uartk�Y������fclk	�disabledi2c@20000000ti,am64-i2cti,omap4-i2ck Y�"1�f�f�fck�okay$default2<�i2c@20010000ti,am64-i2cti,omap4-i2ck Y�"1�g�g�fck	�disabledi2c@20020000ti,am64-i2cti,omap4-i2ck Y�"1�h�h�fck	�disabledi2c@20030000ti,am64-i2cti,omap4-i2ck Y�"1�i�i�fck	�disabledspi@20100000ti,am654-mcspiti,omap4-mcspik Y�"1����	�disabledspi@20110000ti,am654-mcspiti,omap4-mcspik Y�"1����	�disabledspi@20120000ti,am654-mcspiti,omap4-mcspik Y�"1����	�disabledinterrupt-controller@a00000ti,sci-intrk�,=DR �okay�gpio@600000ti,am64-gpioti,keystone-gpiok`fvY������,�\��M�M�gpio	�disabledgpio@601000ti,am64-gpioti,keystone-gpiok`fvY������,�4��N�N�gpio	�disabledmmc@fa10000ti,am62-sdhci k���Y��9�99�clk_ahbclk_xin�9�9LVcr�����
    ��okay$default2mmc@fa00000ti,am62-sdhci k���YS�:�::�clk_ahbclk_xinLr�)?Uk��
    ��
    ��okay$default2� mmc@fa20000ti,am62-sdhci k���YR������clk_ahbclk_xinLr�)?Uk��
    �
    �
    �	�disabledgpu@fd00000ti,am62-pvrimg,pvr-axe116mk�YV����	�disableddwc3-usb@f900000ti,am62-usb k������ref�"1��d	�disabledusb@31000000
    snps,dwc3k1Y���hostperipheralhigh-speedotgdwc3-usb@f910000ti,am62-usb k������ref�"1��d	�disabledusb@31100000
    snps,dwc3k1Y���hostperipheralhigh-speedotgbus@fc00000simple-pm-busk��J"1d	�disabledspi@fc40000ti,am654-ospicdns,qspi-nor k�Y�)9�K�K�KN	�!��K"1	�disabledethernet@8000000ti,am642-cpsw-nuss"1k 
    �cpsw_nussd �
    �
    �
    �fck�
    l��������F#tx0tx1tx2tx3tx4tx5tx6tx7rx�okayethernet-ports"1port@1kcoport1uz�port@2kcoport2uzmdio@f00ti,cpsw-mdioti,davinci_mdiok"1�
    �fck�B@	�disabledcpts@3d000ti,j721e-cptsk��
    �cpts�f�cpts��dss@30200000
    ti,am625-dss�k0 0  0 `0 p0 �0 �0 �0 +�commonvidl1vidovr1ovr2vp1vp2common1���$�����fckvp1vp2YT	�disabledports"1pinctrl@a40000pinctrl-singlek�o~ ��	�disabledspinlock@2a000000ti,am64-hwspinlockk*�	�disabledmailbox@29000000ti,am64-mailboxk)YLM�	�disabledpwm@23100000ti,am3352-ecap*k#�3�3�fck	�disabledpwm@23110000ti,am3352-ecap*k#�4�4�fck	�disabledpwm@23120000ti,am3352-ecap*k#�5�5�fck	�disabledcounter@23200000ti,am3352-eqepk# �;�;�fckYt	�disabledcounter@23210000ti,am3352-eqepk#!�<�<�fckYu	�disabledcounter@23220000ti,am3352-eqepk#"�>�>�fckYv	�disabledcan@20701000bosch,m_can k p p���m_canmessage_ram�b�bb
    �hclkcclkY��
    �int0int1 �@@@@  	�disabledwatchdog@e000000ti,j7-rti-wdtk�}�}�}�}	�disabledwatchdog@e010000ti,j7-rti-wdtk�~�~�~�~	�disabledwatchdog@e020000ti,j7-rti-wdtk����watchdog@e030000ti,j7-rti-wdtk��������watchdog@e0f0000ti,j7-rti-wdtk��������pwm@23000000ti,am64-epwmti,am3352-ehrpwm*k#�V�V
    �tbclkfck	�disabledpwm@23010000ti,am64-epwmti,am3352-ehrpwm*k#�W�W
    �tbclkfck	�disabledpwm@23020000ti,am64-epwmti,am3352-ehrpwm*k#�X�X
    �tbclkfck	�disabledaudio-controller@2b00000ti,am33xx-mcasp-audio k� ���mpudatY���txrx �Etxrx���fck������	�disabledaudio-controller@2b10000ti,am33xx-mcasp-audio k� ���mpudatY���txrx �Etxrx���fck������	�disabledaudio-controller@2b20000ti,am33xx-mcasp-audio k� ���mpudatY���txrx �Etxrx���fck������	�disabledticsi2rx@30102000ti,j721e-csi2rx@GGGGrx0rx1rx2rx3k0 ��"1d	�disabledcsi-bridge@30101000cdns,csi2rxk0H�������F�sys_clkp_clkpixel_if0_clkpixel_if1_clkpixel_if2_clkpixel_if3_clku5dphy��ports"1port@0k	�disabledport@1k	�disabledport@2k	�disabledport@3k	�disabledport@4k	�disabledphy@30110000
    cdns,dphy-rxk0����okay�memory-controller@3b000000	�disabled
    ti,am64-gpmc�P�P�fck k;P	�cfgdataYj?K"1,fvecc@25010000	�disabledti,am3352-elmk% Y��6�6�fckpruss@30040000ti,am625-prussk0�Q"1d0	�disabledmemories@0k   �dram0dram1shrdram2cfg@26000ti,pruss-cfgsysconk`"1d` clocks"1coreclk-mux@3ck<��QQ��Q�iepclk-mux@30k0��Q���interrupt-controller@20000ti,pruss-intck ,`YXYZ[\]^_X�host_intr0host_intr1host_intr2host_intr3host_intr4host_intr5host_intr6host_intr7�pru@34000
    ti,am625-pruk@0 $�iramcontroldebug�am62x-pru0-fwY�vringpru@38000
    ti,am625-pruk�0@D�iramcontroldebug�am62x-pru1-fwY�vringthermal-zonesmain0-thermal]�s��tripsmain0-crit��(��	criticalmain1-thermal]�s��tripsmain1-crit��(��	criticalcpus"1cpu-mapcluster0core0�core1� core2�!core3�"cpu@0arm,cortex-a53k�cpu�psci���@����@�#/$���cpu@1arm,cortex-a53k�cpu�psci���@����@�#/$��� cpu@2arm,cortex-a53k�cpu�psci���@����@�#/$���!cpu@3arm,cortex-a53k�cpu�psci���@����@�#/$���"opp-tableoperating-points-v2-ti-cpuCN�$opp-200000000U��\m[��opp-400000000Uׄ\m[��opp-600000000U#�F\m[��opp-800000000U/�\m[��opp-1000000000U;��\m[��opp-1250000000UJ�|�\m[��~l2-cache0cache����@��#aliases&�/bus@f0000/bus@4000000/serial@4a00000�/bus@f0000/serial@2800000�/bus@f0000/mmc@fa10000�/bus@f0000/mmc@fa00000#�/bus@f0000/bus@fc00000/spi@fc400002�/bus@f0000/ethernet@8000000/ethernet-ports/port@12�/bus@f0000/ethernet@8000000/ethernet-ports/port@2)�/bus@f0000/dwc3-usb@f900000/usb@31000000memory@80000000�memoryk��reserved-memory"1dtfa@9e780000k�x��optee@9e800000k�����r5f-dma-memory@a0000000shared-dma-poolk� �lpm-memory@a1000000k���	modelcompatibleinterrupt-parent#address-cells#size-cellsstdout-pathbootargsmethodinterruptsrangesreg#pinctrl-cellspinctrl-single,register-widthpinctrl-single,function-maskclocksclock-namespower-domainsti,timer-pwmstatusti,esm-pinsphandleti,intr-trigger-typeinterrupt-controller#interrupt-cellsti,sciti,sci-dev-idti,interrupt-rangesgpio-controller#gpio-cellsti,ngpioti,davinci-gpio-unbankedassigned-clocksassigned-clock-parentsreg-namesti,sci-proc-idsresetsfirmware-namewakeup-sourcebosch,mram-cfgti,sysc-maskti,sysc-sidleti,syss-maskti,no-reset-on-initti,atcm-enableti,btcm-enableti,loczrama#thermal-sensor-cellssocionext,synquacer-pre-itsmsi-controller#msi-cells#phy-cells#clock-cellsdma-ranges#mbox-cellsinterrupt-namesti,unmapped-event-sourcesmsi-parent#dma-cellsti,sci-rm-range-bchanti,sci-rm-range-rchanti,sci-rm-range-tchanti,sci-rm-range-tflowti,sci-rm-range-rflowti,host-idmbox-namesmboxesti,partial-io-wakeup-sources#power-domain-cells#reset-cellsdmasdma-namespinctrl-single,pinspinctrl-namespinctrl-0clock-frequencybus-widthmmc-ddr-1_8vmmc-hs200-1_8vti,clkbuf-selti,otap-del-sel-legacyti,otap-del-sel-mmc-hsti,otap-del-sel-ddr52ti,otap-del-sel-hs200ti,itap-del-sel-legacyti,itap-del-sel-mmc-hsdisable-wpti,otap-del-sel-sd-hsti,otap-del-sel-sdr12ti,otap-del-sel-sdr25ti,otap-del-sel-sdr50ti,otap-del-sel-sdr104ti,otap-del-sel-ddr50ti,itap-del-sel-sd-hsti,itap-del-sel-sdr12ti,itap-del-sel-sdr25sdhci-caps-maskti,syscon-phy-pll-refclkmaximum-speeddr_modecdns,fifo-depthcdns,fifo-widthcdns,trigger-addressassigned-clock-ratesti,mac-onlylabelphysmac-addressti,syscon-efusebus_freqinterrupts-extendedti,cpts-ext-ts-inputsti,cpts-periodic-outputsti,am65x-oldi-io-ctrl#hwlock-cellsti,mbox-num-usersti,mbox-num-fifos#pwm-cellsphy-namesgpmc,num-csgpmc,num-waitpinspolling-delay-passivepolling-delaythermal-sensorstemperaturehysteresiscpudevice_typeenable-methodi-cache-sizei-cache-line-sizei-cache-setsd-cache-sized-cache-line-sized-cache-setsnext-level-cacheoperating-points-v2opp-sharedsysconopp-hzopp-supported-hwclock-latency-nsopp-suspendcache-unifiedcache-levelserial1serial2mmc0mmc1spi0ethernet0ethernet1usb0alignmentno-map

  • Could you zip the dtb file and attach it in the reply. Or please share it to a-patra@ti.com 

    Regards,
    Aparna

  • Aparna,

    Great!  I sent the dtb file and our DDR schematic in a zip file to the email you provided.

    I located a USB to ethernet adaptor that would accommodate 1000 Mbps and I get the following:

    U-Boot_TI_25.txt
    U-Boot SPL 2023.04-dirty (Jul 11 2024 - 15:53:46 -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 11 2024 - 15:53:52 -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 11 2024 - 15:53:52 -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, 27 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 - f6:8b:4c:99:b0:e5
    , 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)
    36213 bytes read in 19 ms (1.8 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 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.000235] Console: colour dummy device 80x25
    [    0.409125] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.409138] pid_max: default: 32768 minimum: 301
    [    0.409242] LSM: Security Framework initializing
    [    0.409415] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.409454] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.411746] rcu: Hierarchical SRCU implementation.
    [    0.411757] rcu:     Max phase no-delay instances is 400.
    [    0.411817] printk: bootconsole [ns16550a0] printing thread started
    [    0.464357] Platform MSI: msi-controller@1820000 domain created
    [    0.464552] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.464603] EFI services will not be available.
    [    0.464908] smp: Bringing up secondary CPUs ...
    [    0.465899] Detected VIPT I-cache on CPU1
    [    0.466057] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.466078] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.466154] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.516283] Detected VIPT I-cache on CPU2
    [    0.516403] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.516420] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.516469] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.542519] Detected VIPT I-cache on CPU3
    [    0.542637] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.542652] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.542694] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.542761] smp: Brought up 1 node, 4 CPUs
    [    0.542768] SMP: Total of 4 processors activated.
    [    0.576971] CPU features: detected: 32-bit EL0 Support
    [    0.576976] CPU features: detected: CRC32 instructions
    [    0.577029] CPU: All CPU(s) started at EL2
    [    0.577032] alternatives: applying system-wide alternatives
    [    0.579174] devtmpfs: initialized
    [    0.588179] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.588218] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.590314] pinctrl core: initialized pinctrl subsystem
    [    0.591193] DMI not present or invalid.
    [    0.591863] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.594819] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.595263] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.595509] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.595639] audit: initializing netlink subsys (disabled)
    [    0.595847] audit: type=2000 audit(0.594:1): state=initialized audit_enabled=0 res=1
    [    0.596576] thermal_sys: Registered thermal governor 'step_wise'
    [    0.596851] ASID allocator initialised with 65536 entries
    [    0.613374] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.613389] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.613394] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.613397] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.613401] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.613404] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.613408] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.613412] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.619022] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.619654] iommu: Default domain type: Translated
    [    0.619661] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.620087] SCSI subsystem initialized
    [    0.620500] usbcore: registered new interface driver usbfs
    [    0.620547] usbcore: registered new interface driver hub
    [    0.620581] usbcore: registered new device driver usb
    [    0.620976] pps_core: LinuxPPS API ver. 1 registered
    [    0.620980] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.620999] PTP clock support registered
    [    0.621120] EDAC MC: Ver: 3.0.0
    [    0.621955] FPGA manager framework
    [    0.622087] Advanced Linux Sound Architecture Driver Initialized.
    [    0.623299] clocksource: Switched to clocksource arch_sys_counter
    [    0.623654] VFS: Disk quotas dquot_6.6.0
    [    0.623700] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.631024] NET: Registered PF_INET protocol family
    [    0.631551] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.633488] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.633574] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.633590] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.633863] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.636492] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.636872] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.637148] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.637766] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.638504] RPC: Registered named UNIX socket transport module.
    [    0.638513] RPC: Registered udp transport module.
    [    0.638516] RPC: Registered tcp transport module.
    [    0.638519] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.638534] PCI: CLS 0 bytes, default 64
    [    0.666460] Initialise system trusted keyrings
    [    0.666716] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.672331] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.672963] NFS: Registering the id_resolver key type
    [    0.673013] Key type id_resolver registered
    [    0.673017] Key type id_legacy registered
    [    0.673091] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.673099] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.708746] Key type asymmetric registered
    [    0.708760] Asymmetric key parser 'x509' registered
    [    0.708846] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.708856] io scheduler mq-deadline registered
    [    0.708861] io scheduler kyber registered
    [    0.725653] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.726518] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.733143] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.754025] loop: module loaded
    [    0.755241] megasas: 07.719.03.00-rc1
    [    0.759022] tun: Universal TUN/TAP device driver, 1.6
    [    0.759819] VFIO - User Level meta-driver version: 0.3
    [    0.760575] usbcore: registered new interface driver usb-storage
    [    0.761168] i2c_dev: i2c /dev entries driver
    [    0.761658] sdhci: Secure Digital Host Controller Interface driver
    [    0.761663] sdhci: Copyright(c) Pierre Ossman
    [    0.761811] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.762344] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.762656] usbcore: registered new interface driver usbhid
    [    0.762660] usbhid: USB HID core driver
    [    0.763662] optee: probing for conduit method.
    [    0.763720] optee: revision 4.1 (012cdca4)
    [    0.764122] optee: dynamic shared memory is enabled
    [    0.764689] optee: initialized driver
    [    0.766642] Initializing XFRM netlink socket
    [    0.766707] NET: Registered PF_PACKET protocol family
    [    0.766817] Key type dns_resolver registered
    [    0.767167] registered taskstats version 1
    [    0.767172] Loading compiled-in X.509 certificates
    [    0.777622] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    0.822172] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.837239] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.837544] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.837842] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.838718] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.841540] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.844941] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.849990] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.853021] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    0.853067] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    0.855094] mmc0: CQHCI version 5.10
    [    0.855509] mmc1: CQHCI version 5.10
    [    0.855981] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    0.856026] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    0.857363] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.864163] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    0.869762] ALSA device list:
    [    0.869771]   No soundcards found.
    [    0.870435] Warning: unable to open an initial console.
    [    0.896922] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.896922] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    0.897553] Waiting for root device PARTUUID=1a2fb328-02...
    [    0.898139] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    0.898181] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    0.929291] mmc1: new SDHC card at address 5048
    [    0.930457] mmcblk1: mmc1:5048 SD32G 28.8 GiB
    [    0.933984]  mmcblk1: p1 p2
    [    0.935430] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    0.935477] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    0.979501] EXT4-fs (mmcblk1p2): recovery complete
    [    0.980509] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    0.980638] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    0.982055] devtmpfs: mounted
    [    0.984178] Freeing unused kernel memory: 1728K
    [    0.984344] Run /sbin/init as init process
    [    0.994570] mmc0: Command Queue Engine enabled
    [    0.994600] mmc0: new HS200 MMC card at address 0001
    [    0.995785] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    0.998739] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    1.000622] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    1.002139] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    1.003054] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.003097] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    1.671386] systemd[1]: System time before build time, advancing clock.
    [    1.800456] NET: Registered PF_INET6 protocol family
    [    1.802122] Segment Routing with IPv6
    [    1.802163] In-situ OAM (IOAM) with IPv6
    [    1.846379] 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.847120] systemd[1]: Detected architecture arm64.
    [    1.881143] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.063131] systemd-sysv-generator[160]: 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.431039] 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.510420] systemd[1]: Queued start job for default target Multi-User System.
    [    2.547732] systemd[1]: Created slice Slice /system/getty.
    [    2.550347] systemd[1]: Created slice Slice /system/modprobe.
    [    2.555246] systemd[1]: Created slice User and Session Slice.
    [    2.560531] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.566176] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.574324] systemd[1]: Reached target Path Units.
    [    2.581836] systemd[1]: Reached target Remote File Systems.
    [    2.586719] systemd[1]: Reached target Slice Units.
    [    2.586854] systemd[1]: Reached target Swaps.
    [    2.589903] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.593263] systemd[1]: Reached target RPC Port Mapper.
    [    2.606105] systemd[1]: Listening on Process Core Dump Socket.
    [    2.609825] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.615807] systemd[1]: Listening on Journal Audit Socket.
    [    2.621464] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.628174] systemd[1]: Listening on Journal Socket.
    [    2.633971] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.641550] systemd[1]: Listening on udev Control Socket.
    [    2.644843] systemd[1]: Listening on udev Kernel Socket.
    [    2.651341] systemd[1]: Listening on User Database Manager Socket.
    [    2.682147] systemd[1]: Mounting Huge Pages File System...
    [    2.688017] systemd[1]: Mounting POSIX Message Queue File System...
    [    2.701031] systemd[1]: Mounting Kernel Debug File System...
    [    2.702110] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    2.710621] systemd[1]: Mounting Temporary Directory /tmp...
    [    2.726876] systemd[1]: Starting Create List of Static Device Nodes...
    [    2.733609] systemd[1]: Starting Load Kernel Module configfs...
    [    2.740453] systemd[1]: Starting Load Kernel Module drm...
    [    2.748601] systemd[1]: Starting Load Kernel Module fuse...
    [    2.762029] systemd[1]: Starting Start psplash boot splash screen...
    [    2.786844] systemd[1]: Starting RPC Bind...
    [    2.787424] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    2.789475] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    2.789562] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    2.789934] fuse: init (API version 7.37)
    [    2.797067] systemd[1]: Starting Journal Service...
    [    2.887248] systemd[1]: Starting Load Kernel Modules...
    [    2.899204] systemd[1]: Starting Generate network units from Kernel command line...
    [    2.914113] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    2.921248] systemd[1]: Starting Coldplug All udev Devices...
    [    2.947930] systemd[1]: Mounted Huge Pages File System.
    [    2.949883] systemd[1]: Mounted POSIX Message Queue File System.
    [    2.955347] systemd[1]: Mounted Kernel Debug File System.
    [    2.962020] systemd[1]: Mounted Temporary Directory /tmp.
    [    2.990059] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    3.000191] systemd[1]: Finished Create List of Static Device Nodes.
    [    3.002721] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    3.003684] systemd[1]: Finished Load Kernel Module configfs.
    [    3.008810] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    3.009708] systemd[1]: Finished Load Kernel Module drm.
    [    3.014688] cryptodev: loading out-of-tree module taints kernel.
    [    3.017018] cryptodev: driver 1.12 loaded.
    [    3.017220] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    3.018264] systemd[1]: Finished Load Kernel Module fuse.
    [    3.021958] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
    [    3.022773] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
    [    3.023758] systemd[1]: Failed to start Start psplash boot splash screen.
    [    3.027603] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
    [    3.033365] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
    [    3.034482] systemd[1]: Started Journal Service.
    [    3.177713] systemd-journald[172]: Received client request to flush runtime journal.
    [    3.681510] random: crng init done
    [    3.888787] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    3.888849] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    3.968967] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    3.969046] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    3.980871] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    3.980928] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    3.988968] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
    [    3.988997] Modules linked in: rti_wdt(+) sa2ul(+) mcrc cdns_dphy_rx cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
    [    3.989048] CPU: 3 PID: 204 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
    [    3.989058] Hardware name: Texas Instruments AM625 Generic (DT)
    [    3.989065] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    3.989073] pc : 0xffff800000a912d4
    [    3.989078] lr : 0xffff800000a912c0
    [    3.989081] sp : ffff0000035239a0
    [    3.989083] x29: ffff0000035239a0 x28: 0000000000000001 x27: ffff800008d9bbb0
    [    3.989092] x26: 0000000000000000 x25: ffff000003523d20 x24: 00000000000003e8
    [    3.989100] x23: ffff800008e6f050 x22: ffff000003278490 x21: ffff00000022e410
    [    3.989110] x20: ffff80000915a090 x19: ffff000003278480 x18: 0000000000000000
    [    3.989118] x17: 0000000000000001 x16: 0000782f48c0e7fa x15: 01e00c177875bf08
    [    3.989127] x14: 0000000000000000 x13: 000000000081c52f x12: ffff800008b6f5b8
    [    3.989136] x11: ffff800008f3f000 x10: 000000000000003f x9 : 0000000000000000
    [    3.989144] x8 : ffff0000035efe00 x7 : ffff80000915b000 x6 : 0068000000000713
    [    3.989152] x5 : ffff00000022e6c8 x4 : ffff00000022e6c8 x3 : 0000000000000000
    [    3.989160] x2 : ffff000001598c00 x1 : 0000000000000000 x0 : ffff80000915a000
    [    3.989170] Call trace:
    [    3.989176]  0xffff800000a912d4
    [    3.989180]  0xffff80000853b264
    [    3.989182]  0xffff800008538a38
    [    3.989185]  0xffff800008538cc4
    [    3.989189]  0xffff800008538d9c
    [    3.989192]  0xffff800008539570
    [    3.989194]  0xffff800008536850
    [    3.989197]  0xffff8000085384b4
    [    3.989201]  0xffff800008537e4c
    [    3.989203]  0xffff800008539eb4
    [    3.989207]  0xffff80000853af14
    [    3.989210]  0xffff800000a9501c
    [    3.989212]  0xffff800008013960
    [    3.989215]  0xffff8000080a6554
    [    3.989218]  0xffff8000080a7fbc
    [    3.989221]  0xffff8000080a85d4
    [    3.989225]  0xffff8000080a866c
    [    3.989228]  0xffff80000801db1c
    [    3.989231]  0xffff80000801dc10
    [    3.989234]  0xffff80000898d650
    [    3.989237]  0xffff80000898eb04
    [    3.989240]  0xffff800008011488
    [    3.989249] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
    [    3.989261] ---[ end trace 0000000000000000 ]---
    [    3.993947] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    3.994007] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    4.036507] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    4.036569] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
    [    4.041751] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    4.041831] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    4.145322] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.145491] platform 78000000.r5f: configured R5F for IPC-only mode
    [    4.145505] platform 78000000.r5f: device does not have reserved memory regions, ret = -22
    [    4.145512] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: reserved memory init failed, ret = -22
    [    4.145525] remoteproc remoteproc0: releasing 78000000.r5f
    [    4.145540] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_rproc_init failed, ret = -22
    [    4.145581] k3_r5_rproc: probe of bus@f0000:bus@b00000:r5fss@78000000 failed with error -22
    [    4.199611] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    4.199681] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    4.205820] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    4.205881] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    5.502640] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    5.518717] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    5.519669] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    5.547785] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    5.547835] cfg80211: failed to load regulatory.db
    [   14.306222] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [   14.306398] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [   14.306817] platform 8000000.ethernet: deferred probe pending
    

  • Aparna,

    Great!  I sent the dtb file and our DDR schematic in a zip file to the email you provided.

    I located a USB to ethernet adaptor that would accommodate 1000 Mbps and I get the following:

    U-Boot_TI_25.txt
    U-Boot SPL 2023.04-dirty (Jul 11 2024 - 15:53:46 -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 11 2024 - 15:53:52 -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 11 2024 - 15:53:52 -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, 27 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 - f6:8b:4c:99:b0:e5
    , 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)
    36213 bytes read in 19 ms (1.8 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 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.000235] Console: colour dummy device 80x25
    [    0.409125] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.409138] pid_max: default: 32768 minimum: 301
    [    0.409242] LSM: Security Framework initializing
    [    0.409415] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.409454] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.411746] rcu: Hierarchical SRCU implementation.
    [    0.411757] rcu:     Max phase no-delay instances is 400.
    [    0.411817] printk: bootconsole [ns16550a0] printing thread started
    [    0.464357] Platform MSI: msi-controller@1820000 domain created
    [    0.464552] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.464603] EFI services will not be available.
    [    0.464908] smp: Bringing up secondary CPUs ...
    [    0.465899] Detected VIPT I-cache on CPU1
    [    0.466057] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.466078] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.466154] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.516283] Detected VIPT I-cache on CPU2
    [    0.516403] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.516420] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.516469] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.542519] Detected VIPT I-cache on CPU3
    [    0.542637] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.542652] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.542694] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.542761] smp: Brought up 1 node, 4 CPUs
    [    0.542768] SMP: Total of 4 processors activated.
    [    0.576971] CPU features: detected: 32-bit EL0 Support
    [    0.576976] CPU features: detected: CRC32 instructions
    [    0.577029] CPU: All CPU(s) started at EL2
    [    0.577032] alternatives: applying system-wide alternatives
    [    0.579174] devtmpfs: initialized
    [    0.588179] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.588218] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.590314] pinctrl core: initialized pinctrl subsystem
    [    0.591193] DMI not present or invalid.
    [    0.591863] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.594819] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.595263] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.595509] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.595639] audit: initializing netlink subsys (disabled)
    [    0.595847] audit: type=2000 audit(0.594:1): state=initialized audit_enabled=0 res=1
    [    0.596576] thermal_sys: Registered thermal governor 'step_wise'
    [    0.596851] ASID allocator initialised with 65536 entries
    [    0.613374] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.613389] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.613394] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.613397] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.613401] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.613404] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.613408] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.613412] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.619022] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.619654] iommu: Default domain type: Translated
    [    0.619661] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.620087] SCSI subsystem initialized
    [    0.620500] usbcore: registered new interface driver usbfs
    [    0.620547] usbcore: registered new interface driver hub
    [    0.620581] usbcore: registered new device driver usb
    [    0.620976] pps_core: LinuxPPS API ver. 1 registered
    [    0.620980] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.620999] PTP clock support registered
    [    0.621120] EDAC MC: Ver: 3.0.0
    [    0.621955] FPGA manager framework
    [    0.622087] Advanced Linux Sound Architecture Driver Initialized.
    [    0.623299] clocksource: Switched to clocksource arch_sys_counter
    [    0.623654] VFS: Disk quotas dquot_6.6.0
    [    0.623700] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.631024] NET: Registered PF_INET protocol family
    [    0.631551] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.633488] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.633574] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.633590] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.633863] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.636492] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.636872] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.637148] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.637766] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.638504] RPC: Registered named UNIX socket transport module.
    [    0.638513] RPC: Registered udp transport module.
    [    0.638516] RPC: Registered tcp transport module.
    [    0.638519] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.638534] PCI: CLS 0 bytes, default 64
    [    0.666460] Initialise system trusted keyrings
    [    0.666716] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.672331] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.672963] NFS: Registering the id_resolver key type
    [    0.673013] Key type id_resolver registered
    [    0.673017] Key type id_legacy registered
    [    0.673091] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.673099] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.708746] Key type asymmetric registered
    [    0.708760] Asymmetric key parser 'x509' registered
    [    0.708846] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.708856] io scheduler mq-deadline registered
    [    0.708861] io scheduler kyber registered
    [    0.725653] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.726518] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.733143] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.754025] loop: module loaded
    [    0.755241] megasas: 07.719.03.00-rc1
    [    0.759022] tun: Universal TUN/TAP device driver, 1.6
    [    0.759819] VFIO - User Level meta-driver version: 0.3
    [    0.760575] usbcore: registered new interface driver usb-storage
    [    0.761168] i2c_dev: i2c /dev entries driver
    [    0.761658] sdhci: Secure Digital Host Controller Interface driver
    [    0.761663] sdhci: Copyright(c) Pierre Ossman
    [    0.761811] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.762344] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.762656] usbcore: registered new interface driver usbhid
    [    0.762660] usbhid: USB HID core driver
    [    0.763662] optee: probing for conduit method.
    [    0.763720] optee: revision 4.1 (012cdca4)
    [    0.764122] optee: dynamic shared memory is enabled
    [    0.764689] optee: initialized driver
    [    0.766642] Initializing XFRM netlink socket
    [    0.766707] NET: Registered PF_PACKET protocol family
    [    0.766817] Key type dns_resolver registered
    [    0.767167] registered taskstats version 1
    [    0.767172] Loading compiled-in X.509 certificates
    [    0.777622] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    0.822172] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.837239] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.837544] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.837842] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.838718] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.841540] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.844941] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.849990] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.853021] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    0.853067] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    0.855094] mmc0: CQHCI version 5.10
    [    0.855509] mmc1: CQHCI version 5.10
    [    0.855981] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    0.856026] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    0.857363] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.864163] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    0.869762] ALSA device list:
    [    0.869771]   No soundcards found.
    [    0.870435] Warning: unable to open an initial console.
    [    0.896922] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.896922] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    0.897553] Waiting for root device PARTUUID=1a2fb328-02...
    [    0.898139] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    0.898181] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    0.929291] mmc1: new SDHC card at address 5048
    [    0.930457] mmcblk1: mmc1:5048 SD32G 28.8 GiB
    [    0.933984]  mmcblk1: p1 p2
    [    0.935430] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    0.935477] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    0.979501] EXT4-fs (mmcblk1p2): recovery complete
    [    0.980509] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    0.980638] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    0.982055] devtmpfs: mounted
    [    0.984178] Freeing unused kernel memory: 1728K
    [    0.984344] Run /sbin/init as init process
    [    0.994570] mmc0: Command Queue Engine enabled
    [    0.994600] mmc0: new HS200 MMC card at address 0001
    [    0.995785] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    0.998739] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    1.000622] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    1.002139] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    1.003054] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.003097] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    1.671386] systemd[1]: System time before build time, advancing clock.
    [    1.800456] NET: Registered PF_INET6 protocol family
    [    1.802122] Segment Routing with IPv6
    [    1.802163] In-situ OAM (IOAM) with IPv6
    [    1.846379] 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.847120] systemd[1]: Detected architecture arm64.
    [    1.881143] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.063131] systemd-sysv-generator[160]: 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.431039] 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.510420] systemd[1]: Queued start job for default target Multi-User System.
    [    2.547732] systemd[1]: Created slice Slice /system/getty.
    [    2.550347] systemd[1]: Created slice Slice /system/modprobe.
    [    2.555246] systemd[1]: Created slice User and Session Slice.
    [    2.560531] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.566176] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.574324] systemd[1]: Reached target Path Units.
    [    2.581836] systemd[1]: Reached target Remote File Systems.
    [    2.586719] systemd[1]: Reached target Slice Units.
    [    2.586854] systemd[1]: Reached target Swaps.
    [    2.589903] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.593263] systemd[1]: Reached target RPC Port Mapper.
    [    2.606105] systemd[1]: Listening on Process Core Dump Socket.
    [    2.609825] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.615807] systemd[1]: Listening on Journal Audit Socket.
    [    2.621464] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.628174] systemd[1]: Listening on Journal Socket.
    [    2.633971] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.641550] systemd[1]: Listening on udev Control Socket.
    [    2.644843] systemd[1]: Listening on udev Kernel Socket.
    [    2.651341] systemd[1]: Listening on User Database Manager Socket.
    [    2.682147] systemd[1]: Mounting Huge Pages File System...
    [    2.688017] systemd[1]: Mounting POSIX Message Queue File System...
    [    2.701031] systemd[1]: Mounting Kernel Debug File System...
    [    2.702110] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    2.710621] systemd[1]: Mounting Temporary Directory /tmp...
    [    2.726876] systemd[1]: Starting Create List of Static Device Nodes...
    [    2.733609] systemd[1]: Starting Load Kernel Module configfs...
    [    2.740453] systemd[1]: Starting Load Kernel Module drm...
    [    2.748601] systemd[1]: Starting Load Kernel Module fuse...
    [    2.762029] systemd[1]: Starting Start psplash boot splash screen...
    [    2.786844] systemd[1]: Starting RPC Bind...
    [    2.787424] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    2.789475] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    2.789562] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    2.789934] fuse: init (API version 7.37)
    [    2.797067] systemd[1]: Starting Journal Service...
    [    2.887248] systemd[1]: Starting Load Kernel Modules...
    [    2.899204] systemd[1]: Starting Generate network units from Kernel command line...
    [    2.914113] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    2.921248] systemd[1]: Starting Coldplug All udev Devices...
    [    2.947930] systemd[1]: Mounted Huge Pages File System.
    [    2.949883] systemd[1]: Mounted POSIX Message Queue File System.
    [    2.955347] systemd[1]: Mounted Kernel Debug File System.
    [    2.962020] systemd[1]: Mounted Temporary Directory /tmp.
    [    2.990059] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    3.000191] systemd[1]: Finished Create List of Static Device Nodes.
    [    3.002721] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    3.003684] systemd[1]: Finished Load Kernel Module configfs.
    [    3.008810] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    3.009708] systemd[1]: Finished Load Kernel Module drm.
    [    3.014688] cryptodev: loading out-of-tree module taints kernel.
    [    3.017018] cryptodev: driver 1.12 loaded.
    [    3.017220] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    3.018264] systemd[1]: Finished Load Kernel Module fuse.
    [    3.021958] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
    [    3.022773] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
    [    3.023758] systemd[1]: Failed to start Start psplash boot splash screen.
    [    3.027603] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
    [    3.033365] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
    [    3.034482] systemd[1]: Started Journal Service.
    [    3.177713] systemd-journald[172]: Received client request to flush runtime journal.
    [    3.681510] random: crng init done
    [    3.888787] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    3.888849] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    3.968967] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    3.969046] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    3.980871] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    3.980928] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    3.988968] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
    [    3.988997] Modules linked in: rti_wdt(+) sa2ul(+) mcrc cdns_dphy_rx cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
    [    3.989048] CPU: 3 PID: 204 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
    [    3.989058] Hardware name: Texas Instruments AM625 Generic (DT)
    [    3.989065] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    3.989073] pc : 0xffff800000a912d4
    [    3.989078] lr : 0xffff800000a912c0
    [    3.989081] sp : ffff0000035239a0
    [    3.989083] x29: ffff0000035239a0 x28: 0000000000000001 x27: ffff800008d9bbb0
    [    3.989092] x26: 0000000000000000 x25: ffff000003523d20 x24: 00000000000003e8
    [    3.989100] x23: ffff800008e6f050 x22: ffff000003278490 x21: ffff00000022e410
    [    3.989110] x20: ffff80000915a090 x19: ffff000003278480 x18: 0000000000000000
    [    3.989118] x17: 0000000000000001 x16: 0000782f48c0e7fa x15: 01e00c177875bf08
    [    3.989127] x14: 0000000000000000 x13: 000000000081c52f x12: ffff800008b6f5b8
    [    3.989136] x11: ffff800008f3f000 x10: 000000000000003f x9 : 0000000000000000
    [    3.989144] x8 : ffff0000035efe00 x7 : ffff80000915b000 x6 : 0068000000000713
    [    3.989152] x5 : ffff00000022e6c8 x4 : ffff00000022e6c8 x3 : 0000000000000000
    [    3.989160] x2 : ffff000001598c00 x1 : 0000000000000000 x0 : ffff80000915a000
    [    3.989170] Call trace:
    [    3.989176]  0xffff800000a912d4
    [    3.989180]  0xffff80000853b264
    [    3.989182]  0xffff800008538a38
    [    3.989185]  0xffff800008538cc4
    [    3.989189]  0xffff800008538d9c
    [    3.989192]  0xffff800008539570
    [    3.989194]  0xffff800008536850
    [    3.989197]  0xffff8000085384b4
    [    3.989201]  0xffff800008537e4c
    [    3.989203]  0xffff800008539eb4
    [    3.989207]  0xffff80000853af14
    [    3.989210]  0xffff800000a9501c
    [    3.989212]  0xffff800008013960
    [    3.989215]  0xffff8000080a6554
    [    3.989218]  0xffff8000080a7fbc
    [    3.989221]  0xffff8000080a85d4
    [    3.989225]  0xffff8000080a866c
    [    3.989228]  0xffff80000801db1c
    [    3.989231]  0xffff80000801dc10
    [    3.989234]  0xffff80000898d650
    [    3.989237]  0xffff80000898eb04
    [    3.989240]  0xffff800008011488
    [    3.989249] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
    [    3.989261] ---[ end trace 0000000000000000 ]---
    [    3.993947] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    3.994007] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    4.036507] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    4.036569] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
    [    4.041751] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    4.041831] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    4.145322] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.145491] platform 78000000.r5f: configured R5F for IPC-only mode
    [    4.145505] platform 78000000.r5f: device does not have reserved memory regions, ret = -22
    [    4.145512] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: reserved memory init failed, ret = -22
    [    4.145525] remoteproc remoteproc0: releasing 78000000.r5f
    [    4.145540] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_rproc_init failed, ret = -22
    [    4.145581] k3_r5_rproc: probe of bus@f0000:bus@b00000:r5fss@78000000 failed with error -22
    [    4.199611] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    4.199681] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    4.205820] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    4.205881] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    5.502640] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    5.518717] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    5.519669] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    5.547785] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    5.547835] cfg80211: failed to load regulatory.db
    [   14.306222] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [   14.306398] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [   14.306817] platform 8000000.ethernet: deferred probe pending
    

    I sent an additional zip file (in a separate email - to the one you provided) with the configuration modifications I have made to attempt a minimal boot.

    Thanks! 

  • Hello Jim,

    From the shared dtb file, I had deduced the dts file and could not find reserved memory section, suspecting that could the root cause of this issue.

    But the recent email has two dts files, one of them has the reserved memory regions assigned and another doesn't. Could you confirm if you are setting the reserved-memory node correctly, by referring to the default dts file.

    Regards,
    Aparna

  • Aparna,

    Thanks for the reply and acknowledging the receipt of the emails.

    I'm assuming you're talking about the dts files in the kernel folder?  According to the Linux Board port, I copy the "k3-am625-hello-world_June25.dtb" file over the "k3-am625-sk.dtb" file on the SD card.  Are these the two dts files you're referring to?

    The "k3-am625-sk.dts" in the u-boot folder has a few more memory locations reserved.  Should this be what appears in the "k3-am625-hello-world_June25.dts" that generates the dtb file that is copied to the SD card?

    I sent a follow up email.

  • Hi Jim,

    Aparna will be out of office for the next few days. Please expect some delay in response time.

    Thank you for your patience.

    Regards,

    Nitika

  • Nitika,

    No problem!  Thanks!

  • Hi Jim,

    Aparna pinged me for this thread before she left. I just got a chance now and reviewed the thread, and understood you are able to boot kernel from the SD card, the rootfs is mounted, but the Linux login prompt doesn't show up.

    The purpose of the "hello-world" dts is mainly to bring up kernel on a custom board, but now it seems something is missing which prevents the Linux login prompt to show up on your board.

    Now can you please put the "hello-world" dts aside, and directly use the k3-am625-sk.dts from kernel, change whatever needed that you know for your board, to see how far you can boot Linux with it?

  • Bin,

    OK!  It may take me a day or two to get to it (since I'm working on another project, as well) but I'll give you feedback as soon as I can!