1. Overview[edit | edit source]
This step explains how to connect your host Linux® terminal to your host computer through the ST-LINK/V3EC.
It then describes how to execute basic commands with the Linux command line interface in order to order to get familiar with the Linux console.
2. Serial terminal[edit | edit source]
The serial terminal allows communicating with the board through an UART serial interface.
- Install minicom
sudo apt-get install minicom
- Get the ttyACM device instance that needs to be used to access the ST-LINK/V3EC
ls /dev/ttyACM*
/dev/ttyACM0 /dev/ttyACM1
- Connect the minicom to the /dev/ttyACM0 device
minicom -D /dev/ttyACM0
Welcome to minicom 2.8
OPTIONS: I18n
Port /dev/ttyACM0, 15:56:03
Press CTRL-A Z for help on special keys
- Press the reset button to reset the board. The boot log should be displayed on the minicom window:
CPU: STM32MP257FAI Rev.? NOTICE: Model: STMicroelectronics STM32MP257F-EV1 CA35TDCID OSTL M33 EXAMPLES Evaluation Board NOTICE: Reset reason: Pin reset from NRST (0x2034) INFO: PMIC2 version = 0x11 INFO: PMIC2 product ID = 0x20 INFO: FCONF: Reading TB_FW firmware configuration file from: 0xe011000 INFO: FCONF: Reading firmware configuration information for: stm32mp_fuse INFO: FCONF: Reading firmware configuration information for: stm32mp_io INFO: Using SDMMC INFO: Instance 1 INFO: Boot used partition fsbl1 NOTICE: BL2: v2.10-stm32mp2-r2.0(debug):lts-v2.10.13-dirty(b1f57509) NOTICE: BL2: Built : 17:10:59, Feb 14 2025 INFO: BL2: Loading image id 26 INFO: Loading image id=26 at address 0xe041000 INFO: Image id=26 loaded: 0xe041000 - 0xe048524 INFO: BL2: Doing platform setup INFO: RAM: DDR4 2x16Gbits 2x16bits 1200MHz INFO: Memory size = 0x100000000 (4096 MB) INFO: BL2: Loading image id 1 INFO: Loading image id=1 at address 0xe000000 INFO: Image id=1 loaded: 0xe000000 - 0xe000326 INFO: FCONF: Reading FW_CONFIG firmware configuration file from: 0xe000000 INFO: FCONF: Reading firmware configuration information for: risaf_config INFO: RISAF2: No configuration in DT, use default INFO: FCONF: Reading firmware configuration information for: dyn_cfg INFO: BL31 max size = 0x17000 (94208B) INFO: BL2: Loading image id 3 INFO: Loading image id=3 at address 0xe000000 INFO: Image id=3 loaded: 0xe000000 - 0xe0144c5 INFO: BL2: Loading image id 19 INFO: Loading image id=19 at address 0x81fc0000 INFO: Image id=19 loaded: 0x81fc0000 - 0x81fc39c7 INFO: BL2: Loading image id 4 INFO: Loading image id=4 at address 0x82000000 INFO: Image id=4 loaded: 0x82000000 - 0x8200001c INFO: OPTEE ep=0x82000000 INFO: OPTEE header info: INFO: magic=0x4554504f INFO: version=0x2 INFO: arch=0x1 INFO: flags=0x0 INFO: nb_images=0x1 INFO: BL2: Loading image id 8 INFO: Loading image id=8 at address 0x82000000 INFO: Image id=8 loaded: 0x82000000 - 0x820fd798 INFO: BL2: Loading image id 2 INFO: Loading image id=2 at address 0x84400000 INFO: Image id=2 loaded: 0x84400000 - 0x8441c538 INFO: BL2: Loading image id 5 INFO: Loading image id=5 at address 0x84000000 INFO: Image id=5 loaded: 0x84000000 - 0x841c5008 NOTICE: BL2: Booting BL31 INFO: Entry point address = 0xe000000 INFO: SPSR = 0x3cd INFO: ARM GICv2 driver initialized NOTICE: BL31: v2.10-stm32mp2-r2.0(debug):lts-v2.10.13-dirty(b1f57509) NOTICE: BL31: Built : 17:10:59, Feb 14 2025 INFO: BL31: Initializing runtime services INFO: BL31: Initializing BL32 I/TC: Early console on UART#2 I/TC: I/TC: Embedded DTB found I/TC: OP-TEE version: 4.0.0-dev (gcc version 13.3.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 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: WARNING: All debug access are allowed I/TC: Override the OTP 124: 0 to 0x18db6 I/TC: WARNING: Embeds insecure stm32mp_provisioning driver I/TC: PMIC STPMIC REFID:2.@ V1.1 I/TC: Platform stm32mp2: flavor PLATFORM_FLAVOR - DT stm32mp257f-ev1-ca35tdcid-ostl-m33-examples.dts I/TC: OP-TEE ST profile: secure_and_system_services [ 0.000000] SCP-firmware 2.13.0-intree-optee-os-4.0.0-dev [ 0.000000] [ 0.000000] [FWK] Module initialization complete! I/TC: Primary CPU switching to normal world boot INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x84000000 INFO: SPSR = 0x3c9 I/TC: Reserved shared memory is disabled I/TC: Dynamic shared memory is enabled I/TC: Normal World virtualization support is disabled I/TC: Asynchronous notifications are enabled U-Boot 2023.10-stm32mp-r2 (Oct 02 2023 - 14:39:59 +0000) CPU: STM32MP257FAI Rev.? Model: STMicroelectronics STM32MP257F-EV1 CA35TDCID OSTL M33 EXAMPLES Evaluation Board Board: stm32mp2 (st,stm32mp257f-ev1-ca35tdcid-ostl-m33-examples) DRAM: 4 GiB optee optee: OP-TEE: revision 4.0 (2a5b1d12) I/TC: Reserved shared memory is disabled I/TC: Dynamic shared memory is enabled I/TC: Normal World virtualization support is disabled I/TC: Asynchronous notifications are enabled Core: 352 devices, 41 uclasses, devicetree: board WDT: Started watchdog with servicing every 1000ms (32s timeout) NAND: 0 MiB MMC: STM32 SD/MMC: 0, STM32 SD/MMC: 1 Loading Environment from MMC... OK In: serial Out: serial Err: serial Net: eth0: eth2@482d0000 No EFI system partition No EFI system partition Failed to persist EFI variables Hit any key to stop autoboot: 0 Boot over mmc0! switch to partitions #0, OK mmc0 is current device Scanning mmc 0:8... Found /mmc0_extlinux/extlinux.conf Retrieving file: /mmc0_extlinux/extlinux.conf Retrieving file: /splash_landscape.bmp 1: OpenSTLinux Enter choice: 1: OpenSTLinux Retrieving file: /Image.gz Retrieving file: /st-image-resize-initrd append: root=PARTUUID=e91c4e10-16e6-4c0e-bd0e-77becf4a3582 rootwait rw earlycon console=ttySTM0,115200 Retrieving file: /stm32mp257f-ev1-ca35tdcid-ostl-m33-examples.dtb Uncompressing Kernel Image ## Flattened Device Tree blob at 90000000 Booting using the fdt blob at 0x90000000 Working FDT set to 90000000 Loading Ramdisk to 8f800000, end 8ffff75c ... OK Loading Device Tree to 000000008f7e1000, end 000000008f7fff84 ... OK Working FDT set to 8f7e1000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd040] [ 0.000000] Linux version 6.6.78 (oe-user@oe-host) (aarch64-ostl-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Mon Feb 17 08:40:43 UTC 2025 [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: STMicroelectronics STM32MP257F-EV1 CA35TDCID OSTL M33 EXAMPLES Evaluation Board [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f2200000, size 128 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000f2200000..0x00000000fa1fffff (131072 KiB) map reusable linux,cma [ 0.000000] OF: reserved mem: 0x000000000a000000..0x000000000a01ffff (128 KiB) nomap non-reusable tfa-bl31@a000000 [ 0.000000] OF: reserved mem: 0x000000000a020000..0x000000000a02f0ef (60 KiB) nomap non-reusable hpdma1-lli@a020000 [ 0.000000] OF: reserved mem: 0x000000000a02f0f0..0x000000000a03e1df (60 KiB) nomap non-reusable hpdma2-lli@a02f0f0 [ 0.000000] OF: reserved mem: 0x000000000a03e1e0..0x000000000a03ffff (7 KiB) nomap non-reusable hpdma3-lli@a03e1e0 [ 0.000000] OF: reserved mem: 0x000000000a040000..0x000000000a040fff (4 KiB) nomap non-reusable bsec-mirror@a040000 [ 0.000000] OF: reserved mem: 0x000000000a041000..0x000000000a041fff (4 KiB) nomap non-reusable scmi-cid2-s@a041000 [ 0.000000] OF: reserved mem: 0x000000000a042000..0x000000000a042fff (4 KiB) nomap non-reusable scmi-cid2-ns@a042000 [ 0.000000] OF: reserved mem: 0x000000000a043000..0x000000000a05ffff (116 KiB) nomap non-reusable cm33-sram1@a043000 [ 0.000000] OF: reserved mem: 0x000000000a060000..0x000000000a07ffff (128 KiB) nomap non-reusable cm33-sram2@a060000 [ 0.000000] OF: reserved mem: 0x000000000a080000..0x000000000a09efff (124 KiB) nomap non-reusable cm33-retram@a080000 [ 0.000000] OF: reserved mem: 0x000000000a09f000..0x000000000a09ffff (4 KiB) nomap non-reusable ddr-param@a09f000 [ 0.000000] OF: reserved mem: 0x0000000042000000..0x0000000042000fff (4 KiB) nomap non-reusable bl31-lowpower@42000000 [ 0.000000] OF: reserved mem: 0x0000000042001000..0x0000000042001fff (4 KiB) nomap non-reusable tfm-its@42001000 [ 0.000000] OF: reserved mem: 0x0000000060000000..0x000000006fffffff (262144 KiB) nomap non-reusable mm-ospi@60000000 [ 0.000000] OF: reserved mem: 0x0000000080000000..0x00000000800fffff (1024 KiB) nomap non-reusable tfm-code@80000000 [ 0.000000] OF: reserved mem: 0x0000000080100000..0x00000000808fffff (8192 KiB) nomap non-reusable cm33-cube-fw@80100000 [ 0.000000] OF: reserved mem: 0x0000000080900000..0x00000000809fffff (1024 KiB) nomap non-reusable tfm-data@80900000 [ 0.000000] OF: reserved mem: 0x0000000080a00000..0x00000000811fffff (8192 KiB) nomap non-reusable cm33-cube-data@80a00000 [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000081200000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node ipc-shmem-1@81200000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000081200000..0x00000000812f7fff (992 KiB) nomap non-reusable ipc-shmem-1@81200000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000812f8000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node vdev0vring0@812f8000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000812f8000..0x00000000812f8fff (4 KiB) nomap non-reusable vdev0vring0@812f8000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000812f9000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node vdev0vring1@812f9000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000812f9000..0x00000000812f9fff (4 KiB) nomap non-reusable vdev0vring1@812f9000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000812fa000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node vdev0buffer@812fa000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000812fa000..0x00000000812fffff (24 KiB) nomap non-reusable vdev0buffer@812fa000 [ 0.000000] OF: reserved mem: 0x0000000081300000..0x00000000816fffff (4096 KiB) nomap non-reusable ltdc-m33-layer@81300000 [ 0.000000] OF: reserved mem: 0x0000000081700000..0x0000000081fbffff (8960 KiB) nomap non-reusable spare1@81700000 [ 0.000000] OF: reserved mem: 0x0000000081fc0000..0x0000000081ffffff (256 KiB) nomap non-reusable bl31-context@81fc0000 [ 0.000000] OF: reserved mem: 0x0000000082000000..0x0000000083ffffff (32768 KiB) nomap non-reusable op-tee@82000000 [ 0.000000] OF: reserved mem: 0x00000000fa200000..0x00000000fa7effff (6080 KiB) nomap non-reusable framebuffer@fa200000 [ 0.000000] OF: reserved mem: 0x00000000fa800000..0x00000000fe7fffff (65536 KiB) nomap non-reusable gpu-reserved@fa800000 [ 0.000000] OF: reserved mem: 0x00000000fe800000..0x00000000feffffff (8192 KiB) nomap non-reusable ltdc-sec-layer@fe800000 [ 0.000000] OF: reserved mem: 0x00000000ff000000..0x00000000ffffffff (16384 KiB) nomap non-reusable ltdc-sec-rotation@ff000000 [ 0.000000] earlycon: stm32 at MMIO 0x00000000400e0000 (options '115200n8') [ 0.000000] printk: bootconsole [stm32] enabled [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x000000017fffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x17f7ac9c0-0x17f7aefff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x000000017fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x0000000083ffffff] [ 0.000000] node 0: [mem 0x0000000084000000-0x00000000fa1fffff] [ 0.000000] node 0: [mem 0x00000000fa200000-0x00000000fa7effff] [ 0.000000] node 0: [mem 0x00000000fa7f0000-0x00000000fa7fffff] [ 0.000000] node 0: [mem 0x00000000fa800000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x000000017fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000017fffffff] [ 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] psci: OSI mode supported. [ 0.000000] percpu: Embedded 22 pages/cpu s50408 r8192 d31512 u90112 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: root=PARTUUID=e91c4e10-16e6-4c0e-bd0e-77becf4a3582 rootwait rw earlycon console=ttySTM0,115200 [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Fallback order for Node 0: 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192 [ 0.000000] Policy zone: Normal [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 2. [ 0.000000] software IO TLB: mapped [mem 0x00000000ee200000-0x00000000f2200000] (64MB) [ 0.000000] Memory: 3718668K/4194304K available (15488K kernel code, 1708K rwdata, 6084K rodata, 3840K init, 549K bss, 344564K reserved, 131072K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GIC: enabling workaround for 4kB GICC access disabled [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] GICv2m: range[mem 0x48090000-0x48090fff], SPI[362:392] [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 40.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x939a85c40, max_idle_ns: 440795202120 ns [ 0.000000] sched_clock: 56 bits at 40MHz, resolution 25ns, wraps every 4398046511100ns [ 0.009098] Console: colour dummy device 80x25 [ 0.012579] Calibrating delay loop (skipped), value calculated using timer frequency.. 80.00 BogoMIPS (lpj=160000) [ 0.022915] pid_max: default: 32768 minimum: 301 [ 0.027624] LSM: initializing lsm=capability,integrity [ 0.032817] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.040159] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.048977] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.055048] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2. [ 0.062965] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2. [ 0.072363] rcu: Hierarchical SRCU implementation. [ 0.076960] rcu: Max phase no-delay instances is 1000. [ 0.084467] EFI services will not be available. [ 0.087101] smp: Bringing up secondary CPUs ... I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot [ 0.104792] Detected VIPT I-cache on CPU1 [ 0.104887] CPU1: Booted secondary processor 0x0000000001 [0x411fd040] [ 0.105003] smp: Brought up 1 node, 2 CPUs [ 0.114037] SMP: Total of 2 processors activated. [ 0.118750] CPU features: detected: 32-bit EL0 Support [ 0.123922] CPU features: detected: 32-bit EL1 Support [ 0.129065] CPU features: detected: CRC32 instructions [ 0.134284] CPU: All CPU(s) started at EL2 [ 0.138350] alternatives: applying system-wide alternatives [ 0.146347] devtmpfs: initialized [ 0.169158] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.173332] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.183959] pinctrl core: initialized pinctrl subsystem [ 0.186417] DMI not present or invalid. [ 0.190008] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.196062] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.202422] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.210257] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.218567] thermal_sys: Registered thermal governor 'step_wise' [ 0.218575] thermal_sys: Registered thermal governor 'power_allocator' [ 0.224057] cpuidle: using governor menu [ 0.234702] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.241378] ASID allocator initialised with 65536 entries [ 0.246976] Serial: AMBA PL011 UART driver [ 0.264809] /soc@0/bus@42080000/i2c@40130000/camera@1a: Fixed dependency cycle(s) with /soc@0/bus@42080000/csi@48020000 [ 0.270127] /soc@0/bus@42080000/display-controller@48010000: Fixed dependency cycle(s) with /soc@0/bus@42080000/lvds@48060000 [ 0.281419] /soc@0/bus@42080000/csi@48020000: Fixed dependency cycle(s) with /soc@0/bus@42080000/dcmipp@48030000 [ 0.291631] /soc@0/bus@42080000/csi@48020000: Fixed dependency cycle(s) with /soc@0/bus@42080000/i2c@40130000/camera@1a [ 0.302491] /soc@0/bus@42080000/dcmipp@48030000: Fixed dependency cycle(s) with /soc@0/bus@42080000/csi@48020000 [ 0.312994] /soc@0/bus@42080000/lvds@48060000: Fixed dependency cycle(s) with /soc@0/bus@42080000/display-controller@48010000 [ 0.325273] /soc@0/bus@42080000/i2c@40130000/camera@1a: Fixed dependency cycle(s) with /soc@0/bus@42080000/csi@48020000 [ 0.334993] /soc@0/bus@42080000/display-controller@48010000: Fixed dependency cycle(s) with /soc@0/bus@42080000/lvds@48060000 [ 0.346306] /soc@0/bus@42080000/csi@48020000: Fixed dependency cycle(s) with /soc@0/bus@42080000/dcmipp@48030000 [ 0.356528] /soc@0/bus@42080000/csi@48020000: Fixed dependency cycle(s) with /soc@0/bus@42080000/i2c@40130000/camera@1a [ 0.367404] /soc@0/bus@42080000/dcmipp@48030000: Fixed dependency cycle(s) with /soc@0/bus@42080000/csi@48020000 [ 0.377909] /soc@0/bus@42080000/lvds@48060000: Fixed dependency cycle(s) with /soc@0/bus@42080000/display-controller@48010000 [ 0.389636] /soc@0/bus@42080000/i2c@40130000/camera@1a: Fixed dependency cycle(s) with /soc@0/bus@42080000/csi@48020000 [ 0.400421] /soc@0/bus@42080000/display-controller@48010000: Fixed dependency cycle(s) with /soc@0/bus@42080000/lvds@48060000 [ 0.411379] /soc@0/bus@42080000/i2c@40130000/camera@1a: Fixed dependency cycle(s) with /soc@0/bus@42080000/csi@48020000 [ 0.422103] /soc@0/bus@42080000/csi@48020000: Fixed dependency cycle(s) with /soc@0/bus@42080000/dcmipp@48030000 [ 0.432273] /soc@0/bus@42080000/csi@48020000: Fixed dependency cycle(s) with /soc@0/bus@42080000/i2c@40130000/camera@1a [ 0.443310] /soc@0/bus@42080000/csi@48020000: Fixed dependency cycle(s) with /soc@0/bus@42080000/dcmipp@48030000 [ 0.453417] /soc@0/bus@42080000/dcmipp@48030000: Fixed dependency cycle(s) with /soc@0/bus@42080000/csi@48020000 [ 0.465897] /soc@0/bus@42080000/display-controller@48010000: Fixed dependency cycle(s) with /soc@0/bus@42080000/lvds@48060000 [ 0.474996] /soc@0/bus@42080000/lvds@48060000: Fixed dependency cycle(s) with /soc@0/bus@42080000/display-controller@48010000 [ 0.494894] /soc@0/bus@42080000/lvds@48060000: Fixed dependency cycle(s) with /panel-lvds [ 0.497553] /panel-lvds: Fixed dependency cycle(s) with /soc@0/bus@42080000/lvds@48060000 [ 0.506322] Modules: 25808 pages in range for non-PLT usage [ 0.506331] Modules: 517328 pages in range for PLT usage [ 0.512233] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.523441] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.529728] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.536542] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.542837] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.549654] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.555948] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.562766] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.570865] ACPI: Interpreter disabled. [ 0.573567] iommu: Default domain type: Translated [ 0.577723] iommu: DMA domain TLB invalidation policy: strict mode [ 0.584219] SCSI subsystem initialized [ 0.588076] usbcore: registered new interface driver usbfs [ 0.593230] usbcore: registered new interface driver hub [ 0.598556] usbcore: registered new device driver usb [ 0.603973] pps_core: LinuxPPS API ver. 1 registered [ 0.608575] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.617770] PTP clock support registered [ 0.621858] EDAC MC: Ver: 3.0.0 [ 0.625267] CPUidle PSCI: Initialized CPU PM domain topology using OSI mode [ 0.632428] scmi_core: SCMI protocol bus registered [ 0.637138] FPGA manager framework [ 0.640257] Advanced Linux Sound Architecture Driver Initialized. [ 0.647314] vgaarb: loaded [ 0.649314] clocksource: Switched to clocksource arch_sys_counter [ 0.655350] VFS: Disk quotas dquot_6.6.0 [ 0.659062] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.666144] pnp: PnP ACPI: disabled [ 0.678169] NET: Registered PF_INET protocol family [ 0.678438] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.689703] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.693490] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.701198] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.709400] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.717527] TCP: Hash tables configured (established 32768 bind 32768) [ 0.723286] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.729971] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.737351] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.743273] RPC: Registered named UNIX socket transport module. [ 0.748705] RPC: Registered udp transport module. [ 0.753419] RPC: Registered tcp transport module. [ 0.758145] RPC: Registered tcp-with-tls transport module. [ 0.763652] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.770146] PCI: CLS 0 bytes, default 64 [ 0.774336] kvm [1]: IPA Size Limit: 40 bits [ 0.774346] Unpacking initramfs... [ 0.781793] kvm [1]: vgic interrupt IRQ9 [ 0.785740] kvm [1]: Hyp mode initialized successfully [ 0.792397] Initialise system trusted keyrings [ 0.795650] workingset: timestamp_bits=42 max_order=20 bucket_order=0 [ 0.802264] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.808139] NFS: Registering the id_resolver key type [ 0.812817] Key type id_resolver registered [ 0.816936] Key type id_legacy registered [ 0.821001] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.827658] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.835185] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 0.841654] fuse: init (API version 7.39) [ 0.845485] 9p: Installing v9fs 9p2000 file system support [ 0.902145] NET: Registered PF_ALG protocol family [ 0.902196] Key type asymmetric registered [ 0.905485] Asymmetric key parser 'x509' registered [ 0.910425] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 0.917759] io scheduler mq-deadline registered [ 0.922297] io scheduler kyber registered [ 0.926391] io scheduler bfq registered [ 0.930705] /soc@0/interrupt-controller@44220000: bank0 [ 0.935461] /soc@0/interrupt-controller@44220000: bank1 [ 0.940662] /soc@0/interrupt-controller@44220000: bank2 [ 0.946292] /soc@0/interrupt-controller@46230000: bank0 [ 0.951251] /soc@0/interrupt-controller@46230000: bank1 [ 0.956406] /soc@0/interrupt-controller@46230000: bank2 [ 0.962250] Registering stm32-rifsc firewall controller [ 0.972700] EINJ: ACPI disabled. [ 0.980759] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.984363] STM32 USART driver initialized [ 0.992657] loop: module loaded [ 0.993759] megasas: 07.725.01.00-rc1 [ 0.999449] thunder_xcv, ver 1.0 [ 0.999525] thunder_bgx, ver 1.0 [ 1.000314] nicpf, ver 1.0 [ 1.003609] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 1.010278] hns3: Copyright (c) 2017 Huawei Corporation. [ 1.015698] hclge is initializing [ 1.018953] e1000: Intel(R) PRO/1000 Network Driver [ 1.023800] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 1.029635] e1000e: Intel(R) PRO/1000 Network Driver [ 1.034546] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.040562] igb: Intel(R) Gigabit Ethernet Network Driver [ 1.045912] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.051561] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 1.057790] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 1.064058] sky2: driver version 1.30 [ 1.068328] VFIO - User Level meta-driver version: 0.3 [ 1.074040] usbcore: registered new interface driver usb-storage [ 1.078877] usbcore: registered new device driver onboard-usb-hub [ 1.087196] i2c_dev: i2c /dev entries driver [ 1.091103] arm_smc_wdt watchdog: Watchdog registered (timeout=32 sec, nowayout=0) [ 1.098368] sdhci: Secure Digital Host Controller Interface driver [ 1.102864] sdhci: Copyright(c) Pierre Ossman [ 1.107826] Synopsys Designware Multimedia Card Interface Driver [ 1.113877] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.120244] ledtrig-cpu: registered to indicate activity on CPUs [ 1.126036] SMCCC: SOC_ID: ID = jep106:0020:0505 Revision = 0x00000000 [ 1.132230] usbcore: registered new interface driver usbhid [ 1.137078] usbhid: USB HID core driver [ 1.143093] hw perfevents: enabled with armv8_cortex_a35 PMU driver, 7 counters available [ 1.150787] cs_system_cfg: CoreSight Configuration manager initialised [ 1.157687] optee: probing for conduit method. I/TC: Reserved shared memory is disabled I/TC: Dynamic shared memory is enabled I/TC: Normal World virtualization support is disabled I/TC: Asynchronous notifications are enabled [ 1.160249] optee: revision 4.0 (2a5b1d12) [ 1.183320] optee: Asynchronous notifications enabled [ 1.186947] optee: dynamic shared memory is enabled [ 1.193041] random: crng init done [ 1.195674] optee: initialized driver [ 1.201159] NET: Registered PF_PACKET protocol family [ 1.204286] 9pnet: Installing 9P2000 support [ 1.208361] Key type dns_resolver registered [ 1.225779] registered taskstats version 1 [ 1.226075] Loading compiled-in X.509 certificates [ 1.246957] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16 [ 1.249123] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled. [ 1.252039] Freeing initrd memory: 8188K [ 1.255804] arm-scmi firmware:scmi: SCMI Protocol v2.0 'ST:ST' Firmware version 0x20d0000 [ 1.268911] cpu cpu0: EM: created perf domain [ 1.292804] scmi-regulator scmi_dev.6: Regulator vddio1 registered for domain [0] [ 1.294869] scmi-regulator scmi_dev.6: Regulator vddio2 registered for domain [1] [ 1.302352] scmi-regulator scmi_dev.6: Regulator vddio3 registered for domain [2] [ 1.309859] scmi-regulator scmi_dev.6: Regulator vddio4 registered for domain [3] [ 1.317399] scmi-regulator scmi_dev.6: Regulator reserved registered for domain [5] [ 1.325081] scmi-regulator scmi_dev.6: Regulator vdda18adc registered for domain [7] [ 1.332855] scmi-regulator scmi_dev.6: Regulator vddcore registered for domain [11] [ 1.340548] scmi-regulator scmi_dev.6: Regulator v1v8 registered for domain [14] [ 1.348001] scmi-regulator scmi_dev.6: Regulator v3v3 registered for domain [16] [ 1.355420] scmi-regulator scmi_dev.6: Regulator vdd_emmc registered for domain [18] [ 1.363222] scmi-regulator scmi_dev.6: Regulator vdd3v3_usb registered for domain [20] [ 1.371180] scmi-regulator scmi_dev.6: Regulator vdd_sdcard registered for domain [23] [ 1.381099] stm32-ipcc 40490000.mailbox: ipcc rev:2.0 enabled, 16 chans, proc 0 [ 1.396079] Registering stm32mp25_rcc firewall controller [ 1.397237] stm32-ipcc 46250000.mailbox: ipcc rev:2.0 enabled, 4 chans, proc 1 [ 1.404527] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOA bank added [ 1.410071] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOB bank added [ 1.416668] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOC bank added [ 1.423441] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOD bank added [ 1.429990] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOE bank added [ 1.436643] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOF bank added [ 1.443486] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOG bank added [ 1.450001] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOH bank added [ 1.456742] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOI bank added [ 1.463417] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOJ bank added [ 1.469884] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOK bank added [ 1.476280] stm32mp257-pinctrl soc@0:pinctrl@44240000: Pinctrl STM32 initialized [ 1.485274] stm32mp257-pinctrl soc@0:pinctrl@46200000: GPIOZ bank added [ 1.490294] stm32mp257-pinctrl soc@0:pinctrl@46200000: Pinctrl STM32 initialized [ 1.498249] stm32-dma3 40400000.dma-controller: created LLI gen_pool at 0x000000000a020000, size 60KiB [ 1.509212] stm32-dma3 40400000.dma-controller: STM32 DMA3 registered rev:1.3 [ 1.514680] stm32-dma3 40410000.dma-controller: LLI gen_pool truncated (56KiB instead of 60KiB) [ 1.523008] stm32-dma3 40410000.dma-controller: created LLI gen_pool at 0x000000000a030000, size 56KiB [ 1.534484] stm32-dma3 40410000.dma-controller: STM32 DMA3 registered rev:1.3 [ 1.542670] [drm] Initialized simpledrm 1.0.0 20200625 for fa200000.framebuffer on minor 0 [ 1.549407] mmci-pl18x 48220000.mmc: Got CD GPIO [ 1.550101] mmci-pl18x 48230000.mmc: mmc1: PL180 manf 53 rev3 at 0x48230000 irq 54,0 (pio) [ 1.554042] stm32-usart 400e0000.serial: Wakeup might not be available: No autonomous clock [ 1.561033] mmci-pl18x 48220000.mmc: mmc0: PL180 manf 53 rev3 at 0x48220000 irq 53,0 (pio) [ 1.569795] stm32-usart 400e0000.serial: interrupt mode for rx (no dma) [ 1.584083] stm32-usart 400e0000.serial: interrupt mode for tx (no dma) [ 1.590935] 400e0000.serial: ttySTM0 at MMIO 0x400e0000 (irq = 55, base_baud = 4000000) is a stm32-usart [ 1.605980] printk: console [ttySTM0] enabled [ 1.605980] printk: console [ttySTM0] enabled [ 1.609084] printk: bootconsole [stm32] disabled [ 1.609084] printk: bootconsole [stm32] disabled [ 1.623038] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 1.626065] clk: Disabling unused clocks [ 1.629273] ALSA device list: [ 1.632113] No soundcards found. [ 1.646123] Freeing unused kernel memory: 3840K [ 1.646250] Run /init as init process [ 1.687051] mmc0: new ultra high speed SDR104 SDHC card at address aaaa [ 1.688870] mmcblk0: mmc0:aaaa SC16G 14.8 GiB [ 1.703431] mmc1: new HS200 MMC card at address 0001 [ 1.704626] mmcblk1: mmc1:0001 004GA0 3.69 GiB [ 1.708980] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 1.715922] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 [ 1.718994] mmcblk1boot0: mmc1:0001 004GA0 2.00 MiB [ 1.725930] mmcblk1boot1: mmc1:0001 004GA0 2.00 MiB [ 1.728570] mmcblk1rpmb: mmc1:0001 004GA0 512 KiB, chardev (240:0) Starting systemd-udevd version 255.17^ [ 2.914791] EXT4-fs (mmcblk0p10): recovery complete [ 2.916686] EXT4-fs (mmcblk0p10): mounted filesystem 6379f4e4-de43-4a41-8c1b-789c0c140130 r/w with ordered data mode. Quota mode: none. ln: /etc/mtab: File exists [ 3.368854] systemd[1]: System time before build time, advancing clock. [ 3.452623] NET: Registered PF_INET6 protocol family [ 3.490377] Segment Routing with IPv6 [ 3.490460] In-situ OAM (IOAM) with IPv6 [ 3.539229] systemd[1]: systemd 255.17^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK -SECCOMP -GCRYPT -GNUTLS -OPENSSL -ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN +IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 3.565768] systemd[1]: Detected architecture arm64. Welcome to ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 5.0.8-openstlinux-6.6-yocto-scarthgap-mpu-v25.06.11 (scarthgap)! [ 3.600359] systemd[1]: Hostname set to <stm32mp2-e3-82-3f>. [ 3.637935] systemd[1]: Using hardware watchdog 'arm_smc_wdt', version 0, device /dev/watchdog0 [ 3.641358] systemd[1]: Watchdog running with a hardware timeout of 32s. [ 4.152691] systemd[1]: Queued start job for default target Multi-User System. [ 4.187471] systemd[1]: Created slice Slice /system/getty. [ OK ] Created slice Slice /system/getty. [ 4.207664] systemd[1]: Created slice Slice /system/modprobe. [ OK ] Created slice Slice /system/modprobe. [ 4.227642] systemd[1]: Created slice Slice /system/serial-getty. [ OK ] Created slice Slice /system/serial-getty. [ 4.247050] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 4.265826] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ 4.285713] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ 4.305544] systemd[1]: Expecting device /dev/dri/card0... Expecting device /dev/dri/card0... [ 4.321435] systemd[1]: Expecting device /dev/hwrng... Expecting device /dev/hwrng... [ 4.337436] systemd[1]: Expecting device /dev/tee0... Expecting device /dev/tee0... [ 4.353625] systemd[1]: Reached target Path Units. [ OK ] Reached target Path Units. [ 4.369508] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 4.389491] systemd[1]: Reached target Slice Units. [ OK ] Reached target Slice Units. [ 4.405532] systemd[1]: Reached target Swaps. [ OK ] Reached target Swaps. [ 4.459781] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 4.477655] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 4.494337] systemd[1]: Listening on Syslog Socket. [ OK ] Listening on Syslog Socket. [ 4.519683] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 4.537852] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 4.564419] systemd[1]: Journal Audit Socket was skipped because of an unmet condition check (ConditionSecurity=audit). [ 4.570615] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 4.594375] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 4.614429] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 4.640508] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 4.658146] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 4.697769] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 4.718687] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 4.762586] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 4.778281] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). [ 4.792067] systemd[1]: Mounting Temporary Directory /tmp... Mounting Temporary Directory /tmp... [ 4.818173] systemd[1]: Starting Create List of Static Device Nodes... Starting Create List of Static Device Nodes... [ 4.846283] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 4.894246] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 4.918332] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 4.946391] systemd[1]: Starting Mount partitions... Starting Mount partitions... [ 4.969759] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 4.982227] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/). [ 5.010732] systemd[1]: Starting Journal Service... Starting Journal Service... [ 5.035401] systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met. [ 5.047686] systemd[1]: Starting Generate network units from Kernel command line... Starting Generate network units from Kernel command line... [ 5.080145] systemd-journald[257]: Collecting audit messages is disabled. [ 5.100989] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 5.158157] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 5.177602] EXT4-fs (mmcblk0p10): re-mounted 6379f4e4-de43-4a41-8c1b-789c0c140130 r/w. Quota mode: none. [ 5.219268] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 5.254674] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind. [ 5.270366] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory /tmp. [ OK ] Finished Create List of Static Device Nodes. [ OK ] Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module fuse. [ OK ] Finished Generate network units from Kernel command line. [ OK ] Finished Remount Root and Kernel File Systems. [ 5.440863] EXT4-fs (mmcblk0p8): recovery complete [ 5.442464] EXT4-fs (mmcblk0p8): mounted filesystem e88a686e-a256-44b5-a78f-a3e080a0a824 r/w with ordered data mode. Quota mode: none. [ OK ] Finished Apply Kernel Variables. Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... Starting Create Static Device Nodes in /dev gracefully... [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ 5.751172] systemd-journald[257]: Received client request to flush runtime journal. [ OK ] Finished Flush Journal to Persistent Storage. [ OK ] Finished Create Static Device Nodes [ 5.858085] EXT4-fs (mmcblk0p9): recovery complete [ 5.861980] EXT4-fs (mmcblk0p9): mounted filesystem 08971c1f-8db1-4862-bee4-b21035ab10a1 r/w with ordered data mode. Quota mode: none. in /dev gracefully. Starting Create Static Device Nodes in /dev... [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Preparation for Local File Systems. Mounting /var/volatile... Starting Rule-based Manager for Device Events and Files... [ 6.096787] EXT4-fs (mmcblk0p11): recovery complete [ 6.101504] EXT4-fs (mmcblk0p11): mounted filesystem cb156b08-eac1-4d04-bf1c-b9d83693f581 r/w with ordered data mode. Quota mode: none. [ OK ] Finished Mount partitions. [ OK ] Mounted /var/volatile. [ OK ] Finished Coldplug All udev Devices. Starting Wait for udev To Complete Device Initialization... Starting Load/Save OS Random Seed... [ OK ] Reached target Local File Systems. Starting Automatic Boot Loader Update... Starting Create System Files and Directories... [ OK ] Started Rule-based Manager for Device Events and Files. [ OK ] Finished Load/Save OS Random Seed. [ OK ] Finished Automatic Boot Loader Update. [ OK ] Finished Create System Files and Directories. Starting Network Name Resolution... Starting Network Time Synchronization... Starting Record System Boot/Shutdown in UTMP... [ OK ] Finished Record System Boot/Shutdown in UTMP. [ OK ] Started Network Time Synchronization. [ OK ] Started Network Name Resolution. [ 7.877361] stm32-rproc 0.m33: Support of signed firmware only [ 7.877869] stm32-rproc 0.m33: wdg irq registered [ 7.889499] ehci-platform 482f0000.usb: EHCI Host Controller [ 7.889574] ehci-platform 482f0000.usb: new USB bus registered, assigned bus number 1 [ 7.902237] ehci-platform 482f0000.usb: irq 62, io mem 0x482f0000 [ 7.912235] stm32-rproc 0.m33: pdds sys config not defined [ 7.912598] stm32-rproc 0.m33: rsc tbl syscon not supported [ 7.917861] ehci-platform 482f0000.usb: USB 2.0 started, EHCI 1.00 [ 7.924928] hub 1-0:1.0: USB hub found [ 7.929278] usb-stm32-dwc3 42080000.bus:usb@48300000: configured in usb2 mode [ 7.934956] hub 1-0:1.0: 1 port detected [ 7.944200] stm32-cryp 42030000.crypto: will run requests pump with realtime priority [ 7.954401] /soc@0/bus@42080000/csi@48020000: Fixed dependency cycle(s) with /soc@0/bus@42080000/i2c@40130000/camera@1a [ 7.961129] stm32-cryp 42030000.crypto: Initialized [ 7.961256] stm32-rproc 0.m33: mbox_request_channel_byname() could not locate channel named "detach" [ 7.980377] remoteproc remoteproc0: cannot get detach mbox [ 7.988328] galcore: loading out-of-tree module taints kernel. [ 8.010566] mc: Linux media interface: v0.10 [ 8.028157] /soc@0/bus@42080000/i2c@40130000/camera@1a: Fixed dependency cycle(s) with /soc@0/bus@42080000/csi@48020000 [ 8.045550] remoteproc remoteproc0: m33 is available [ 8.061594] videodev: Linux video capture interface: v2.00 [ 8.090349] stm32f7-i2c 40130000.i2c: STM32F7 I2C-0 bus adapter [ 8.098201] stm32-display-lvds 48060000.lvds: version 0x20 initialized [ 8.129397] stm32-csi 48020000.csi: Probed CSI with 2 lanes [ 8.142986] stm32-pcie 48400000.pcie: host bridge /soc@0/bus@42080000/pcie@48400000 ranges: [ 8.148599] [drm] Initialized stm 1.0.0 20170330 for 48010000.display-controller on minor 0 [ 8.159816] stm32-pcie 48400000.pcie: IO 0x0010010000..0x001001ffff -> 0x0010010000 [ 8.162658] stm32-pcie 48400000.pcie: MEM 0x0010020000..0x0017ffffff -> 0x0010020000 [ 8.162684] stm32-pcie 48400000.pcie: MEM 0x0018000000..0x001fffffff -> 0x0018000000 [ 8.162710] stm32-pcie 48400000.pcie: IB MEM 0x0080000000..0x00ffffffff -> 0x0080000000 [ 8.162762] stm32-pcie 48400000.pcie: iATU: unroll T, 4 ob, 4 ib, align 64K, limit 4G [ 8.188644] Galcore version 6.4.21.1.1058597 [ 8.200814] stm32-dwmac 482d0000.eth2: IRQ eth_lpi not found [ 8.205405] usb 1-1: new high-speed USB device number 2 using ehci-platform [ 8.213985] stm32-dwmac 482d0000.eth2: User ID: 0x1a, Synopsys ID: 0x53 [ 8.220952] stm32_rtc 46000000.rtc: registered as rtc0 [ 8.225613] hantro-vpu 480d0000.vdec: registered st,stm32mp25-vdec-dec as /dev/video0 [ 8.232756] stm32_rtc 46000000.rtc: setting system clock to 2000-01-01T00:00:22 UTC (946684822) [ 8.239314] dcmipp 48030000.dcmipp: Probe done [ 8.246689] stm32-dwmac 482d0000.eth2: DWMAC4/5 [ 8.250280] stm32-dwmac 482d0000.eth2: DMA HW capability register supported [ 8.256787] stm32-dwmac 482d0000.eth2: RX Checksum Offload Engine supported [ 8.261644] stm32_rtc 46000000.rtc: Date/Time must be initialized [ 8.263925] stm32-dwmac 482d0000.eth2: TX Checksum insertion supported [ 8.276522] stm32-dwmac 482d0000.eth2: Wake-Up On Lan supported [ 8.282822] stm32-dwmac 482d0000.eth2: TSO supported [ 8.286212] hantro-vpu 480e0000.venc: registered st,stm32mp25-venc-enc as /dev/video6 [ 8.287464] stm32-dwmac 482d0000.eth2: Enable RX Mitigation via HW Watchdog Timer [ 8.302984] stm32-dwmac 482d0000.eth2: Enabled L3L4 Flow TC (entries=2) [ 8.309382] stm32-dwmac 482d0000.eth2: Enabled RFS Flow TC (entries=10) [ 8.316079] stm32-dwmac 482d0000.eth2: TSO feature enabled [ 8.321546] stm32-dwmac 482d0000.eth2: Using 32/32 bits DMA host/device width [ 8.329454] stm32_rtc 46000000.rtc: registered rev:3.4 ;32m OK ] Reached target Host and Network Name Lookups. [ OK ] Reached target System Time Set. [ OK ] Found device /dev/hwrng. [ OK ] Found device /dev/tee0. [ 8.488752] hub 1-1:1.0: USB hub found [ 8.488944] hub 1-1:1.0: 4 ports detected [ OK ] Started Hardware RNG Entropy Gatherer Daemon. [ OK ] Created slice Slice /system/systemd-backlight. Starting Load/Save Screen Backligh…f backlight:panel-lvds-backlight... [ OK ] Found device /dev/dri/card0. [ OK ] Started Starts Psplash Boot screen. Starting Virtual Console Setup... [ 8.877483] imx335 0-001a: Error reading reg 0x3912: -6 [ 8.877534] imx335 0-001a: failed to find sensor: -6 [ OK ] Finished Load/Save Screen Backligh… of backlight:panel-lvds-backlight. [ 9.114836] stm32-dwmac 482d0000.eth2 end0: renamed from eth0 [ OK ] Finished Virtual Console Setup. [ 9.175335] configfs-gadget.g1 gadget.0: HOST MAC 54:a4:10:d3:d3:f4 [ 9.176058] configfs-gadget.g1 gadget.0: MAC 2e:33:0f:ec:ad:56 [ 9.285400] stm32-pcie 48400000.pcie: Phy link never came up [ 9.286152] stm32-pcie 48400000.pcie: PCI host bridge to bus 0000:00 [ 9.298672] pci_bus 0000:00: root bus resource [bus 00-ff] [ 9.298729] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10010000-0x1001ffff]) [ 9.308884] pci_bus 0000:00: root bus resource [mem 0x10020000-0x17ffffff] [ 9.322121] pci_bus 0000:00: root bus resource [mem 0x18000000-0x1fffffff pref] [ 9.324346] pci 0000:00:00.0: [16c3:0550] type 01 class 0x060400 [ 9.331715] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff] [ 9.342071] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 9.344793] pci 0000:00:00.0: supports D1 D2 [ 9.349093] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 9.373447] pci 0000:00:00.0: BAR 0: assigned [mem 0x10100000-0x101fffff] [ 9.374741] pci 0000:00:00.0: BAR 1: assigned [mem 0x10020000-0x1002ffff] [ 9.381666] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 9.387525] pcieport 0000:00:00.0: PME: Signaling with IRQ 72 [ 9.397494] pcieport 0000:00:00.0: AER: enabled with IRQ 71 [ 9.399854] systemd-journald[257]: Time jumped backwards, rotating. [ 9.504838] input: ILI210x Touchscreen as /devices/platform/soc@0/42080000.bus/40130000.i2c/i2c-0/0-0041/input/input1 [ OK ] Reached target Hardware activated USB gadget. [ OK ] Finished Wait for udev To Complete Device Initialization. [ OK ] Reached target System Initialization. [ OK ] Started Serves stm32mp clocks calibration.. [ 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. [ OK ] Listening on dropbear.socket. [ OK ] Reached target Socket Units. [ OK ] Reached target Basic System. Starting ST set alsa state configuration... Starting Avahi mDNS/DNS-SD Stack... [ OK ] Started Kernel Logging Service. [ OK ] Started System Logging Service. Starting D-Bus System Message Bus... Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... [ OK ] Started Seat for Weston user. Starting ST Load M33 firmware via remoteproc... [ OK ] Started Calibrates HSI/CSI clocks. Starting Resets System Activity Logs... Starting User Login Management... Starting TEE Supplicant... Starting Check if the gpu are pres…the correct weston configuration... [ OK ] Started D-Bus System Message Bus. [ OK ] Finished IPv6 Packet Filtering Framework. [ OK ] Finished IPv4 Packet Filtering Framework. [ OK ] Finished Resets System Activity Logs. [ 11.037093] Board is not a valid BOARD (stm32mp257f-dk, stm32mp257f-ev1) [ OK ] Finished ST Load M33 firmware via remoteproc. [ OK ] Started User Login Management. [ OK ] Finished ST set alsa state configuration. [ OK ] Reached target Preparation for Network. Starting Network Configuration... [ OK ] Started TEE Supplicant. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ 11.571144] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ OK ] Finished Check if the gpu are pres…t the correct weston configuration. [ 11.592807] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 11.594397] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ OK ] Started Network Configuration. [ 11.676462] stm32-dwmac 482d0000.eth2 end0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 11.678581] stm32-dwmac 482d0000.eth2 end0: Register MEM_TYPE_PAGE_POOL RxQ-1 [ OK ] Reached target Network. [ OK ] Started IIO Daemon. Starting Real time performance monitoring... Starting ST hostname... Starting Permit User Sessions... [ 11.869464] stm32-dwmac 482d0000.eth2 end0: PHY [stmmac-0:01] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 11.885643] dwmac4: Master AXI performs any burst length [ 11.885730] stm32-dwmac 482d0000.eth2 end0: No Safety Features support found [ 11.896228] stm32-dwmac 482d0000.eth2 end0: IEEE 1588-2008 Advanced Timestamp supported [ 11.899005] stm32-dwmac 482d0000.eth2 end0: registered PTP clock [ 11.905406] stm32-dwmac 482d0000.eth2 end0: FPE workqueue start [ 11.905430] stm32-dwmac 482d0000.eth2 end0: configuring for phy/rgmii-id link mode Starting Target Communication Framework agent... [ OK ] Finished ST hostname. [ OK ] Finished Permit User Sessions. [ OK ] Started Real time performance monitoring. [ OK ] Started Target Communication Framework agent. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttySTM0. [ OK ] Reached target Login Prompts. Starting Weston graphical session... [ 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 User Manager for UID 1000. [ OK ] Started Session c1 of User weston. ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 5.0.8-openstlinux-6.6-yocto-scarthgap-mpu-v25.06.11 stm32mp2-e3-82-3f ttySTM0 stm32mp2-e3-82-3f login: root (automatic login) root@stm32mp2-e3-82-3f:~#NOTICE:
3. Basic commands[edit | edit source]
3.1. Printing distribution specific information[edit | edit source]
initrd autoresize fip fw-update rtc qemu-usermode ----------------------- Layer Revisions: | ----------------------- meta-python = v6.1.xml:e92d0173a80ea7592c866618ef5293203c50544c meta-oe = v6.1.xml:e92d0173a80ea7592c866618ef5293203c50544c meta-gnome = v6.1.xml:e92d0173a80ea7592c866618ef5293203c50544c meta-multimedia = v6.1.xml:e92d0173a80ea7592c866618ef5293203c50544c meta-networking = v6.1.xml:e92d0173a80ea7592c866618ef5293203c50544c meta-webserver = v6.1.xml:e92d0173a80ea7592c866618ef5293203c50544c meta-st-stm32mp = v6.1.xml:8059a1b02e283d15eb27afce38b589f7a2592ffa meta-st-openstlinux = v6.1.xml:36e7f5643abe7d02b110f300231296b485ffc51c meta = v6.1.xml:cd2b6080a4c0f2ed2c9939ec0b87763aef595048root@stm32mp2-e3-82-3f:~# cat /etc/build ----------------------- Build Configuration: | ----------------------- BB_VERSION = 2.8.0 BUILD_SYS = x86_64-linux NATIVELSBSTRING = universal TARGET_SYS = aarch64-ostl-linux MACHINE = stm32mp2 DISTRO = openstlinux-weston DISTRO_VERSION = 5.0.8-openstlinux-6.6-yocto-scarthgap-mpu-v25.06.11 TUNE_FEATURES = aarch64 crc cortexa35 TARGET_FPU = MANIFESTVERSION = ostl-v25-06-11-4-g544d3bf223e7dcacf1cc6a0a18fa1173859206cd DISTRO_CODENAME = scarthgap ACCEPT_EULA_stm32mp2 = 1 GCCVERSION = 13.% PREFERRED_PROVIDER_virtual/kernel = linux-stm32mp MACHINE_FEATURES = usbhost usbgadget alsa screen ext2 pci splashscreen watchdog bluetooth wifi gpu openvx opencl vulkan m33copro m0copro optee tpm2
3.2. Printing system information[edit | edit source]
Linux stm32mp2-e3-82-3f 6.6.78 #1 SMP PREEMPT Mon Feb 17 08:40:43 UTC 2025 aarch64 GNU/Linuxroot@stm32mp2-e3-82-3f:~# uname -a
3.3. Printing Linux kernel and GCC versions[edit | edit source]
Linux version 6.6.78 (oe-user@oe-host) (aarch64-ostl-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Mon Feb 17 08:40:43 UTC 2025root@stm32mp2-e3-82-3f:~# cat /proc/version
3.4. Printing the amount of disk space available on all mounted file systems[edit | edit source]
root@stm32mp2-e3-82-3f:~# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 1.8G 0 1.8G 0% /dev
/dev/mmcblk0p10 3.8G 585M 3.0G 17% /
tmpfs 1.9G 0 1.9G 0% /dev/shm
tmpfs 755M 9.3M 745M 2% /run
tmpfs 1.9G 4.0K 1.9G 1% /tmp
/dev/mmcblk0p8 55M 21M 30M 41% /boot
/dev/mmcblk0p9 228M 27M 185M 13% /vendor
tmpfs 1.9G 16K 1.9G 1% /var/volatile
/dev/mmcblk0p11 9.9G 42M 9.3G 1% /usr/local
tmpfs 378M 8.0K 378M 1% /run/user/1000
tmpfs 378M 4.0K 378M 1% /run/user/0
3.5. ssh connection[edit | edit source]
Applicable when USBC cable is on CN15 or when the Ethernet cable is connected.
- Get the IP address of your board
UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP gro0 link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff inet xx.xx.xx.xx/xx brd xx.xx.xx.xx scope global usb0 valid_lft forever preferred_lft forever inet6 xxxx::xx:xx:xx:xx/64 scope link valid_lft forever preferred_lft foreverip addr show usb0 6: usb0: <BROADCAST,MULTICAST,
or
UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff inet xx.xx.xx.xx/xx brd xx.xx.xx.xx scope global dynamic eth0 valid_lft 159045sec preferred_lft 159045sec inet6 xxxx::xx:xx:xx:xx/64 scope link valid_lft forever preferred_lft foreverip addr show eth0 3: eth0: <BROADCAST,MULTICAST,
- On the host computer, connect the terminal to the board using ssh
xx.xx.xx.xx root@stm32mp2-e3-82-3f:~#ssh root@