This thread has been locked.

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

AM68A: MMC Linux Boot Error on Custom Board

Part Number: AM68A
Other Parts Discussed in Thread: SK-AM68

Tool/software:

Hello,

I'm in the process of bringing up a custom board using the AM68A and Linux SDK v10.00.08. We've got u-boot working on the R5 and A72 but having issues now with getting Linux up and running. We are booting off of an SD card on mmc1. The error from the Linux boot process is that it is unable to mount the sdcard. Here is the complete boot log:

U-Boot SPL 2024.04-g4ccc9bf3-dirty (Oct 10 2024 - 10:19:11 -0400)
SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
EEPROM not available at 0x50, trying to read at 0x51
Reading on-board EEPROM at 0x51 failed -121
SPL initial stack usage: 13440 bytes
Trying to boot from MMC2
Authentication passed
Authentication passed
Authentication passed
Loading Environment from nowhere... OK
Authentication passed
Authentication passed
Starting ATF on ARM64 core...

NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b8
NOTICE:  BL31: Built : 10:02:54, Oct 10 2024
I/TC:
I/TC: OP-TEE version: 4.2.0-dev (gcc version 13.3.1 20240614 (Arm GNU Toolchain 13.3.Rel1 (Build arm-13.24))) #1 Thu Oct 10 14:04:09 UTC 2024 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: GIC redistributor base address not provided
I/TC: Assuming default GIC group status and modifier
I/TC: SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot

U-Boot SPL 2024.04-g4ccc9bf3-dirty (Oct 10 2024 - 10:19:04 -0400)
SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
i2c_omap i2c@42120000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19
EEPROM not available at 0x50, trying to read at 0x51
Reading on-board EEPROM at 0x51 failed -121
Trying to boot from MMC2
Authentication passed
Authentication passed


U-Boot 2024.04-g4ccc9bf3-dirty (Oct 10 2024 - 10:19:04 -0400)

SoC:   J721S2 SR1.0 HS-FS
Model: Texas Instruments AM68 SK
i2c_omap i2c@42120000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19
EEPROM not available at 0x50, trying to read at 0x51
Reading on-board EEPROM at 0x51 failed -121
Board: J721S2X-PM1-SOM rev E1
DRAM:  2 GiB (effective 16 GiB)
Core:  106 devices, 32 uclasses, devicetree: separate
Flash: 0 Bytes
MMC:   mmc@4fb0000: 1
Loading Environment from nowhere... OK
In:    serial@2830000
Out:   serial@2830000
Err:   serial@2830000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1
EEPROM not available at 0x50, trying to read at 0x51
Reading on-board EEPROM at 0x51 failed -121
Net:   eth0: ethernet@46000000port@1
Hit any key to stop autoboot:  0
=> setenv console ttyS3,115200n8
=> setenv fdtfile ti/k3-am68-sk-base-board.dtb
=> boot
 ** fs_devread read error - block
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
942 bytes read in 39 ms (23.4 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
Running uenvcmd ...
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
482764 bytes read in 103 ms (4.5 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Load Remote Processor 2 with data@addr=0x82000000 482764 bytes: Success!
322740 bytes read in 97 ms (3.2 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Load Remote Processor 3 with data@addr=0x82000000 322740 bytes: Success!
Failed to load '/lib/firmware/j721s2-main-r5f1_0-fw'
Failed to load '/lib/firmware/j721s2-main-r5f1_1-fw'
15077408 bytes read in 705 ms (20.4 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Load Remote Processor 6 with data@addr=0x82000000 15077408 bytes: Success!
9703384 bytes read in 484 ms (19.1 MiB/s)
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Load Remote Processor 7 with data@addr=0x82000000 9703384 bytes: Success!
20560384 bytes read in 882 ms (22.2 MiB/s)
100331 bytes read in 45 ms (2.1 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 000000008fee4000, end 000000008fffffff ... OK
Working FDT set to 8fee4000

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[    0.000000] Linux version 6.6.32-gd87835d23c93 (amandio@DESKTOP-UJC140B) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240620) #1 SMP PREEMPT Mon Oct  7 16:34:15 EDT 2024
[    0.000000] KASLR disabled due to lack of seed
[    0.000000] Machine model: Texas Instruments AM68 SK
[    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002830000 (options '')
[    0.000000] printk: bootconsole [ns16550a0] enabled
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000bc8000000, size 896 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x0000000bc8000000..0x0000000bffffffff (917504 KiB) map reusable linux,cma
[    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node c71-dma-memory@a6000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable c71-dma-memory@a6000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node c71-memory@a6100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable c71-memory@a6100000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node c71-dma-memory@a7000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable c71-dma-memory@a7000000
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node c71-memory@a7100000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable c71-memory@a7100000
[    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a9bfffff (28672 KiB) nomap non-reusable ipc-memories@a8000000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000bffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
[    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a9bfffff]
[    0.000000]   node   0: [mem 0x00000000a9c00000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000880000000-0x0000000bffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000bffffffff]
[    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 s43112 r8192 d30616 u81920
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: Spectre-v3a
[    0.000000] CPU features: detected: Spectre-BHB
[    0.000000] CPU features: detected: ARM erratum 1742098
[    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: console=ttyS3,115200n8 earlycon=ns16550a,mmio32,0x02830000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=9dadd190-02 rw rootfstype=ext4 rootwait
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4128768
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] software IO TLB: area num 2.
[    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[    0.000000] Memory: 15268568K/16777216K available (12160K kernel code, 1262K rwdata, 4064K rodata, 2432K init, 506K bss, 591144K reserved, 917504K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 960 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: GICv3 features: 16 PPIs
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[    0.000000] ITS [mem 0x01820000-0x0182ffff]
[    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x0000000880040000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[    0.008434] Console: colour dummy device 80x25
[    0.013017] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[    0.023708] pid_max: default: 32768 minimum: 301
[    0.028481] LSM: initializing lsm=capability,integrity
[    0.033830] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.041626] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.050805] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[    0.058084] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[    0.065961] rcu: Hierarchical SRCU implementation.
[    0.070871] rcu:     Max phase no-delay instances is 1000.
[    0.076408] Platform MSI: msi-controller@1820000 domain created
[    0.082639] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[    0.092076] EFI services will not be available.
[    0.096841] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[    0.109962] Detected PIPT I-cache on CPU1
[    0.110016] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[    0.110029] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
[    0.110064] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[    0.110126] smp: Brought up 1 node, 2 CPUs
[    0.139531] SMP: Total of 2 processors activated.
[    0.144344] CPU features: detected: 32-bit EL0 Support
[    0.149608] CPU features: detected: CRC32 instructions
[    0.154901] CPU: All CPU(s) started at EL2
[    0.159093] alternatives: applying system-wide alternatives
[    0.165773] devtmpfs: initialized
[    0.176622] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.186634] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.204913] pinctrl core: initialized pinctrl subsystem
[    0.210626] DMI not present or invalid.
[    0.214902] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.221649] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.229323] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.237678] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.245921] audit: initializing netlink subsys (disabled)
[    0.251569] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
[    0.251794] thermal_sys: Registered thermal governor 'step_wise'
[    0.259510] thermal_sys: Registered thermal governor 'power_allocator'
[    0.265682] cpuidle: using governor menu
[    0.276459] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.283441] ASID allocator initialised with 65536 entries
[    0.298125] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.306448] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/bus@28380000/i2c@40b10000/dsi-edp-bridge@2c
[    0.317819] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.326135] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
[    0.335863] platform connector-hdmi: Fixed dependency cycle(s) with /bridge-dvi
[    0.343393] platform 4a00000.dss: Fixed dependency cycle(s) with /bridge-dvi
[    0.350631] platform bridge-dvi: Fixed dependency cycle(s) with /connector-hdmi
[    0.358154] platform bridge-dvi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[    0.366529] Modules: 27616 pages in range for non-PLT usage
[    0.366533] Modules: 519136 pages in range for PLT usage
[    0.372725] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.385114] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.391529] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.398476] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    0.404889] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.411836] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.418250] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.425196] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.432448] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[    0.441622] iommu: Default domain type: Translated
[    0.446547] iommu: DMA domain TLB invalidation policy: strict mode
[    0.453026] SCSI subsystem initialized
[    0.457060] usbcore: registered new interface driver usbfs
[    0.462693] usbcore: registered new interface driver hub
[    0.468148] usbcore: registered new device driver usb
[    0.473615] pps_core: LinuxPPS API ver. 1 registered
[    0.478700] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.488056] PTP clock support registered
[    0.492180] EDAC MC: Ver: 3.0.0
[    0.495676] scmi_core: SCMI protocol bus registered
[    0.500835] FPGA manager framework
[    0.504356] Advanced Linux Sound Architecture Driver Initialized.
[    0.511056] vgaarb: loaded
[    0.513997] clocksource: Switched to clocksource arch_sys_counter
[    0.520400] VFS: Disk quotas dquot_6.6.0
[    0.524444] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.534757] NET: Registered PF_INET protocol family
[    0.540125] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.552999] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.561930] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.569883] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.578583] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.587226] TCP: Hash tables configured (established 131072 bind 65536)
[    0.594140] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.601279] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.608977] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.615163] RPC: Registered named UNIX socket transport module.
[    0.621238] RPC: Registered udp transport module.
[    0.626050] RPC: Registered tcp transport module.
[    0.630862] RPC: Registered tcp-with-tls transport module.
[    0.636477] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.643072] NET: Registered PF_XDP protocol family
[    0.647989] PCI: CLS 0 bytes, default 64
[    0.652705] Initialise system trusted keyrings
[    0.657391] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[    0.664172] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.670321] NFS: Registering the id_resolver key type
[    0.675513] Key type id_resolver registered
[    0.679794] Key type id_legacy registered
[    0.683903] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.690767] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.712008] Key type asymmetric registered
[    0.716201] Asymmetric key parser 'x509' registered
[    0.721227] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.728887] io scheduler mq-deadline registered
[    0.733534] io scheduler kyber registered
[    0.737655] io scheduler bfq registered
[    0.743522] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[    0.749541] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[    0.755526] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[    0.761742] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[    0.767604] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[    0.773725] pinctrl-single 104200.pinctrl: 20 pins, size 80
[    0.779503] pinctrl-single 104280.pinctrl: 8 pins, size 32
[    0.788820] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
[    0.800664] loop: module loaded
[    0.804562] megasas: 07.725.01.00-rc1
[    0.810275] tun: Universal TUN/TAP device driver, 1.6
[    0.816069] VFIO - User Level meta-driver version: 0.3
[    0.822044] usbcore: registered new interface driver usb-storage
[    0.828575] i2c_dev: i2c /dev entries driver
[    0.833662] sdhci: Secure Digital Host Controller Interface driver
[    0.839997] sdhci: Copyright(c) Pierre Ossman
[    0.844592] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.850752] ledtrig-cpu: registered to indicate activity on CPUs
[    0.857089] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    0.864125] usbcore: registered new interface driver usbhid
[    0.869831] usbhid: USB HID core driver
[    0.874650] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    0.883391] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[    0.887960] optee: revision 4.2 (12d7c4ee)
[    0.904446] optee: dynamic shared memory is enabled
[    0.914095] random: crng init done
[    0.917627] optee: initialized driver
[    0.922742] Initializing XFRM netlink socket
[    0.927145] NET: Registered PF_PACKET protocol family
[    0.932367] Key type dns_resolver registered
[    0.940229] registered taskstats version 1
[    0.944501] Loading compiled-in X.509 certificates
[    0.956098] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
[    1.014186] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[    1.020446] omap_i2c 40b00000.i2c: bus 1 rev0.12 at 400 kHz
[    1.026730] pca953x 2-0020: supply vcc not found, using dummy regulator
[    1.033586] pca953x 2-0020: using no AI
[    2.046008] omap_i2c 40b10000.i2c: timeout waiting for bus ready
[    2.052176] pca953x 2-0020: failed writing register
[    2.057241] pca953x: probe of 2-0020 failed with error -16
[    2.062989] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/bus@28380000/i2c@40b10000/dsi-edp-bridge@2c
[    2.074167] i2c 2-002c: Fixed dependency cycle(s) with /bus@100000/bus@28380000/i2c@40b10000/dsi-edp-bridge@2c/aux-bus/panel
[    2.085679] i2c 2-002c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
[    2.093234] omap_i2c 40b10000.i2c: bus 2 rev0.12 at 100 kHz
[    2.099730] pca953x 3-0021: supply vcc not found, using dummy regulator
[    2.106577] pca953x 3-0021: using no AI
[    2.126047] pca953x 3-0021: failed writing register
[    2.131099] pca953x: probe of 3-0021 failed with error -121
[    2.136877] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[    2.142988] omap_i2c 2010000.i2c: bus 4 rev0.12 at 100 kHz
[    2.149013] omap_i2c 2040000.i2c: bus 5 rev0.12 at 400 kHz
[    2.154777] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[    2.163335] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[    2.172689] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[    2.181376] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[    2.192033] ti-udma 311a0000.dma-controller: Number of rings: 48
[    2.199001] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[    2.208402] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[    2.218310] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[    2.225082] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[    2.234524] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[    2.244712] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[    2.251483] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[    2.259730] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 232, base_baud = 6000000) is a 8250
[    2.269433] 2830000.serial: ttyS3 at MMIO 0x2830000 (irq = 233, base_baud = 3000000) is a 8250
[    2.278393] printk: console [ttyS3] enabled
[    2.278393] printk: console [ttyS3] enabled
[    2.286865] printk: bootconsole [ns16550a0] disabled
[    2.286865] printk: bootconsole [ns16550a0] disabled
[    2.298729] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 234, base_baud = 3000000) is a 8250
[    2.308693] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[    2.354000] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    2.364052] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[    2.372331] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[    2.385150] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[    2.392357] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[    2.398674] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[    2.409221] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:200000000, add_val:4 pps:0
[    2.417878] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
[    2.424729] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
[    2.431648] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
[    2.438479] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
[    2.450429] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[    2.460816] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[    2.473576] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[    2.478605] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
[    2.485210] Creating 7 MTD partitions on "47040000.spi.0":
[    2.490682] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[    2.496860] 0x000000080000-0x000000280000 : "ospi.tispl"
[    2.502755] 0x000000280000-0x000000680000 : "ospi.u-boot"
[    2.508668] 0x000000680000-0x0000006c0000 : "ospi.env"
[    2.514334] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[    2.520599] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[    2.526512] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[    2.533422] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[    2.578000] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    2.588025] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[    2.596303] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[    2.609129] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[    2.616337] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[    2.622606] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[    2.637557] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[    2.647649] mmc1: CQHCI version 5.10
[    2.649786] clk: Disabling unused clocks
[    2.662492] ALSA device list:
[    2.665456]   No soundcards found.
[    2.688579] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[    2.696190] Waiting for root device PARTUUID=9dadd190-02...
[    2.754481] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[    2.761509] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[    2.770616]  mmcblk1: p1 p2
[    2.870822] I/O error, dev mmcblk1, sector 264194 op 0x0:(READ) flags 0x1000 phys_seg 1 prio class 2
[    2.882158] EXT4-fs (mmcblk1p2): unable to read superblock
[    2.887682] VFS: Cannot open root device "PARTUUID=9dadd190-02" or unknown-block(179,2): error -5
[    2.896539] Please append a correct "root=" boot option; here are the available partitions:
[    2.904883] 1f00             512 mtdblock0
[    2.904887]  (driver?)
[    2.911408] 1f01            2048 mtdblock1
[    2.911411]  (driver?)
[    2.917928] 1f02            4096 mtdblock2
[    2.917931]  (driver?)
[    2.924449] 1f03             256 mtdblock3
[    2.924452]  (driver?)
[    2.930975] 1f04             256 mtdblock4
[    2.930977]  (driver?)
[    2.937493] 1f05           57088 mtdblock5
[    2.937496]  (driver?)
[    2.944015] 1f06             256 mtdblock6
[    2.944017]  (driver?)
[    2.950536] b300        15558144 mmcblk1
[    2.950538]  driver: mmcblk
[    2.957316]   b301          131072 mmcblk1p1 9dadd190-01
[    2.957320]
[    2.964105]   b302        15426048 mmcblk1p2 9dadd190-02
[    2.964108]
[    2.970898] List of all bdev filesystems:
[    2.974896]  ext3
[    2.974899]  ext4
[    2.976813]  ext2
[    2.978729]  squashfs
[    2.980643]  vfat
[    2.982906]
[    2.986306] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)
[    2.994723] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.6.32-gd87835d23c93 #1
[    3.001841] Hardware name: Texas Instruments AM68 SK (DT)
[    3.007223] Call trace:
[    3.009657]  dump_backtrace+0x90/0xe8
[    3.013318]  show_stack+0x18/0x24
[    3.016622]  dump_stack_lvl+0x48/0x60
[    3.020274]  dump_stack+0x18/0x24
[    3.023576]  panic+0x324/0x380
[    3.026622]  mount_root_generic+0x268/0x338
[    3.030794]  mount_root+0x170/0x334
[    3.034270]  prepare_namespace+0x6c/0x2a4
[    3.038266]  kernel_init_freeable+0x248/0x288
[    3.042609]  kernel_init+0x24/0x1dc
[    3.046087]  ret_from_fork+0x10/0x20
[    3.049651] SMP: stopping secondary CPUs
[    3.053564] Kernel Offset: disabled
[    3.057038] CPU features: 0x0,80000200,28020000,1000420b
[    3.062335] Memory Limit: none
[    3.065379] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2) ]---

I've already tried running fsck.ext4 on the sdcard, but there were no issues found. I also tried recreating the partitions from scratch using the create-sdcard.sh script, but that did not help. I also saw some advice on another thread to change to root= command line argument to point to the dev path instead of the partition UUID, e.g, /dev/mmcblk1p2 but that did not work either.

As for my Linux device tree, for now I'm just making my edits to k3-am68-sk-base-baord.dts to support the differences between the SK-AM68 and our board. Here is the complete device tree followed by just the diff:

// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
 *
 * Base Board: https://www.ti.com/lit/zip/SPRR463
 */

/dts-v1/;

#include "k3-am68-sk-som.dtsi"
#include <dt-bindings/net/ti-dp83867.h>
#include <dt-bindings/phy/phy-cadence.h>
#include <dt-bindings/phy/phy.h>

#include "k3-serdes.h"

/ {
	compatible = "ti,am68-sk", "ti,j721s2";
	model = "Texas Instruments AM68 SK";

	chosen {
		stdout-path = "serial3:115200n8";
	};

	aliases {
		serial0 = &wkup_uart0;
		serial1 = &mcu_uart0;
		serial2 = &main_uart8;
		serial3 = &main_uart3;
		mmc1 = &main_sdhci1;
		can0 = &mcu_mcan0;
		can1 = &mcu_mcan1;
		can2 = &main_mcan6;
		can3 = &main_mcan7;
		ethernet0 = &cpsw_port1;
	};

	vusb_main: regulator-vusb-main5v0 {
		/* USB MAIN INPUT 5V DC */
		compatible = "regulator-fixed";
		regulator-name = "vusb-main5v0";
		regulator-min-microvolt = <5000000>;
		regulator-max-microvolt = <5000000>;
		regulator-always-on;
		regulator-boot-on;
	};

	vsys_3v3: regulator-vsys3v3 {
		/* Output of LM5141 */
		compatible = "regulator-fixed";
		regulator-name = "vsys_3v3";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
		vin-supply = <&vusb_main>;
		regulator-always-on;
		regulator-boot-on;
	};

	vdd_mmc1: regulator-sd {
		/* Output of TPS22918 */
		compatible = "regulator-fixed";
		regulator-name = "vdd_mmc1";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
		regulator-boot-on;
		enable-active-high;
		vin-supply = <&vsys_3v3>;
		gpio = <&main_gpio0 50 GPIO_ACTIVE_HIGH>;
	};

	vdd_sd_dv: regulator-tlv71033 {
		/* 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 = <&vsys_3v3>;
		gpios = <&main_gpio0 49 GPIO_ACTIVE_HIGH>;
		states = <1800000 0x0>,
			 <3300000 0x1>;
	};

	vsys_io_1v8: regulator-vsys-io-1v8 {
		compatible = "regulator-fixed";
		regulator-name = "vsys_io_1v8";
		regulator-min-microvolt = <1800000>;
		regulator-max-microvolt = <1800000>;
		regulator-always-on;
		regulator-boot-on;
	};

	vsys_io_1v2: regulator-vsys-io-1v2 {
		compatible = "regulator-fixed";
		regulator-name = "vsys_io_1v2";
		regulator-min-microvolt = <1200000>;
		regulator-max-microvolt = <1200000>;
		regulator-always-on;
		regulator-boot-on;
	};

	transceiver1: can-phy0 {
		compatible = "ti,tcan1042";
		#phy-cells = <0>;
		max-bitrate = <5000000>;
	};

	transceiver2: can-phy1 {
		compatible = "ti,tcan1042";
		#phy-cells = <0>;
		max-bitrate = <5000000>;
	};

	transceiver3: can-phy2 {
		compatible = "ti,tcan1042";
		#phy-cells = <0>;
		max-bitrate = <5000000>;
	};

	transceiver4: can-phy3 {
		compatible = "ti,tcan1042";
		#phy-cells = <0>;
		max-bitrate = <5000000>;
	};

	edp0_refclk: clock-edp0-refclk {
		#clock-cells = <0>;
		compatible = "fixed-clock";
		clock-frequency = <19200000>;
	};

	dp0_pwr_3v3: fixedregulator-dp0-pwr {
		compatible = "regulator-fixed";
		regulator-name = "dp0-pwr";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
		pinctrl-names = "default";
		gpio = <&exp2 2 GPIO_ACTIVE_HIGH>;     /*P0 - DP0_3V3 _EN */
		enable-active-high;
		regulator-always-on;
	};

	connector-hdmi {
		compatible = "hdmi-connector";
		label = "hdmi";
		type = "a";
		pinctrl-names = "default";
		pinctrl-0 = <&hdmi_hpd_pins_default>;
		ddc-i2c-bus = <&mcu_i2c1>;
		/* HDMI_HPD */
		hpd-gpios = <&main_gpio0 0 GPIO_ACTIVE_HIGH>;

		port {
			hdmi_connector_in: endpoint {
				remote-endpoint = <&tfp410_out>;
			};
		};
	};

	bridge-dvi {
		compatible = "ti,tfp410";
		/* HDMI_PDn */
		powerdown-gpios = <&exp2 0 GPIO_ACTIVE_LOW>;
		ti,deskew = <0>;

		ports {
			#address-cells = <1>;
			#size-cells = <0>;

			port@0 {
				reg = <0>;

				tfp410_in: endpoint {
					remote-endpoint = <&dpi_out0>;
					pclk-sample = <1>;
				};
			};

			port@1 {
				reg = <1>;

				tfp410_out: endpoint {
					remote-endpoint = <&hdmi_connector_in>;
				};
			};
		};
	};

};

&main_pmx0 {
	main_uart3_pins_default: main-uart3-default-pins {
        pinctrl-single,pins = <
            J721S2_IOPAD(0x074, PIN_INPUT, 11) /* (R28) MCAN2_TX.UART3_RXD */
            J721S2_IOPAD(0x078, PIN_OUTPUT, 11) /* (Y25) MCAN2_RX.UART3_TXD */
        >;
    };

	main_uart8_pins_default: main-uart8-default-pins {
		pinctrl-single,pins = <
			J721S2_IOPAD(0x0d0, PIN_INPUT, 11) /* (AF26) SPI0_CS1.UART8_RXD */
			J721S2_IOPAD(0x0d4, PIN_OUTPUT, 11) /* (AH27) SPI0_CLK.UART8_TXD */
		>;
	};

	main_i2c0_pins_default: main-i2c0-default-pins {
		pinctrl-single,pins = <
			J721S2_IOPAD(0x0e0, PIN_INPUT, 0) /* (AH25) I2C0_SCL */
			J721S2_IOPAD(0x0e4, PIN_INPUT, 0) /* (AE24) I2C0_SDA */
		>;
	};

	main_i2c1_pins_default: main-i2c1-default-pins {
		pinctrl-single,pins = <
			J721S2_IOPAD(0x0ac, PIN_INPUT, 13) /* (AC25) MCASP0_AXR15.I2C1_SCL */
			J721S2_IOPAD(0x0b0, PIN_INPUT, 13) /* (AD26) MCASP1_AXR3.I2C1_SDA */
		>;
	};

	main_mmc1_pins_default: main-mmc1-default-pins {
		pinctrl-single,pins = <
			J721S2_IOPAD(0x104, PIN_INPUT, 0) /* (P23) MMC1_CLK */
			J721S2_IOPAD(0x108, PIN_INPUT, 0) /* (N24) MMC1_CMD */
			J721S2_IOPAD(0x100, PIN_INPUT, 0) /* (###) MMC1_CLKLB */
			J721S2_IOPAD(0x0fc, PIN_INPUT, 0) /* (M23) MMC1_DAT0 */
			J721S2_IOPAD(0x0f8, PIN_INPUT, 0) /* (P24) MMC1_DAT1 */
			J721S2_IOPAD(0x0f4, PIN_INPUT, 0) /* (R24) MMC1_DAT2 */
			J721S2_IOPAD(0x0f0, PIN_INPUT, 0) /* (R22) MMC1_DAT3 */
			J721S2_IOPAD(0x0e8, PIN_INPUT, 8) /* (AE25) TIMER_IO0.MMC1_SDCD */
		>;
	};

	vdd_sd_dv_pins_default: vdd-sd-dv-default-pins {
		pinctrl-single,pins = <
			J721S2_IOPAD(0x0c4, PIN_INPUT, 7) /* (AB26) ECAP0_IN_APWM_OUT.GPIO0_49 */
		>;
	};

	main_usbss0_pins_default: main-usbss0-default-pins {
		pinctrl-single,pins = <
			J721S2_IOPAD(0x0ec, PIN_OUTPUT, 6) /* (AG25) TIMER_IO1.USB0_DRVVBUS */
		>;
	};

	main_mcan6_pins_default: main-mcan6-default-pins {
		pinctrl-single,pins = <
			J721S2_IOPAD(0x098, PIN_INPUT, 0) /* (V25) MCASP0_AXR10.MCAN6_RX */
			J721S2_IOPAD(0x094, PIN_INPUT, 0) /* (AA25) MCASP0_AXR9.MCAN6_TX */
		>;
	};

	main_mcan7_pins_default: main-mcan7-default-pins {
		pinctrl-single,pins = <
			J721S2_IOPAD(0x0a0, PIN_INPUT, 0) /* (AB25) MCASP0_AXR12.MCAN7_RX */
			J721S2_IOPAD(0x09c, PIN_INPUT, 0) /* (T24) MCASP0_AXR11.MCAN7_TX */
		>;
	};

	main_i2c4_pins_default: main-i2c4-default-pins {
		pinctrl-single,pins = <
			J721S2_IOPAD(0x010, PIN_INPUT_PULLUP, 8) /* (AF28) MCAN13_RX.I2C4_SDA */
			J721S2_IOPAD(0x014, PIN_INPUT_PULLUP, 8) /* (AD25) MCAN14_TX.I2C4_SCL */
		>;
	};

	dss_vout0_pins_default: dss-vout0-default-pins {
		pinctrl-single,pins = <
			J721S2_IOPAD(0x074, PIN_OUTPUT, 2) /* (R28) MCAN2_TX.VOUT0_DATA0 */
			J721S2_IOPAD(0x070, PIN_OUTPUT, 2) /* (R27) MCAN1_RX.VOUT0_DATA1 */
			J721S2_IOPAD(0x04c, PIN_OUTPUT, 2) /* (V27) MCASP1_AXR1.VOUT0_DATA10 */
			J721S2_IOPAD(0x048, PIN_OUTPUT, 2) /* (AB27) MCASP0_AXR2.VOUT0_DATA11 */
			J721S2_IOPAD(0x044, PIN_OUTPUT, 2) /* (Y26) MCASP0_AXR1.VOUT0_DATA12 */
			J721S2_IOPAD(0x040, PIN_OUTPUT, 2) /* (AC28) MCASP0_AXR0.VOUT0_DATA13 */
			J721S2_IOPAD(0x03c, PIN_OUTPUT, 2) /* (U27) MCASP0_AFSX.VOUT0_DATA14 */
			J721S2_IOPAD(0x038, PIN_OUTPUT, 2) /* (AB28) MCASP0_ACLKX.VOUT0_DATA15 */
			J721S2_IOPAD(0x0c8, PIN_OUTPUT, 2) /* (AD28) EXT_REFCLK1.VOUT0_DATA16 */
			J721S2_IOPAD(0x030, PIN_OUTPUT, 2) /* (T26) GPIO0_12.VOUT0_DATA17 */
			J721S2_IOPAD(0x02c, PIN_OUTPUT, 2) /* (V23) GPIO0_11.VOUT0_DATA18 */
			J721S2_IOPAD(0x028, PIN_OUTPUT, 2) /* (AB24) MCAN16_RX.VOUT0_DATA19 */
			J721S2_IOPAD(0x07c, PIN_OUTPUT, 2) /* (T27) MCASP0_AXR3.VOUT0_DATA2 */
			J721S2_IOPAD(0x024, PIN_OUTPUT, 2) /* (Y28) MCAN16_TX.VOUT0_DATA20 */
			J721S2_IOPAD(0x020, PIN_OUTPUT, 2) /* (AA23) MCAN15_RX.VOUT0_DATA21 */
			J721S2_IOPAD(0x01c, PIN_OUTPUT, 2) /* (Y24) MCAN15_TX.VOUT0_DATA22 */
			J721S2_IOPAD(0x018, PIN_OUTPUT, 2) /* (W23) MCAN14_RX.VOUT0_DATA23 */
			J721S2_IOPAD(0x068, PIN_OUTPUT, 2) /* (U28) MCAN0_RX.VOUT0_DATA3 */
			J721S2_IOPAD(0x064, PIN_OUTPUT, 2) /* (W28) MCAN0_TX.VOUT0_DATA4 */
			J721S2_IOPAD(0x060, PIN_OUTPUT, 2) /* (AC27) MCASP2_AXR1.VOUT0_DATA5 */
			J721S2_IOPAD(0x05c, PIN_OUTPUT, 2) /* (AA26) MCASP2_AXR0.VOUT0_DATA6 */
			J721S2_IOPAD(0x058, PIN_OUTPUT, 2) /* (AA27) MCASP2_AFSX.VOUT0_DATA7 */
			J721S2_IOPAD(0x054, PIN_OUTPUT, 2) /* (Y27) MCASP2_ACLKX.VOUT0_DATA8 */
			J721S2_IOPAD(0x050, PIN_OUTPUT, 2) /* (W27) MCASP1_AXR2.VOUT0_DATA9 */
			J721S2_IOPAD(0x084, PIN_OUTPUT, 2) /* (AA28) MCASP0_AXR5.VOUT0_DE */
			J721S2_IOPAD(0x080, PIN_OUTPUT, 2) /* (U26) MCASP0_AXR4.VOUT0_HSYNC */
			J721S2_IOPAD(0x078, PIN_OUTPUT, 2) /* (Y25) MCAN2_RX.VOUT0_PCLK */
			J721S2_IOPAD(0x088, PIN_OUTPUT, 2) /* (AD27) MCASP0_AXR6.VOUT0_VP0_VSYNC */
		>;
	};

	hdmi_hpd_pins_default: hdmi-hpd-default-pins {
		pinctrl-single,pins = <
			J721S2_IOPAD(0x000, PIN_INPUT, 7) /* (AG24) EXTINTN.GPIO0_0  */
		>;
	};
};

&wkup_pmx2 {
	wkup_uart0_pins_default: wkup-uart0-default-pins {
		pinctrl-single,pins = <
			J721S2_WKUP_IOPAD(0x070, PIN_INPUT, 0) /* (E25) WKUP_GPIO0_6.WKUP_UART0_CTSn */
			J721S2_WKUP_IOPAD(0x074, PIN_OUTPUT, 0) /* (F28) WKUP_GPIO0_7.WKUP_UART0_RTSn */
			J721S2_WKUP_IOPAD(0x048, PIN_INPUT, 0) /* (D28) WKUP_UART0_RXD */
			J721S2_WKUP_IOPAD(0x04c, PIN_OUTPUT, 0) /* (D27) WKUP_UART0_TXD */
		>;
	};

	mcu_cpsw_pins_default: mcu-cpsw-default-pins {
		pinctrl-single,pins = <
			J721S2_WKUP_IOPAD(0x02C, PIN_INPUT, 0) /* (B22) MCU_RGMII1_RD0 */
			J721S2_WKUP_IOPAD(0x028, PIN_INPUT, 0) /* (B21) MCU_RGMII1_RD1 */
			J721S2_WKUP_IOPAD(0x024, PIN_INPUT, 0) /* (C22) MCU_RGMII1_RD2 */
			J721S2_WKUP_IOPAD(0x020, PIN_INPUT, 0) /* (D23) MCU_RGMII1_RD3 */
			J721S2_WKUP_IOPAD(0x01C, PIN_INPUT, 0) /* (D22) MCU_RGMII1_RXC */
			J721S2_WKUP_IOPAD(0x004, PIN_INPUT, 0) /* (E23) MCU_RGMII1_RX_CTL */
			J721S2_WKUP_IOPAD(0x014, PIN_OUTPUT, 0) /* (F23) MCU_RGMII1_TD0 */
			J721S2_WKUP_IOPAD(0x010, PIN_OUTPUT, 0) /* (G22) MCU_RGMII1_TD1 */
			J721S2_WKUP_IOPAD(0x00C, PIN_OUTPUT, 0) /* (E21) MCU_RGMII1_TD2 */
			J721S2_WKUP_IOPAD(0x008, PIN_OUTPUT, 0) /* (E22) MCU_RGMII1_TD3 */
			J721S2_WKUP_IOPAD(0x018, PIN_OUTPUT, 0) /* (F21) MCU_RGMII1_TXC */
			J721S2_WKUP_IOPAD(0x000, PIN_OUTPUT, 0) /* (F22) MCU_RGMII1_TX_CTL */
		>;
	};

	mcu_mdio_pins_default: mcu-mdio-default-pins {
		pinctrl-single,pins = <
			J721S2_WKUP_IOPAD(0x034, PIN_OUTPUT, 0) /* (A21) MCU_MDIO0_MDC */
			J721S2_WKUP_IOPAD(0x030, PIN_INPUT, 0) /* (A22) MCU_MDIO0_MDIO */
		>;
	};

	mcu_mcan0_pins_default: mcu-mcan0-default-pins {
		pinctrl-single,pins = <
			J721S2_WKUP_IOPAD(0x054, PIN_INPUT, 0) /* (E28) MCU_MCAN0_RX */
			J721S2_WKUP_IOPAD(0x050, PIN_OUTPUT, 0) /* (E27) MCU_MCAN0_TX */
		>;
	};

	mcu_mcan1_pins_default: mcu-mcan1-default-pins {
		pinctrl-single,pins = <
			J721S2_WKUP_IOPAD(0x06C, PIN_INPUT, 0) /* (F26) WKUP_GPIO0_5.MCU_MCAN1_RX */
			J721S2_WKUP_IOPAD(0x068, PIN_OUTPUT, 0) /* (C23) WKUP_GPIO0_4.MCU_MCAN1_TX*/
		>;
	};

	mcu_i2c0_pins_default: mcu-i2c0-default-pins {
		pinctrl-single,pins = <
			J721S2_WKUP_IOPAD(0x0a0, PIN_INPUT, 0) /* (G24) MCU_I2C0_SCL */
			J721S2_WKUP_IOPAD(0x0a4, PIN_INPUT, 0) /* (J25) MCU_I2C0_SDA */
		>;
	};

	mcu_i2c1_pins_default: mcu-i2c1-default-pins {
		pinctrl-single,pins = <
			J721S2_WKUP_IOPAD(0x078, PIN_INPUT, 0) /* (F24) WKUP_GPIO0_8.MCU_I2C1_SCL */
			J721S2_WKUP_IOPAD(0x07c, PIN_INPUT, 0) /* (H26) WKUP_GPIO0_9.MCU_I2C1_SDA */
		>;
	};

	mcu_uart0_pins_default: mcu-uart0-default-pins {
		pinctrl-single,pins = <
			J721S2_WKUP_IOPAD(0x08c, PIN_INPUT, 0) /* (C24) WKUP_GPIO0_13.MCU_UART0_RXD */
			J721S2_WKUP_IOPAD(0x088, PIN_OUTPUT, 0) /* (C25) WKUP_GPIO0_12.MCU_UART0_TXD */
		>;
	};

	mcu_rpi_header_gpio0_pins0_default: mcu-rpi-header-gpio0-default-pins-0 {
		pinctrl-single,pins = <
			J721S2_WKUP_IOPAD(0x118, PIN_INPUT, 7) /* (G25) WKUP_GPIO0_66 */
			J721S2_WKUP_IOPAD(0x05C, PIN_INPUT, 7) /* (E24) MCU_SPI1_D0.WKUP_GPIO0_1 */
			J721S2_WKUP_IOPAD(0x060, PIN_INPUT, 7) /* (C28) MCU_SPI1_D1.WKUP_GPIO0_2 */
			J721S2_WKUP_IOPAD(0x058, PIN_INPUT, 7) /* (D26) MCU_SPI1_CLK.WKUP_GPIO0_0 */
			J721S2_WKUP_IOPAD(0x094, PIN_INPUT, 7) /* (D25) MCU_SPI1_CS2.WKUP_GPIO0_15*/
			J721S2_WKUP_IOPAD(0x0B8, PIN_INPUT, 7) /* (G27) WKUP_GPIO0_56 */
			J721S2_WKUP_IOPAD(0x114, PIN_INPUT, 7) /* (J26) WKUP_GPIO0_57 */
			J721S2_WKUP_IOPAD(0x11C, PIN_INPUT, 7) /* (J27) WKUP_GPIO0_67 */
			J721S2_WKUP_IOPAD(0x064, PIN_INPUT, 7) /* (C27) MCU_SPI1_CS0.WKUP_GPIO0_3 */
		>;
	};
};

&wkup_pmx3 {
	mcu_rpi_header_gpio0_pins1_default: mcu-rpi-header-gpio0-default-pins-1 {
		pinctrl-single,pins = <
			J721S2_WKUP_IOPAD(0x000, PIN_INPUT, 7) /* (K26) WKUP_GPIO0_49 */
		>;
	};
};

&main_gpio0 {
	status = "okay";
};

&wkup_gpio0 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&mcu_rpi_header_gpio0_pins0_default>, <&mcu_rpi_header_gpio0_pins1_default>;
};

&wkup_uart0 {
	status = "reserved";
	pinctrl-names = "default";
	pinctrl-0 = <&wkup_uart0_pins_default>;
};

&wkup_i2c0 {
	bootph-all;
	clock-frequency = <400000>;
	pinctrl-names = "default";
	pinctrl-0 = <&wkup_i2c0_pins_default>;
	status = "okay";

	lp8733: pmic@60 {
		compatible = "ti,lp8733";
		reg = <0x60>;
		buck0-in-supply = <&vsys_3v3>;
		buck1-in-supply = <&vsys_3v3>;
		ldo0-in-supply = <&vsys_3v3>;
		ldo1-in-supply = <&vsys_3v3>;

		lp8733_regulators: regulators {
			lp8733_buck0_reg: buck0 {
				/* FB_B0 -> LP8733-BUCK1 - VDD_MCU_0V85 */
				regulator-name = "lp8733-buck0";
				regulator-min-microvolt = <850000>;
				regulator-max-microvolt = <850000>;
				regulator-always-on;
				regulator-boot-on;
			};

			lp8733_buck1_reg: buck1 {
				/* FB_B1 -> LP8733-BUCK2 - VDD_DDR_1V1 */
				regulator-name = "lp8733-buck1";
				regulator-min-microvolt = <1100000>;
				regulator-max-microvolt = <1100000>;
				regulator-always-on;
				regulator-boot-on;
			};

			lp8733_ldo0_reg: ldo0 {
				/* LDO0 -> LP8733-LDO1 - VDA_DLL_0V8 */
				regulator-name = "lp8733-ldo0";
				regulator-min-microvolt = <800000>;
				regulator-max-microvolt = <800000>;
				regulator-boot-on;
				regulator-always-on;
			};

			lp8733_ldo1_reg: ldo1 {
				/* LDO1 -> LP8733-LDO2 - VDA_LN_1V8 */
				regulator-name = "lp8733-ldo1";
				regulator-min-microvolt = <1800000>;
				regulator-max-microvolt = <1800000>;
				regulator-always-on;
				regulator-boot-on;
			};
		};
	};

	tps62873a: regulator@40 {
		compatible = "ti,tps62873";
		reg = <0x40>;
		bootph-pre-ram;
		regulator-name = "VDD_CPU_AVS";
		regulator-min-microvolt = <600000>;
		regulator-max-microvolt = <900000>;
		regulator-boot-on;
		regulator-always-on;
	};

	tps62873b: regulator@43 {
		compatible = "ti,tps62873";
		reg = <0x43>;
		regulator-name = "VDD_CORE_0V8";
		regulator-min-microvolt = <800000>;
		regulator-max-microvolt = <800000>;
		regulator-boot-on;
		regulator-always-on;
	};
};

&mcu_uart0 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&mcu_uart0_pins_default>;
};

&main_uart3 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&main_uart3_pins_default>;
	/* Shared with TFA on this platform */
	power-domains = <&k3_pds 352 TI_SCI_PD_SHARED>;
};

&main_uart8 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&main_uart8_pins_default>;
	/* Shared with TFA on this platform */
	power-domains = <&k3_pds 357 TI_SCI_PD_SHARED>;
};

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

	exp1: gpio@21 {
		compatible = "ti,tca6416";
		reg = <0x21>;
		gpio-controller;
		#gpio-cells = <2>;
		gpio-line-names = " ", " ", " ", " ", " ",
				  "BOARDID_EEPROM_WP", "CAN_STB", " ",
				  "GPIO_uSD_PWR_EN", " ", "IO_EXP_PCIe1_M.2_RTSz",
				  "IO_EXP_MCU_RGMII_RST#", " ", " ", " ", " ";
	};
};

&main_i2c1 {
	pinctrl-names = "default";
	pinctrl-0 = <&main_i2c1_pins_default>;
	status = "okay";
};

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

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

&mcu_i2c1 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&mcu_i2c1_pins_default>;
	/* i2c1 is used for DVI DDC, so we need to use 100kHz */
	clock-frequency = <100000>;

	exp2: gpio@20 {
		compatible = "ti,tca6408";
		reg = <0x20>;
		gpio-controller;
		#gpio-cells = <2>;
		gpio-line-names = "HDMI_PDn","HDMI_LS_OE",
				  "DP0_3V3_EN","eDP_ENABLE";
	};

	dsi_edp_bridge: dsi-edp-bridge@2c {
		compatible = "ti,sn65dsi86";
		reg = <0x2c>;
		clock-names = "refclk";
		clocks = <&edp0_refclk>;
		enable-gpios = <&exp2 3 GPIO_ACTIVE_HIGH>;
		vpll-supply = <&vsys_io_1v8>;
		vccio-supply = <&vsys_io_1v8>;
		vcca-supply = <&vsys_io_1v2>;
		vcc-supply = <&vsys_io_1v2>;

		aux-bus {
			panel {
				compatible = "ti,panel-edp";
				power-supply = <&dp0_pwr_3v3>;

				port {
					dp0_panel_in: endpoint {
						remote-endpoint = <&dp0_out>;
					};
				};
			};
		};

		dsi_edp_bridge_ports: ports {
			#address-cells = <1>;
			#size-cells = <0>;

			port@0 {
				reg = <0>;

				dp0_in: endpoint {
					remote-endpoint = <&dsi0_out>;
				};
			};

			port@1 {
				reg = <1>;

				dp0_out: endpoint {
					remote-endpoint = <&dp0_panel_in>;
				};
			};
		};
	};
};

&main_sdhci1 {
	/* SD card */
	status = "okay";
	pinctrl-0 = <&main_mmc1_pins_default>;
	pinctrl-names = "default";
	disable-wp;
	vmmc-supply = <&vdd_mmc1>;
	vqmmc-supply = <&vdd_sd_dv>;
};

&mcu_cpsw {
	pinctrl-names = "default";
	pinctrl-0 = <&mcu_cpsw_pins_default>, <&mcu_mdio_pins_default>;
};

&davinci_mdio {
	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;
	};
};

&cpsw_port1 {
	phy-mode = "rgmii-rxid";
	phy-handle = <&phy0>;
};

&mcu_mcan0 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&mcu_mcan0_pins_default>;
	phys = <&transceiver1>;
};

&mcu_mcan1 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&mcu_mcan1_pins_default>;
	phys = <&transceiver2>;
};

&main_mcan6 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&main_mcan6_pins_default>;
	phys = <&transceiver3>;
};

&main_mcan7 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&main_mcan7_pins_default>;
	phys = <&transceiver4>;
};

&dss {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&dss_vout0_pins_default>;
	/*
	 * These clock assignments are chosen to enable the following outputs:
	 *
	 * VP0 - DisplayPort SST
	 * VP1 - DPI0
	 * VP2 - DSI
	 * VP3 - DPI1
	 */
	assigned-clocks = <&k3_clks 158 2>,
			  <&k3_clks 158 5>,
			  <&k3_clks 158 14>,
			  <&k3_clks 158 18>;
	assigned-clock-parents = <&k3_clks 158 3>,
				 <&k3_clks 158 7>,
				 <&k3_clks 158 16>,
				 <&k3_clks 158 22>;
};

&dss_ports {
	#address-cells = <1>;
	#size-cells = <0>;
	/* HDMI */
	port@1 {
		reg = <1>;

		dpi_out0: endpoint {
			remote-endpoint = <&tfp410_in>;
		};
	};

	/* DSI */
	port@2 {
		reg = <2>;

		dpi0_out: endpoint {
			remote-endpoint = <&dsi0_in>;
		};
	};
};

&serdes_ln_ctrl {
	idle-states = <J721S2_SERDES0_LANE0_PCIE1_LANE0>, <J721S2_SERDES0_LANE1_PCIE1_LANE1>,
		      <J721S2_SERDES0_LANE2_USB_SWAP>, <J721S2_SERDES0_LANE3_USB>;
};

&serdes_refclk {
	clock-frequency = <100000000>;
};

&serdes0 {
	status = "okay";

	serdes0_pcie_link: phy@0 {
		reg = <0>;
		cdns,num-lanes = <2>;
		#phy-cells = <0>;
		cdns,phy-type = <PHY_TYPE_PCIE>;
		resets = <&serdes_wiz0 1>, <&serdes_wiz0 2>;
	};

	serdes0_usb_link: phy@2 {
		status = "okay";
		reg = <2>;
		cdns,num-lanes = <1>;
		#phy-cells = <0>;
		cdns,phy-type = <PHY_TYPE_USB3>;
		resets = <&serdes_wiz0 3>;
	};
};

&pcie1_rc {
	status = "okay";
	reset-gpios = <&exp1 10 GPIO_ACTIVE_HIGH>;
	phys = <&serdes0_pcie_link>;
	phy-names = "pcie-phy";
	num-lanes = <2>;
};

&usb_serdes_mux {
	idle-states = <0>; /* USB0 to SERDES lane 2 */
};

&usbss0 {
	status = "okay";
	pinctrl-0 = <&main_usbss0_pins_default>;
	pinctrl-names = "default";
	ti,vbus-divider;
};

&usb0 {
	dr_mode = "host";
	maximum-speed = "super-speed";
	phys = <&serdes0_usb_link>;
	phy-names = "cdns3,usb3-phy";
};

&dphy_tx0 {
	status = "okay";
};

&dsi0 {
	status = "okay";
};

&dsi0_ports {

	port@0 {
		reg = <0>;
		dsi0_out: endpoint {
			remote-endpoint = <&dp0_in>;
		};
	};

	port@1 {
		reg = <1>;
		dsi0_in: endpoint {
			remote-endpoint = <&dpi0_out>;
		};
	};
};

diff --git a/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts b/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts
index 32aea587a..72dd384dd 100644
--- a/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts
+++ b/arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts
@@ -19,13 +19,14 @@ / {
        model = "Texas Instruments AM68 SK";

        chosen {
-               stdout-path = "serial2:115200n8";
+               stdout-path = "serial3:115200n8";
        };

        aliases {
                serial0 = &wkup_uart0;
                serial1 = &mcu_uart0;
                serial2 = &main_uart8;
+               serial3 = &main_uart3;
                mmc1 = &main_sdhci1;
                can0 = &mcu_mcan0;
                can1 = &mcu_mcan1;
@@ -64,7 +65,7 @@ vdd_mmc1: regulator-sd {
                regulator-boot-on;
                enable-active-high;
                vin-supply = <&vsys_3v3>;
-               gpio = <&exp1 8 GPIO_ACTIVE_HIGH>;
+               gpio = <&main_gpio0 50 GPIO_ACTIVE_HIGH>;
        };

        vdd_sd_dv: regulator-tlv71033 {
@@ -187,15 +188,16 @@ tfp410_out: endpoint {
                };
        };

-       csi_mux: mux-controller {
-               compatible = "gpio-mux";
-               #mux-state-cells = <1>;
-               mux-gpios = <&exp3 1 GPIO_ACTIVE_HIGH>;
-               idle-state = <0>;
-       };
 };

 &main_pmx0 {
+       main_uart3_pins_default: main-uart3-default-pins {
+        pinctrl-single,pins = <
+            J721S2_IOPAD(0x074, PIN_INPUT, 11) /* (R28) MCAN2_TX.UART3_RXD */
+            J721S2_IOPAD(0x078, PIN_OUTPUT, 11) /* (Y25) MCAN2_RX.UART3_TXD */
+        >;
+    };
+
        main_uart8_pins_default: main-uart8-default-pins {
                pinctrl-single,pins = <
                        J721S2_IOPAD(0x0d0, PIN_INPUT, 11) /* (AF26) SPI0_CS1.UART8_RXD */
@@ -263,25 +265,6 @@ J721S2_IOPAD(0x014, PIN_INPUT_PULLUP, 8) /* (AD25) MCAN14_TX.I2C4_SCL */
                >;
        };

-       rpi_header_gpio0_pins_default: rpi-header-gpio0-default-pins {
-               pinctrl-single,pins = <
-                       J721S2_IOPAD(0x0a8, PIN_INPUT, 7) /* (U24)  MCASP0_AXR14.GPIO0_42 */
-                       J721S2_IOPAD(0x090, PIN_INPUT, 7) /* (W24) MCASP0_AXR8.GPIO0_36 */
-                       J721S2_IOPAD(0x0bc, PIN_INPUT, 7) /* (V28) MCASP1_AFSX.GPIO0_47 */
-                       J721S2_IOPAD(0x06c, PIN_INPUT, 7) /* (V26) MCAN1_TX.GPIO0_27 */
-                       J721S2_IOPAD(0x004, PIN_INPUT, 7) /* (W25) MCAN12_TX.GPIO0_1 */
-                       J721S2_IOPAD(0x008, PIN_INPUT, 7) /* (AC24) MCAN12_RX.GPIO0_2 */
-                       J721S2_IOPAD(0x0b8, PIN_INPUT, 7) /* (AA24) MCASP1_ACLKX.GPIO0_46 */
-                       J721S2_IOPAD(0x00c, PIN_INPUT, 7) /* (AE28) MCAN13_TX.GPIO0_3 */
-                       J721S2_IOPAD(0x034, PIN_INPUT, 7) /* (AD24) PMIC_WAKE0.GPIO0_13 */
-                       J721S2_IOPAD(0x0a4, PIN_INPUT, 7) /* (T23) MCASP0_AXR13.GPIO0_41 */
-                       J721S2_IOPAD(0x0c0, PIN_INPUT, 7) /* (T28) MCASP1_AXR0.GPIO0_48 */
-                       J721S2_IOPAD(0x0b4, PIN_INPUT, 7) /* (U25) MCASP1_AXR4.GPIO0_45 */
-                       J721S2_IOPAD(0x0cc, PIN_INPUT, 7) /* (AE27) SPI0_CS0.GPIO0_51 */
-                       J721S2_IOPAD(0x08c, PIN_INPUT, 7) /* (T25) MCASP0_AXR7.GPIO0_35 */
-               >;
-       };
-
        dss_vout0_pins_default: dss-vout0-default-pins {
                pinctrl-single,pins = <
                        J721S2_IOPAD(0x074, PIN_OUTPUT, 2) /* (R28) MCAN2_TX.VOUT0_DATA0 */
@@ -416,8 +399,6 @@ J721S2_WKUP_IOPAD(0x000, PIN_INPUT, 7) /* (K26) WKUP_GPIO0_49 */

 &main_gpio0 {
        status = "okay";
-       pinctrl-names = "default";
-       pinctrl-0 = <&rpi_header_gpio0_pins_default>;
 };

 &wkup_gpio0 {
@@ -514,6 +495,14 @@ &mcu_uart0 {
        pinctrl-0 = <&mcu_uart0_pins_default>;
 };

+&main_uart3 {
+       status = "okay";
+       pinctrl-names = "default";
+       pinctrl-0 = <&main_uart3_pins_default>;
+       /* Shared with TFA on this platform */
+       power-domains = <&k3_pds 352 TI_SCI_PD_SHARED>;
+};
+
 &main_uart8 {
        status = "okay";
        pinctrl-names = "default";
@@ -543,36 +532,6 @@ &main_i2c1 {
        pinctrl-names = "default";
        pinctrl-0 = <&main_i2c1_pins_default>;
        status = "okay";
-
-       exp3: gpio@20 {
-               compatible = "ti,tca6408";
-               reg = <0x20>;
-               gpio-controller;
-               #gpio-cells = <2>;
-               gpio-line-names = "CSI_VIO_SEL", "CSI_SEL_FPC_EXPn",
-                                 "IO_EXP_CSI2_EXP_RSTz","CSI0_B_GPIO1",
-                                 "CSI1_B_GPIO1";
-       };
-
-       i2c-mux@70 {
-               compatible = "nxp,pca9543";
-               #address-cells = <1>;
-               #size-cells = <0>;
-               reg = <0x70>;
-
-               cam0_i2c: i2c@0 {
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-                       reg = <0>;
-               };
-
-               cam1_i2c: i2c@1 {
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-                       reg = <1>;
-               };
-
-       };
 };

 &main_i2c4 {

The main changes are changing out serial console from main_uart8 to main_uart3, and modifying the gpio pin that controls power to the sdcard. Our custom board and the SK-AM68 appear to be identical with respect to the other device tree nodes for the sdcard and pmics.

Also, the sdcard appears to work fine when using the u-boot shell. U-boot can read the fdt from the 2nd partition.

If someone could help me debug why Linux is unable to mount the sdcard partition, that would be great. Thanks!

  • Hi,

    Due to a holiday, Our expert is currently out of office. Kindly expect a 1~2 delay in responses.

    -Sudheer

  • I just wanted to update this thread with some more info.

    I noticed that while u-boot was running, the sdcard signaling voltage was 3.3v and sdcard access appeared to work. When Linux was trying to mount the sdcard, the signaling voltage changed to 1.8v. After searching the forum and reading this in the SDK doc:

    3.2.2.19. MMC/SD — Processor SDK Linux for AM68A Documentation

    I updated the main_sdhci1 node to look like this:

    &main_sdhci1 {
    	/* SD card */
    	status = "okay";
    	pinctrl-0 = <&main_mmc1_pins_default>;
    	pinctrl-names = "default";
    	disable-wp;
    	vmmc-supply = <&vdd_mmc1>;
    	//vqmmc-supply = <&vdd_sd_dv>;
    	no-1-8-v;
    };

    I've got the gpio line that controls the signaling voltage commented out and I added the no-1-8-v flag to keep the signaling voltage at 3.3v. With this, I can finally boot to a command line.

    This is great, but I'm wondering why this is needed?

    As far as I can tell, aside from one gpio pin assignment, the circuitry we're using on our custom board is the same as the sk-am68. The sdcard in use is the same that came with the evm as well. It's my understanding that having the device tree set up in this way limits the speed of the sdcard and this is more of a workaround.

    I'm going to try some other things I saw in the SDK documentation, e.g., sdhci-caps-mask, and see if I can test I u-boot with 1.8v signaling as well.

  • Hi 

    I've got the gpio line that controls the signaling voltage commented out and I added the no-1-8-v flag to keep the signaling voltage at 3.3v. With this, I can finally boot to a command line.

    This is great, but I'm wondering why this is needed?

    when you mention "no-1-8-v" property in the device tree  you are disabling the UHS speed mode capability. The higher speed mode are operates at 1.8v so if the dtsi it is mentioned that the device support higher speed mode, the driver will try to switch from 3.3v to 1.8v in order to support higher speed mode.

    I'm going to try some other things I saw in the SDK documentation, e.g., sdhci-caps-mask, and see if I can test I u-boot with 1.8v signaling as well.

    With capability mask also you can disabled the high speed mode so that no switching will happen.

    Regards
    Diwakar

  • I understand what it is doing, but can you tell me why this workaround is needed? It should work normally right?

  • Hi Amandio,

    Do your custom board have circuitry to switch between 3.3 <->1.8v to support higher speed mode ?

    Regards
    Diwakar

  • Yes and I've confirmed previously during Linux boot that the voltage goes from 3.3v to 1.8v.

  • Hi Amandio,

    I've confirmed previously during Linux boot that the voltage goes from 3.3v to 1.8v.

    Is it confirmed in the failure case or what ? As far as i know we are not able to boot the device if we remove "no-1-8v" property from the dtsi.

    Can you just disable the SDR104 speed mode by adding below property

                   /* Masking support for SDR104 capability */
                 sdhci-caps-mask = <0x00000003 0x00000000>;
    

    and remove "no-1-8v" property from the dtsi, this is just to check whether issue with SDR104 only or something else

    Regards
    Diwakar

  • I've confirmed previously during Linux boot that the voltage goes from 3.3v to 1.8v.

    Is it confirmed in the failure case or what ? As far as i know we are not able to boot the device if we remove "no-1-8v" property from the dtsi.

    Yes, in the failure case. In other words, when I used the device tree in my first post, I confirmed that the voltage goes from 3.3v to 1.8v but Linux cannot mount the sdcard. Only after making the modification I mentioned later can I get it to boot using 3.3v and lower speed.

    I will test the changes to my device tree and let you know. Just to be clear, I also need to un-comment out vqmmc-supply as well correct?

  • Hi Amandio,

    I also need to un-comment out vqmmc-supply as well correct?

    No need to un-comment this.

    Regards
    Diwakar

  • Hi Amandio,

    I also need to un-comment out vqmmc-supply as well correct?

    No need to un-comment this.

    Understood. Here is my main_sdhci node now after commenting out no-1-8-v  and adding the sdhci-caps-mask:

    &main_sdhci1 {
    	/* SD card */
    	status = "okay";
    	pinctrl-0 = <&main_mmc1_pins_default>;
    	pinctrl-names = "default";
    	disable-wp;
    	vmmc-supply = <&vdd_mmc1>;
    	//vqmmc-supply = <&vdd_sd_dv>;
    	//no-1-8-v;
    	/* Masking support for SDR104 capability */
    	sdhci-caps-mask = <0x00000003 0x00000000>;
    };

    Board appears to boot Linux correctly to the command line. Full log below:

    U-Boot SPL 2024.04-g4ccc9bf3-dirty (Oct 11 2024 - 17:40:32 -0400)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -121
    SPL initial stack usage: 13440 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Loading Environment from nowhere... OK
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b8
    NOTICE:  BL31: Built : 10:02:54, Oct 10 2024
    I/TC:
    I/TC: OP-TEE version: 4.2.0-dev (gcc version 13.3.1 20240614 (Arm GNU Toolchain 13.3.Rel1 (Build arm-13.24))) #1 Thu Oct 10 14:04:09 UTC 2024 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    I/TC: HUK Initialized
    I/TC: Activated SA2UL device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2024.04-g4ccc9bf3-dirty (Oct 11 2024 - 17:40:25 -0400)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    i2c_omap i2c@42120000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -121
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2024.04-g4ccc9bf3-dirty (Oct 11 2024 - 17:40:25 -0400)
    
    SoC:   J721S2 SR1.0 HS-FS
    Model: Texas Instruments AM68 SK
    i2c_omap i2c@42120000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -121
    Board: J721S2X-PM1-SOM rev E1
    DRAM:  2 GiB (effective 16 GiB)
    Core:  106 devices, 32 uclasses, devicetree: separate
    Flash: 0 Bytes
    MMC:   mmc@4fb0000: 1
    Loading Environment from nowhere... OK
    In:    serial@2830000
    Out:   serial@2830000
    Err:   serial@2830000
    am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -121
    Net:   eth0: ethernet@46000000port@1
    Hit any key to stop autoboot:  0
    => setenv console ttyS3,115200n8
    => setenv fdtfile ti/k3-am68-sk-base-board.dtb
    => boot
     ** fs_devread read error - block
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    1003 bytes read in 39 ms (24.4 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
    k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
    482764 bytes read in 103 ms (4.5 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 2 with data@addr=0x82000000 482764 bytes: Success!
    322740 bytes read in 96 ms (3.2 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 3 with data@addr=0x82000000 322740 bytes: Success!
    Failed to load '/lib/firmware/j721s2-main-r5f1_0-fw'
    Failed to load '/lib/firmware/j721s2-main-r5f1_1-fw'
    15077408 bytes read in 704 ms (20.4 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 6 with data@addr=0x82000000 15077408 bytes: Success!
    9703384 bytes read in 484 ms (19.1 MiB/s)
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Load Remote Processor 7 with data@addr=0x82000000 9703384 bytes: Success!
    20560384 bytes read in 882 ms (22.2 MiB/s)
    100342 bytes read in 45 ms (2.1 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 000000008fee4000, end 000000008fffffff ... OK
    Working FDT set to 8fee4000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.6.32-gd87835d23c93-dirty (amandio@DESKTOP-UJC140B) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240620) #2 SMP PREEMPT Fri Oct 11 18:27:20 EDT 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM68 SK
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002830000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000bc8000000, size 896 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000bc8000000..0x0000000bffffffff (917504 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable c71-dma-memory@a6000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable c71-memory@a6100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable c71-dma-memory@a7000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable c71-memory@a7100000
    [    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a9bfffff (28672 KiB) nomap non-reusable ipc-memories@a8000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x0000000bffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a9bfffff]
    [    0.000000]   node   0: [mem 0x00000000a9c00000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x0000000bffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000bffffffff]
    [    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 s43112 r8192 d30616 u81920
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: Spectre-v3a
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS3,115200n8 earlycon=ns16550a,mmio32,0x02830000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=9dadd190-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4128768
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 15268568K/16777216K available (12160K kernel code, 1262K rwdata, 4064K rodata, 2432K init, 506K bss, 591144K reserved, 917504K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000]  Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008433] Console: colour dummy device 80x25
    [    0.013013] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023707] pid_max: default: 32768 minimum: 301
    [    0.028477] LSM: initializing lsm=capability,integrity
    [    0.033818] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.041611] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.050787] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.058068] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.065947] rcu: Hierarchical SRCU implementation.
    [    0.070855] rcu:     Max phase no-delay instances is 1000.
    [    0.076394] Platform MSI: msi-controller@1820000 domain created
    [    0.082616] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.092056] EFI services will not be available.
    [    0.096822] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.109941] Detected PIPT I-cache on CPU1
    [    0.109988] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.110002] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
    [    0.110038] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.110100] smp: Brought up 1 node, 2 CPUs
    [    0.139504] SMP: Total of 2 processors activated.
    [    0.144318] CPU features: detected: 32-bit EL0 Support
    [    0.149581] CPU features: detected: CRC32 instructions
    [    0.154871] CPU: All CPU(s) started at EL2
    [    0.159062] alternatives: applying system-wide alternatives
    [    0.165667] devtmpfs: initialized
    [    0.176523] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.186528] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.204307] pinctrl core: initialized pinctrl subsystem
    [    0.210015] DMI not present or invalid.
    [    0.214384] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.221123] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
    [    0.228795] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.237151] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.245393] audit: initializing netlink subsys (disabled)
    [    0.251029] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1
    [    0.251246] thermal_sys: Registered thermal governor 'step_wise'
    [    0.258966] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.265137] cpuidle: using governor menu
    [    0.275904] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.282882] ASID allocator initialised with 65536 entries
    [    0.297587] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    [    0.305911] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/bus@28380000/i2c@40b10000/dsi-edp-bridge@2c
    [    0.317303] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    [    0.325629] platform 4a00000.dss: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
    [    0.335338] platform connector-hdmi: Fixed dependency cycle(s) with /bridge-dvi
    [    0.342865] platform 4a00000.dss: Fixed dependency cycle(s) with /bridge-dvi
    [    0.350111] platform bridge-dvi: Fixed dependency cycle(s) with /connector-hdmi
    [    0.357630] platform bridge-dvi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    [    0.365999] Modules: 27616 pages in range for non-PLT usage
    [    0.366004] Modules: 519136 pages in range for PLT usage
    [    0.372212] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.384603] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.391018] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.397966] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.404380] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.411328] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.417743] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.424688] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.431921] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
    [    0.441109] iommu: Default domain type: Translated
    [    0.446033] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.452506] SCSI subsystem initialized
    [    0.456527] usbcore: registered new interface driver usbfs
    [    0.462161] usbcore: registered new interface driver hub
    [    0.467617] usbcore: registered new device driver usb
    [    0.473090] pps_core: LinuxPPS API ver. 1 registered
    [    0.478175] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.487529] PTP clock support registered
    [    0.491649] EDAC MC: Ver: 3.0.0
    [    0.495129] scmi_core: SCMI protocol bus registered
    [    0.500289] FPGA manager framework
    [    0.503808] Advanced Linux Sound Architecture Driver Initialized.
    [    0.510497] vgaarb: loaded
    [    0.513450] clocksource: Switched to clocksource arch_sys_counter
    [    0.519837] VFS: Disk quotas dquot_6.6.0
    [    0.523881] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.534175] NET: Registered PF_INET protocol family
    [    0.539522] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.552452] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
    [    0.561383] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.569340] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.578038] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.586673] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.593585] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [    0.600720] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [    0.608406] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.614572] RPC: Registered named UNIX socket transport module.
    [    0.620649] RPC: Registered udp transport module.
    [    0.625460] RPC: Registered tcp transport module.
    [    0.630273] RPC: Registered tcp-with-tls transport module.
    [    0.635885] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.642482] NET: Registered PF_XDP protocol family
    [    0.647398] PCI: CLS 0 bytes, default 64
    [    0.652109] Initialise system trusted keyrings
    [    0.656794] workingset: timestamp_bits=46 max_order=22 bucket_order=0
    [    0.663576] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.669716] NFS: Registering the id_resolver key type
    [    0.674907] Key type id_resolver registered
    [    0.679186] Key type id_legacy registered
    [    0.683296] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.690157] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.711386] Key type asymmetric registered
    [    0.715579] Asymmetric key parser 'x509' registered
    [    0.720601] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.728258] io scheduler mq-deadline registered
    [    0.732910] io scheduler kyber registered
    [    0.737031] io scheduler bfq registered
    [    0.742901] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.748920] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.754905] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.761125] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.766989] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.773122] pinctrl-single 104200.pinctrl: 20 pins, size 80
    [    0.778897] pinctrl-single 104280.pinctrl: 8 pins, size 32
    [    0.788226] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.799999] loop: module loaded
    [    0.803909] megasas: 07.725.01.00-rc1
    [    0.809593] tun: Universal TUN/TAP device driver, 1.6
    [    0.815402] VFIO - User Level meta-driver version: 0.3
    [    0.821370] usbcore: registered new interface driver usb-storage
    [    0.827894] i2c_dev: i2c /dev entries driver
    [    0.832958] sdhci: Secure Digital Host Controller Interface driver
    [    0.839292] sdhci: Copyright(c) Pierre Ossman
    [    0.843874] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.850034] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.856368] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.863398] usbcore: registered new interface driver usbhid
    [    0.869106] usbhid: USB HID core driver
    [    0.873906] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.882681] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    0.887247] optee: revision 4.2 (12d7c4ee)
    [    0.903743] optee: dynamic shared memory is enabled
    [    0.913399] random: crng init done
    [    0.916944] optee: initialized driver
    [    0.922128] Initializing XFRM netlink socket
    [    0.926530] NET: Registered PF_PACKET protocol family
    [    0.931744] Key type dns_resolver registered
    [    0.939556] registered taskstats version 1
    [    0.943829] Loading compiled-in X.509 certificates
    [    0.955464] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    [    1.012368] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.018618] omap_i2c 40b00000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.024909] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    1.031757] pca953x 2-0020: using no AI
    [    2.041455] omap_i2c 40b10000.i2c: timeout waiting for bus ready
    [    2.047612] pca953x 2-0020: failed writing register
    [    2.052669] pca953x: probe of 2-0020 failed with error -16
    [    2.058413] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/bus@28380000/i2c@40b10000/dsi-edp-bridge@2c
    [    2.069591] i2c 2-002c: Fixed dependency cycle(s) with /bus@100000/bus@28380000/i2c@40b10000/dsi-edp-bridge@2c/aux-bus/panel
    [    2.081101] i2c 2-002c: Fixed dependency cycle(s) with /bus@100000/dsi@4800000
    [    2.088650] omap_i2c 40b10000.i2c: bus 2 rev0.12 at 100 kHz
    [    2.095150] pca953x 3-0021: supply vcc not found, using dummy regulator
    [    2.101986] pca953x 3-0021: using no AI
    [    2.121500] pca953x 3-0021: failed writing register
    [    2.126547] pca953x: probe of 3-0021 failed with error -121
    [    2.132322] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    2.138437] omap_i2c 2010000.i2c: bus 4 rev0.12 at 100 kHz
    [    2.144477] omap_i2c 2040000.i2c: bus 5 rev0.12 at 400 kHz
    [    2.150239] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
    [    2.158797] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
    [    2.168153] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
    [    2.176834] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
    [    2.187481] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    2.194462] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    2.203849] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
    [    2.213759] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    2.220530] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    2.229961] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
    [    2.240149] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    2.246921] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    2.255124] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 232, base_baud = 6000000) is a 8250
    [    2.264817] 2830000.serial: ttyS3 at MMIO 0x2830000 (irq = 233, base_baud = 3000000) is a 8250
    [    2.273778] printk: console [ttyS3] enabled
    [    2.273778] printk: console [ttyS3] enabled
    [    2.282246] printk: bootconsole [ns16550a0] disabled
    [    2.282246] printk: bootconsole [ns16550a0] disabled
    [    2.294182] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 234, base_baud = 3000000) is a 8250
    [    2.304125] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    2.349455] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.359484] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    2.367772] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.380593] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.387802] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.394088] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [    2.404597] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:200000000, add_val:4 pps:0
    [    2.413260] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    2.420121] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    2.426991] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    2.433821] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    2.445758] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    2.456088] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
    [    2.468829] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    2.473868] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
    [    2.480474] Creating 7 MTD partitions on "47040000.spi.0":
    [    2.485947] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    2.492103] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    2.497977] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    2.503883] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    2.509534] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    2.515796] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    2.521708] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    2.528628] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    2.573452] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.583492] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    2.591773] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.604598] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.611807] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.618052] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [    2.632987] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    2.642889] mmc1: CQHCI version 5.10
    [    2.645184] clk: Disabling unused clocks
    [    2.657665] ALSA device list:
    [    2.660629]   No soundcards found.
    [    2.681996] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    2.689610] Waiting for root device PARTUUID=9dadd190-02...
    [    2.747532] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
    [    2.754477] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [    2.763613]  mmcblk1: p1 p2
    [    2.868702] EXT4-fs (mmcblk1p2): recovery complete
    [    2.877306] EXT4-fs (mmcblk1p2): mounted filesystem d88879a7-aaa7-46a6-ab32-21f4d3c680cd r/w with ordered data mode. Quota mode: none.
    [    2.889411] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.900484] devtmpfs: mounted
    [    2.904349] Freeing unused kernel memory: 2432K
    [    2.908947] Run /sbin/init as init process
    [    3.236629] systemd[1]: System time before build time, advancing clock.
    [    3.298509] NET: Registered PF_INET6 protocol family
    [    3.304069] Segment Routing with IPv6
    [    3.307772] In-situ OAM (IOAM) with IPv6
    [    3.351221] systemd[1]: systemd 255.4^ 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 -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [    3.383038] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    3.410819] systemd[1]: Hostname set to <am68-sk>.
    [    3.502715] systemd-sysv-generator[90]: SysV service '/etc/init.d/edgeai-launcher.sh' 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 safe, robust and future-proof. ! This compatibility logic is deprecated, expect removal soon. !
    [    3.665818] systemd[1]: /usr/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.735068] 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.792802] systemd[1]: Queued start job for default target Graphical Interface.
    [    3.824704] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    3.846829] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    3.870694] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    3.894417] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    3.917701] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    3.941617] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    3.965544] systemd[1]: Expecting device /dev/ttyS3...
             Expecting device /dev/ttyS3...
    [    3.981636] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    3.997530] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.017503] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    4.033515] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    4.076792] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    4.097657] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    4.122974] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    4.145752] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    4.170187] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    4.193866] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    4.217877] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    4.237952] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    4.264677] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    4.285810] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    4.305806] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    4.353706] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    4.379977] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    4.409869] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    4.429855] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    4.447705] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    4.475122] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    4.502123] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    4.541937] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    4.577953] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    4.592138] fuse: init (API version 7.39)
    [    4.601115] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    4.631325] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    4.645959] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    4.675737] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.704578] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.743856] systemd-journald[107]: Collecting audit messages is enabled.
    [    4.746925] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    4.780504] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    4.818114] systemd[1]: Starting Coldplug All udev Devices...
    [    4.830476] EXT4-fs (mmcblk1p2): re-mounted d88879a7-aaa7-46a6-ab32-21f4d3c680cd r/w. Quota mode: none.
    
    [    4.876518] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    4.894105] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas…temd progress communication helper.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting FUSE Control File System...
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...
    [    5.278575] systemd-journald[107]: Received client request to flush runtime journal.
             Starting Create Static Device Nodes in /dev gracefully...
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /var/volatile...
    [    5.523145] audit: type=1334 audit(1709054766.284:2): prog-id=6 op=LOAD
    [    5.530176] audit: type=1334 audit(1709054766.292:3): prog-id=7 op=LOAD
             Starting Rule-based Manager for Device Events and Files...
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save OS Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Finished Load/Save OS Random Seed.
    [  OK  ] Finished Create Volatile Files and Directories.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [    5.789504] audit: type=1334 audit(1709054766.548:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    [    5.828325] audit: type=1334 audit(1709054766.588:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [    5.912205] audit: type=1334 audit(1709054766.672:6): prog-id=10 op=LOAD
    [    5.923643] audit: type=1334 audit(1709054766.684:7): prog-id=11 op=LOAD
    [    5.932616] audit: type=1334 audit(1709054766.684:8): prog-id=12 op=LOAD
             Starting User Database Manager...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Found device /dev/ttyS3.
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
             Starting Weston socket...
    [    6.712402] audit: type=1334 audit(1728690672.609:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the [    6.755230] mc: Linux media interface: v0.10
    API.
    [  OK  ] Listening on Weston socket.
    [    6.778465] CAN device driver interface
    [    6.826644] videodev: Linux video capture interface: v2.00
    [    6.834036] pinctrl-single 11c000.pinctrl: pin PIN29 already requested by 2830000.serial; cannot claim for 4a00000.dss
    [  OK  ] Reached target Socket Units.
    [    6.872463] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a6000000
    [    6.885046] pinctrl-single 11c000.pinctrl: pin-29 (4a00000.dss) status -22
    [  OK  ] Finished Reboot and dump vmcore via[    6.903495] pinctrl-single 11c000.pinctrl: could not request pin 29 (PIN29) from group dss-vout0-default-pins  on device pinctrl-single
     kexec.
    [    6.927518] tidss 4a00000.dss: Error applying setting, reverse things back
    [    6.936233] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
    [    6.965681] remoteproc remoteproc0: 64800000.dsp is available
    [    6.974967] remoteproc remoteproc0: attaching to 64800000.dsp
    [    6.981197] remoteproc remoteproc0: unsupported resource 536870912
    [    6.989042] remoteproc remoteproc0: rsc table is truncated
    [  OK  ] Started D-Bus System Message Bus    6.997397] remoteproc remoteproc0: Failed to process resources: -22
    m.
    [    7.017087] k3-dsp-rproc 64800000.dsp: error -EINVAL: failed to add register device with remoteproc core
    [    7.027136] k3-dsp-rproc: probe of 64800000.dsp failed with error -22
    [    7.047549] remoteproc remoteproc0: releasing 64800000.dsp
    
    [    7.067504] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [    7.098636] dbus-broker-lau[324]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
    
    [    7.114904] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a7000000
    [    7.148904] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode
             Starting Avahi mDNS/DNS-SD Stack...
    [  OK  ] Started Periodic Command Scheduler.
    [    7.206810] remoteproc remoteproc0: 65800000.dsp is available
    [    7.215511] at24 0-0051: supply vcc not found, using dummy regulator
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting Expand the rootfs partiti…to full size of the boot device....
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [    7.308672] audit: type=1334 audit(1728690673.205:10): prog-id=14 op=LOAD
             Starting User Login Management...
    [    7.327567] audit: type=1334 audit(1728690673.217:11): prog-id=15 op=LOAD
             Starting Telnet Server...
    [    7.378532] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [    7.481854] m_can_platform 40528000.can: m_can device registered (irq=511, version=32)
    [    7.500404] m_can_platform 40568000.can: m_can device registered (irq=512, version=32)
    [  OK  ] Finished Telnet Server.
    [    7.519403] m_can_platform 2761000.can: m_can device registered (irq=513, version=32)
    [    7.537268] m_can_platform 2771000.can: m_can device registered (irq=514, version=32)
    [    7.546048] remoteproc remoteproc0: attaching to 65800000.dsp
    [  OK  ] Started Telephony service.
    [    7.619411] vdec 4210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [    7.741533] platform 41000000.r5f: configured R5F for IPC-only mode
    [    7.744139] remoteproc remoteproc0: unsupported resource 536870912
    [    7.758254] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    7.770715] Bluetooth: Core ver 2.22
    [    7.774640] NET: Registered PF_BLUETOOTH protocol family
    [    7.780043] Bluetooth: HCI device and connection manager initialized
    [    7.786484] Bluetooth: HCI socket layer initialized
    [    7.791509] Bluetooth: L2CAP socket layer initialized
    [    7.796768] Bluetooth: SCO socket layer initialized
    [    7.805877] remoteproc remoteproc0: rsc table is truncated
    [    7.811408] remoteproc remoteproc0: Failed to process resources: -22
    [    7.812730] vdec 4210000.video-codec: Product Code:      0x521c
    [    7.828033] remoteproc remoteproc1: 41000000.r5f is available
    [    7.834011] k3-dsp-rproc 65800000.dsp: error -EINVAL: failed to add register device with remoteproc core
    [    7.844761] vdec 4210000.video-codec: Firmware Revision: 320127
    [    7.856232] remoteproc remoteproc1: attaching to 41000000.r5f
    [    7.901702] k3-dsp-rproc: probe of 65800000.dsp failed with error -22
    [    7.910216] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [    7.913080] remoteproc remoteproc0: releasing 65800000.dsp
    [    7.917274] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [    7.934093] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    7.940905] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    [    7.948430] remoteproc remoteproc1: remote processor 41000000.r5f is now attached
    [    7.950850] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.963585] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    7.971426] platform 5c00000.r5f: configured R5F for IPC-only mode
    [    7.977923] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [    8.020687] remoteproc remoteproc0: 5c00000.r5f is available
    [    8.034002] remoteproc remoteproc0: attaching to 5c00000.r5f
    [    8.037144] m_can_platform 40528000.can mcu_mcan0: renamed from can0
    [    8.048797] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    [    8.064901] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node r5f-dma-memory@a2000000
    [    8.076530] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    8.079406] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    [    8.084141] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
    [    8.103031] m_can_platform 2761000.can main_mcan6: renamed from can2
    [    8.132421] m_can_platform 40568000.can mcu_mcan1: renamed from can1
    
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
             Starting Virtual Console Setup...
    [    8.177504] m_can_platform 2771000.can main_mcan7: renamed from can3
    [    8.203018] remoteproc remoteproc0: remote processor 5c00000.r5f is now attached
    [    8.211855] platform 5d00000.r5f: configured R5F for IPC-only mode
    [    8.218554] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [  OK  ] Finished Expand the rootfs partitio[    8.250237] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    n to full size of the boot device..
    [    8.285582] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    8.291796] remoteproc remoteproc2: 5d00000.r5f is available
    [    8.298115] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    8.321662] remoteproc remoteproc2: attaching to 5d00000.r5f
    [  OK  ] Reached target Hardware activated U[    8.328072] remoteproc remoteproc2: unsupported resource 536870916
    SB gadget.
    [    8.341778] remoteproc remoteproc2: rsc table is truncated
    [    8.351791] remoteproc remoteproc2: Failed to process resources: -22
    [    8.360762] k3_r5_rproc bus@100000:r5fss@5c00000: rproc_add failed, ret = -22
    [    8.406632] remoteproc remoteproc2: releasing 5d00000.r5f
    [    8.428598] platform 5c00000.r5f: R5F core deinitialized in IPC-only mode
    [    8.435597] remoteproc remoteproc0: detached remote processor 5c00000.r5f
    [    8.467541] remoteproc remoteproc0: releasing 5c00000.r5f
    [    8.473036] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -22
    [    8.481701] k3_r5_rproc: probe of bus@100000:r5fss@5c00000 failed with error -22
    [    8.498418] platform 5e00000.r5f: configured R5F for remoteproc mode
    [    8.506139] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [    8.517312] remoteproc remoteproc0: 5e00000.r5f is available
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
    [    8.536037] remoteproc remoteproc0: loading /lib/firmware/j721s2-main-r5f1_0-fw failed with error -22
    [    8.545681] remoteproc remoteproc0: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -22
             Starting Enable and configure wl18xx bluetooth[    8.559864] remoteproc remoteproc0: powering up 5e00000.r5f
     stack...
    [    8.569561] remoteproc remoteproc0: loading /lib/firmware/j721s2-main-r5f1_0-fw failed with error -22
    
    [  OK  ] Started Netperf Benchmark Server    8.589705] remoteproc remoteproc0: Direct firmware load for j721s2-main-r5f1_0-fw failed with error -22
    m.
    [    8.601624] remoteproc remoteproc0: request_firmware failed: -22
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [    8.632879] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    8.657054] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Virtual Console Setup.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS3.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland compositor, as a system service...
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk1p1...
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/boot-mmcblk1p1...
    [FAILED] Failed to start Weston, a Wayland compositor, as a system service.
    See 'systemctl status weston.service' for details.
             Starting EdgeAI OOB demos...
    [  OK  ] Mounted /run/media/boot-mmcblk1p1.
    [   10.541487] k3_r5_rproc bus@100000:r5fss@5e00000: Timed out waiting for 5e00000.r5f core to power up!
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [   10.951359] kauditd_printk_skb: 8 callbacks suppressed
    [   10.951366] audit: type=1701 audit(1728690676.849:16): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=653 comm="kmsprint" exe="/usr/bin/kmsprint" sig=6 res=1
    [  OK  ] Created slice Slice /system/systemd[   10.984827] audit: type=1334 audit(1728690676.881:17): prog-id=18 op=LOAD
    -coredump.
    [   10.996531] audit: type=1334 audit(1728690676.893:18): prog-id=19 op=LOAD
    [   11.004278] audit: type=1334 audit(1728690676.893:19): prog-id=20 op=LOAD
    [  OK  ] Started Process Core Dump (PID 657/UID 0).
    [   11.221646] audit: type=1334 audit(1728690677.121:20): prog-id=20 op=UNLOAD
    [   11.229064] audit: type=1334 audit(1728690677.121:21): prog-id=19 op=UNLOAD
    [   11.236096] audit: type=1334 audit(1728690677.121:22): prog-id=18 op=UNLOAD
    [  OK  ] Started EdgeAI OOB demos.
    [  OK  ] Started containerd container runtime.
    [   13.068142] audit: type=1701 audit(1728690678.965:23): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=668 comm="edgeai-gui-app" exe="/usr/bin/edgeai-gui-app" sig=6 res=1
    [   13.089358] audit: type=1334 audit(1728690678.985:24): prog-id=21 op=LOAD
    [   13.096684] audit: type=1334 audit(1728690678.993:25): prog-id=22 op=LOAD
    [  OK  ] Started Process Core Dump (PID 769/UID 0).
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
            adwaita-icon-theme-symbolic
            autoconf
            bash-dev
            bash
            bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils
            findutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gnu-config
            grub-common
            grub-editenv
            grub-efi
            gzip
            hidapi
            kbd-dev
            kbd-keymaps-pine
            less
            libasm1
            libatomic-dev
            libatomic1
            libbfd
            libdebuginfod1
            libdw1
            libelf1
            libgcc-s-dev
            libgcc1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp10
            libidn2-0
            libmpc3
            libmpfr6
            libopcodes
            libqt5charts-examples
            libqt5charts-plugins
            libqt5charts-qmlplugins
            libqt5charts5
            libqt5serialport-examples
            libqt5serialport-plugins
            libqt5serialport-qmlplugins
            libqt5serialport5
            libqt5svg-examples
            libqt5svg-plugins
            libqt5svg-qmlplugins
            libqt5svg5
            libqt5virtualkeyboard-plugins
            libqt5virtualkeyboard-qmlplugins
            libqt5virtualkeyboard5
            libreadline-dev
            libreadline8
            libstdc++-dev
            libstdc++6
            libunistring5
            m4
            make
            nettle
            parted
            piglit
            qt3d-plugins
            qt3d-qmlplugins
            qt3d
            qtbase-examples
            qtbase-plugins
            qtbase-qmlplugins
            qtbase
            qtconnectivity-plugins
            qtconnectivity-qmlplugins
            qtconnectivity
            qtdeclarative-plugins
            qtdeclarative-qmlplugins
            qtdeclarative-tools
            qtdeclarative
            qtgraphicaleffects-qmlplugins
            qtlocation-examples
            qtlocation-plugins
            qtlocation-qmlplugins
            qtlocation
            qtmultimedia-examples
            qtmultimedia-plugins
            qtmultimedia-qmlplugins
            qtmultimedia
            qtquick3d-plugins
            qtquick3d-qmlplugins
            qtquick3d
            qtquics-qmlplugins.control
            qtquics2-plugins.control
            qtquics2-qmlplugins.control
            qtquics2.control
            qtscript-examples
            qtscript-plugins
            qtscript-qmlplugins
            qtscript
            qtwayland-examples
            qtwayland-plugins
            qtwayland-qmlplugins
            qtwayland
            tar
            which
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project am68-sk ttyS3
    
    Arago 2023.10 am68-sk ttyS3
    
    am68-sk login: [   20.878017] i2c 2-002c: deferred probe pending
    [   20.882480] platform 2910000.pcie: deferred probe pending
    [   20.887873] platform bridge-dvi: deferred probe pending
    [   20.893101] platform fixedregulator-dp0-pwr: deferred probe pending
    

    I notice this error in the log, just after u-boot boot command (line 66):

     ** fs_devread read error - block

    This is also present in the first boot log in my first post. Is this something related?

    Once logged in I queried mmc1 properties:

    root@am68-sk:/opt/edgeai-gst-apps# cat /sys/kernel/debug/mmc1/ios
    clock:          50000000 Hz
    actual clock:   50000000 Hz
    vdd:            21 (3.3 ~ 3.4 V)
    bus mode:       2 (push-pull)
    chip select:    0 (don't care)
    power mode:     2 (on)
    bus width:      2 (4 bits)
    timing spec:    7 (sd uhs DDR50)
    signal voltage: 1 (1.80 V)
    driver type:    0 (driver type B)

    Timing spec says "sd uhs DDR50" which sounds better but "signal voltage" says 1.80V which is not true. I measured 3.3V. So I don't know how to believe these results.

    I'll try to find a way to measure the speed and post results to know for sure.

    Using these extra properties in the device tree are great workarounds, and I appreciate you bringing them to my attention. But I'm wondering how to get Linux booting properly without these workarounds? The circuitry for the sdcard interface and voltage control is based off of the SK-AM68 and the sdcard I'm using came with the SK-AM68 so it should work.

    Thanks!

  • Hi Amandio,

    Can you confirm if the voltage you measured(3.3V) is correct,because the query log of mmc1 properties indicates that the voltage is 1.8 V for DDR50 speed mode,which is correct as expected.

  • Sorry for the delay.

    Can you confirm if the voltage you measured(3.3V) is correct,because the query log of mmc1 properties indicates that the voltage is 1.8 V for DDR50 speed mode,which is correct as expected.

    Yes, 3.3V is correct. I just re-measured the signal voltage and it is 3.3V again. The console output is the same also:

    root@am68-sk:/opt/edgeai-gst-apps# cat /sys/kernel/debug/mmc1/ios
    clock:          50000000 Hz
    actual clock:   50000000 Hz
    vdd:            21 (3.3 ~ 3.4 V)
    bus mode:       2 (push-pull)
    chip select:    0 (don't care)
    power mode:     2 (on)
    bus width:      2 (4 bits)
    timing spec:    7 (sd uhs DDR50)
    signal voltage: 1 (1.80 V)
    driver type:    0 (driver type B)

    As a test, I un-commented out vqmmc-supply even though I was told to leave it commented out. So &main_sdhci1 looks like this:

    &main_sdhci1 {
    	/* SD card */
    	status = "okay";
    	pinctrl-0 = <&main_mmc1_pins_default>;
    	pinctrl-names = "default";
    	disable-wp;
    	vmmc-supply = <&vdd_mmc1>;
    	vqmmc-supply = <&vdd_sd_dv>;
    	//no-1-8-v;
    	/* Masking support for SDR104 capability */
    	sdhci-caps-mask = <0x00000003 0x00000000>;
    };

    After booting linux and querying mmc1, I get this:

    root@am68-sk:/opt/edgeai-gst-apps# cat /sys/kernel/debug/mmc1/ios
    clock:          50000000 Hz
    actual clock:   50000000 Hz
    vdd:            21 (3.3 ~ 3.4 V)
    bus mode:       2 (push-pull)
    chip select:    0 (don't care)
    power mode:     2 (on)
    bus width:      2 (4 bits)
    timing spec:    7 (sd uhs DDR50)
    signal voltage: 1 (1.80 V)
    driver type:    0 (driver type B)

    But when I measure the signal voltage, now I get 1.8V.

    I'm not sure how to interpret these results. Seems like linux was reporting wrong signaling voltage and/or speed before. I have been trying to set up some objective speed tests to compare these different device tree changes, but haven't found the time yet.

  • Hi amandio,

    The reason the signal voltage changed to 1.8 V after your recent change , was because vqmmc-supply refers to the signal voltage and vmmc-supply refers to the supply voltage . Hence uncommenting vqmmc-supply , enables the signal voltage parameter and hence the signal voltage was switched to 1.8 V.The vdd parameter refers to the vmmc-supply which is the supply voltage.

    Also , just to confirm , is there a specific reason why the pinctrl-0 to the main gpio0 pins were removed,because the vdd_mmc1 dt node is using these main_gpio0 pins right?.

  • The reason the signal voltage changed to 1.8 V after your recent change , was because vqmmc-supply refers to the signal voltage and vmmc-supply refers to the supply voltage . Hence uncommenting vqmmc-supply , enables the signal voltage parameter and hence the signal voltage was switched to 1.8 V.The vdd parameter refers to the vmmc-supply which is the supply voltage.

    Understood. This is why I initially asked if I should uncomment it out since it controls signal voltage. I was told not to and measured 3.3V for the reasons you listed. See below:

    Also , just to confirm , is there a specific reason why the pinctrl-0 to the main gpio0 pins were removed,because the vdd_mmc1 dt node is using these main_gpio0 pins right?.

    No specific reason other than I am working on a minimal device tree for our custom board. According to datasheet and TRM, gpio is default pinmux mode for those pins anyway.

  • Hi Amandio,

    Sorry for the late reply.

    Just to confirm,are the changes made in k3-am68-sk-base-board.dts present in linux kernel folder done in the k3-am68-sk-base-board.dts present in the u-boot folder of Linux SDK as well. Because both dts are compiled separately and used separately for u-boot and linux kernel.