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.

TDA4VH-Q1: The ADC cannot read the data

Part Number: TDA4VH-Q1
Other Parts Discussed in Thread: TDA4VH

Tool/software:

Hi

SDK:10.00.08

Hardware:TDA4VH, custom board

My adc schematic diagram is 

my devicetree of adc is 

    //k3-j784s4-evm.dts
	mcu_adc0_pins_default: mcu-adc0-default-pins {
		pinctrl-single,pins = <
			J784S4_WKUP_IOPAD(0x0cc, PIN_INPUT, 0) /* (P36) MCU_ADC0_AIN0 */
			J784S4_WKUP_IOPAD(0x0d0, PIN_INPUT, 0) /* (V36) MCU_ADC0_AIN1 */
			J784S4_WKUP_IOPAD(0x0d4, PIN_INPUT, 0) /* (T34) MCU_ADC0_AIN2 */
			J784S4_WKUP_IOPAD(0x0d8, PIN_INPUT, 0) /* (T36) MCU_ADC0_AIN3 */
			J784S4_WKUP_IOPAD(0x0dc, PIN_INPUT, 0) /* (P34) MCU_ADC0_AIN4 */
			J784S4_WKUP_IOPAD(0x0e0, PIN_INPUT, 0) /* (R37) MCU_ADC0_AIN5 */
			J784S4_WKUP_IOPAD(0x0e4, PIN_INPUT, 0) /* (R33) MCU_ADC0_AIN6 */
			J784S4_WKUP_IOPAD(0x0e8, PIN_INPUT, 0) /* (V38) MCU_ADC0_AIN7 */
		>;
	};

	mcu_adc1_pins_default: mcu-adc1-default-pins {
		pinctrl-single,pins = <
			J784S4_WKUP_IOPAD(0x0ec, PIN_INPUT, 0) /* (Y38) MCU_ADC1_AIN0 */
			J784S4_WKUP_IOPAD(0x0f0, PIN_INPUT, 0) /* (Y34) MCU_ADC1_AIN1 */
			J784S4_WKUP_IOPAD(0x0f4, PIN_INPUT, 0) /* (V34) MCU_ADC1_AIN2 */
			J784S4_WKUP_IOPAD(0x0f8, PIN_INPUT, 0) /* (W37) MCU_ADC1_AIN3 */
			J784S4_WKUP_IOPAD(0x0fc, PIN_INPUT, 0) /* (AA37) MCU_ADC1_AIN4 */
			J784S4_WKUP_IOPAD(0x100, PIN_INPUT, 0) /* (W33) MCU_ADC1_AIN5 */
			J784S4_WKUP_IOPAD(0x104, PIN_INPUT, 0) /* (U33) MCU_ADC1_AIN6 */
			J784S4_WKUP_IOPAD(0x108, PIN_INPUT, 0) /* (Y36) MCU_ADC1_AIN7 */
		>;
	};
	
	&tscadc0 {
	pinctrl-0 = <&mcu_adc0_pins_default>;
	pinctrl-names = "default";
	status = "okay";
	adc {
		ti,adc-channels = <0 1 2 3 4 5 6 7>;
	};
};

&tscadc1 {
	pinctrl-0 = <&mcu_adc1_pins_default>;
	pinctrl-names = "default";
	status = "okay";
	adc {
		ti,adc-channels = <0 1 2 3 4 5 6 7>;
	};
};

I tested the voltage values of TP2937 and TP2941 with a multimeter and confirmed that there was input voltage at both test points. But when I use the command cat/sys/bus/iio/devices/iio: device1 / in_voltage * _raw, to check the adc value, found that all the value is 0. 

Meanwhile, I would like to ask how to confirm whether the ADC module has received the voltage input? Is there a certain register value to represent the status value of GPIO Y38? Or could you offer suggestions for the next step of investigation

Could you take a look ? 

Thanks

  • Hello, 

    Thanks for the details. Could you please also confirm the SDK version that's being used? 

    Best Regards,

    Keerthy 

  • Hi,

    The SDK version is ti-processor-sdk-linux-adas-j784s4-evm-10_00_00_08.

    Thanks

  • Hi,

    could you offer suggestions for the next step of investigation?

    Thanks

  • Apologies for the delay. I am checking internally, I will get back to you in a couple of days.

    - Keerthy

  • Hello BoWen,

    Please share the complete boot logs for us to analyze if there are any evident failures & also attach the file: k3-j784s4-j742s2-mcu-wakeup-common.dtsi for us to check. 

    - Keerthy

  • root@j784s4-evm:~# dmesg
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.6.32-ti-g97fb7eb7f133-dirty (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240620) #1 SMP PREEMPT Thu Feb 27 11:43:06 UTC 2025
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: GRCE DOCAP-PREMIUM
    [    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 0x0000000f90000000, size 1792 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000f90000000..0x0000000fffffffff (1835008 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 r5f-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a6000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable r5f-memory@a6100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a7000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable r5f-memory@a7100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable c71-dma-memory@a8000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable c71-memory@a8100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a9000000..0x00000000a90fffff (1024 KiB) nomap non-reusable c71-dma-memory@a9000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a9100000..0x00000000a9ffffff (15360 KiB) nomap non-reusable c71-memory@a9100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000aa000000..0x00000000aa0fffff (1024 KiB) nomap non-reusable c71-dma-memory@aa000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000aa100000..0x00000000aaffffff (15360 KiB) nomap non-reusable c71-memory@aa100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ab000000..0x00000000ab0fffff (1024 KiB) nomap non-reusable c71-dma-memory@ab000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ab100000..0x00000000abffffff (15360 KiB) nomap non-reusable c71-memory@ab100000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x0000000fffffffff]
    [    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-0x00000000abffffff]
    [    0.000000]   node   0: [mem 0x00000000ac000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x0000000fffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff]
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.4
    [    0.000000] percpu: Embedded 20 pages/cpu s42984 r8192 d30744 u81920
    [    0.000000] pcpu-alloc: s42984 r8192 d30744 u81920 alloc=20*4096
    [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
    [    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=ttyS2,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=964e5e23-05 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8257536
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 8.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 30770644K/33554432K available (12672K kernel code, 1270K rwdata, 4164K rodata, 2432K init, 441K bss, 948780K reserved, 1835008K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=8.
    [    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=8
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
    [    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 @0x0000000880060000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880070000
    [    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.008466] Console: colour dummy device 80x25
    [    0.013053] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023743] pid_max: default: 32768 minimum: 301
    [    0.028509] LSM: initializing lsm=capability,integrity
    [    0.033882] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.041707] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.050951] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
    [    0.058220] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
    [    0.066074] rcu: Hierarchical SRCU implementation.
    [    0.070980] rcu:     Max phase no-delay instances is 1000.
    [    0.076497] Platform MSI: msi-controller@1820000 domain created
    [    0.082733] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.092223] EFI services will not be available.
    [    0.097092] smp: Bringing up secondary CPUs ...
    [    0.110215] Detected PIPT I-cache on CPU1
    [    0.110263] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.110278] GICv3: CPU1: using allocated LPI pending table @0x0000000880080000
    [    0.110308] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.118810] Detected PIPT I-cache on CPU2
    [    0.118838] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    [    0.118851] GICv3: CPU2: using allocated LPI pending table @0x0000000880090000
    [    0.118875] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    [    0.127332] Detected PIPT I-cache on CPU3
    [    0.127363] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    [    0.127376] GICv3: CPU3: using allocated LPI pending table @0x00000008800a0000
    [    0.127399] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    [    0.135898] Detected PIPT I-cache on CPU4
    [    0.135952] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    [    0.135966] GICv3: CPU4: using allocated LPI pending table @0x00000008800b0000
    [    0.135997] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    [    0.144487] Detected PIPT I-cache on CPU5
    [    0.144520] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    [    0.144533] GICv3: CPU5: using allocated LPI pending table @0x00000008800c0000
    [    0.144557] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    [    0.153022] Detected PIPT I-cache on CPU6
    [    0.153060] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    [    0.153073] GICv3: CPU6: using allocated LPI pending table @0x00000008800d0000
    [    0.153098] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    [    0.161569] Detected PIPT I-cache on CPU7
    [    0.161608] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    [    0.161621] GICv3: CPU7: using allocated LPI pending table @0x00000008800e0000
    [    0.161646] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    [    0.161697] smp: Brought up 1 node, 8 CPUs
    [    0.342995] SMP: Total of 8 processors activated.
    [    0.347810] CPU features: detected: 32-bit EL0 Support
    [    0.353074] CPU features: detected: CRC32 instructions
    [    0.358381] CPU: All CPU(s) started at EL2
    [    0.362578] alternatives: applying system-wide alternatives
    [    0.369285] devtmpfs: initialized
    [    0.384516] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.394514] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.431549] pinctrl core: initialized pinctrl subsystem
    [    0.437183] DMI not present or invalid.
    [    0.441454] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.448702] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    [    0.456715] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.465427] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.473653] audit: initializing netlink subsys (disabled)
    [    0.479272] audit: type=2000 audit(0.328:1): state=initialized audit_enabled=0 res=1
    [    0.479475] thermal_sys: Registered thermal governor 'step_wise'
    [    0.487216] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.493379] cpuidle: using governor menu
    [    0.504143] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.511171] ASID allocator initialised with 65536 entries
    [    0.531859] Modules: 27472 pages in range for non-PLT usage
    [    0.531867] Modules: 518992 pages in range for PLT usage
    [    0.538005] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.550401] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.556816] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.563764] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.570177] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.577123] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.583536] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.590483] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.597650] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
    [    0.606754] iommu: Default domain type: Translated
    [    0.611663] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.618117] SCSI subsystem initialized
    [    0.622021] libata version 3.00 loaded.
    [    0.622100] usbcore: registered new interface driver usbfs
    [    0.627727] usbcore: registered new interface driver hub
    [    0.633177] usbcore: registered new device driver usb
    [    0.638603] pps_core: LinuxPPS API ver. 1 registered
    [    0.643685] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.653040] PTP clock support registered
    [    0.657186] EDAC MC: Ver: 3.0.0
    [    0.660618] scmi_core: SCMI protocol bus registered
    [    0.665747] FPGA manager framework
    [    0.669259] Advanced Linux Sound Architecture Driver Initialized.
    [    0.676005] clocksource: Switched to clocksource arch_sys_counter
    [    0.682363] VFS: Disk quotas dquot_6.6.0
    [    0.686395] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.696670] NET: Registered PF_INET protocol family
    [    0.702033] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.714805] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
    [    0.723875] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.731841] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.740930] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.749605] TCP: Hash tables configured (established 262144 bind 65536)
    [    0.756510] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.763868] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.771773] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.777899] RPC: Registered named UNIX socket transport module.
    [    0.783970] RPC: Registered udp transport module.
    [    0.788782] RPC: Registered tcp transport module.
    [    0.793595] RPC: Registered tcp-with-tls transport module.
    [    0.799207] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.805801] NET: Registered PF_XDP protocol family
    [    0.810715] PCI: CLS 0 bytes, default 64
    [    0.815784] Initialise system trusted keyrings
    [    0.820427] workingset: timestamp_bits=46 max_order=23 bucket_order=0
    [    0.827179] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.833284] NFS: Registering the id_resolver key type
    [    0.838475] Key type id_resolver registered
    [    0.842754] Key type id_legacy registered
    [    0.846861] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.853724] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.874957] Key type asymmetric registered
    [    0.879149] Asymmetric key parser 'x509' registered
    [    0.884166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.891740] io scheduler mq-deadline registered
    [    0.896375] io scheduler kyber registered
    [    0.900493] io scheduler bfq registered
    [    0.906917] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.912923] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.918961] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.925212] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.931043] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.937363] pinctrl-single 104200.pinctrl: 20 pins, size 80
    [    0.943126] pinctrl-single 104280.pinctrl: 8 pins, size 32
    [    0.952994] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.965639] loop: module loaded
    [    0.969467] megasas: 07.725.01.00-rc1
    [    0.975313] tun: Universal TUN/TAP device driver, 1.6
    [    0.981062] VFIO - User Level meta-driver version: 0.3
    [    0.987079] usbcore: registered new interface driver usb-storage
    [    0.993796] i2c_dev: i2c /dev entries driver
    [    0.999034] sdhci: Secure Digital Host Controller Interface driver
    [    1.005361] sdhci: Copyright(c) Pierre Ossman
    [    1.009962] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.016283] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.022641] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.029655] usbcore: registered new interface driver usbhid
    [    1.035362] usbhid: USB HID core driver
    [    1.040251] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    1.048954] optee: probing for conduit method.
    [    1.053570] optee: revision 4.2 (3d3963da)
    [    1.070016] optee: dynamic shared memory is enabled
    [    1.079599] random: crng init done
    [    1.083139] optee: initialized driver
    [    1.088173] NET: Registered PF_INET6 protocol family
    [    1.093814] Segment Routing with IPv6
    [    1.097575] In-situ OAM (IOAM) with IPv6
    [    1.101616] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    1.108117] NET: Registered PF_PACKET protocol family
    [    1.113308] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
    [    1.126640] can: controller area network core
    [    1.131117] NET: Registered PF_CAN protocol family
    [    1.136021] can: raw protocol
    [    1.139053] can: broadcast manager protocol
    [    1.143333] can: netlink gateway - max_hops=1
    [    1.147823] 8021q: 802.1Q VLAN Support v1.8
    [    1.152121] Key type dns_resolver registered
    [    1.159935] registered taskstats version 1
    [    1.164271] Loading compiled-in X.509 certificates
    [    1.176074] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    [    1.225697] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.236385] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.247097] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.284076] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.290749] omap_i2c 40b10000.i2c: bus 4 rev0.12 at 400 kHz
    [    1.297104] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    1.303948] pca953x 3-0020: using AI
    [    1.331460] pca953x 3-0022: supply vcc not found, using dummy regulator
    [    1.338285] pca953x 3-0022: using AI
    [    1.343169] pca953x 3-0023: supply vcc not found, using dummy regulator
    [    1.349991] pca953x 3-0023: using AI
    [    1.355729] i2c 3-003d: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4500000/csi-bridge@4504000
    [    1.365272] i2c 3-003d: Fixed dependency cycle(s) with /bus@100000/i2c@2000000/deser@3d/links/link@0/serializer
    [    1.375780] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    1.381643] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
    [    1.390193] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
    [    1.399458] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
    [    1.408134] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
    [    1.422357] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    1.429323] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    1.438637] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    [    1.448534] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.455312] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.464691] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
    [    1.474868] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.481638] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.489724] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 225, base_baud = 6000000) is a 8250
    [    1.499296] 2830000.serial: ttyS2 at MMIO 0x2830000 (irq = 226, base_baud = 3000000) is a 8250
    [    1.508175] printk: console [ttyS2] enabled
    [    1.516637] printk: bootconsole [ns16550a0] disabled
    [    1.568005] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.577291] Marvell 88Q2221M: probe of 46000f00.mdio:05 failed with error -1
    [    1.586429] davinci_mdio 46000f00.mdio: phy[5]: device 46000f00.mdio:05, driver Micrel KSZ9031 Gigabit PHY
    [    1.596084] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    1.608898] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.616106] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.622239] pps pps0: new PPS source ptp0
    [    1.626367] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    1.680003] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.689046] Marvell 88Q2221M: probe of c200f00.mdio:05 failed with error -1
    [    1.698085] davinci_mdio c200f00.mdio: phy[5]: device c200f00.mdio:05, driver Micrel KSZ9031 Gigabit PHY
    [    1.707567] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    1.720338] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    1.726597] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    1.733716] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    1.739844] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:250000000, add_val:3 pps:0
    [    1.750105] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [    1.758859] input: gpio_keys_polled as /devices/platform/gpio_keys_polled/input/input2
    [    1.770757] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    1.777348] mmc0: CQHCI version 5.10
    [    1.777675] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    1.787737] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    1.794545] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    [    1.801347] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    1.808145] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    [    1.818582] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    1.911533] mmc0: Command Queue Engine enabled
    [    1.915981] mmc0: new HS400 MMC card at address 0001
    [    1.921269] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    1.927897]  mmcblk0: p1 p2 < p5 p6 p7 p8 >
    [    1.932589] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    1.938109] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    1.943548] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0)
    [    2.082041] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    2.088047] pca953x 4-0020: using AI
    [    2.112054] pca953x 4-0020: failed writing register
    [    2.116999] pca953x: probe of 4-0020 failed with error -121
    [    2.122743] pca953x 4-0021: using AI
    [    2.126362] pca953x 4-0021: failed writing register
    [    2.131276] pca953x: probe of 4-0021 failed with error -121
    [    2.137040] pca953x 3-0021: using AI
    [    2.146264] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    2.153763] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    2.161845] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    2.169925] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    3.181397] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
    [    3.187681] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    3.193157] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    [    3.202618] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    [    3.209506] pci 0000:00:00.0: [104c:b012] type 01 class 0x060400
    [    3.215503] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    3.225243] pci 0000:00:00.0: supports D1
    [    3.229242] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    3.237157] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.245271] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    3.251884] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    3.256901] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    3.263681] pcieport 0000:00:00.0: PME: Signaling with IRQ 494
    [    3.269673] pcieport 0000:00:00.0: AER: enabled with IRQ 494
    [    3.276141] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
    [    3.286416] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
    [    3.298716] spi-nor spi1.0: mx25uw51245g (65536 Kbytes)
    [    3.303972] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
    [    3.310577] Creating 7 MTD partitions on "47040000.spi.0":
    [    3.316051] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    3.322231] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    3.328115] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    3.334069] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    3.339736] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    3.345994] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    3.351909] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    3.396006] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.405272] Marvell 88Q2221M: probe of 46000f00.mdio:05 failed with error -1
    [    3.414409] davinci_mdio 46000f00.mdio: phy[5]: device 46000f00.mdio:05, driver Micrel KSZ9031 Gigabit PHY
    [    3.424065] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    3.436877] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    3.444085] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    3.450200] pps pps0: new PPS source ptp1
    [    3.454334] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    3.468655] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    3.516013] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.525106] Marvell 88Q2221M: probe of c200f00.mdio:05 failed with error -1
    [    3.534155] davinci_mdio c200f00.mdio: phy[5]: device c200f00.mdio:05, driver Micrel KSZ9031 Gigabit PHY
    [    3.543636] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    3.556422] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.562680] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.569799] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.575911] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    3.590628] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    [    3.600995] mmc1: CQHCI version 5.10
    [    3.603741] clk: Disabling unused clocks
    [    3.620547] ALSA device list:
    [    3.623506]   No soundcards found.
    [    5.116495] sdhci-am654 4fb0000.mmc: Power on failed
    [    5.152027] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    5.206947] EXT4-fs (mmcblk0p5): recovery complete
    [    5.212043] EXT4-fs (mmcblk0p5): mounted filesystem 8164830c-2d82-4b44-8fb3-0f3b891dd6dc r/w with ordered data mode. Quota mode: none.
    [    5.224151] VFS: Mounted root (ext4 filesystem) on device 179:5.
    [    5.230362] devtmpfs: mounted
    [    5.234238] Freeing unused kernel memory: 2432K
    [    5.238870] Run /sbin/init as init process
    [    5.242959]   with arguments:
    [    5.242961]     /sbin/init
    [    5.242964]   with environment:
    [    5.242966]     HOME=/
    [    5.242968]     TERM=linux
    [    5.326405] systemd[1]: System time before build time, advancing clock.
    [    5.354910] 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)
    [    5.386690] systemd[1]: Detected architecture arm64.
    [    5.404909] systemd[1]: Hostname set to <j784s4-evm>.
    [    5.535313] 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.
    [    5.588454] 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.
    [    5.630579] systemd[1]: Queued start job for default target Multi-User System.
    [    5.658731] systemd[1]: Created slice Slice /system/getty.
    [    5.680985] systemd[1]: Created slice Slice /system/modprobe.
    [    5.704861] systemd[1]: Created slice Slice /system/serial-getty.
    [    5.728890] systemd[1]: Created slice Slice /system/syslog-ng.
    [    5.752716] systemd[1]: Created slice User and Session Slice.
    [    5.776174] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    5.800115] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    5.824080] systemd[1]: Expecting device /dev/ttyS2...
    [    5.840106] systemd[1]: Reached target Path Units.
    [    5.856059] systemd[1]: Reached target Remote File Systems.
    [    5.876051] systemd[1]: Reached target Slice Units.
    [    5.892057] systemd[1]: Reached target Swaps.
    [    5.908062] systemd[1]: Reached target System Time Set.
    [    5.954185] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    5.980141] systemd[1]: Reached target RPC Port Mapper.
    [    6.002909] systemd[1]: Listening on Process Core Dump Socket.
    [    6.024177] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    6.048530] systemd[1]: Listening on Journal Audit Socket.
    [    6.068259] systemd[1]: Listening on Journal Socket (/dev/log).
    [    6.088268] systemd[1]: Listening on Journal Socket.
    [    6.104313] systemd[1]: Listening on Network Service Netlink Socket.
    [    6.128511] systemd[1]: Listening on udev Control Socket.
    [    6.148212] systemd[1]: Listening on udev Kernel Socket.
    [    6.168234] systemd[1]: Listening on User Database Manager Socket.
    [    6.208258] systemd[1]: Mounting Huge Pages File System...
    [    6.226013] systemd[1]: Mounting POSIX Message Queue File System...
    [    6.250223] systemd[1]: Mounting Kernel Debug File System...
    [    6.268279] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    6.283155] systemd[1]: Mounting Temporary Directory /tmp...
    [    6.302721] systemd[1]: Starting Create List of Static Device Nodes...
    [    6.326257] systemd[1]: Starting Load Kernel Module configfs...
    [    6.346282] systemd[1]: Starting Load Kernel Module drm...
    [    6.362394] systemd[1]: Starting Load Kernel Module fuse...
    [    6.386910] systemd[1]: Starting Start psplash boot splash screen...
    [    6.393662] fuse: init (API version 7.39)
    [    6.418791] systemd[1]: Starting RPC Bind...
    [    6.436207] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    6.451885] systemd[1]: Starting Journal Service...
    [    6.471136] systemd[1]: Starting Load Kernel Modules...
    [    6.490382] systemd[1]: Starting Generate network units from Kernel command line...
    [    6.500921] cryptodev: loading out-of-tree module taints kernel.
    [    6.509124] systemd-journald[165]: Collecting audit messages is enabled.
    [    6.516981] cryptodev: driver 1.13 loaded.
    [    6.523815] SPI driver sja1110 has no spi_device_id for nxp,sja1110-uc
    [    6.532878] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    6.562480] systemd[1]: Starting Coldplug All udev Devices...
    [    6.584100] systemd[1]: Started RPC Bind.
    [    6.604340] EXT4-fs (mmcblk0p5): re-mounted 8164830c-2d82-4b44-8fb3-0f3b891dd6dc r/w. Quota mode: none.
    [    6.604569] systemd[1]: Started Journal Service.
    [    6.982682] systemd-journald[165]: Received client request to flush runtime journal.
    [    7.265453] audit: type=1334 audit(1709054765.936:2): prog-id=6 op=LOAD
    [    7.272145] audit: type=1334 audit(1709054765.944:3): prog-id=7 op=LOAD
    [    7.468726] audit: type=1334 audit(1709054766.136:4): prog-id=8 op=LOAD
    [    7.663107] CAN device driver interface
    [    7.689850] mc: Linux media interface: v0.10
    [    7.697717] at24 0-0050: supply vcc not found, using dummy regulator
    [    7.719088] videodev: Linux video capture interface: v2.00
    [    7.724702] audit: type=1334 audit(1709054766.396:5): prog-id=9 op=LOAD
    [    7.732807] audit: type=1334 audit(1709054766.404:6): prog-id=10 op=LOAD
    [    7.739862] audit: type=1334 audit(1709054766.408:7): prog-id=11 op=LOAD
    [    7.743026] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
    [    7.756126] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
    [    7.757061] at24 3-0050: supply vcc not found, using dummy regulator
    [    7.763359] k3-dsp-rproc 64800000.dsp: local reset is deasserted for device
    [    7.779341] remoteproc remoteproc0: 64800000.dsp is available
    [    7.785656] remoteproc remoteproc0: Direct firmware load for j784s4-c71_0-fw failed with error -2
    [    7.789031] at24 3-0050: 256 byte 24c02 EEPROM, writable, 16 bytes/write
    [    7.790202] rtc rtc1: Power loss detected, invalid time
    [    7.792591] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [    7.794706] rtc-pcf85063 3-0051: registered as rtc1
    [    7.794712] remoteproc remoteproc0: powering up 64800000.dsp
    [    7.794743] remoteproc remoteproc0: Direct firmware load for j784s4-c71_0-fw failed with error -2
    [    7.794748] remoteproc remoteproc0: request_firmware failed: -2
    [    7.796366] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a9000000
    [    7.797199] k3-dsp-rproc 65800000.dsp: configured DSP for remoteproc mode
    [    7.797247] k3-dsp-rproc 65800000.dsp: local reset is deasserted for device
    [    7.797527] remoteproc remoteproc1: 65800000.dsp is available
    [    7.797629] remoteproc remoteproc1: Direct firmware load for j784s4-c71_1-fw failed with error -2
    [    7.797637] remoteproc remoteproc1: powering up 65800000.dsp
    [    7.797652] remoteproc remoteproc1: Direct firmware load for j784s4-c71_1-fw failed with error -2
    [    7.797656] remoteproc remoteproc1: request_firmware failed: -2
    [    7.804212] k3-dsp-rproc 66800000.dsp: assigned reserved memory node c71-dma-memory@aa000000
    [    7.883313] ds90ub960 3-003d: supply vddio not found, using dummy regulator
    [    7.891687] k3-dsp-rproc 66800000.dsp: configured DSP for remoteproc mode
    [    7.918959] rtc rtc1: Power loss detected, invalid time
    [    7.919782] k3-dsp-rproc 66800000.dsp: local reset is deasserted for device
    [    7.924588] rtc-pcf85063 3-0051: hctosys: unable to read the hardware clock
    [    7.933020] remoteproc remoteproc2: 66800000.dsp is available
    [    7.944102] remoteproc remoteproc2: Direct firmware load for j784s4-c71_2-fw failed with error -2
    [    7.947911] k3-dsp-rproc 67800000.dsp: assigned reserved memory node c71-dma-memory@ab000000
    [    7.958394] remoteproc remoteproc2: powering up 66800000.dsp
    [    7.972264] remoteproc remoteproc2: Direct firmware load for j784s4-c71_2-fw failed with error -2
    [    7.974842] k3-dsp-rproc 67800000.dsp: configured DSP for remoteproc mode
    [    7.978199] vdec 4210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [    7.978209] vdec 4210000.video-codec: Product Code:      0x521c
    [    7.978213] vdec 4210000.video-codec: Firmware Revision: 320127
    [    7.981174] remoteproc remoteproc2: request_firmware failed: -2
    [    7.985466] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    7.991398] platform 41000000.r5f: configured R5F for IPC-only mode
    [    7.991573] k3-dsp-rproc 67800000.dsp: local reset is deasserted for device
    [    7.995131] remoteproc remoteproc3: 67800000.dsp is available
    [    7.995348] remoteproc remoteproc3: Direct firmware load for j784s4-c71_3-fw failed with error -2
    [    7.995357] remoteproc remoteproc3: powering up 67800000.dsp
    [    7.995382] remoteproc remoteproc3: Direct firmware load for j784s4-c71_3-fw failed with error -2
    [    7.995387] remoteproc remoteproc3: request_firmware failed: -2
    [    8.011405] m_can_platform 2701000.can: m_can device registered (irq=617, version=32)
    [    8.014313] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    8.020206] gpio-mux: probe of mux-controller failed with error -2
    [    8.032480] vdec 4220000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [    8.037565] m_can_platform 2711000.can: m_can device registered (irq=622, version=32)
    [    8.057385] remoteproc remoteproc4: 41000000.r5f is available
    [    8.059259] vdec 4220000.video-codec: Product Code:      0x521c
    [    8.066245] ds90ub960 3-003d: Fixed dependency cycle(s) with /bus@100000/ticsi2rx@4500000/csi-bridge@4504000
    [    8.066326] platform 4504000.csi-bridge: Fixed dependency cycle(s) with /bus@100000/i2c@2000000/deser@3d
    [    8.067976] remoteproc remoteproc4: attaching to 41000000.r5f
    [    8.073854] vdec 4220000.video-codec: Firmware Revision: 320127
    [    8.092482] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [    8.157976] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [    8.161852] rproc-virtio rproc-virtio.8.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [    8.171737] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [    8.171746] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [    8.171749] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [    8.212571] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    8.216326] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
    [    8.216989] m_can_platform 2701000.can main_mcan0: renamed from can0
    [    8.218342] rproc-virtio rproc-virtio.8.auto: registered virtio0 (type 7)
    [    8.223936] scsi host0: ufshcd
    [    8.224453] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 1
    [    8.224598] xhci-hcd xhci-hcd.9.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [    8.224629] xhci-hcd xhci-hcd.9.auto: irq 613, io mem 0x06010000
    [    8.224786] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
    [    8.224794] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 2
    [    8.224801] xhci-hcd xhci-hcd.9.auto: Host supports USB 3.0 SuperSpeed
    [    8.225380] hub 1-0:1.0: USB hub found
    [    8.225400] hub 1-0:1.0: 1 port detected
    [    8.227055] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [    8.227474] hub 2-0:1.0: USB hub found
    [    8.227499] hub 2-0:1.0: 1 port detected
    [    8.229920] remoteproc remoteproc4: remote processor 41000000.r5f is now attached
    [    8.232827] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    8.257601] platform 5c00000.r5f: configured R5F for remoteproc mode
    [    8.263918] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    8.303360] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [    8.307452] m_can_platform 2711000.can main_mcan1: renamed from can1
    [    8.315235] cdns-csi2rx 4504000.csi-bridge: Probed CSI2RX with 4/4 lanes, 4 streams, external D-PHY
    [    8.319582] remoteproc remoteproc5: 5c00000.r5f is available
    [    8.319708] remoteproc remoteproc5: Direct firmware load for j784s4-main-r5f0_0-fw failed with error -2
    [    8.319717] remoteproc remoteproc5: powering up 5c00000.r5f
    [    8.319733] remoteproc remoteproc5: Direct firmware load for j784s4-main-r5f0_0-fw failed with error -2
    [    8.319738] remoteproc remoteproc5: request_firmware failed: -2
    [    8.484084] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [    8.642437] usb 1-1: unable to get BOS descriptor set
    [    8.645800] cdns-ufshcd 4e84000.ufs: link startup failed 1
    [    8.652976] cdns-ufshcd 4e84000.ufs: UFS Host state=0
    [    8.658033] cdns-ufshcd 4e84000.ufs: outstanding reqs=0x0 tasks=0x0
    [    8.658039] cdns-ufshcd 4e84000.ufs: saved_err=0x0, saved_uic_err=0x0
    [    8.670804] cdns-ufshcd 4e84000.ufs: Device power mode=1, UIC link state=0
    [    8.683209] cdns-ufshcd 4e84000.ufs: PM in progress=0, sys. suspended=0
    [    8.692137] cdns-ufshcd 4e84000.ufs: Auto BKOPS=0, Host self-block=0
    [    8.698505] cdns-ufshcd 4e84000.ufs: Clk gate=1
    [    8.703044] cdns-ufshcd 4e84000.ufs: last_hibern8_exit_tstamp at 0 us, hibern8_exit_cnt=0
    [    8.703045] usb 1-1: unable to read config index 0 descriptor/all
    [    8.703050] usb 1-1: can't read configurations, error -71
    [    8.729741] cdns-ufshcd 4e84000.ufs: last intr at 8645781 us, last intr status=0x404
    [    8.737488] cdns-ufshcd 4e84000.ufs: error handling flags=0x0, req. abort count=0
    [    8.744960] cdns-ufshcd 4e84000.ufs: hba->ufs_version=0x210, Host capabilities=0x1587031f, caps=0x0
    [    8.759365] cdns-ufshcd 4e84000.ufs: quirks=0x0, dev. quirks=0x0
    [    8.765362] cdns-ufshcd 4e84000.ufs: clk: core_clk, rate: 250000000
    [    8.771623] cdns-ufshcd 4e84000.ufs: clk: phy_clk, rate: 19200000
    [    8.777707] cdns-ufshcd 4e84000.ufs: clk: ref_clk, rate: 19200000
    [    8.783816] host_regs: 00000000: 1587031f 00000000 00000210 00000000
    [    8.795681] host_regs: 00000010: 00000000 00000000 00000000 00000000
    [    8.804357] host_regs: 00000020: 00000000 00000470 00000000 00000000
    [    8.810701] host_regs: 00000030: 00000008 00000001 00000000 00000000
    [    8.817043] host_regs: 00000040: 00000000 00000000 00000000 00000000
    [    8.823385] host_regs: 00000050: 00000000 00000000 00000000 00000000
    [    8.829727] host_regs: 00000060: 00000000 00000000 00000000 00000000
    [    8.836070] host_regs: 00000070: 00000000 00000000 00000000 00000000
    [    8.842412] host_regs: 00000080: 00000000 00000000 00000000 00000000
    [    8.848761] host_regs: 00000090: 00000016 00000000 00000001 00000000
    [    8.855109] cdns-ufshcd 4e84000.ufs: No record of pa_err
    [    8.860019] usb 1-1: new high-speed USB device number 3 using xhci-hcd
    [    8.860419] cdns-ufshcd 4e84000.ufs: No record of dl_err
    [    8.860552] audit: type=1334 audit(1709054767.532:8): prog-id=12 op=LOAD
    [    8.878948] cdns-ufshcd 4e84000.ufs: No record of nl_err
    [    8.884265] cdns-ufshcd 4e84000.ufs: No record of tl_err
    [    8.889573] cdns-ufshcd 4e84000.ufs: No record of dme_err
    [    8.894975] cdns-ufshcd 4e84000.ufs: No record of auto_hibern8_err
    [    8.906249] cdns-ufshcd 4e84000.ufs: No record of fatal_err
    [    8.911977] cdns-ufshcd 4e84000.ufs: link_startup_fail[0] = 0x1 at 8645796 us
    [    8.919106] cdns-ufshcd 4e84000.ufs: link_startup_fail: total cnt=1
    [    8.925387] cdns-ufshcd 4e84000.ufs: No record of resume_fail
    [    8.925395] cdns-ufshcd 4e84000.ufs: No record of suspend_fail
    [    8.925397] cdns-ufshcd 4e84000.ufs: No record of wlun resume_fail
    [    8.925400] cdns-ufshcd 4e84000.ufs: No record of wlun suspend_fail
    [    8.925402] cdns-ufshcd 4e84000.ufs: No record of dev_reset
    [    8.954961] cdns-ufshcd 4e84000.ufs: No record of host_reset
    [    8.954968] cdns-ufshcd 4e84000.ufs: No record of task_abort
    [    8.962560] dbus-broker-lau[750]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
    [    8.971867] cdns-ufshcd 4e84000.ufs: ufshcd_async_scan failed: 1
    [    9.025470] usb 1-1: unable to get BOS descriptor set
    [    9.033857] usb 1-1: unable to read config index 0 descriptor/all
    [    9.040501] usb 1-1: can't read configurations, error -71
    [    9.051424] usb usb1-port1: attempt power cycle
    [    9.052203] ds90ub960 3-003d: error -EIO: Failed to lock all RX ports
    [    9.073465] ds90ub960: probe of 3-003d failed with error -5
    [    9.086924] audit: type=1334 audit(1709054767.756:9): prog-id=13 op=LOAD
    [    9.116767] audit: type=1334 audit(1709054767.788:10): prog-id=14 op=LOAD
    [    9.124977] audit: type=1334 audit(1709054767.796:11): prog-id=15 op=LOAD
    [    9.324271] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    9.340589] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    9.346739] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    9.411060] EXT4-fs (mmcblk0p7): mounted filesystem 1c855fdf-8410-480c-b539-ad94f37e4bfa r/w with ordered data mode. Quota mode: none.
    [    9.411267] EXT4-fs (mmcblk0p6): mounted filesystem e3522a1b-1ff3-470f-9d01-74f8cd085191 r/w with ordered data mode. Quota mode: none.
    [    9.480053] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:05] driver [Micrel KSZ9031 Gigabit PHY] (irq=POLL)
    [    9.480596] usb 1-1: new high-speed USB device number 4 using xhci-hcd
    [    9.492869] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-id link mode
    [    9.504706] usb 1-1: Device not responding to setup address.
    [    9.518555] am65-cpsw-nuss 46000000.ethernet: config mac interface.
    [    9.524159] EXT4-fs (mmcblk0p8): mounted filesystem 12b7ddcc-cfa6-46f2-a807-6048b9d8823d r/w with ordered data mode. Quota mode: none.
    [    9.555970] 8021q: adding VLAN 0 to HW filter on device eth0
    [    9.643856] am65-cpsw-nuss c200000.ethernet eth1: PHY [c200f00.mdio:05] driver [Micrel KSZ9031 Gigabit PHY] (irq=POLL)
    [    9.654615] am65-cpsw-nuss c200000.ethernet eth1: configuring for phy/rgmii-id link mode
    [    9.662785] am65-cpsw-nuss c200000.ethernet: config mac interface.
    [    9.672138] 8021q: adding VLAN 0 to HW filter on device eth1
    [    9.772924] usb 1-1: unable to get BOS descriptor set
    [    9.778602] usb 1-1: unable to read config index 0 descriptor/all
    [    9.784711] usb 1-1: can't read configurations, error -71
    [    9.920031] usb 1-1: new high-speed USB device number 5 using xhci-hcd
    [    9.951100] usb 1-1: unable to get BOS descriptor set
    [    9.956606] usb 1-1: unable to read config index 0 descriptor/all
    [    9.962729] usb 1-1: can't read configurations, error -71
    [    9.968286] usb usb1-port1: unable to enumerate USB device
    [   10.332040] k3_r5_rproc bus@100000:r5fss@5c00000: Timed out waiting for 5c00000.r5f core to power up!
    [   10.346648] platform 5e00000.r5f: configured R5F for remoteproc mode
    [   10.353380] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [   10.362306] remoteproc remoteproc6: 5e00000.r5f is available
    [   10.368252] remoteproc remoteproc6: Direct firmware load for j784s4-main-r5f1_0-fw failed with error -2
    [   10.383045] remoteproc remoteproc6: powering up 5e00000.r5f
    [   10.389818] remoteproc remoteproc6: Direct firmware load for j784s4-main-r5f1_0-fw failed with error -2
    [   10.399201] remoteproc remoteproc6: request_firmware failed: -2
    [   12.380017] k3_r5_rproc bus@100000:r5fss@5e00000: Timed out waiting for 5e00000.r5f core to power up!
    [   12.390658] platform 5900000.r5f: configured R5F for remoteproc mode
    [   12.397375] platform 5900000.r5f: assigned reserved memory node r5f-dma-memory@a6000000
    [   12.405858] remoteproc remoteproc7: 5900000.r5f is available
    [   12.411621] remoteproc remoteproc7: Direct firmware load for j784s4-main-r5f2_0-fw failed with error -2
    [   12.421007] remoteproc remoteproc7: powering up 5900000.r5f
    [   12.426582] remoteproc remoteproc7: Direct firmware load for j784s4-main-r5f2_0-fw failed with error -2
    [   12.435960] remoteproc remoteproc7: request_firmware failed: -2
    [   12.605497] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    [   14.428020] k3_r5_rproc bus@100000:r5fss@5900000: Timed out waiting for 5900000.r5f core to power up!
    [   24.510096] platform can-phy10: deferred probe pending
    [   24.515245] platform can-phy11: deferred probe pending
    [   24.520378] platform can-phy12: deferred probe pending
    [   24.525511] platform can-phy13: deferred probe pending
    [   24.530641] platform 40528000.can: deferred probe pending
    [   24.536031] platform 40568000.can: deferred probe pending
    [   24.541420] platform 2741000.can: deferred probe pending
    [   24.546722] platform 2761000.can: deferred probe pending
    [   24.552025] platform 2771000.can: deferred probe pending
    [   24.557328] platform 2781000.can: deferred probe pending
    [   24.562630] platform 27c1000.can: deferred probe pending
    [   24.567933] platform 27d1000.can: deferred probe pending
    [   24.573236] platform 2681000.can: deferred probe pending
    [   24.578538] platform 2691000.can: deferred probe pending
    [   24.583840] platform 26a1000.can: deferred probe pending
    [   24.589143] platform 26b1000.can: deferred probe pending
    [   24.594447] platform leds: deferred probe pending
    [   24.599142] platform can-phy2: deferred probe pending
    [   24.604185] platform can-phy3: deferred probe pending
    [   24.609226] platform can-phy4: deferred probe pending
    [   24.614268] platform can-phy5: deferred probe pending
    [   24.619310] platform can-phy6: deferred probe pending
    [   24.624353] platform can-phy7: deferred probe pending
    [   24.629399] platform can-phy8: deferred probe pending
    [   24.634442] platform can-phy9: deferred probe pending
    [   35.696074] kauditd_printk_skb: 2 callbacks suppressed
    [   35.696082] audit: type=1006 audit(1709054794.367:14): pid=1053 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [   35.713680] audit: type=1300 audit(1709054794.367:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc3eb96b8 a2=1 a3=1 items=0 ppid=1 pid=1053 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   35.740234] audit: type=1327 audit(1709054794.367:14): proctitle="(systemd)"
    [   35.747312] audit: type=1334 audit(1709054794.383:15): prog-id=18 op=LOAD
    [   35.754114] audit: type=1300 audit(1709054794.383:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffeebe0718 a2=90 a3=0 items=0 ppid=1 pid=1053 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
    [   35.779898] audit: type=1327 audit(1709054794.383:15): proctitle="(systemd)"
    [   35.786949] audit: type=1334 audit(1709054794.383:16): prog-id=18 op=UNLOAD
    [   35.793909] audit: type=1300 audit(1709054794.383:16): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffff85015c60 items=0 ppid=1 pid=1053 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
    [   35.819505] audit: type=1327 audit(1709054794.383:16): proctitle="(systemd)"
    [   35.826554] audit: type=1334 audit(1709054794.383:17): prog-id=19 op=LOAD

    Hi Keerthy,

    the boot log is shown as above.

    Thanks

  • Hi,

    I conducted tests according to both modes mentioned in the document and found that the results were both 0.

    Thanks

  • Hey BoWen, 

    I verified the same SDK on J784s4-evm for ADC. I cannot see any obvious differences in the device tree you are using, can you please attach your k3-j784s4-j742s2-mcu-wakeup-common.dtsi as well. From a software perspective things seems to be ok on your end. 


    U-Boot SPL 2024.04-ti-g818c76aed67f (Aug 01 2024 - 19:19:47 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    Initialized 4 DRAM controllers
    SPL initial stack usage: 13456 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Loading Environment from nowhere... OK
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    I/TC: 
    I/TC: OP-TEE version: 4.2.0-dev (gcc version 13.3.0 (GCC)) #1 Fri Apr 12 09:51:21 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: Fixing SA2UL firewall owner for GP 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-ti-g818c76aed67f (Aug 01 2024 - 19:19:47 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2024.04-ti-g818c76aed67f (Aug 01 2024 - 19:19:47 +0000)
    
    SoC:   J784S4 SR1.0 GP
    Model: Texas Instruments J784S4 EVM
    DRAM:  2 GiB (effective 32 GiB)
    Core:  143 devices, 34 uclasses, devicetree: separate
    Flash: 0 Bytes
    MMC:   mmc@4f80000: 0, mmc@4fb0000: 1
    Loading Environment from nowhere... OK
    In:    serial@2880000
    Out:   serial@2880000
    Err:   serial@2880000
    am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1
    Net:   eth0: ethernet@46000000port@1
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    1135 bytes read in 38 ms (28.3 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    gpio: pin gpio@22_17 (gpio 188) value is 1
    gpio: pin gpio@22_16 (gpio 187) value is 0
    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
    1613384 bytes read in 153 ms (10.1 MiB/s)
    Load Remote Processor 2 with data@addr=0x82000000 1613384 bytes: Success!
    322804 bytes read in 138 ms (2.2 MiB/s)
    Load Remote Processor 3 with data@addr=0x82000000 322804 bytes: Success!
    146624 bytes read in 137 ms (1 MiB/s)
    Load Remote Processor 4 with data@addr=0x82000000 146624 bytes: Success!
    146624 bytes read in 136 ms (1 MiB/s)
    Load Remote Processor 5 with data@addr=0x82000000 146624 bytes: Success!
    486652 bytes read in 139 ms (3.3 MiB/s)
    Load Remote Processor 6 with data@addr=0x82000000 486652 bytes: Success!
    146624 bytes read in 138 ms (1 MiB/s)
    Load Remote Processor 7 with data@addr=0x82000000 146624 bytes: Success!
    15601992 bytes read in 298 ms (49.9 MiB/s)
    Load Remote Processor 8 with data@addr=0x82000000 15601992 bytes: Success!
    15995096 bytes read in 302 ms (50.5 MiB/s)
    Load Remote Processor 9 with data@addr=0x82000000 15995096 bytes: Success!
    15470864 bytes read in 295 ms (50 MiB/s)
    Load Remote Processor 10 with data@addr=0x82000000 15470864 bytes: Success!
    15470864 bytes read in 296 ms (49.8 MiB/s)
    Load Remote Processor 11 with data@addr=0x82000000 15470864 bytes: Success!
    20285952 bytes read in 254 ms (76.2 MiB/s)
    130753 bytes read in 41 ms (3 MiB/s)
    Working FDT set to 88000000
    2176 bytes read in 39 ms (53.7 KiB/s)
    14601 bytes read in 39 ms (365.2 KiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    ERROR: reserving fdt memory region failed (addr=880000000 size=80000000 flags=4)
       Loading Device Tree to 000000008fedd000, end 000000008fffffff ... OK
    Working FDT set to 8fedd000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.6.32-ti-gdb8871293143-dirty (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240620) #1 SMP PREEMPT Thu Aug  1 19:10:56 UTC 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments J784S4 EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    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 vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a3ffffff (31744 KiB) nomap non-reusable vision-apps-r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a4100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a5000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a5100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a6000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a6100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a7000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a7100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a8000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a8100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 48 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@ac000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ac000000..0x00000000aeffffff (49152 KiB) nomap non-reusable vision-apps-rtos-ipc-memory-region@ac000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000af000000, size 48 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@af000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000af000000..0x00000000b1ffffff (49152 KiB) nomap non-reusable vision-apps-dma-memory@af000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b2000000..0x00000000b20fffff (1024 KiB) nomap non-reusable vision-apps-c71-dma-memory@b2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b2100000, size 5 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@b2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b2100000..0x00000000b2603fff (5136 KiB) nomap non-reusable vision-apps-c71_0-memory@b2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b4000000..0x00000000b40fffff (1024 KiB) nomap non-reusable vision-apps-c71_1-dma-memory@b4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b4100000, size 5 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory@b4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b4100000..0x00000000b4603fff (5136 KiB) nomap non-reusable vision-apps-c71_1-memory@b4100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_2-dma-memory@b6000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b6000000..0x00000000b60fffff (1024 KiB) nomap non-reusable vision-apps-c71_2-dma-memory@b6000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b6100000, size 5 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_2-memory@b6100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b6100000..0x00000000b6603fff (5136 KiB) nomap non-reusable vision-apps-c71_2-memory@b6100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_3-dma-memory@b8000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b8000000..0x00000000b80fffff (1024 KiB) nomap non-reusable vision-apps-c71_3-dma-memory@b8000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b8100000, size 5 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_3-memory@b8100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b8100000..0x00000000b8603fff (5136 KiB) nomap non-reusable vision-apps-c71_3-memory@b8100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ba000000, size 64 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@ba000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ba000000..0x00000000bdffffff (65536 KiB) nomap non-reusable vision-apps-core-heap-memory-lo@ba000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000be000000, size 8 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-queues@be000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000be000000..0x00000000be7fffff (8192 KiB) nomap non-reusable vision-apps-r5f-virtual-eth-queues@be000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000be800000, size 24 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-buffers@be800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000be800000..0x00000000bfffffff (24576 KiB) nomap non-reusable vision-apps-r5f-virtual-eth-buffers@be800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 2048 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000880000000..0x00000008ffffffff (2097152 KiB) nomap non-reusable vision-apps-core-heap-memory-hi@880000000
    [    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    [    0.000000] OF: reserved mem: 0x0000000900000000..0x000000093bffffff (983040 KiB) map non-reusable vision_apps_shared-memories
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000980000000, size 1792 MiB
    [    0.000000] OF: reserved mem: initialized node linux-cma-buffers@980000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000980000000..0x00000009efffffff (1835008 KiB) map reusable linux-cma-buffers@980000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x0000000fffffffff]
    [    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-0x00000000a8ffffff]
    [    0.000000]   node   0: [mem 0x00000000a9000000-0x00000000abffffff]
    [    0.000000]   node   0: [mem 0x00000000ac000000-0x00000000b2603fff]
    [    0.000000]   node   0: [mem 0x00000000b2604000-0x00000000b3ffffff]
    [    0.000000]   node   0: [mem 0x00000000b4000000-0x00000000b4603fff]
    [    0.000000]   node   0: [mem 0x00000000b4604000-0x00000000b5ffffff]
    [    0.000000]   node   0: [mem 0x00000000b6000000-0x00000000b6603fff]
    [    0.000000]   node   0: [mem 0x00000000b6604000-0x00000000b7ffffff]
    [    0.000000]   node   0: [mem 0x00000000b8000000-0x00000000b8603fff]
    [    0.000000]   node   0: [mem 0x00000000b8604000-0x00000000b9ffffff]
    [    0.000000]   node   0: [mem 0x00000000ba000000-0x00000000bfffffff]
    [    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000]   node   0: [mem 0x0000000900000000-0x0000000fffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff]
    [    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 s42920 r8192 d30808 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=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 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=cca62a52-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8257536
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 8.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 27523644K/33554432K available (11968K kernel code, 1250K rwdata, 4036K rodata, 2432K init, 502K bss, 4195780K reserved, 1835008K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=8.
    [    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=8
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
    [    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 @93c800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x000000093c060000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x000000093c070000
    [    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.008473] Console: colour dummy device 80x25
    [    0.013052] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023723] pid_max: default: 32768 minimum: 301
    [    0.028486] LSM: initializing lsm=capability,integrity
    [    0.033844] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.041645] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.050925] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
    [    0.058179] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
    [    0.066026] rcu: Hierarchical SRCU implementation.
    [    0.070923] rcu: 	Max phase no-delay instances is 1000.
    [    0.076424] Platform MSI: msi-controller@1820000 domain created
    [    0.082647] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.092102] EFI services will not be available.
    [    0.096968] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    I/TC: Secondary CPU 2 initializing
    I/TC: Secondary CPU 2 switching to normal world boot
    I/TC: Secondary CPU 3 initializing
    I/TC: Secondary CPU 3 switching to normal world boot
    I/TC: Secondary CPU 4 initializing
    I/TC: Secondary CPU 4 switching to normal world boot
    I/TC: Secondary CPU 5 initializing
    I/TC: Secondary CPU 5 switching to normal world boot
    I/TC: Secondary CPU 6 initializing
    I/TC: Secondary CPU 6 switching to normal world boot
    I/TC: Secondary CPU 7 initializing
    I/TC: Secondary CPU 7 switching to normal world boot
    [    0.110065] Detected PIPT I-cache on CPU1
    [    0.110111] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.110125] GICv3: CPU1: using allocated LPI pending table @0x000000093c080000
    [    0.110156] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.118618] Detected PIPT I-cache on CPU2
    [    0.118647] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    [    0.118660] GICv3: CPU2: using allocated LPI pending table @0x000000093c090000
    [    0.118683] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    [    0.127113] Detected PIPT I-cache on CPU3
    [    0.127145] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    [    0.127158] GICv3: CPU3: using allocated LPI pending table @0x000000093c0a0000
    [    0.127182] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    [    0.135678] Detected PIPT I-cache on CPU4
    [    0.135735] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    [    0.135749] GICv3: CPU4: using allocated LPI pending table @0x000000093c0b0000
    [    0.135779] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    [    0.144257] Detected PIPT I-cache on CPU5
    [    0.144296] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    [    0.144309] GICv3: CPU5: using allocated LPI pending table @0x000000093c0c0000
    [    0.144333] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    [    0.152798] Detected PIPT I-cache on CPU6
    [    0.152835] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    [    0.152848] GICv3: CPU6: using allocated LPI pending table @0x000000093c0d0000
    [    0.152874] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    [    0.161330] Detected PIPT I-cache on CPU7
    [    0.161370] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    [    0.161384] GICv3: CPU7: using allocated LPI pending table @0x000000093c0e0000
    [    0.161408] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    [    0.161460] smp: Brought up 1 node, 8 CPUs
    [    0.342446] SMP: Total of 8 processors activated.
    [    0.347251] CPU features: detected: 32-bit EL0 Support
    [    0.352507] CPU features: detected: CRC32 instructions
    [    0.357805] CPU: All CPU(s) started at EL2
    [    0.361995] alternatives: applying system-wide alternatives
    [    0.368780] devtmpfs: initialized
    [    0.383648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.393629] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.425387] pinctrl core: initialized pinctrl subsystem
    [    0.431034] DMI not present or invalid.
    [    0.435296] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.442531] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    [    0.450543] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.459249] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.467465] audit: initializing netlink subsys (disabled)
    [    0.473076] audit: type=2000 audit(0.324:1): state=initialized audit_enabled=0 res=1
    [    0.473271] thermal_sys: Registered thermal governor 'step_wise'
    [    0.481005] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.487160] cpuidle: using governor menu
    [    0.497900] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.504926] ASID allocator initialised with 65536 entries
    [    0.522138] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    [    0.532901] platform a000000.bridge: Fixed dependency cycle(s) with /connector-dp0
    [    0.540664] platform connector-dp0: Fixed dependency cycle(s) with /bus@100000/bridge@a000000
    [    0.550138] Modules: 27680 pages in range for non-PLT usage
    [    0.550141] Modules: 519200 pages in range for PLT usage
    [    0.556249] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.568621] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.575025] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.581960] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.588361] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.595295] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.601698] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.608632] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.615791] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
    [    0.624847] iommu: Default domain type: Translated
    [    0.629747] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.636193] SCSI subsystem initialized
    [    0.640177] usbcore: registered new interface driver usbfs
    [    0.645794] usbcore: registered new interface driver hub
    [    0.651234] usbcore: registered new device driver usb
    [    0.656637] pps_core: LinuxPPS API ver. 1 registered
    [    0.661710] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.671049] PTP clock support registered
    [    0.675168] EDAC MC: Ver: 3.0.0
    [    0.678587] scmi_core: SCMI protocol bus registered
    [    0.683719] FPGA manager framework
    [    0.687228] Advanced Linux Sound Architecture Driver Initialized.
    [    0.693877] vgaarb: loaded
    [    0.696800] clocksource: Switched to clocksource arch_sys_counter
    [    0.703157] VFS: Disk quotas dquot_6.6.0
    [    0.707185] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.717421] Carveout Heap: Exported 960 MiB at 0x0000000900000000
    [    0.723712] NET: Registered PF_INET protocol family
    [    0.729045] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.741734] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
    [    0.750771] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.758708] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.767786] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.776236] TCP: Hash tables configured (established 262144 bind 65536)
    [    0.783113] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.790470] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.798361] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.804478] RPC: Registered named UNIX socket transport module.
    [    0.810536] RPC: Registered udp transport module.
    [    0.815340] RPC: Registered tcp transport module.
    [    0.820143] RPC: Registered tcp-with-tls transport module.
    [    0.825746] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.832328] NET: Registered PF_XDP protocol family
    [    0.837231] PCI: CLS 0 bytes, default 64
    [    0.842233] Initialise system trusted keyrings
    [    0.846877] workingset: timestamp_bits=46 max_order=23 bucket_order=0
    [    0.853635] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.859748] NFS: Registering the id_resolver key type
    [    0.864926] Key type id_resolver registered
    [    0.869199] Key type id_legacy registered
    [    0.873302] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.880150] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.901338] Key type asymmetric registered
    [    0.905523] Asymmetric key parser 'x509' registered
    [    0.910531] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.918095] io scheduler mq-deadline registered
    [    0.922723] io scheduler kyber registered
    [    0.926837] io scheduler bfq registered
    [    0.933262] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.939234] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.945268] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.951516] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.957344] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.963432] pinctrl-single 104200.pinctrl: 20 pins, size 80
    [    0.969184] pinctrl-single 104280.pinctrl: 8 pins, size 32
    [    0.975179] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.984993] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.997556] loop: module loaded
    [    1.001382] megasas: 07.725.01.00-rc1
    [    1.007074] tun: Universal TUN/TAP device driver, 1.6
    [    1.012805] VFIO - User Level meta-driver version: 0.3
    [    1.018788] usbcore: registered new interface driver usb-storage
    [    1.025302] i2c_dev: i2c /dev entries driver
    [    1.030358] sdhci: Secure Digital Host Controller Interface driver
    [    1.036676] sdhci: Copyright(c) Pierre Ossman
    [    1.041267] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.047528] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.053860] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.060849] usbcore: registered new interface driver usbhid
    [    1.066547] usbhid: USB HID core driver
    [    1.071499] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    1.080179] 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
    [    1.084735] optee: revision 4.2 (12d7c4ee)
    [    1.101151] optee: dynamic shared memory is enabled
    [    1.110719] random: crng init done
    [    1.114253] optee: initialized driver
    [    1.119221] NET: Registered PF_PACKET protocol family
    [    1.124436] Key type dns_resolver registered
    [    1.132149] registered taskstats version 1
    [    1.136582] Loading compiled-in X.509 certificates
    [    1.148612] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    [    1.194511] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.205181] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.215887] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19
    [    1.246616] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.253084] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    1.259921] pca953x 3-0020: using no AI
    [    1.285746] pca953x 3-0022: supply vcc not found, using dummy regulator
    [    1.292552] pca953x 3-0022: using AI
    [    1.297324] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    1.303414] pca953x 4-0020: supply vcc not found, using dummy regulator
    [    1.310215] pca953x 4-0020: using no AI
    [    1.337235] omap_i2c 2030000.i2c: bus 4 rev0.12 at 400 kHz
    [    1.343054] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
    [    1.351585] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
    [    1.360841] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
    [    1.369504] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
    [    1.381973] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    1.388934] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    1.398236] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    [    1.408115] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.414875] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.424286] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
    [    1.434440] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.441199] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.449272] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 223, base_baud = 6000000) is a 8250
    [    1.458823] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 224, base_baud = 3000000) is a 8250
    [    1.467679] printk: console [ttyS2] enabled
    [    1.467679] printk: console [ttyS2] enabled
    [    1.476168] printk: bootconsole [ns16550a0] disabled
    [    1.476168] printk: bootconsole [ns16550a0] disabled
    [    1.536801] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.547792] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    1.556064] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    1.568871] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.576080] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.582244] pps pps0: new PPS source ptp0
    [    1.586386] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    1.632807] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.643479] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
    [    1.651574] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    1.664337] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    1.670597] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    1.677717] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    1.683866] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:250000000, add_val:3 pps:0
    [    1.694232] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [    1.703013] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    1.709641] mmc0: CQHCI version 5.10
    [    1.709853] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    1.720034] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    1.726855] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    [    1.733669] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    1.740465] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    [    1.748807] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    1.840555] mmc0: Command Queue Engine enabled
    [    1.844999] mmc0: new HS400 MMC card at address 0001
    [    1.850282] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    1.855750]  mmcblk0: p1 p2
    [    1.858820] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    1.864305] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    1.869743] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0)
    [    2.020239] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    2.026205] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    2.035958] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    2.043454] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    2.051539] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    2.059623] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    3.072555] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
    [    3.078829] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    3.084313] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    [    3.093774] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    [    3.100660] pci 0000:00:00.0: [104c:b012] type 01 class 0x060400
    [    3.106656] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    3.116394] pci 0000:00:00.0: supports D1
    [    3.120393] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    3.128251] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.136360] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    3.142973] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    3.147991] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    3.154768] pcieport 0000:00:00.0: PME: Signaling with IRQ 492
    [    3.160769] pcieport 0000:00:00.0: AER: enabled with IRQ 492
    [    3.166672] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    3.174158] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    3.182240] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    3.190320] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    4.200548] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
    [    4.206819] pci_bus 0001:00: root bus resource [bus 00-ff]
    [    4.212296] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
    [    4.221928] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
    [    4.228807] pci 0001:00:00.0: [104c:b012] type 01 class 0x060400
    [    4.234801] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    4.244558] pci 0001:00:00.0: supports D1
    [    4.248556] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
    [    4.254313] pci 0001:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    4.261173] pci 0001:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    4.273062] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    4.281173] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
    [    4.287786] pci 0001:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
    [    4.295082] pci 0001:00:00.0: PCI bridge to [bus 01]
    [    4.300081] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    4.306835] pcieport 0001:00:00.0: PME: Signaling with IRQ 494
    [    4.312779] pcieport 0001:00:00.0: AER: enabled with IRQ 494
    [    4.319217] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
    [    4.329512] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
    [    4.342212] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    4.347222] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
    [    4.353825] Creating 7 MTD partitions on "47040000.spi.0":
    [    4.359299] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    4.365510] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    4.371356] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    4.377280] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    4.382942] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    4.389233] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    4.395147] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    4.407048] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
    [    4.412133] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
    [    4.419170] Creating 7 MTD partitions on "47050000.spi.0":
    [    4.424648] 0x000000000000-0x000000080000 : "qspi.tiboot3"
    [    4.430653] 0x000000080000-0x000000280000 : "qspi.tispl"
    [    4.436475] 0x000000280000-0x000000680000 : "qspi.u-boot"
    [    4.442366] 0x000000680000-0x0000006c0000 : "qspi.env"
    [    4.447990] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
    [    4.454217] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
    [    4.460111] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
    [    4.504803] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    4.515736] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    4.524006] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    4.536826] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    4.544035] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    4.550163] pps pps0: new PPS source ptp1
    [    4.554300] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    4.568682] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    4.616809] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    4.627554] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
    [    4.635649] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    4.648430] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    4.654686] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    4.661805] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    4.667932] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    4.682753] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    [    4.692998] mmc1: CQHCI version 5.10
    [    4.695607] clk: Disabling unused clocks
    [    4.710117] ALSA device list:
    [    4.713154]   No soundcards found.
    [    4.733345] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    4.740941] Waiting for root device PARTUUID=cca62a52-02...
    [    4.797662] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    4.804614] mmcblk1: mmc1:aaaa SK32G 29.7 GiB
    [    4.810321]  mmcblk1: p1 p2
    [    4.832455] EXT4-fs (mmcblk1p2): mounted filesystem f453920e-b503-4a28-9e07-088d24bf7f70 r/w with ordered data mode. Quota mode: none.
    [    4.844558] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    4.851297] devtmpfs: mounted
    [    4.855183] Freeing unused kernel memory: 2432K
    [    4.859812] Run /sbin/init as init process
    [    5.043484] systemd[1]: System time before build time, advancing clock.
    [    5.078878] NET: Registered PF_INET6 protocol family
    [    5.084444] Segment Routing with IPv6
    [    5.088113] In-situ OAM (IOAM) with IPv6
    [    5.118758] 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)
    [    5.150582] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    5.170875] systemd[1]: Hostname set to <j784s4-evm>.
    [    5.180494] systemd[1]: Initializing machine ID from random generator.
    [    5.383753] 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.
    [    5.447362] 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.
    [    5.499008] systemd[1]: Queued start job for default target Graphical Interface.
    [    5.527512] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    5.550090] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    5.573690] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    5.597515] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    5.620984] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    5.644924] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    5.668872] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device /dev/ttyS2...
    [    5.684894] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    5.700860] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    5.720848] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    5.736859] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    5.779155] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    5.800982] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    5.824112] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    5.844964] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    5.869300] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    5.889055] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    5.909094] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    5.929091] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    5.955118] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    5.977013] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    5.997018] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    6.037041] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    6.058845] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    6.083040] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    6.105141] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    6.120577] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    6.143631] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    6.167175] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    6.191156] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    6.215245] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    6.240520] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen.[    6.252394] fuse: init (API version 7.39)
    ..
    [    6.267686] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    6.285070] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    6.301230] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    6.324760] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    6.347415] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    6.368567] cryptodev: loading out-of-tree module taints kernel.
    [    6.369114] systemd-journald[166]: Collecting audit messages is enabled.
    [    6.381723] cryptodev: driver 1.13 loaded.
    [    6.383770] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems systemd[1]: Starting Coldplug All udev Devices...
    [0m...
    [    6.421327] systemd[1]: Started RPC Bind...
    
    [  OK  ] Started RPC Bind.
    [    6.458158] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [    6.477099] EXT4-fs (mmcblk1p2): re-mounted f453920e-b503-4a28-9e07-088d24bf7f70 r/w. Quota mode: none.
    [  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...
    [    6.820736] systemd-journald[166]: 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 Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
    [  OK  ] Finished Coldplug All udev Devices.
             Starting Create System Users...
    [    7.034634] audit: type=1334 audit(1709054765.988:2): prog-id=6 op=LOAD
    [    7.041328] audit: type=1334 audit(1709054765.996:3): prog-id=7 op=LOAD
    [    7.047942] audit: type=1334 audit(1709054766.000:4): prog-id=8 op=LOAD
             Starting User Database Manager...
    [  OK  ] Started User Database Manager.
    [  OK  ] Finished Create System Users.
             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...
    [    7.282291] audit: type=1334 audit(1709054766.236:5): prog-id=9 op=LOAD
    [    7.288996] audit: type=1334 audit(1709054766.244:6): prog-id=10 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 Rebuild Dynamic Linker Cache...
             Starting Create Volatile Files and Directories...
    [  OK  ] Finished Load/Save OS Random Seed.
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Rebuild Journal Catalog...
    [    7.475030] audit: type=1334 audit(1709054766.428:7): prog-id=11 op=LOAD
             Starting Network Name Resolution...
    [    7.494854] audit: type=1334 audit(1709054766.448:8): prog-id=12 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Rebuild Journal Catalog.
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Set.
    [    7.925313] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@b2000000
    [    7.935929] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
    [    7.942952] remoteproc remoteproc0: 64800000.dsp is available
    [    7.948869] remoteproc remoteproc0: attaching to 64800000.dsp
    [    7.955012] remoteproc remoteproc0: unsupported resource 65538
    [    7.961232] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
    [    7.967953] rproc-virtio rproc-virtio.6.auto: assigned reserved memory node vision-apps-c71-dma-memory@b2000000
    [    7.978693] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    7.984234] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [    7.984864] rproc-virtio rproc-virtio.6.auto: registered virtio0 (type 7)
    [    7.998115] remoteproc remoteproc0: remote processor 64800000.dsp is now attached
    [    8.014710] k3-dsp-rproc 65800000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b4000000
    [    8.027899] at24 0-0050: supply vcc not found, using dummy regulator
    [    8.029515] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode
    [    8.036028] CAN device driver interface
    [    8.041135] remoteproc remoteproc1: 65800000.dsp is available
    [    8.045484] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [    8.050999] remoteproc remoteproc1: attaching to 65800000.dsp
    [    8.065493] mc: Linux media interface: v0.10
    [    8.065672] remoteproc remoteproc1: unsupported resource 65538
    [    8.076075] k3-dsp-rproc 65800000.dsp: DSP initialized in IPC-only mode
    [    8.082799] rproc-virtio rproc-virtio.9.auto: assigned reserved memory node vision-apps-c71_1-dma-memory@b4000000
    [    8.094313] videodev: Linux video capture interface: v2.00
    [    8.102030] PVR_K:  262: Device: 4e20000000.gpu
    [    8.108669] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    8.108940] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    8.114736] rproc-virtio rproc-virtio.9.auto: registered virtio1 (type 7)
    [    8.120487] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    [    8.121403] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    8.121522] cdns-mhdp8546 a000000.bridge: no PHY configured
    [    8.127408] remoteproc remoteproc1: remote processor 65800000.dsp is now attached
    [    8.134522] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    8.135179] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    8.135190] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    8.135203] cdns-mhdp8546 a000000.bridge: no PHY configured
    [    8.135753] PVR_K:  262: Read BVNC 36.53.104.796 from HW device registers
    [    8.135841] PVR_K:  262: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    [    8.138123] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    8.138132] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    8.138143] cdns-mhdp8546 a000000.bridge: no PHY configured
    [    8.146233] k3-dsp-rproc 66800000.dsp: assigned reserved memory node vision-apps-c71_2-dma-memory@b6000000
    [    8.146281] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    8.146291] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    8.146301] cdns-mhdp8546 a000000.bridge: no PHY configured
    [    8.149083] platform 41000000.r5f: configured R5F for IPC-only mode
    [    8.153155] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [    8.155348] [drm] Initialized pvr 24.1.6554834 20170530 for 4e20000000.gpu on minor 0
    [    8.156721] k3-dsp-rproc 66800000.dsp: configured DSP for IPC-only mode
    [    8.169160] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    8.169672] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [    8.186247] remoteproc remoteproc3: 66800000.dsp is available
    [    8.188182] remoteproc remoteproc2: 41000000.r5f is available
    [    8.188233] remoteproc remoteproc2: attaching to 41000000.r5f
    [    8.188374] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    8.188399] cdns-mhdp8546 a000000.bridge: no PHY configured
    [    8.195328] remoteproc remoteproc3: attaching to 66800000.dsp
    [    8.196288] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [    8.196347] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
    [    8.196971] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    8.197116] rproc-virtio rproc-virtio.10.auto: registered virtio2 (type 7)
    [    8.198826] remoteproc remoteproc2: remote processor 41000000.r5f is now attached
    [    8.200598] platform 5c00000.r5f: configured R5F for IPC-only mode
    [    8.200892] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [    8.202618] remoteproc remoteproc4: 5c00000.r5f is available
    [    8.202683] remoteproc remoteproc4: attaching to 5c00000.r5f
    [    8.203976] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    [    8.212537] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [    8.218721] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
    [    8.223416] remoteproc remoteproc3: unsupported resource 65538
    [    8.234364] k3-dsp-rproc 66800000.dsp: DSP initialized in IPC-only mode
    [    8.237740] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [    8.254995] m_can_platform 40528000.can: m_can device registered (irq=618, version=32)
    [    8.256907] virtio_rpmsg_bus virtio3: rpmsg host is online
    [    8.256934] rproc-virtio rproc-virtio.11.auto: registered virtio3 (type 7)
    [    8.256941] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
    [    8.257134] platform 5d00000.r5f: configured R5F for IPC-only mode
    [    8.257402] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    [    8.258098] remoteproc remoteproc5: 5d00000.r5f is available
    [    8.258182] remoteproc remoteproc5: attaching to 5d00000.r5f
    [    8.258640] platform 5d00000.r5f: R5F core initialized in IPC-only mode
    [    8.258647] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
    [    8.259131] virtio_rpmsg_bus virtio4: rpmsg host is online
    [    8.259170] rproc-virtio rproc-virtio.13.auto: registered virtio4 (type 7)
    [    8.259175] remoteproc remoteproc5: remote processor 5d00000.r5f is now attached
    [    8.260558] platform 5e00000.r5f: configured R5F for IPC-only mode
    [    8.260744] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a5000000
    [    8.260991] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node vision-apps-c71_2-dma-memory@b6000000
    [    8.261419] virtio_rpmsg_bus virtio5: rpmsg host is online
    [    8.261436] rproc-virtio rproc-virtio.12.auto: registered virtio5 (type 7)
    [    8.261441] remoteproc remoteproc3: remote processor 66800000.dsp is now attached
    [    8.262620] k3-dsp-rproc 67800000.dsp: assigned reserved memory node vision-apps-c71_3-dma-memory@b8000000
    [    8.263039] k3-dsp-rproc 67800000.dsp: configured DSP for IPC-only mode
    [    8.263235] remoteproc remoteproc7: 67800000.dsp is available
    [    8.263277] remoteproc remoteproc7: attaching to 67800000.dsp
    [    8.263486] remoteproc remoteproc7: unsupported resource 65538
    [    8.263733] k3-dsp-rproc 67800000.dsp: DSP initialized in IPC-only mode
    [    8.263743] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node vision-apps-c71_3-dma-memory@b8000000
    [    8.264122] virtio_rpmsg_bus virtio6: rpmsg host is online
    [    8.264134] rproc-virtio rproc-virtio.14.auto: registered virtio6 (type 7)
    [    8.264137] remoteproc remoteproc7: remote processor 67800000.dsp is now attached
    [    8.264740] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
    [    8.265413] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd
    [    8.266504] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
    [    8.267775] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xd
    [    8.276532] remoteproc remoteproc6: 5e00000.r5f is available
    [    8.283757] m_can_platform 40568000.can: m_can device registered (irq=619, version=32)
    [    8.287978] remoteproc remoteproc6: attaching to 5e00000.r5f
    [    8.337394] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [    8.342228] platform 5e00000.r5f: R5F core initialized in IPC-only mode
    [    8.348279] m_can_platform 26a1000.can: m_can device registered (irq=620, version=32)
    [    8.350041] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    8.350051] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    8.350066] cdns-mhdp8546 a000000.bridge: no PHY configured
    [    8.352127] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [    8.354678] m_can_platform 26a1000.can main_mcan16: renamed from can2
    [    8.357050] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a5000000
    [    8.363999] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [    8.374197] vdec 4210000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [    8.378155] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [    8.387170] vdec 4210000.video-codec: Product Code:      0x521c
    [    8.395361] m_can_platform 40528000.can mcu_mcan0: renamed from can0
    [    8.397202] virtio_rpmsg_bus virtio7: rpmsg host is online
    [    8.397250] rproc-virtio rproc-virtio.15.auto: registered virtio7 (type 7)
    [    8.397256] remoteproc remoteproc6: remote processor 5e00000.r5f is now attached
    [    8.398071] vdec 4210000.video-codec: Firmware Revision: 320127
    [    8.398089] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    8.398096] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    8.398119] cdns-mhdp8546 a000000.bridge: no PHY configured
    [    8.398178] platform 5f00000.r5f: configured R5F for IPC-only mode
    [    8.399147] platform 5f00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
    [    8.399768] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    8.399777] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    8.399791] cdns-mhdp8546 a000000.bridge: no PHY configured
    [    8.400911] remoteproc remoteproc8: 5f00000.r5f is available
    [    8.400968] remoteproc remoteproc8: attaching to 5f00000.r5f
    [    8.403751] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xd
    [    8.406846] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    8.428523] platform 5f00000.r5f: R5F core initialized in IPC-only mode
    [    8.428578] scsi host0: ufshcd
    [    8.434878] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    8.434917] cdns-mhdp8546 a000000.bridge: no PHY configured
    [    8.441975] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
    [    8.442791] vdec 4220000.video-codec: Added wave5 driver with caps: 'ENCODE' 'DECODE'
    [    8.442799] vdec 4220000.video-codec: Product Code:      0x521c
    [    8.442802] vdec 4220000.video-codec: Firmware Revision: 320127
    [    8.450848] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    8.455954] virtio_rpmsg_bus virtio8: rpmsg host is online
    [    8.462306] virtio_rpmsg_bus virtio8: creating channel rpmsg_chrdev addr 0xd
    [    8.462459] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    8.462479] cdns-mhdp8546 a000000.bridge: no PHY configured
    [    8.469717] rproc-virtio rproc-virtio.16.auto: registered virtio8 (type 7)
    [    8.469724] remoteproc remoteproc8: remote processor 5f00000.r5f is now attached
    [    8.470008] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    8.470016] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    8.470035] cdns-mhdp8546 a000000.bridge: no PHY configured
    [    8.476400] scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [    8.476955] platform 5900000.r5f: configured R5F for IPC-only mode
    [    8.477177] platform 5900000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000
    [    8.477503] m_can_platform 40568000.can mcu_mcan1: renamed from can1
    [    8.477850] remoteproc remoteproc9: 5900000.r5f is available
    [    8.477906] remoteproc remoteproc9: attaching to 5900000.r5f
    [    8.478337] platform 5900000.r5f: R5F core initialized in IPC-only mode
    [    8.478349] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000
    [    8.479954] virtio_rpmsg_bus virtio9: rpmsg host is online
    [    8.479976] rproc-virtio rproc-virtio.17.auto: registered virtio9 (type 7)
    [    8.479983] remoteproc remoteproc9: remote processor 5900000.r5f is now attached
    [    8.480958] platform 5a00000.r5f: configured R5F for IPC-only mode
    [    8.481283] platform 5a00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a8000000
    [    8.482077] remoteproc remoteproc10: 5a00000.r5f is available
    [    8.482124] remoteproc remoteproc10: attaching to 5a00000.r5f
    [    8.482598] platform 5a00000.r5f: R5F core initialized in IPC-only mode
    [    8.482608] rproc-virtio rproc-virtio.18.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a8000000
    [    8.483094] virtio_rpmsg_bus virtio10: rpmsg host is online
    [    8.483108] rproc-virtio rproc-virtio.18.auto: registered virtio10 (type 7)
    [    8.483112] remoteproc remoteproc10: remote processor 5a00000.r5f is now attached
    [    8.486225] virtio_rpmsg_bus virtio9: creating channel rpmsg_chrdev addr 0xd
    [    8.486271] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    8.486281] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    8.486295] cdns-mhdp8546 a000000.bridge: no PHY configured
    [    8.595187] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    8.600879] scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [    8.601021] virtio_rpmsg_bus virtio10: creating channel rpmsg_chrdev addr 0xd
    [    8.601131] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
    [    8.601266] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
    [    8.601363] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0x15
    [    8.601461] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0x15
    [    8.601511] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
    [    8.601550] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
    [    8.601584] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0x15
    [    8.601614] virtio_rpmsg_bus virtio8: creating channel rpmsg_chrdev addr 0x15
    [    8.602054] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.602133] virtio_rpmsg_bus virtio9: creating channel rpmsg_chrdev addr 0x15
    [    8.602251] virtio_rpmsg_bus virtio7: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.602330] virtio_rpmsg_bus virtio8: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.602415] virtio_rpmsg_bus virtio10: creating channel rpmsg_chrdev addr 0x15
    [    8.602546] virtio_rpmsg_bus virtio9: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.602622] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.602703] virtio_rpmsg_bus virtio10: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.602792] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.602870] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.603107] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.603342] virtio_rpmsg_bus virtio3: creating channel ti.ethfw.notifyservice addr 0x72
    [    8.603411] virtio_rpmsg_bus virtio3: creating channel ti.ethfw.ethdevice addr 0x71
    [    8.603468] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xe
    [    8.606630] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    8.606651] cdns-mhdp8546 a000000.bridge: no PHY configured
    [    8.607416] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    8.613464] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
    [    8.619133] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    9.424740] cdns-mhdp8546 a000000.bridge: no PHY configured
             Starting Virtual Console Setup...
    [    9.441288] ti_cpsw_proxy_client virtio3.ti.ethfw.ethdevice.-1.113: 1 Virtual Switch Port(s), 1 Virtual MAC Only Port(s)
    [    9.452308] ti_cpsw_proxy_client virtio3.ti.ethfw.ethdevice.-1.113: Virt Port: 0, Type: Switch Port, Iface: eth2, Num TX: 2, Num RX: 1, Token: 0
    [    9.467567] ti_cpsw_proxy_client virtio3.ti.ethfw.ethdevice.-1.113: Virt Port: 4, Type: MAC Port, Iface: eth3, Num TX: 1, Num RX: 1, Token: 400
    [    9.481433] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [    9.487616] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [    9.496468] cdns-mhdp8546 a000000.bridge: no PHY configured
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk0p1...
             Expecting device /dev/mmcblk0p2...
             Expecting device /dev/mmcblk1p1...
             Starting Start psplash boot splash screen...
    [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  ] Found device /dev/mmcblk0p2.
    [  OK  ] Found device /dev/mmcblk0p1.
    [  OK  ] Found device /dev/mmcblk1p1.
    [  OK  ] Finished Virtual Console Setup.
             Starting File System Check on /dev/mmcblk0p1...
             Starting File System Check on /dev/mmcblk0p2...
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
             Mounting /run/media/boot-mmcblk0p1...
    [  OK  ] Mounted /run/media/boot-mmcblk0p1.
    [  OK  ] Finished Rebuild Dynamic Linker Cache.
             Starting Update is Completed...
    [  OK  ] Finished Update is Completed.
    [  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  ] Listenin[    9.871479] audit: type=1334 audit(1709054768.824:9): prog-id=13 op=LOAD
    g 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...
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Reached target Socket Units.
             Mounting /run/media/boot-mmcblk1p1...
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Mounted /run/media/boot-mmcblk1p1.
    [  OK  ] Reached target Basic System.
    [   10.059840] dbus-broker-lau[814]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
             Starting Save/Restore Sound Card State...
    [  OK  ] Started Job spooling tools.
             Starting Avahi mDNS/DNS-SD Stack...
    [  OK  ] Started Periodic Command Scheduler.
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering F[   10.115926] audit: type=1334 audit(1709054769.068:10): prog-id=14 op=LOAD
    ramework...
    [  OK  ] Started irqbalanc[   10.125320] audit: type=1334 audit(1709054769.080:11): prog-id=15 op=LOAD
    e 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.
             Starting User Login Management...
             Starting Telnet Server...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Reached target Preparation for Network.
    [  OK  ] Reached target Sound Card.
             Starting Network Configuration...
    [  OK  ] Finished Telnet Server.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Telephony service.
    [  OK  ] Started User Login Management.
    [   10.361525] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [   10.387951] Bluetooth: Core ver 2.22
    [   10.391693] NET: Registered PF_BLUETOOTH protocol family
    [   10.397053] Bluetooth: HCI device and connection manager initialized
    [   10.403457] Bluetooth: HCI socket layer initialized
    [   10.408502] Bluetooth: L2CAP socket layer initialized
    [   10.409107] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   10.414106] Bluetooth: SCO socket layer initialized
    [   10.419563] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
    [   10.553977] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [   10.563521] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
             Starting Enable and configure wl18xx bluetooth stack...
             Startin[   10.589186] am65-cpsw-nuss c200000.ethernet eth1: PHY [c200f00.mdio:00] driver [TI DP83867] (irq=POLL)
    g containerd container runtime...
    [  OK   am65-cpsw-nuss c200000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [0m] Started Netperf Benchmark Server.
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Ses[   10.628565] ti_cpsw_proxy_client virtio3.ti.ethfw.ethdevice.-1.113: started port 0 on interface eth2
    sions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [   10.666796] ti_cpsw_proxy_client virtio3.ti.ethfw.ethdevice.-1.113: started port 4 on interface eth3
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting    10.709184] ti_cpsw_proxy_client virtio3.ti.ethfw.ethdevice.-1.113: 01:80:c2:00:00:0e is reserved for EthFw
    39mWeston, a Wayland compositor, as a system service...
    [  OK  ] Finished File System Check on /dev/mmcblk0p2.
             Mounting /run/media/rootfs-mmcblk0p2...
    [   10.988689] EXT4-fs (mmcblk0p2): mounted filesystem aa9d65dc-8340-40dd-a47f-94fd83f9a51e r/w with ordered data mode. Quota mode: none.
    [  OK  ] Mounted /run/media/rootfs-mmcblk0p2.
    [  OK  ] Finished Synchronize System and HW clocks.
    [  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  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [FAILED] Failed to start Weston, a Wayland compositor, as a system service.
    See 'systemctl status weston.service' for details.
    [  OK  ] Started containerd container runtime.
    ***************************************************************
    ***************************************************************
    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
    	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
    ***************************************************************
    ***************************************************************
    [  OK  ] Finished Print notice about GPLv3 packages.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Reached target Graphical Interface.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Finished Record Runlevel Change in UTMP.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project j784s4-evm ttyS2
    
    Arago 2023.10 j784s4-evm ttyS2
    
    j784s4-evm login: root
    [   18.868394] kauditd_printk_skb: 8 callbacks suppressed
    [   18.868402] audit: type=1006 audit(1709054777.820:16): pid=1282 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   18.886092] audit: type=1300 audit(1709054777.820:16): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffdfbe7b58 a2=1 a3=1 items=0 ppid=1 pid=1282 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   18.912655] audit: type=1327 audit(1709054777.820:16): proctitle="(systemd)"
    [   18.919721] audit: type=1334 audit(1709054777.836:17): prog-id=18 op=LOAD
    [   18.926523] audit: type=1300 audit(1709054777.836:17): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffffee12bf8 a2=90 a3=0 items=0 ppid=1 pid=1282 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
    [   18.952299] audit: type=1327 audit(1709054777.836:17): proctitle="(systemd)"
    [   18.959353] audit: type=1334 audit(1709054777.840:18): prog-id=18 op=UNLOAD
    
    [   18.966316] audit: type=1300 audit(1709054777.840:18): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffb2a1dc60 items=0 ppid=1 pid=1282 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
    [   18.992108] audit: type=1327 audit(1709054777.840:18): proctitle="(systemd)"
    [   18.999166] audit: type=1334 audit(1709054777.840:19): prog-id=19 op=LOAD
    root@j784s4-evm:~# [   19.661762] cdns-mhdp8546 a000000.bridge: invalid resource (null)
    [   19.667869] cdns-mhdp8546 a000000.bridge: Failed to get SAPB memory resource, HDCP not supported
    [   19.676657] cdns-mhdp8546 a000000.bridge: no PHY configured
    [   19.682306] platform connector-dp0: deferred probe pending
    [   19.687784] platform regulator-dp0-prw: deferred probe pending
    [   19.693610] platform regulator-dp1-prw: deferred probe pending
    [   19.699437] platform a000000.bridge: deferred probe pending
       
    root@j784s4-evm:~# uname -r
    6.6.32-ti-gdb8871293143-dirty
    root@j784s4-evm:~# modprobe ti_am335x_adc
    root@j784s4-evm:~# cat /sys/bus/iio/devices/iio\:device0/scan_elements/in_voltage1_type
    le:u12/16>>0
    root@j784s4-evm:~# cat /sys/bus/iio/devices/iio\:device0/in_voltage4_raw
    1104
    root@j784s4-evm:~# cat /sys/bus/iio/devices/iio\:device0/in_voltage4_raw
    1105
    root@j784s4-evm:~# 
    
    

  • Hi Moteen,

    The k3-j784s4-j742s2-mcu-wakeup-common.dtsi is as below. 

    // SPDX-License-Identifier: GPL-2.0
    /*
     * Device Tree Source for J784S4 SoC Family MCU/WAKEUP Domain peripherals
     *
     * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
     */
    
    &cbass_mcu_wakeup {
    	sms: system-controller@44083000 {
    		bootph-all;
    		compatible = "ti,k2g-sci";
    		ti,host-id = <12>;
    
    		mbox-names = "rx", "tx";
    
    		mboxes = <&secure_proxy_main 11>,
    			 <&secure_proxy_main 13>;
    
    		reg-names = "debug_messages";
    		reg = <0x00 0x44083000 0x00 0x1000>;
    
    		k3_pds: power-controller {
    			bootph-all;
    			compatible = "ti,sci-pm-domain";
    			#power-domain-cells = <2>;
    		};
    
    		k3_clks: clock-controller {
    			bootph-all;
    			compatible = "ti,k2g-sci-clk";
    			#clock-cells = <2>;
    		};
    
    		k3_reset: reset-controller {
    			bootph-all;
    			compatible = "ti,sci-reset";
    			#reset-cells = <2>;
    		};
    	};
    
    	wkup_conf: bus@43000000 {
    		bootph-all;
    		compatible = "simple-bus";
    		#address-cells = <1>;
    		#size-cells = <1>;
    		ranges = <0x0 0x00 0x43000000 0x20000>;
    
    		chipid: chipid@14 {
    			bootph-all;
    			compatible = "ti,am654-chipid";
    			reg = <0x14 0x4>;
    		};
    	};
    
    	secure_proxy_sa3: mailbox@43600000 {
    		compatible = "ti,am654-secure-proxy";
    		#mbox-cells = <1>;
    		reg-names = "target_data", "rt", "scfg";
    		reg = <0x00 0x43600000 0x00 0x10000>,
    		      <0x00 0x44880000 0x00 0x20000>,
    		      <0x00 0x44860000 0x00 0x20000>;
    		/*
    		 * Marked Disabled:
    		 * Node is incomplete as it is meant for bootloaders and
    		 * firmware on non-MPU processors
    		 */
    		status = "disabled";
    	};
    
    	mcu_ram: sram@41c00000 {
    		compatible = "mmio-sram";
    		reg = <0x00 0x41c00000 0x00 0x100000>;
    		ranges = <0x00 0x00 0x41c00000 0x100000>;
    		#address-cells = <1>;
    		#size-cells = <1>;
    	};
    
    	wkup_pmx0: pinctrl@4301c000 {
    		compatible = "pinctrl-single";
    		/* Proxy 0 addressing */
    		reg = <0x00 0x4301c000 0x00 0x034>;
    		#pinctrl-cells = <1>;
    		pinctrl-single,register-width = <32>;
    		pinctrl-single,function-mask = <0xffffffff>;
    	};
    
    	wkup_pmx1: pinctrl@4301c038 {
    		compatible = "pinctrl-single";
    		/* Proxy 0 addressing */
    		reg = <0x00 0x4301c038 0x00 0x02c>;
    		#pinctrl-cells = <1>;
    		pinctrl-single,register-width = <32>;
    		pinctrl-single,function-mask = <0xffffffff>;
    	};
    
    	wkup_pmx2: pinctrl@4301c068 {
    		compatible = "pinctrl-single";
    		/* Proxy 0 addressing */
    		reg = <0x00 0x4301c068 0x00 0x120>;
    		#pinctrl-cells = <1>;
    		pinctrl-single,register-width = <32>;
    		pinctrl-single,function-mask = <0xffffffff>;
    	};
    
    	wkup_pmx3: pinctrl@4301c190 {
    		compatible = "pinctrl-single";
    		/* Proxy 0 addressing */
    		reg = <0x00 0x4301c190 0x00 0x004>;
    		#pinctrl-cells = <1>;
    		pinctrl-single,register-width = <32>;
    		pinctrl-single,function-mask = <0xffffffff>;
    	};
    
    	wkup_gpio_intr: interrupt-controller@42200000 {
    		compatible = "ti,sci-intr";
    		reg = <0x00 0x42200000 0x00 0x400>;
    		ti,intr-trigger-type = <1>;
    		interrupt-controller;
    		interrupt-parent = <&gic500>;
    		#interrupt-cells = <1>;
    		ti,sci = <&sms>;
    		ti,sci-dev-id = <177>;
    		ti,interrupt-ranges = <16 960 16>;
    	};
    
    	/* MCU_TIMERIO pad input CTRLMMR_MCU_TIMER*_CTRL registers */
    	mcu_timerio_input: pinctrl@40f04200 {
    		compatible = "pinctrl-single";
    		reg = <0x00 0x40f04200 0x00 0x28>;
    		#pinctrl-cells = <1>;
    		pinctrl-single,register-width = <32>;
    		pinctrl-single,function-mask = <0x0000000f>;
    		/* Non-MPU Firmware usage */
    		status = "reserved";
    	};
    
    	/* MCU_TIMERIO pad output CTRLMMR_MCU_TIMERIO*_CTRL registers */
    	mcu_timerio_output: pinctrl@40f04280 {
    		compatible = "pinctrl-single";
    		reg = <0x00 0x40f04280 0x00 0x28>;
    		#pinctrl-cells = <1>;
    		pinctrl-single,register-width = <32>;
    		pinctrl-single,function-mask = <0x0000000f>;
    		/* Non-MPU Firmware usage */
    		status = "reserved";
    	};
    
    	mcu_conf: syscon@40f00000 {
    		compatible = "ti,j721e-system-controller", "syscon", "simple-mfd";
    		reg = <0x00 0x40f00000 0x00 0x20000>;
    		#address-cells = <1>;
    		#size-cells = <1>;
    		ranges = <0x00 0x00 0x40f00000 0x20000>;
    
    		phy_gmii_sel: phy@4040 {
    			compatible = "ti,am654-phy-gmii-sel";
    			reg = <0x4040 0x4>;
    			#phy-cells = <1>;
    		};
    	};
    
    	mcu_timer0: timer@40400000 {
    		compatible = "ti,am654-timer";
    		reg = <0x00 0x40400000 0x00 0x400>;
    		interrupts = <GIC_SPI 816 IRQ_TYPE_LEVEL_HIGH>;
    		clocks = <&k3_clks 35 2>;
    		clock-names = "fck";
    		assigned-clocks = <&k3_clks 35 2>;
    		assigned-clock-parents = <&k3_clks 35 3>;
    		power-domains = <&k3_pds 35 TI_SCI_PD_EXCLUSIVE>;
    		ti,timer-pwm;
    		/* Non-MPU Firmware usage */
    		status = "reserved";
    	};
    
    	mcu_timer1: timer@40410000 {
    		bootph-all;
    		compatible = "ti,am654-timer";
    		reg = <0x00 0x40410000 0x00 0x400>;
    		interrupts = <GIC_SPI 817 IRQ_TYPE_LEVEL_HIGH>;
    		clocks = <&k3_clks 117 2>;
    		clock-names = "fck";
    		assigned-clocks = <&k3_clks 117 2>;
    		assigned-clock-parents = <&k3_clks 117 3>;
    		power-domains = <&k3_pds 117 TI_SCI_PD_EXCLUSIVE>;
    		ti,timer-pwm;
    		/* Non-MPU Firmware usage */
    		status = "reserved";
    	};
    
    	mcu_timer2: timer@40420000 {
    		compatible = "ti,am654-timer";
    		reg = <0x00 0x40420000 0x00 0x400>;
    		interrupts = <GIC_SPI 818 IRQ_TYPE_LEVEL_HIGH>;
    		clocks = <&k3_clks 118 2>;
    		clock-names = "fck";
    		assigned-clocks = <&k3_clks 118 2>;
    		assigned-clock-parents = <&k3_clks 118 3>;
    		power-domains = <&k3_pds 118 TI_SCI_PD_EXCLUSIVE>;
    		ti,timer-pwm;
    		/* Non-MPU Firmware usage */
    		status = "reserved";
    	};
    
    	mcu_timer3: timer@40430000 {
    		compatible = "ti,am654-timer";
    		reg = <0x00 0x40430000 0x00 0x400>;
    		interrupts = <GIC_SPI 819 IRQ_TYPE_LEVEL_HIGH>;
    		clocks = <&k3_clks 119 2>;
    		clock-names = "fck";
    		assigned-clocks = <&k3_clks 119 2>;
    		assigned-clock-parents = <&k3_clks 119 3>;
    		power-domains = <&k3_pds 119 TI_SCI_PD_EXCLUSIVE>;
    		ti,timer-pwm;
    		/* Non-MPU Firmware usage */
    		status = "reserved";
    	};
    
    	mcu_timer4: timer@40440000 {
    		compatible = "ti,am654-timer";
    		reg = <0x00 0x40440000 0x00 0x400>;
    		interrupts = <GIC_SPI 820 IRQ_TYPE_LEVEL_HIGH>;
    		clocks = <&k3_clks 120 2>;
    		clock-names = "fck";
    		assigned-clocks = <&k3_clks 120 2>;
    		assigned-clock-parents = <&k3_clks 120 3>;
    		power-domains = <&k3_pds 120 TI_SCI_PD_EXCLUSIVE>;
    		ti,timer-pwm;
    		/* Non-MPU Firmware usage */
    		status = "reserved";
    	};
    
    	mcu_timer5: timer@40450000 {
    		compatible = "ti,am654-timer";
    		reg = <0x00 0x40450000 0x00 0x400>;
    		interrupts = <GIC_SPI 821 IRQ_TYPE_LEVEL_HIGH>;
    		clocks = <&k3_clks 121 2>;
    		clock-names = "fck";
    		assigned-clocks = <&k3_clks 121 2>;
    		assigned-clock-parents = <&k3_clks 121 3>;
    		power-domains = <&k3_pds 121 TI_SCI_PD_EXCLUSIVE>;
    		ti,timer-pwm;
    		/* Non-MPU Firmware usage */
    		status = "reserved";
    	};
    
    	mcu_timer6: timer@40460000 {
    		compatible = "ti,am654-timer";
    		reg = <0x00 0x40460000 0x00 0x400>;
    		interrupts = <GIC_SPI 822 IRQ_TYPE_LEVEL_HIGH>;
    		clocks = <&k3_clks 122 2>;
    		clock-names = "fck";
    		assigned-clocks = <&k3_clks 122 2>;
    		assigned-clock-parents = <&k3_clks 122 3>;
    		power-domains = <&k3_pds 122 TI_SCI_PD_EXCLUSIVE>;
    		ti,timer-pwm;
    		/* Non-MPU Firmware usage */
    		status = "reserved";
    	};
    
    	mcu_timer7: timer@40470000 {
    		compatible = "ti,am654-timer";
    		reg = <0x00 0x40470000 0x00 0x400>;
    		interrupts = <GIC_SPI 823 IRQ_TYPE_LEVEL_HIGH>;
    		clocks = <&k3_clks 123 2>;
    		clock-names = "fck";
    		assigned-clocks = <&k3_clks 123 2>;
    		assigned-clock-parents = <&k3_clks 123 3>;
    		power-domains = <&k3_pds 123 TI_SCI_PD_EXCLUSIVE>;
    		ti,timer-pwm;
    		/* Non-MPU Firmware usage */
    		status = "reserved";
    	};
    
    	mcu_timer8: timer@40480000 {
    		compatible = "ti,am654-timer";
    		reg = <0x00 0x40480000 0x00 0x400>;
    		interrupts = <GIC_SPI 824 IRQ_TYPE_LEVEL_HIGH>;
    		clocks = <&k3_clks 124 2>;
    		clock-names = "fck";
    		assigned-clocks = <&k3_clks 124 2>;
    		assigned-clock-parents = <&k3_clks 124 3>;
    		power-domains = <&k3_pds 124 TI_SCI_PD_EXCLUSIVE>;
    		ti,timer-pwm;
    		/* Non-MPU Firmware usage */
    		status = "reserved";
    	};
    
    	mcu_timer9: timer@40490000 {
    		compatible = "ti,am654-timer";
    		reg = <0x00 0x40490000 0x00 0x400>;
    		interrupts = <GIC_SPI 825 IRQ_TYPE_LEVEL_HIGH>;
    		clocks = <&k3_clks 125 2>;
    		clock-names = "fck";
    		assigned-clocks = <&k3_clks 125 2>;
    		assigned-clock-parents = <&k3_clks 125 3>;
    		power-domains = <&k3_pds 125 TI_SCI_PD_EXCLUSIVE>;
    		ti,timer-pwm;
    		/* Non-MPU Firmware usage */
    		status = "reserved";
    	};
    
    	wkup_uart0: serial@42300000 {
    		compatible = "ti,j721e-uart", "ti,am654-uart";
    		reg = <0x00 0x42300000 0x00 0x200>;
    		interrupts = <GIC_SPI 897 IRQ_TYPE_LEVEL_HIGH>;
    		current-speed = <115200>;
    		clocks = <&k3_clks 397 0>;
    		clock-names = "fclk";
    		power-domains = <&k3_pds 397 TI_SCI_PD_EXCLUSIVE>;
    		status = "disabled";
    	};
    
    	mcu_uart0: serial@40a00000 {
    		compatible = "ti,j721e-uart", "ti,am654-uart";
    		reg = <0x00 0x40a00000 0x00 0x200>;
    		interrupts = <GIC_SPI 846 IRQ_TYPE_LEVEL_HIGH>;
    		current-speed = <115200>;
    		clocks = <&k3_clks 149 0>;
    		clock-names = "fclk";
    		power-domains = <&k3_pds 149 TI_SCI_PD_EXCLUSIVE>;
    		status = "disabled";
    	};
    
    	wkup_gpio0: gpio@42110000 {
    		compatible = "ti,j721e-gpio", "ti,keystone-gpio";
    		reg = <0x00 0x42110000 0x00 0x100>;
    		gpio-controller;
    		#gpio-cells = <2>;
    		interrupt-parent = <&wkup_gpio_intr>;
    		interrupts = <103>, <104>, <105>, <106>, <107>, <108>;
    		interrupt-controller;
    		#interrupt-cells = <2>;
    		ti,ngpio = <89>;
    		ti,davinci-gpio-unbanked = <0>;
    		power-domains = <&k3_pds 167 TI_SCI_PD_EXCLUSIVE>;
    		clocks = <&k3_clks 167 0>;
    		clock-names = "gpio";
    		status = "disabled";
    	};
    
    	wkup_gpio1: gpio@42100000 {
    		compatible = "ti,j721e-gpio", "ti,keystone-gpio";
    		reg = <0x00 0x42100000 0x00 0x100>;
    		gpio-controller;
    		#gpio-cells = <2>;
    		interrupt-parent = <&wkup_gpio_intr>;
    		interrupts = <112>, <113>, <114>, <115>, <116>, <117>;
    		interrupt-controller;
    		#interrupt-cells = <2>;
    		ti,ngpio = <89>;
    		ti,davinci-gpio-unbanked = <0>;
    		power-domains = <&k3_pds 168 TI_SCI_PD_EXCLUSIVE>;
    		clocks = <&k3_clks 168 0>;
    		clock-names = "gpio";
    		status = "disabled";
    	};
    
    	wkup_i2c0: i2c@42120000 {
    		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
    		reg = <0x00 0x42120000 0x00 0x100>;
    		interrupts = <GIC_SPI 896 IRQ_TYPE_LEVEL_HIGH>;
    		#address-cells = <1>;
    		#size-cells = <0>;
    		clocks = <&k3_clks 279 2>;
    		clock-names = "fck";
    		power-domains = <&k3_pds 279 TI_SCI_PD_EXCLUSIVE>;
    		status = "disabled";
    	};
    
    	mcu_i2c0: i2c@40b00000 {
    		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
    		reg = <0x00 0x40b00000 0x00 0x100>;
    		interrupts = <GIC_SPI 852 IRQ_TYPE_LEVEL_HIGH>;
    		#address-cells = <1>;
    		#size-cells = <0>;
    		clocks = <&k3_clks 277 2>;
    		clock-names = "fck";
    		power-domains = <&k3_pds 277 TI_SCI_PD_EXCLUSIVE>;
    		status = "disabled";
    	};
    
    	mcu_i2c1: i2c@40b10000 {
    		compatible = "ti,j721e-i2c", "ti,omap4-i2c";
    		reg = <0x00 0x40b10000 0x00 0x100>;
    		interrupts = <GIC_SPI 853 IRQ_TYPE_LEVEL_HIGH>;
    		#address-cells = <1>;
    		#size-cells = <0>;
    		clocks = <&k3_clks 278 2>;
    		clock-names = "fck";
    		power-domains = <&k3_pds 278 TI_SCI_PD_EXCLUSIVE>;
    		status = "disabled";
    	};
    
    	mcu_mcan0: can@40528000 {
    		compatible = "bosch,m_can";
    		reg = <0x00 0x40528000 0x00 0x200>,
    		      <0x00 0x40500000 0x00 0x8000>;
    		reg-names = "m_can", "message_ram";
    		power-domains = <&k3_pds 263 TI_SCI_PD_EXCLUSIVE>;
    		clocks = <&k3_clks 263 6>, <&k3_clks 263 1>;
    		clock-names = "hclk", "cclk";
    		interrupts = <GIC_SPI 832 IRQ_TYPE_LEVEL_HIGH>,
    			     <GIC_SPI 833 IRQ_TYPE_LEVEL_HIGH>;
    		interrupt-names = "int0", "int1";
    		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
    		status = "disabled";
    	};
    
    	mcu_mcan1: can@40568000 {
    		compatible = "bosch,m_can";
    		reg = <0x00 0x40568000 0x00 0x200>,
    		      <0x00 0x40540000 0x00 0x8000>;
    		reg-names = "m_can", "message_ram";
    		power-domains = <&k3_pds 264 TI_SCI_PD_EXCLUSIVE>;
    		clocks = <&k3_clks 264 6>, <&k3_clks 264 1>;
    		clock-names = "hclk", "cclk";
    		interrupts = <GIC_SPI 835 IRQ_TYPE_LEVEL_HIGH>,
    			     <GIC_SPI 836 IRQ_TYPE_LEVEL_HIGH>;
    		interrupt-names = "int0", "int1";
    		bosch,mram-cfg = <0x00 128 64 64 64 64 32 32>;
    		status = "disabled";
    	};
    
    	mcu_spi0: spi@40300000 {
    		compatible = "ti,am654-mcspi", "ti,omap4-mcspi";
    		reg = <0x00 0x040300000 0x00 0x400>;
    		interrupts = <GIC_SPI 848 IRQ_TYPE_LEVEL_HIGH>;
    		#address-cells = <1>;
    		#size-cells = <0>;
    		power-domains = <&k3_pds 384 TI_SCI_PD_EXCLUSIVE>;
    		clocks = <&k3_clks 384 0>;
    		status = "disabled";
    	};
    
    	mcu_spi1: spi@40310000 {
    		compatible = "ti,am654-mcspi", "ti,omap4-mcspi";
    		reg = <0x00 0x040310000 0x00 0x400>;
    		interrupts = <GIC_SPI 849 IRQ_TYPE_LEVEL_HIGH>;
    		#address-cells = <1>;
    		#size-cells = <0>;
    		power-domains = <&k3_pds 385 TI_SCI_PD_EXCLUSIVE>;
    		clocks = <&k3_clks 385 0>;
    		status = "disabled";
    	};
    
    	mcu_spi2: spi@40320000 {
    		compatible = "ti,am654-mcspi", "ti,omap4-mcspi";
    		reg = <0x00 0x040320000 0x00 0x400>;
    		interrupts = <GIC_SPI 850 IRQ_TYPE_LEVEL_HIGH>;
    		#address-cells = <1>;
    		#size-cells = <0>;
    		power-domains = <&k3_pds 386 TI_SCI_PD_EXCLUSIVE>;
    		clocks = <&k3_clks 386 0>;
    		status = "disabled";
    	};
    
    	mcu_navss: bus@28380000 {
    		bootph-all;
    		compatible = "simple-bus";
    		#address-cells = <2>;
    		#size-cells = <2>;
    		ranges = <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>;
    		ti,sci-dev-id = <323>;
    		dma-coherent;
    		dma-ranges;
    
    		mcu_ringacc: ringacc@2b800000 {
    			bootph-all;
    			compatible = "ti,am654-navss-ringacc";
    			reg = <0x00 0x2b800000 0x00 0x400000>,
    			      <0x00 0x2b000000 0x00 0x400000>,
    			      <0x00 0x28590000 0x00 0x100>,
    			      <0x00 0x2a500000 0x00 0x40000>,
    			      <0x00 0x28440000 0x00 0x40000>;
    			reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target", "cfg";
    			ti,num-rings = <286>;
    			ti,sci-rm-range-gp-rings = <0x1>;
    			ti,sci = <&sms>;
    			ti,sci-dev-id = <328>;
    			msi-parent = <&main_udmass_inta>;
    		};
    
    		mcu_udmap: dma-controller@285c0000 {
    			bootph-all;
    			compatible = "ti,j721e-navss-mcu-udmap";
    			reg = <0x00 0x285c0000 0x00 0x100>,
    			      <0x00 0x2a800000 0x00 0x40000>,
    			      <0x00 0x2aa00000 0x00 0x40000>,
    			      <0x00 0x284a0000 0x00 0x4000>,
    			      <0x00 0x284c0000 0x00 0x4000>,
    			      <0x00 0x28400000 0x00 0x2000>;
    			reg-names = "gcfg", "rchanrt", "tchanrt",
    				    "tchan", "rchan", "rflow";
    			msi-parent = <&main_udmass_inta>;
    			#dma-cells = <1>;
    
    			ti,sci = <&sms>;
    			ti,sci-dev-id = <329>;
    			ti,ringacc = <&mcu_ringacc>;
    			ti,sci-rm-range-tchan = <0x0d>, /* TX_CHAN */
    						<0x0f>; /* TX_HCHAN */
    			ti,sci-rm-range-rchan = <0x0a>, /* RX_CHAN */
    						<0x0b>; /* RX_HCHAN */
    			ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
    		};
    	};
    
    	secure_proxy_mcu: mailbox@2a480000 {
    		compatible = "ti,am654-secure-proxy";
    		#mbox-cells = <1>;
    		reg-names = "target_data", "rt", "scfg";
    		reg = <0x00 0x2a480000 0x00 0x80000>,
    		      <0x00 0x2a380000 0x00 0x80000>,
    		      <0x00 0x2a400000 0x00 0x80000>;
    		/*
    		 * Marked Disabled:
    		 * Node is incomplete as it is meant for bootloaders and
    		 * firmware on non-MPU processors
    		 */
    		status = "disabled";
    	};
    
    	mcu_cpsw: ethernet@46000000 {
    		compatible = "ti,j721e-cpsw-nuss";
    		#address-cells = <2>;
    		#size-cells = <2>;
    		reg = <0x00 0x46000000 0x00 0x200000>;
    		reg-names = "cpsw_nuss";
    		ranges = <0x00 0x00 0x00 0x46000000 0x00 0x200000>;
    		dma-coherent;
    		clocks = <&k3_clks 63 0>;
    		clock-names = "fck";
    		power-domains = <&k3_pds 63 TI_SCI_PD_EXCLUSIVE>;
    
    		dmas = <&mcu_udmap 0xf000>,
    		       <&mcu_udmap 0xf001>,
    		       <&mcu_udmap 0xf002>,
    		       <&mcu_udmap 0xf003>,
    		       <&mcu_udmap 0xf004>,
    		       <&mcu_udmap 0xf005>,
    		       <&mcu_udmap 0xf006>,
    		       <&mcu_udmap 0xf007>,
    		       <&mcu_udmap 0x7000>;
    		dma-names = "tx0", "tx1", "tx2", "tx3",
    			    "tx4", "tx5", "tx6", "tx7",
    			    "rx";
    		status = "disabled";
    
    		ethernet-ports {
    			#address-cells = <1>;
    			#size-cells = <0>;
    
    			mcu_cpsw_port1: port@1 {
    				reg = <1>;
    				ti,mac-only;
    				label = "port1";
    				ti,syscon-efuse = <&mcu_conf 0x200>;
    				phys = <&phy_gmii_sel 1>;
    			};
    		};
    
    		davinci_mdio: mdio@f00 {
    			compatible = "ti,cpsw-mdio","ti,davinci_mdio";
    			reg = <0x00 0xf00 0x00 0x100>;
    			#address-cells = <1>;
    			#size-cells = <0>;
    			clocks = <&k3_clks 63 0>;
    			clock-names = "fck";
    			bus_freq = <1000000>;
    		};
    
    		cpts@3d000 {
    			compatible = "ti,am65-cpts";
    			reg = <0x00 0x3d000 0x00 0x400>;
    			clocks = <&k3_clks 63 3>;
    			clock-names = "cpts";
    			assigned-clocks = <&k3_clks 63 3>; /* CPTS_RFT_CLK */
    			assigned-clock-parents = <&k3_clks 63 5>; /* MAIN_0_HSDIV6_CLK */
    			interrupts-extended = <&gic500 GIC_SPI 858 IRQ_TYPE_LEVEL_HIGH>;
    			interrupt-names = "cpts";
    			ti,cpts-ext-ts-inputs = <4>;
    			ti,cpts-periodic-outputs = <2>;
    		};
    	};
    
    	mcu_r5fss0: r5fss@41000000 {
    		compatible = "ti,j721s2-r5fss";
    		ti,cluster-mode = <1>;
    		#address-cells = <1>;
    		#size-cells = <1>;
    		ranges = <0x41000000 0x00 0x41000000 0x20000>,
    			 <0x41400000 0x00 0x41400000 0x20000>;
    		power-domains = <&k3_pds 345 TI_SCI_PD_EXCLUSIVE>;
    
    		mcu_r5fss0_core0: r5f@41000000 {
    			compatible = "ti,j721s2-r5f";
    			reg = <0x41000000 0x00010000>,
    			      <0x41010000 0x00010000>;
    			reg-names = "atcm", "btcm";
    			ti,sci = <&sms>;
    			ti,sci-dev-id = <346>;
    			ti,sci-proc-ids = <0x01 0xff>;
    			resets = <&k3_reset 346 1>;
    			firmware-name = "j784s4-mcu-r5f0_0-fw";
    			ti,atcm-enable = <1>;
    			ti,btcm-enable = <1>;
    			ti,loczrama = <1>;
    		};
    
    		mcu_r5fss0_core1: r5f@41400000 {
    			compatible = "ti,j721s2-r5f";
    			reg = <0x41400000 0x00010000>,
    			      <0x41410000 0x00010000>;
    			reg-names = "atcm", "btcm";
    			ti,sci = <&sms>;
    			ti,sci-dev-id = <347>;
    			ti,sci-proc-ids = <0x02 0xff>;
    			resets = <&k3_reset 347 1>;
    			firmware-name = "j784s4-mcu-r5f0_1-fw";
    			ti,atcm-enable = <1>;
    			ti,btcm-enable = <1>;
    			ti,loczrama = <1>;
    		};
    	};
    
    	wkup_vtm0: temperature-sensor@42040000 {
    		compatible = "ti,j7200-vtm";
    		reg = <0x00 0x42040000 0x00 0x350>,
    		      <0x00 0x42050000 0x00 0x350>;
    		power-domains = <&k3_pds 243 TI_SCI_PD_SHARED>;
    		#thermal-sensor-cells = <1>;
    	};
    
    	tscadc0: tscadc@40200000 {
    		compatible = "ti,am3359-tscadc";
    		reg = <0x00 0x40200000 0x00 0x1000>;
    		interrupts = <GIC_SPI 860 IRQ_TYPE_LEVEL_HIGH>;
    		power-domains = <&k3_pds 0 TI_SCI_PD_EXCLUSIVE>;
    		clocks = <&k3_clks 0 0>;
    		assigned-clocks = <&k3_clks 0 2>;
    		assigned-clock-rates = <60000000>;
    		clock-names = "fck";
    		dmas = <&main_udmap 0x7400>,
    			<&main_udmap 0x7401>;
    		dma-names = "fifo0", "fifo1";
    		status = "disabled";
    
    		adc {
    			#io-channel-cells = <1>;
    			compatible = "ti,am3359-adc";
    		};
    	};
    
    	tscadc1: tscadc@40210000 {
    		compatible = "ti,am3359-tscadc";
    		reg = <0x00 0x40210000 0x00 0x1000>;
    		interrupts = <GIC_SPI 861 IRQ_TYPE_LEVEL_HIGH>;
    		power-domains = <&k3_pds 1 TI_SCI_PD_EXCLUSIVE>;
    		clocks = <&k3_clks 1 0>;
    		assigned-clocks = <&k3_clks 1 2>;
    		assigned-clock-rates = <60000000>;
    		clock-names = "fck";
    		dmas = <&main_udmap 0x7402>,
    			<&main_udmap 0x7403>;
    		dma-names = "fifo0", "fifo1";
    		status = "disabled";
    
    		adc {
    			#io-channel-cells = <1>;
    			compatible = "ti,am3359-adc";
    		};
    	};
    
    	fss: bus@47000000 {
    		compatible = "simple-bus";
    		reg = <0x00 0x47000000 0x00 0x100>;
    		#address-cells = <2>;
    		#size-cells = <2>;
    		ranges;
    
    		ospi0: spi@47040000 {
    			compatible = "ti,am654-ospi", "cdns,qspi-nor";
    			reg = <0x00 0x47040000 0x00 0x100>,
    			      <0x05 0x0000000 0x01 0x0000000>;
    			interrupts = <GIC_SPI 840 IRQ_TYPE_LEVEL_HIGH>;
    			cdns,fifo-depth = <256>;
    			cdns,fifo-width = <4>;
    			cdns,trigger-address = <0x0>;
    			clocks = <&k3_clks 161 7>;
    			assigned-clocks = <&k3_clks 161 7>;
    			assigned-clock-parents = <&k3_clks 161 9>;
    			assigned-clock-rates = <166666666>;
    			power-domains = <&k3_pds 161 TI_SCI_PD_EXCLUSIVE>;
    			#address-cells = <1>;
    			#size-cells = <0>;
    			status = "disabled";
    		};
    
    		ospi1: spi@47050000 {
    			compatible = "ti,am654-ospi", "cdns,qspi-nor";
    			reg = <0x00 0x47050000 0x00 0x100>,
    			      <0x07 0x0000000 0x01 0x0000000>;
    			interrupts = <GIC_SPI 841 IRQ_TYPE_LEVEL_HIGH>;
    			cdns,fifo-depth = <256>;
    			cdns,fifo-width = <4>;
    			cdns,trigger-address = <0x0>;
    			clocks = <&k3_clks 162 7>;
    			power-domains = <&k3_pds 162 TI_SCI_PD_EXCLUSIVE>;
    			#address-cells = <1>;
    			#size-cells = <0>;
    			status = "disabled";
    		};
    	};
    
    	mcu_esm: esm@40800000 {
    		compatible = "ti,j721e-esm";
    		reg = <0x00 0x40800000 0x00 0x1000>;
    		ti,esm-pins = <95>;
    		bootph-pre-ram;
    	};
    
    	wkup_esm: esm@42080000 {
    		compatible = "ti,j721e-esm";
    		reg = <0x00 0x42080000 0x00 0x1000>;
    		ti,esm-pins = <63>;
    		bootph-pre-ram;
    	};
    
    	/*
    	 * The 2 RTI instances are couple with MCU R5Fs so keeping them
    	 * reserved as these will be used by their respective firmware
    	 */
    	mcu_watchdog0: watchdog@40600000 {
    		compatible = "ti,j7-rti-wdt";
    		reg = <0x00 0x40600000 0x00 0x100>;
    		clocks = <&k3_clks 367 1>;
    		power-domains = <&k3_pds 367 TI_SCI_PD_EXCLUSIVE>;
    		assigned-clocks = <&k3_clks 367 0>;
    		assigned-clock-parents = <&k3_clks 367 4>;
    		/* reserved for MCU_R5F0_0 */
    		status = "reserved";
    	};
    
    	mcu_watchdog1: watchdog@40610000 {
    		compatible = "ti,j7-rti-wdt";
    		reg = <0x00 0x40610000 0x00 0x100>;
    		clocks = <&k3_clks 368 1>;
    		power-domains = <&k3_pds 368 TI_SCI_PD_EXCLUSIVE>;
    		assigned-clocks = <&k3_clks 368 0>;
    		assigned-clock-parents = <&k3_clks 368 4>;
    		/* reserved for MCU_R5F0_1 */
    		status = "reserved";
    	};
    };
    

    I test ADC0 which connect to power directly, the value of 1 read out is also 0,and i test TP1601 with a multimeter and confirmed that there was input voltage 

    so i am confused.I want to know how to determine that the ADC0_AIN0(P36) pin has received the voltage value? And whether there is a corresponding register to store this value.

    Thanks,

    Bowen

  • Hi,

    And whether there is a corresponding register to store this value.

    Apologies for the delay.

    No such register.

    - Keerthy