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.

AM62L-PROCESSOR-SDK: Assistance with SPI - not showing on /dev

Part Number: AM62L-PROCESSOR-SDK
Other Parts Discussed in Thread: AM62L, SYSCONFIG

Tool/software:

Hello,

I'm working with AM62L EVM using SDK 11.00.05.02, and I'm trying to use spidev but can't see any entries on /dev. I've already checked several related threads on the forum, but I haven't found a solution for my case. I hope you can help me figure out what could be wrong in my procedure

What I've done so far and some of my outputs:

1. Modified kernel configuration with menuconfig

Device Drivers --->
[*] SPI support
<*> User mode SPI device driver support

2. Modified device tree (k3-am62l3-evm.dts), using sysconfig tool output

&main_pmx0 {
	spi1_pins_default: spi1-default-pins {
		pinctrl-single,pins = <
			AM62LX_IOPAD(0x0200, PIN_INPUT, 5) /* (C1) MMC0_DAT2.SPI1_CLK */
			AM62LX_IOPAD(0x01ec, PIN_OUTPUT, 5) /* (B4) MMC0_DAT7.SPI1_D0 */
			AM62LX_IOPAD(0x01f0, PIN_INPUT, 5) /* (A3) MMC0_DAT6.SPI1_D1 */
			AM62LX_IOPAD(0x01fc, PIN_OUTPUT, 5) /* (C2) MMC0_DAT3.SPI1_CS0 */
		>;
	};
};



&main_spi1 {
        status = "okay";
        pinctrl-names = "default";
        pinctrl-0 = <&spi1_pins_default>;
        spidev@1 {
                spi-max-frequency = <24000000>;
                reg = <1>;
                compatible = "rohm,dh2228fv";
        };
};

3. Compiled Image, device tree and modules following this guide

4. Compiled kernel with make linux

5. Installed Image, dtb into targetNFS/boot, and modules into targetNFS

Bootlog:

NOTICE:  bl1_plat_arch_setup arch setup 
NOTICE:  Booting Trusted Firmware
NOTICE:  BL1: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
NOTICE:  BL1: Built : 05:00:39, Feb 26 2025
NOTICE:  lpdd4_init <-- 
NOTICE:  DDR ram size =80000000 
NOTICE:  bl1_platform_setup DDR init done
NOTICE:  k3_bl1_handoff ENTERING WFI - end of bl1
NOTICE:  BL31: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
NOTICE:  BL31: Built : 05:00:39, Feb 26 2025
ERROR:   Failed to get response (-19)
ERROR:   Transfer send failed (-19)
ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported

U-Boot SPL 2025.01-00253-g9a3137c5c11a (Feb 26 2025 - 17:07:57 +0000)
SPL initial stack usage: 1872 bytes
Trying to boot from MMC2
ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported


U-Boot 2025.01-00253-g9a3137c5c11a (Feb 26 2025 - 17:07:57 +0000)

SoC:   AM62LX SR1.0 HS-FS
Model: Texas Instruments AM62L3 Evaluation Module
DRAM:  2 GiB
ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
Core:  66 devices, 28 uclasses, devicetree: separate
MMC:   mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from nowhere... OK
In:    serial@2800000
Out:   serial@2800000
Err:   serial@2800000
Net:   eth0: ethernet@8000000port@1
Warning: ethernet@8000000port@2 (eth1) using random MAC address - b2:6e:a4:3c:fd:36
, eth1: ethernet@8000000port@2
Hit any key to stop autobo 0 
=>env default -f -a
## Resetting to default environment
=>reset
resetting ...
NOTICE:  bl1_plat_arch_setup arch setup 
NOTICE:  Booting Trusted Firmware
NOTICE:  BL1: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
NOTICE:  BL1: Built : 05:00:39, Feb 26 2025
NOTICE:  lpdd4_init <-- 
NOTICE:  DDR ram size =80000000 
NOTICE:  bl1_platform_setup DDR init done
NOTICE:  k3_bl1_handoff ENTERING WFI - end of bl1
NOTICE:  BL31: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
NOTICE:  BL31: Built : 05:00:39, Feb 26 2025
ERROR:   Failed to get response (-19)
ERROR:   Transfer send failed (-19)
ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported

U-Boot SPL 2025.01-00253-g9a3137c5c11a (Feb 26 2025 - 17:07:57 +0000)
SPL initial stack usage: 1872 bytes
Trying to boot from MMC2
ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported


U-Boot 2025.01-00253-g9a3137c5c11a (Feb 26 2025 - 17:07:57 +0000)

SoC:   AM62LX SR1.0 HS-FS
Model: Texas Instruments AM62L3 Evaluation Module
DRAM:  2 GiB
ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
Core:  66 devices, 28 uclasses, devicetree: separate
MMC:   mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from nowhere... OK
In:    serial@2800000
Out:   serial@2800000
Err:   serial@2800000
Net:   eth0: ethernet@8000000port@1
Warning: ethernet@8000000port@2 (eth1) using random MAC address - 7e:9c:f4:e6:8d:e1
, eth1: ethernet@8000000port@2
Hit any key to stop autobo 0 
=>setenv serverip 192.168.100.6
=>setenv nfs_root /home/fiorella/ti-processor-sdk-linux-am62lxx-evm-11.00.05.02/targetNFS
=>setenv name_kern Image
=>setenv bootcmd 'run envboot; run setup_${kern_boot}; run init_${rootfs_boot}; run get_kern_${kern_boot}; run get_fdt_${k'
=>setenv init_net 'run args_all args_net; setenv autoload no; dhcp'
=>setenv args_net 'setenv bootargs console=${console} ${optargs} rootfstype=nfs root=/dev/nfs rw nfsroot=${serverip}:${nfs'
=>setenv get_kern_net 'tftp ${loadaddr} ${name_kern}'
=>setenv get_fdt_net 'tftp ${fdtaddr} ${fdtfile}'
=>setenv get_overlay_net 'fdt address ${fdtaddr};fdt resize 0x100000;for overlay in ${name_overlays};do;tftp ${overlayaddr'
=>setenv nfs_options 'nolock,v3,tcp,rsize=4096,wsize=4096'
=>setenv setup_mmc ''
=>setenv setup_net 'setenv autoload no; dhcp'
=>setenv kern_boot net
=>setenv rootfs_boot net
=>boot
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
610 bytes read in 1 ms (595.7 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
BOOTP broadcast 4
DHCP client bound to address 192.168.100.124 (2118 ms)
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
BOOTP broadcast 4
DHCP client bound to address 192.168.100.124 (2121 ms)
link up on port 1, speed 1000, full duplex
Using ethernet@8000000port@1 device
TFTP from server 192.168.100.6; our IP address is 192.168.100.124
Filename 'Image'.
Load address: 0x82000000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ###T ############################################T ##################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ########################################################  0 Bytes
         261.7 KiB/s
done
Bytes transferred = 21250560 (1444200 hex)
link up on port 1, speed 1000, full duplex
Using ethernet@8000000port@1 device
TFTP from server 192.168.100.6; our IP address is 192.168.100.124
Filename 'ti/k3-am62l3-evm.dtb'.
Load address: 0x88000000
Loading: ##########  0 Bytes
         191.4 KiB/s
done
Bytes transferred = 46164 (b454 hex)
Working FDT set to 88000000
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
   Loading Device Tree to 000000008fef1000, end 000000008fffffff ... OK
Working FDT set to 8fef1000

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.12.13-g4aaa0bcc69a6 (fiorella@fiorella-Precision-7670) (aarch64-oe-linux-gcc (GCC) 13.3.0, 5
[    0.000000] KASLR disabled due to lack of seed
[    0.000000] Machine model: Texas Instruments AM62L3 Evaluation Module
[    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[    0.000000] printk: legacy bootconsole [ns16550a0] enabled
[    0.000000] efi: UEFI not found.
[    0.000000] OF: reserved mem: 0x0000000080200000..0x00000000809fffff (8192 KiB) nomap non-reusable optee@80200000
[    0.000000] OF: reserved mem: 0x0000000080000000..0x00000000801fffff (2048 KiB) nomap non-reusable tfa@80000000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x00000000809fffff]
[    0.000000]   node   0: [mem 0x0000000080a00000-0x00000000ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000] cma: Reserved 32 MiB at 0x00000000fba00000 on node -1
[    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: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.5
[    0.000000] percpu: Embedded 22 pages/cpu s51288 r8192 d30632 u90112
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] alternatives: applying boot alternatives
[    0.000000] Kernel command line: console=ttyS0,115200n8 vt.global_cursor_default=0 earlycon=ns16550a,mmio32,0x02800000 p
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 524288
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB
[    0.000000] software IO TLB: area num 2.
[    0.000000] software IO TLB: mapped [mem 0x00000000fb500000-0x00000000fb700000] (2MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[    0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 960 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: GICv3 features: 16 PPIs
[    0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=0
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000
[    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 @81400000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x0000000080c40000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080c50000
[    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 s
[    0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[    0.008603] Console: colour dummy device 80x25
[    0.013202] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[    0.023869] pid_max: default: 32768 minimum: 301
[    0.028678] LSM: initializing lsm=capability
[    0.033178] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.040747] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.065198] rcu: Hierarchical SRCU implementation.
[    0.070142] rcu:     Max phase no-delay instances is 1000.
[    0.075683] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.084384] EFI services will not be available.
[    0.089255] smp: Bringing up secondary CPUs ...
[    0.094466] Detected VIPT I-cache on CPU1
[    0.094564] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
[    0.094582] GICv3: CPU1: using allocated LPI pending table @0x0000000080c60000
[    0.094637] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.094839] smp: Brought up 1 node, 2 CPUs
[    0.124196] SMP: Total of 2 processors activated.
[    0.129001] CPU: All CPU(s) started at EL2
[    0.133203] CPU features: detected: 32-bit EL0 Support
[    0.138458] CPU features: detected: CRC32 instructions
[    0.143756] alternatives: applying system-wide alternatives
[    0.150041] Memory: 1981348K/2097152K available (12352K kernel code, 1232K rwdata, 4440K rodata, 2624K init, 604K bss, )
[    0.165548] devtmpfs: initialized
[    0.175553] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.185546] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.193549] 27408 pages in range for non-PLT usage
[    0.193577] 518928 pages in range for PLT usage
[    0.198893] pinctrl core: initialized pinctrl subsystem
[    0.209325] DMI not present or invalid.
[    0.215507] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.222953] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[    0.230934] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.239829] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.248064] audit: initializing netlink subsys (disabled)
[    0.254035] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[    0.254514] thermal_sys: Registered thermal governor 'step_wise'
[    0.261987] thermal_sys: Registered thermal governor 'power_allocator'
[    0.268188] cpuidle: using governor menu
[    0.279080] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.286096] ASID allocator initialised with 65536 entries
[    0.297562] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800
[    0.309053] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3r
[    0.321103] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
[    0.330989] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/u0
[    0.343030] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[    0.355559] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3r
[    0.368188] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
[    0.378192] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/u0
[    0.390866] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
[    0.400800] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[    0.411818] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
[    0.421077] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[    0.432066] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.439015] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.445426] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.452356] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    0.458756] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.465686] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.472084] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.479013] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.487804] k3-chipinfo 43000014.chipid: Family:AM62LX rev:SR1.0 JTAGID[0x0bba702f] Detected
[    0.500582] iommu: Default domain type: Translated
[    0.505509] iommu: DMA domain TLB invalidation policy: strict mode
[    0.512206] SCSI subsystem initialized
[    0.516567] usbcore: registered new interface driver usbfs
[    0.522210] usbcore: registered new interface driver hub
[    0.527682] usbcore: registered new device driver usb
[    0.533339] pps_core: LinuxPPS API ver. 1 registered
[    0.538419] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.547754] PTP clock support registered
[    0.551791] EDAC MC: Ver: 3.0.0
[    0.555452] scmi_core: SCMI protocol bus registered
[    0.560874] FPGA manager framework
[    0.564459] Advanced Linux Sound Architecture Driver Initialized.
[    0.571696] vgaarb: loaded
[    0.574977] clocksource: Switched to clocksource arch_sys_counter
[    0.581567] VFS: Disk quotas dquot_6.6.0
[    0.585629] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.599903] NET: Registered PF_INET protocol family
[    0.605182] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.614340] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    0.623169] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.631104] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.639294] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.647344] TCP: Hash tables configured (established 16384 bind 16384)
[    0.654234] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.661160] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.668672] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.675098] RPC: Registered named UNIX socket transport module.
[    0.681171] RPC: Registered udp transport module.
[    0.685976] RPC: Registered tcp transport module.
[    0.690778] RPC: Registered tcp-with-tls transport module.
[    0.696385] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.702982] PCI: CLS 0 bytes, default 64
[    0.708235] Initialise system trusted keyrings
[    0.713130] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[    0.720125] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.726521] NFS: Registering the id_resolver key type
[    0.731756] Key type id_resolver registered
[    0.736034] Key type id_legacy registered
[    0.740155] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.747002] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.807224] Key type asymmetric registered
[    0.811432] Asymmetric key parser 'x509' registered
[    0.816519] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.824079] io scheduler mq-deadline registered
[    0.828707] io scheduler kyber registered
[    0.832845] io scheduler bfq registered
[    0.850159] pinctrl-single 4084000.pinctrl: 8192 pins, size 32768
[    0.858490] ledtrig-cpu: registered to indicate activity on CPUs
[    0.866437] ti-udma-am62l 485c4000.dma-controller: Number of rings: 144
[    0.873393] ti-udma-am62l 485c4000.dma-controller: Channels: 144 (bchan: 16, tchan + rchan: 128)
[    0.889285] ti-udma-am62l 485c0000.dma-controller: Number of rings: 112
[    0.896227] ti-udma-am62l 485c0000.dma-controller: Channels: 97 (tchan + rchan: 97)
[    0.912514] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.928148] loop: module loaded
[    0.932510] megasas: 07.727.03.00-rc1
[    0.940244] tun: Universal TUN/TAP device driver, 1.6
[    0.946670] VFIO - User Level meta-driver version: 0.3
[    0.953025] usbcore: registered new interface driver usb-storage
[    0.959830] i2c_dev: i2c /dev entries driver
[    0.965257] sdhci: Secure Digital Host Controller Interface driver
[    0.971691] sdhci: Copyright(c) Pierre Ossman
[    0.976371] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.984781] arm-scmi arm-scmi.0.auto: Using scmi_smc_transport
[    0.990838] arm-scmi arm-scmi.0.auto: SCMI max-rx-timeout: 30ms
[    0.997126] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16
[    1.005184] arm-scmi arm-scmi.0.auto: SCMI Notifications - Core Enabled.
[    1.012103] arm-scmi arm-scmi.0.auto: SCMI Protocol v2.0 'Texas:Instruments' Firmware version 0x0
[    1.043858] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    1.052993] usbcore: registered new interface driver usbhid
[    1.058756] usbhid: USB HID core driver
[    1.063693] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
[    1.073887] optee: probing for conduit method.
[    1.078476] optee: api uid mismatch
[    1.082053] optee firmware:optee: probe with driver optee failed with error -22
[    1.091231] NET: Registered PF_PACKET protocol family
[    1.096530] Key type dns_resolver registered
[    1.108987] registered taskstats version 1
[    1.113350] Loading compiled-in X.509 certificates
[    1.164388] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[    1.171984] pca953x 1-0022: supply vcc not found, using dummy regulator
[    1.179051] pca953x 1-0022: using AI
[    1.198365] pca953x 1-0023: supply vcc not found, using dummy regulator
[    1.205314] pca953x 1-0023: using AI
[    1.211331] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[    1.220616] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[    1.230545] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
[    1.239754] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
[    1.250139] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[    1.257902] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/u0
[    1.270087] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[    1.277607] printk: legacy console [ttyS0] disabled
[    1.283027] 2800000.serial: ttyS0 at MMIO 0x2800000 (irq = 242, base_baud = 3000000) is a 8250
[    1.291922] printk: legacy console [ttyS0] enabled
[    1.291922] printk: legacy console [ttyS0] enabled
[    1.301631] printk: legacy bootconsole [ns16550a0] disabled
[    1.301631] printk: legacy bootconsole [ns16550a0] disabled
[    1.316920] 2810000.serial: ttyS1 at MMIO 0x2810000 (irq = 243, base_baud = 3000000) is a 8250
[    1.328877] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[    1.335895] Creating 7 MTD partitions on "fc40000.spi.0":
[    1.341294] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[    1.348252] 0x000000080000-0x000000280000 : "ospi.tispl"
[    1.355081] 0x000000280000-0x000000680000 : "ospi.u-boot"
[    1.361833] 0x000000680000-0x0000006c0000 : "ospi.env"
[    1.368315] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[    1.375548] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[    1.382364] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[    1.403161] spi-nand spi0.3: Winbond SPI NAND was found.
[    1.408501] spi-nand spi0.3: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
[    1.417100] 7 fixed-partitions partitions found on MTD device spi0.3
[    1.423486] Creating 7 MTD partitions on "spi0.3":
[    1.428284] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
[    1.435956] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
[    1.444364] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
[    1.453818] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
[    1.461032] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
[    1.468968] 0x000002000000-0x000007fe0000 : "ospi_nand.rootfs"
[    1.525694] 0x000007fe0000-0x000008000000 : "ospi_nand.phypattern"
[    1.582990] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
[    2.534932] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[    2.543074] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
[    2.551214] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00103, cpsw version 0x6BA80103 Po2
[    2.564444] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
[    2.570830] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[    2.577993] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
[    2.585965] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:250000000, add_val:3 pps:0
[    2.605960] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 96
[    2.615846] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/u0
[    2.627754] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3r
[    2.644605] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    2.650310] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[    2.658135] xhci-hcd xhci-hcd.1.auto: USB3 root hub has no ports
[    2.667004] xhci-hcd xhci-hcd.1.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
[    2.676457] xhci-hcd xhci-hcd.1.auto: irq 257, io mem 0x31100000
[    2.683677] hub 1-0:1.0: USB hub found
[    2.687486] hub 1-0:1.0: 1 port detected
[    2.693568] mmc0: CQHCI version 5.10
[    2.693568] mmc1: CQHCI version 5.10
[    2.698633] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    2.743542] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[    2.743568] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[    2.823100] random: crng init done
[    2.879136] mmc0: Command Queue Engine enabled
[    2.883636] mmc0: new high speed MMC card at address 0001
[    2.894068] mmcblk0: mmc0:0001 0IM20E 29.6 GiB
[    2.895026] mmc1: new high speed SDHC card at address 0001
[    2.919050]  mmcblk0: p1 p2
[    2.919493] mmcblk1: mmc1:0001 SD32G 29.1 GiB
[    2.922522] mmcblk0boot0: mmc0:0001 0IM20E 31.5 MiB
[    2.932392] mmcblk0boot1: mmc0:0001 0IM20E 31.5 MiB
[    2.938478] mmcblk0rpmb: mmc0:0001 0IM20E 4.00 MiB, chardev (239:0)
[    2.963098]  mmcblk1: p1 p2
[    4.338994] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[    4.348326] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[    6.536926] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
[    6.546267] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
[    8.729316] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[    8.754972] Sending DHCP requests ., OK
[   10.854863] IP-Config: Got DHCP answer from 192.168.100.1, my address is 192.168.100.124
[   10.862997] IP-Config: Complete:
[   10.866216]      device=eth0, hwaddr=44:6b:1f:35:2d:a6, ipaddr=192.168.100.124, mask=255.255.255.0, gw=192.168.100.1
[   10.876728]      host=192.168.100.124, domain=, nis-domain=(none)
[   10.882812]      bootserver=0.0.0.0, rootserver=192.168.100.6, rootpath=
[   10.882818]      nameserver0=192.168.100.1
[   11.349172] clk: Disabling unused clocks
[   11.357026] PM: genpd: Disabling unused power domains
[   11.362229] ALSA device list:
[   11.365298]   No soundcards found.
[   11.520818] VFS: Mounted root (nfs filesystem) on device 0:22.
[   11.528630] devtmpfs: mounted
[   11.532986] Freeing unused kernel memory: 2624K
[   11.537632] Run /sbin/init as init process
[   15.953824] systemd[1]: System time before build time, advancing clock.
[   17.516454] NET: Registered PF_INET6 protocol family
[   17.526719] Segment Routing with IPv6
[   17.530460] In-situ OAM (IOAM) with IPv6
[   18.016582] systemd[1]: systemd 255.17^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GC)
[   18.051080] systemd[1]: Detected architecture arm64.

Welcome to Arago 2025.01!

[   18.292115] systemd[1]: Hostname set to <am62lxx-evm>.
[   20.875638] systemd[1]: Configuration file /usr/lib/systemd/system/ti-lvgl-demo.service is marked executable. Please re.
[   21.359756] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatic.
[   21.761757] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatica.
[   22.135855] systemd[1]: Queued start job for default target Graphical Interface.
[   22.225960] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[   22.245804] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[   22.265829] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[   22.285261] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[   22.303662] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[   22.323609] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[   22.343381] systemd[1]: Expecting device /dev/ttyS0...
         Expecting device /dev/ttyS0...
[   22.355443] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[   22.367305] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[   22.383296] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[   22.399319] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[   22.462828] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[   22.487370] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[   22.519567] systemd[1]: Listening on Process Core Dump Socket.
[  OK  ] Listening on Process Core Dump Socket.
[   22.539804] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[   22.563496] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[   22.582876] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   22.600222] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   22.622652] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[   22.652550] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[   22.672111] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   22.694908] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[   22.783523] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[   22.819453] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[   22.863672] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[   22.884156] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/.
[   22.931500] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[   22.995958] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[   23.076555] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[   23.127977] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[   23.160515] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[   23.244262] systemd[1]: Starting Start psplash boot splash screen...
         Starting Start psplash boot splash screen...
[   23.361143] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[   23.381392] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPath.
[   23.432500] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   23.567871] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[   23.671855] systemd[1]: Starting Generate network units from Kernel command line...
         Starting Generate network units from Kernel command line...
[   23.880387] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[   24.079822] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[   24.110652] fuse: init (API version 7.41)
[   24.113753] systemd[1]: Mounted Huge Pages File System.
[  OK  ] Mounted Huge Pages File System.
[   24.132423] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[   24.152276] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[   24.176768] systemd[1]: Mounted Temporary Directory /tmp.
[  OK  ] Mounted Temporary Directory /tmp.
[   24.197311] systemd[1]: Finished Create List of Static Device Nodes.
[  OK  ] Finished Create List of Static Device Nodes.
[   24.216866] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   24.225448] systemd[1]: Finished Load Kernel Module configfs.
[  OK  ] Finished Load Kernel Module configfs.
[   24.245722] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   24.254179] systemd[1]: Finished Load Kernel Module fuse.
[  OK  ] Finished Load Kernel Module fuse.
[   24.272468] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
[   24.283245] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
[   24.292395] systemd[1]: Failed to start Start psplash boot splash screen.
[FAILED] Failed to start Start psplash boot splash screen.
See 'systemctl status psplash-start.service' for details.
[   24.323224] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
[DEPEND] Dependency failed for Start psplas…temd progress communication helper.
[   24.343272] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
[   24.523539] systemd[1]: Mounting FUSE Control File System...
         Mounting FUSE Control File System...
[   24.623905] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[   24.751879] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
         Starting Create Static Device Nodes in /dev gracefully...
[   25.352806] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   25.360900] systemd[1]: Finished Load Kernel Module drm.
[  OK  ] Finished Load Kernel Module drm.
[   25.534285] systemd-journald[111]: Collecting audit messages is enabled.
[   25.629058] systemd[1]: Mounted FUSE Control File System.
[  OK  ] Mounted FUSE Control File System.
[   25.654383] systemd[1]: Mounted Kernel Configuration File System.
[  OK  ] Mounted Kernel Configuration File System.
[   25.676201] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[   25.689986] systemd[1]: Finished Generate network units from Kernel command line.
[  OK  ] Finished Generate network units from Kernel command line.
[   25.753113] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Finished Remount Root and Kernel File Systems.
[  OK  ] Finished Load Kernel Modules.
         Starting Flush Journal to Persistent Storage...
         Starting Apply Kernel Variables...
[   26.334940] systemd-journald[111]: Received client request to flush runtime journal.
[  OK  ] Finished Flush Journal to Persistent Storage.
[  OK  ] Finished Create Static Device Nodes in /dev gracefully.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Finished Apply Kernel Variables.
[  OK  ] Finished Coldplug All udev Devices.
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Preparation for Local File Systems.
         Mounting /var/volatile...
[   26.898449] audit: type=1334 audit(1736360587.940:2): prog-id=6 op=LOAD
[   26.907557] audit: type=1334 audit(1736360587.948:3): prog-id=7 op=LOAD
         Starting Rule-based Manager for Device Events and Files...
[  OK  ] Mounted /var/volatile.
         Starting Load/Save OS Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Create System Files and Directories...
[  OK  ] Finished Load/Save OS Random Seed.
[   28.526756] audit: type=1334 audit(1736360589.568:4): prog-id=8 op=LOAD
[   28.535306] audit: type=1334 audit(1736360589.576:5): prog-id=9 op=LOAD
[   28.542099] audit: type=1334 audit(1736360589.576:6): prog-id=10 op=LOAD
         Starting User Database Manager...
[  OK  ] Finished Create System Files and Directories.
[   28.957908] audit: type=1334 audit(1736360590.000:7): prog-id=11 op=LOAD
         Starting Network Name Resolution...
[   28.997062] audit: type=1334 audit(1736360590.040:8): prog-id=12 op=LOAD
         Starting Network Time Synchronization...
         Starting Record System Boot/Shutdown in UTMP...
[  OK  ] Started User Database Manager.
[  OK  ] Started Rule-based Manager for Device Events and Files.
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Set.
[  OK  ] Started Network Name Resolution.
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily rotation of log files.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timer Units.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting Docker Socket for the API...
[  OK  ] Listening on dropbear.socket.
[  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
[   31.352960] audit: type=1334 audit(1749244047.259:9): prog-id=13 op=LOAD
         Starting D-Bus System Message Bus...
         Starting Reboot and dump vmcore via kexec...
[  OK  ] Listening on Docker Socket for the API.
[  OK  ] Reached target Socket Units.
[   31.563497] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
[   31.570180] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
[   31.590059] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
[   31.606754] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[   31.611391] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[   31.621878] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[   31.684133] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[  OK  ] Found device /dev/ttyS0.
[  OK  ] Finished Reboot and dump vmcore via kexec.
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Reached target Basic System.
[  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 Framework...
[  OK  ] Started irqbalance daemon.
         Starting Telephony service...
         Starting Expand the rootfs partiti…to full size of the boot device....
[  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
[   33.656472] audit: type=1334 audit(1749247211.104:10): prog-id=14 op=LOAD
[   33.669635] audit: type=1334 audit(1749247211.112:11): prog-id=15 op=LOAD
[   33.682899] audit: type=1334 audit(1749247211.112:12): prog-id=16 op=LOAD
         Starting User Login Management...
[   33.845293] pinctrl-single 4084000.pinctrl: pin PIN128 already requested by fa10000.mmc; cannot claim for 20110000.spi
[   33.856485] pinctrl-single 4084000.pinctrl: error -EINVAL: pin-128 (20110000.spi)
[   33.864226] pinctrl-single 4084000.pinctrl: error -EINVAL: could not request pin 128 (PIN128) from group spi1-default-pe
[   33.878007] omap2_mcspi 20110000.spi: Error applying setting, reverse things back
         Starting Telnet Server...
[   34.025103] clk: failed to reparent 0_ADC0 to 2_ADC0: -22
[   34.052969] at24 0-0051: supply vcc not found, using dummy regulator
[   34.115572] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
[   34.256102] CAN device driver interface
[   35.019672] m_can_platform 20701000.can: m_can device registered (irq=261, version=32)
[   35.030154] m_can_platform 20721000.can: m_can device registered (irq=262, version=32)
[  OK  ] Reached target Hardware activated USB gadget.
[  OK  ] Finished IPv4 Packet Filtering Framework.
[  OK  ] Finished IPv6 Packet Filtering Framework.
[  OK  ] Reached target Preparation for Network.
[   36.050924] audit: type=1334 audit(1749247213.496:13): prog-id=17 op=LOAD
         Starting Network Configuration...
[  OK  ] Finished Telnet Server.
[   36.310328] tps6598x 2-003f: Unable to find the interrupt, switching to polling
[  OK  ] Finished Expand the rootfs partition to full size of the boot device..
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started Telephony service.
[   37.364525] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
[  OK  ] Started User Login Management.
[   37.470855] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
[   37.568666] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
[   37.942901] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
[   38.046922] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[   38.086830] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[   38.109519] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[   38.290784] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[   38.916454] sii902x 1-003b: supply iovcc not found, using dummy regulator
[   38.924769] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
[   38.937797] i2c i2c-1: Added multiplexed i2c bus 3
[   38.951430] [drm] Initialized tidss 1.0.0 for 30200000.dss on minor 0
[   38.961052] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
[   38.969191] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
[   38.990727] m_can_platform 20701000.can main_mcan0: renamed from can0
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[   40.244430] Bluetooth: Core ver 2.22
[   40.251195] NET: Registered PF_BLUETOOTH protocol family
[   40.258910] Bluetooth: HCI device and connection manager initialized
[   40.266815] Bluetooth: HCI socket layer initialized
[   40.274036] Bluetooth: L2CAP socket layer initialized
[   40.280499] Bluetooth: SCO socket layer initialized
         Starting Virtual Console Setup...
[   42.344365] cfg80211: Loading compiled-in X.509 certificates for regulatory database
         Starting Save/Restore Sound Card State...
[   43.023644] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   43.031590] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[  OK  ] Finished Save/Restore Sound Card State.
[  OK  ] Created slice Slice /system/systemd-fsck.
         Expecting device /dev/mmcblk0p1...
         Expecting device /dev/mmcblk1p1...
         Expecting device /dev/mmcblk1p2...
[  OK  ] Reached target Sound Card.
[  OK  ] Started Network Configuration.
[  OK  ] Reached target Network.
         Starting Enable and configure wl18xx bluetooth stack...
         Starting containerd container runtime...
         Starting LLDP daemon...
         Starting Mosquitto MQTT Broker...
[  OK  ] Started Netperf Benchmark Server.
         Starting Simple Network Management Protocol (SNMP) Daemon....
         Starting Permit User Sessions...
[  OK  ] Finished Enable and configure wl18xx bluetooth stack.
[   45.806250] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
[   45.815819] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
[  OK  ] Finished Permit User Sessions.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Reached target Login Prompts.
         Starting Synchronize System and HW clocks...
[  OK  ] Started LLDP daemon.
[  OK  ] Found device /dev/mmcblk0p1.
         Starting File System Check on /dev/mmcblk0p1...
[  OK  ] Found device /dev/mmcblk1p1.
[  OK  ] Found device /dev/mmcblk1p2.
         Starting File System Check on /dev/mmcblk1p1...
         Starting File System Check on /dev/mmcblk1p2...
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[   58.117441] EXT4-fs (mmcblk1p2): mounted filesystem bd34faeb-624f-4d71-a4bf-7110347be317 r/w with ordered data mode. Qu.

 _____                    _____           _         _   
|  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
|     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
|__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
              |___|                    |___|            

Arago Project am62lxx-evm ttyS0

Arago 2025.01 am62lxx-evm ttyS0

am62lxx-evm login: root
[   83.772235] audit: type=1006 audit(1749247261.220:14): pid=774 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=42941
[   83.784873] audit: type=1300 audit(1749247261.220:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffddd2b848)
[   83.811648] audit: type=1327 audit(1749247261.220:14): proctitle="(systemd)"
[   84.028168] audit: type=1334 audit(1749247261.476:15): prog-id=18 op=LOAD
[   84.036616] audit: type=1300 audit(1749247261.476:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd02e2ac)
[   84.062754] audit: type=1327 audit(1749247261.476:15): proctitle="(systemd)"
[   84.069934] audit: type=1334 audit(1749247261.476:16): prog-id=18 op=UNLOAD
[   84.077737] audit: type=1300 audit(1749247261.476:16): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ff)
[   84.103602] audit: type=1327 audit(1749247261.476:16): proctitle="(systemd)"
[   84.111457] audit: type=1334 audit(1749247261.476:17): prog-id=19 op=LOAD
root@am62lxx-evm:~# ls /dev***************************************************************
***************************************************************
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-dev
        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
        libgmp-dev
        libgmp10
        libgmpxx4
        libgnutls-dev
        libgnutls-openssl27
        libidn2-0
        libidn2-dev
        libmpc3
        libmpfr6
        libopcodes
        libreadline-dev
        libreadline8
        libstdc++-dev
        libstdc++6
        libtasn1-dev
        libunistring-dev
        libunistring5
        m4
        make
        nettle-dev
        nettle
        parted
        piglit
        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

output to # ls -al /lib/modules/$(uname -r)/kernel/drivers/spi

root@am62lxx-evm:~# ls -al /lib/modules/$(uname -r)/kernel/drivers/spi
total 300
drwxr-xr-x  2 root root   4096 Jun  6 21:57 .
drwxr-xr-x 60 root root   4096 Jun  6 21:57 ..
-rw-r--r--  1 root root 166624 Jun  6 21:57 spi-omap2-mcspi.ko
-rw-r--r--  1 root root 130904 Jun  6 21:57 spidev.ko

output to # ls -al /proc/device-tree/bus@f0000/spi@20110000

root@am62lxx-evm:~# ls -al /proc/device-tree/bus@f0000/spi@20110000                                                        
total 0
-r--r--r--  1 root root  4 Jun  6 22:14 '#address-cells'
-r--r--r--  1 root root  4 Jun  6 22:14 '#size-cells'
drwxr-xr-x  3 root root  0 Jun  6 22:14  .
drwxr-xr-x 59 root root  0 Jun  6 22:14  ..
-r--r--r--  1 root root  8 Jun  6 22:14  clocks
-r--r--r--  1 root root 30 Jun  6 22:14  compatible
-r--r--r--  1 root root 12 Jun  6 22:14  interrupts
-r--r--r--  1 root root  4 Jun  6 22:14  name
-r--r--r--  1 root root  4 Jun  6 22:14  phandle
-r--r--r--  1 root root  4 Jun  6 22:14  pinctrl-0
-r--r--r--  1 root root  8 Jun  6 22:14  pinctrl-names
-r--r--r--  1 root root  8 Jun  6 22:14  power-domains
-r--r--r--  1 root root 16 Jun  6 22:14  reg
drwxr-xr-x  2 root root  0 Jun  6 22:14  spidev@1
-r--r--r--  1 root root  5 Jun  6 22:14  status

 

ls /dev/

autofs           i2c-2         mmcblk0p2    mtd3ro      mtdblock5  ptypb     tty16  tty36  tty56  ttyp6     vcsa3
block            i2c-3         mmcblk0rpmb  mtd4        mtdblock6  ptypc     tty17  tty37  tty57  ttyp7     vcsa4
btrfs-control    iio:device0   mmcblk1      mtd4ro      mtdblock7  ptypd     tty18  tty38  tty58  ttyp8     vcsa5
bus              initctl       mmcblk1p1    mtd5        mtdblock8  ptype     tty19  tty39  tty59  ttyp9     vcsa6
char             input         mmcblk1p2    mtd5ro      mtdblock9  ptypf     tty2   tty4   tty6   ttypa     vcsu
console          kmsg          mqueue       mtd6        net        random    tty20  tty40  tty60  ttypb     vcsu1
cpu_dma_latency  log           mtd          mtd6ro      null       rfkill    tty21  tty41  tty61  ttypc     vcsu2
cuse             loop-control  mtd0         mtd7        port       shm       tty22  tty42  tty62  ttypd     vcsu3
disk             loop0         mtd0ro       mtd7ro      ptmx       snapshot  tty23  tty43  tty63  ttype     vcsu4
dma_heap         loop1         mtd1         mtd8        ptp0       snd       tty24  tty44  tty7   ttypf     vcsu5
dri              loop2         mtd10        mtd8ro      pts        stderr    tty25  tty45  tty8   ubi_ctrl  vcsu6
fd               loop3         mtd10ro      mtd9        ptyp0      stdin     tty26  tty46  tty9   urandom   vfio
full             loop4         mtd11        mtd9ro      ptyp1      stdout    tty27  tty47  ttyS0  vcs       vga_arbiter
fuse             loop5         mtd11ro      mtdblock0   ptyp2      tty       tty28  tty48  ttyS1  vcs1      watchdog
gpiochip0        loop6         mtd12        mtdblock1   ptyp3      tty0      tty29  tty49  ttyS2  vcs2      watchdog0
gpiochip1        loop7         mtd12ro      mtdblock10  ptyp4      tty1      tty3   tty5   ttyS3  vcs3      watchdog1
gpiochip2        mapper        mtd13        mtdblock11  ptyp5      tty10     tty30  tty50  ttyp0  vcs4      zero
gpiochip3        mem           mtd13ro      mtdblock12  ptyp6      tty11     tty31  tty51  ttyp1  vcs5
hugepages        mmcblk0       mtd1ro       mtdblock13  ptyp7      tty12     tty32  tty52  ttyp2  vcs6
hwrng            mmcblk0boot0  mtd2         mtdblock2   ptyp8      tty13     tty33  tty53  ttyp3  vcsa
i2c-0            mmcblk0boot1  mtd2ro       mtdblock3   ptyp9      tty14     tty34  tty54  ttyp4  vcsa1
i2c-1            mmcblk0p1     mtd3         mtdblock4   ptypa      tty15     tty35  tty55  ttyp5  vcsa2

 

Thanks in advance