Latest revision as of 12:18, 7 July 2025



1. Overview[edit | edit source]

This step explains how to connect your board Linux® terminal to your host computer through the ST-LINK/V2-1.
It then describes how to execute basic commands with the Linux command line interface in order to get familiar with the Linux console.

2. Serial terminal[edit | edit source]

The serial terminal allows communicating with the board through a UART serial interface.

  • Install minicom
PC $>sudo apt-get install minicom
  • Get the ttyACM device instance that needs to be used to access the ST-LINK/V2-1
PC $>ls /dev/ttyACM*
/dev/ttyACM0
  • Connect the minicom to the /dev/ttyACM0 device
PC $>minicom -D /dev/ttyACM0
Welcome to minicom 2.7

OPTIONS: I18n 
Compiled on Nov 15 2018, 20:18:47.
Port /dev/ttyACM0, 15:56:03

Press CTRL-A Z to get help on special keys
  • Press the reset button to reset the board. The boot log should be displayed on the minicom window:
NOTICE:  CPU: STM32MP157FAC Rev.Z
NOTICE:  Model: STMicroelectronics STM32MP157F-DK2 Discovery Board
NOTICE:  Board: MB1272 Var4.0 Rev.C-03
INFO:    PMIC version = 0x21
NOTICE:  Reset reason (0x15):
INFO:      Power-on Reset (rst_por)
INFO:    FCONF: Reading TB_FW firmware configuration file from: 0x2ffe2000
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-stm32mp1-r2.0(debug):lts-v2.10.13-dirty(b1f57509)
NOTICE:  BL2: Built : 17:10:59, Feb 14 2025
INFO:    BL2: Doing platform setup
INFO:    RAM: DDR3-DDR3L 16bits 533000kHz
INFO:    Memory size = 0x20000000 (512 MB)
INFO:    BL2: Loading image id 1
INFO:    Loading image id=1 at address 0x2ffff000
INFO:    Image id=1 loaded: 0x2ffff000 - 0x2ffff1ea
INFO:    FCONF: Reading FW_CONFIG firmware configuration file from: 0x2ffff000
INFO:    FCONF: Reading firmware configuration information for: dyn_cfg
INFO:    FCONF: Reading firmware configuration information for: stm32mp1_firewall
INFO:    BL2: Loading image id 4
INFO:    Loading image id=4 at address 0x2ffc0000
INFO:    Image id=4 loaded: 0x2ffc0000 - 0x2ffc002c
INFO:    OPTEE ep=0x2ffc0000
INFO:    OPTEE header info:
INFO:          magic=0x4554504f
INFO:          version=0x2
INFO:          arch=0x0
INFO:          flags=0x0
INFO:          nb_images=0x2
INFO:    BL2: Loading image id 8
INFO:    Loading image id=8 at address 0x2ffc0000
INFO:    Image id=8 loaded: 0x2ffc0000 - 0x2ffd2b40
INFO:    BL2: Loading image id 9
INFO:    Loading image id=9 at address 0xde000000
INFO:    Image id=9 loaded: 0xde000000 - 0xde070000
INFO:    BL2: Loading image id 2
INFO:    Loading image id=2 at address 0xc0500000
INFO:    Image id=2 loaded: 0xc0500000 - 0xc0521760
INFO:    BL2: Skip loading image id 16
INFO:    BL2: Loading image id 5
INFO:    Loading image id=5 at address 0xc0100000
INFO:    Image id=5 loaded: 0xc0100000 - 0xc021e570
NOTICE:  BL2: Booting BL32
INFO:    Entry point address = 0x2ffc0000
INFO:    SPSR = 0x1d3
I/TC: Early console on UART#4
I/TC: 
I/TC: Pager is enabled. Hashes: 3680 bytes
I/TC: Pager pool size: 96kB
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 arm
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: Override the OTP 18: 0x7acd0000 to 0x7acd01e0
I/TC: WARNING: Embeds insecure stm32mp_provisioning driver
I/TC: Platform stm32mp1: flavor PLATFORM_FLAVOR - DT stm32mp157f-dk2.dts
I/TC: OP-TEE ST profile: secure_and_system_services
I/TC: HUK unlocked
I/TC: Primary CPU switching to normal world boot
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 disabled
optee optee: OP-TEE: revision 4.0 (2a5b1d12)


U-Boot 2023.10-stm32mp-r2 (Oct 02 2023 - 14:39:59 +0000)

CPU: STM32MP157FAC Rev.Z
Model: STMicroelectronics STM32MP157F-DK2 Discovery Board
Board: stm32mp1 in trusted mode (st,stm32mp157f-dk2)
Board: MB1272 Var4.0 Rev.C-03
DRAM:  no /fwu-mdata node ?
512 MiB
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 disabled
Clocks:
- MPU : 650 MHz
- MCU : 208.878 MHz
- AXI : 266.500 MHz
- PER : 24 MHz
- DDR : 533 MHz
Core:  384 devices, 44 uclasses, devicetree: board
WDT:   Started watchdog with servicing every 1000ms (32s timeout)
NAND:  0 MiB
MMC:   STM32 SD/MMC: 0
Loading Environment from MMC... OK
In:    serial
Out:   serial
Err:   serial
Net:   eth0: ethernet@5800a000
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/stm32mp157f-dk2_extlinux.conf
Retrieving file: /mmc0_extlinux/stm32mp157f-dk2_extlinux.conf
Retrieving file: /splash_portrait.bmp
Select the boot mode
1:	OpenSTLinux
2:	stm32mp157f-dk2-a7-examples
3:	stm32mp157f-dk2-m4-examples
Enter choice: 1:	OpenSTLinux
Retrieving file: /uImage
Retrieving file: /st-image-resize-initrd
append: root=PARTUUID=e91c4e10-16e6-4c0e-bd0e-77becf4a3582 rootwait rw   console=ttySTM0,115200
Retrieving file: /stm32mp157f-dk2.dtb
## Booting kernel from Legacy Image at c2000000 ...
   Image Name:   Linux-6.6.78
   Created:      2025-02-17   8:40:43 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    8788016 Bytes = 8.4 MiB
   Load Address: c2000040
   Entry Point:  c2000040
   Verifying Checksum ... OK
## Flattened Device Tree blob at c6000000
   Booting using the fdt blob at 0xc6000000
Working FDT set to c6000000
   XIP Kernel Image
   Loading Ramdisk to cf9ce000, end cffff418 ... OK
   Loading Device Tree to cf9aa000, end cf9cdf9c ... OK
Working FDT set to cf9aa000

Starting kernel ...

I/TC: Secondary CI/TC: Secondary CPU 1 switching to normal world boot
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 disabled
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 6.6.78 (oe-user@oe-host) (arm-ostl-linux-gnueabi-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] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: STMicroelectronics STM32MP157F-DK2 Discovery Board
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0xc7000000, size 128 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0xc7000000..0xceffffff (131072 KiB) map reusable linux,cma
[    0.000000] Reserved memory: created DMA memory pool at 0x10000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node mcuram2@10000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x10000000..0x1003ffff (256 KiB) nomap non-reusable mcuram2@10000000
[    0.000000] Reserved memory: created DMA memory pool at 0x10040000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node vdev0vring0@10040000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x10040000..0x10040fff (4 KiB) nomap non-reusable vdev0vring0@10040000
[    0.000000] Reserved memory: created DMA memory pool at 0x10041000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node vdev0vring1@10041000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x10041000..0x10041fff (4 KiB) nomap non-reusable vdev0vring1@10041000
[    0.000000] Reserved memory: created DMA memory pool at 0x10042000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node vdev0buffer@10042000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x10042000..0x10045fff (16 KiB) nomap non-reusable vdev0buffer@10042000
[    0.000000] Reserved memory: created DMA memory pool at 0x10048000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node mcu-rsc-table@10048000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x10048000..0x1004ffff (32 KiB) nomap non-reusable mcu-rsc-table@10048000
[    0.000000] Reserved memory: created DMA memory pool at 0x30000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node mcuram@30000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x30000000..0x3003ffff (256 KiB) nomap non-reusable mcuram@30000000
[    0.000000] Reserved memory: created DMA memory pool at 0x38000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node retram@38000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x38000000..0x3800ffff (64 KiB) nomap non-reusable retram@38000000
[    0.000000] OF: reserved mem: 0xd4000000..0xd7ffffff (65536 KiB) nomap non-reusable gpu@d4000000
[    0.000000] OF: reserved mem: 0xddc00000..0xddfeffff (4032 KiB) nomap non-reusable framebuffer@ddc00000
[    0.000000] OF: reserved mem: 0xde000000..0xdfffffff (32768 KiB) nomap non-reusable optee@de000000
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x00000000c0000000-0x00000000ddffffff]
[    0.000000]   HighMem  [mem 0x00000000de000000-0x00000000dfffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000d3ffffff]
[    0.000000]   node   0: [mem 0x00000000d4000000-0x00000000d7ffffff]
[    0.000000]   node   0: [mem 0x00000000d8000000-0x00000000ddbfffff]
[    0.000000]   node   0: [mem 0x00000000ddc00000-0x00000000ddfeffff]
[    0.000000]   node   0: [mem 0x00000000ddff0000-0x00000000ddffffff]
[    0.000000]   node   0: [mem 0x00000000de000000-0x00000000dfffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000c0000000-0x00000000dfffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 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.1
[    0.000000] percpu: Embedded 18 pages/cpu s42964 r8192 d22572 u73728
[    0.000000] Kernel command line: root=PARTUUID=e91c4e10-16e6-4c0e-bd0e-77becf4a3582 rootwait rw   console=ttySTM0,115200
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129992
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] Memory: 257408K/524288K available (13312K kernel code, 1453K rwdata, 4104K rodata, 1024K init, 233K bss, 135808K reserved, 131072K cma-reserved, 0K highmem)
[    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] 	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 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000002] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000023] Switching to timer-based delay loop, resolution 41ns
[    0.002915] Console: colour dummy device 80x30
[    0.002993] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.003018] CPU: Testing write buffer coherency: ok
[    0.003089] pid_max: default: 32768 minimum: 301
[    0.003386] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.003416] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.005147] /cpus/cpu@0 missing clock-frequency property
[    0.005208] /cpus/cpu@1 missing clock-frequency property
[    0.005231] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.007551] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[    0.007810] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
[    0.008100] Setting up static identity map for 0xc0100000 - 0xc0100060
[    0.008392] rcu: Hierarchical SRCU implementation.
[    0.008404] rcu: 	Max phase no-delay instances is 1000.
[    0.010723] smp: Bringing up secondary CPUs ...
[    0.018505] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.018802] smp: Brought up 1 node, 2 CPUs
[    0.018825] SMP: Total of 2 processors activated (96.00 BogoMIPS).
[    0.018838] CPU: All CPU(s) started in SVC mode.
[    0.020125] devtmpfs: initialized
[    0.076152] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.076672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.076709] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.083711] pinctrl core: initialized pinctrl subsystem
[    0.086605] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.092705] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.095122] thermal_sys: Registered thermal governor 'step_wise'
[    0.095283] cpuidle: using governor menu
[    0.095842] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.095866] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.096515] Serial: AMBA PL011 UART driver
[    0.101882] stm32-pm-domain pm_domain: domain core-ret-power-domain registered
[    0.101923] stm32-pm-domain pm_domain: subdomain core-power-domain registered
[    0.101938] stm32-pm-domain pm_domain: domains probed
[    0.136172] /soc/display-controller@5a001000: Fixed dependency cycle(s) with /soc/dsi@5a000000
[    0.136285] /soc/display-controller@5a001000: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39
[    0.136547] /soc/bus@5c007000/audio-controller@4000b000: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39
[    0.136782] /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39: Fixed dependency cycle(s) with /soc/bus@5c007000/audio-controller@4000b000
[    0.136868] /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39: Fixed dependency cycle(s) with /soc/display-controller@5a001000
[    0.136993] /soc/bus@5c007000/i2c@40012000/cs42l51@4a: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b024
[    0.137059] /soc/bus@5c007000/i2c@40012000/cs42l51@4a: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004
[    0.137374] /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/cs42l51@4a
[    0.137478] /soc/bus@5c007000/sai@4400b000/audio-controller@4400b024: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/cs42l51@4a
[    0.137567] /soc/bus@5c007000/sai@4400b000/audio-controller@4400b024: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004
[    0.137808] /soc/bus@5c007000/usb-otg@49000000: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@5c002000/stusb1600@28/connector
[    0.138121] /soc/bus@5c007000/i2c@5c002000/stusb1600@28/connector: Fixed dependency cycle(s) with /soc/bus@5c007000/usb-otg@49000000
[    0.138468] /soc/dsi@5a000000: Fixed dependency cycle(s) with /soc/dsi@5a000000/panel-otm8009a@0
[    0.138567] /soc/dsi@5a000000: Fixed dependency cycle(s) with /soc/display-controller@5a001000
[    0.138694] /soc/dsi@5a000000/panel-otm8009a@0: Fixed dependency cycle(s) with /soc/dsi@5a000000
[    0.150660] /soc/display-controller@5a001000: Fixed dependency cycle(s) with /soc/dsi@5a000000
[    0.150781] /soc/display-controller@5a001000: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39
[    0.153373] /soc/bus@5c007000/audio-controller@4000b000: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39
[    0.154092] /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39: Fixed dependency cycle(s) with /soc/bus@5c007000/audio-controller@4000b000
[    0.154211] /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39: Fixed dependency cycle(s) with /soc/display-controller@5a001000
[    0.154460] /soc/bus@5c007000/i2c@40012000/cs42l51@4a: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b024
[    0.154529] /soc/bus@5c007000/i2c@40012000/cs42l51@4a: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004
[    0.154905] /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/cs42l51@4a
[    0.155008] /soc/bus@5c007000/sai@4400b000/audio-controller@4400b024: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/cs42l51@4a
[    0.155098] /soc/bus@5c007000/sai@4400b000/audio-controller@4400b024: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004
[    0.155332] /soc/bus@5c007000/usb-otg@49000000: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@5c002000/stusb1600@28/connector
[    0.155898] /soc/bus@5c007000/i2c@5c002000/stusb1600@28/connector: Fixed dependency cycle(s) with /soc/bus@5c007000/usb-otg@49000000
[    0.156646] /soc/bus@5c007000/audio-controller@4000b000: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39
[    0.159604] /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39: Fixed dependency cycle(s) with /soc/bus@5c007000/audio-controller@4000b000
[    0.159865] /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39: Fixed dependency cycle(s) with /soc/display-controller@5a001000
[    0.160128] /soc/bus@5c007000/i2c@40012000/cs42l51@4a: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b024
[    0.160301] /soc/bus@5c007000/i2c@40012000/cs42l51@4a: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004
[    0.162024] /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/cs42l51@4a
[    0.162190] /soc/bus@5c007000/sai@4400b000/audio-controller@4400b024: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/cs42l51@4a
[    0.162332] /soc/bus@5c007000/sai@4400b000/audio-controller@4400b024: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004
[    0.165059] /soc/bus@5c007000/usb-otg@49000000: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@5c002000/stusb1600@28/connector
[    0.168983] /soc/bus@5c007000/i2c@5c002000/stusb1600@28/connector: Fixed dependency cycle(s) with /soc/bus@5c007000/usb-otg@49000000
[    0.172037] /soc/display-controller@5a001000: Fixed dependency cycle(s) with /soc/dsi@5a000000
[    0.172254] /soc/dsi@5a000000: Fixed dependency cycle(s) with /soc/dsi@5a000000/panel-otm8009a@0
[    0.172495] /soc/dsi@5a000000: Fixed dependency cycle(s) with /soc/display-controller@5a001000
[    0.173119] /soc/dsi@5a000000/panel-otm8009a@0: Fixed dependency cycle(s) with /soc/dsi@5a000000
[    0.175136] /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39: Fixed dependency cycle(s) with /connector
[    0.175695] /connector: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39
[    0.178012] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.186725] SCSI subsystem initialized
[    0.188070] usbcore: registered new interface driver usbfs
[    0.188181] usbcore: registered new interface driver hub
[    0.188274] usbcore: registered new device driver usb
[    0.188947] pps_core: LinuxPPS API ver. 1 registered
[    0.188961] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.188996] PTP clock support registered
[    0.189435] EDAC MC: Ver: 3.0.0
[    0.190897] scmi_core: SCMI protocol bus registered
[    0.195226] clocksource: Switched to clocksource arch_sys_counter
[    2.229057] NET: Registered PF_INET protocol family
[    2.229492] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    2.231946] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    2.232001] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.232027] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    2.232229] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    2.232403] TCP: Hash tables configured (established 4096 bind 4096)
[    2.232586] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    2.232642] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    2.233039] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.234237] RPC: Registered named UNIX socket transport module.
[    2.234261] RPC: Registered udp transport module.
[    2.234268] RPC: Registered tcp transport module.
[    2.234274] RPC: Registered tcp-with-tls transport module.
[    2.234281] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.234756] Trying to unpack rootfs image as initramfs...
[    2.235405] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[    2.238826] Initialise system trusted keyrings
[    2.239580] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    2.240251] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.241167] NFS: Registering the id_resolver key type
[    2.241277] Key type id_resolver registered
[    2.241288] Key type id_legacy registered
[    2.241353] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    2.241367] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    2.241449] ntfs: driver 2.1.32 [Flags: R/O].
[    2.241520] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    2.242252] fuse: init (API version 7.39)
[    2.243157] NET: Registered PF_ALG protocol family
[    2.243189] Key type asymmetric registered
[    2.243199] Asymmetric key parser 'x509' registered
[    2.243372] bounce: pool size: 64 pages
[    2.243488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    2.243507] io scheduler mq-deadline registered
[    2.243518] io scheduler kyber registered
[    2.243603] io scheduler bfq registered
[    2.244209] /soc/interrupt-controller@5000d000: bank0
[    2.244259] /soc/interrupt-controller@5000d000: bank1
[    2.244281] /soc/interrupt-controller@5000d000: bank2
[    2.245836] Registering stm32-etzpc firewall controller
[    2.263838] STM32 USART driver initialized
[    2.298348] brd: module loaded
[    2.312792] loop: module loaded
[    2.325464] CAN device driver interface
[    2.328544] pegasus: Pegasus/Pegasus II USB Ethernet driver
[    2.328658] usbcore: registered new interface driver pegasus
[    2.328730] usbcore: registered new interface driver asix
[    2.328798] usbcore: registered new interface driver ax88179_178a
[    2.328865] usbcore: registered new interface driver cdc_ether
[    2.328931] usbcore: registered new interface driver smsc75xx
[    2.328999] usbcore: registered new interface driver smsc95xx
[    2.329082] usbcore: registered new interface driver net1080
[    2.329164] usbcore: registered new interface driver cdc_subset
[    2.329231] usbcore: registered new interface driver zaurus
[    2.329327] usbcore: registered new interface driver cdc_ncm
[    2.332248] usbcore: registered new interface driver usb-storage
[    2.332656] usbcore: registered new device driver onboard-usb-hub
[    2.338522] i2c_dev: i2c /dev entries driver
[    2.344131] arm_smc_wdt watchdog: Watchdog registered (timeout=32 sec, nowayout=0)
[    2.347975] sdhci: Secure Digital Host Controller Interface driver
[    2.347997] sdhci: Copyright(c) Pierre Ossman
[    2.348005] Synopsys Designware Multimedia Card Interface Driver
[    2.348737] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.350348] ledtrig-cpu: registered to indicate activity on CPUs
[    2.351607] usbcore: registered new interface driver usbhid
[    2.351629] usbhid: USB HID core driver
[    2.357636] optee: probing for conduit method.
[    2.357672] optee: revision 4.0 (2a5b1d12)
[    2.374582] optee: dynamic shared memory is enabled
[    2.377130] random: crng init done
[    2.377709] optee: initialized driver
[    2.380602] NET: Registered PF_PACKET protocol family
[    2.380634] can: controller area network core
[    2.380768] NET: Registered PF_CAN protocol family
[    2.380787] can: raw protocol
[    2.380802] can: broadcast manager protocol
[    2.380834] can: netlink gateway - max_hops=1
[    2.381967] Key type dns_resolver registered
[    2.382260] ThumbEE CPU extension supported.
[    2.382292] Registering SWP/SWPB emulation handler
[    2.405760] registered taskstats version 1
[    2.406001] Loading compiled-in X.509 certificates
[    2.442498] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16
[    2.442932] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    2.443465] arm-scmi firmware:scmi: SCMI Protocol v2.0 'ST:' Firmware version 0x0
[    2.501141] stm32-dma 48000000.dma-controller: STM32 DMA driver registered
[    2.504605] stm32-dma 48001000.dma-controller: STM32 DMA driver registered
[    2.510115] stm32-mdma 58000000.dma-controller: STM32 MDMA driver registered
[    2.514938] [drm] Initialized simpledrm 1.0.0 20200625 for ddc00000.framebuffer on minor 0
[    2.522867] stm_thermal 50028000.thermal: stm_thermal_probe: Driver initialized successfully
[    2.532488] stm32-ipcc 4c001000.mailbox: ipcc rev:1.0 enabled, 6 chans, proc 0
[    2.536059] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOA bank added
[    2.537204] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOB bank added
[    2.538244] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOC bank added
[    2.539389] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOD bank added
[    2.540566] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOE bank added
[    2.541733] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOF bank added
[    2.542970] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOG bank added
[    2.544167] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOH bank added
[    2.545565] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOI bank added
[    2.546125] stm32mp157-pinctrl soc:pinctrl@50002000: Pinctrl STM32 initialized
[    2.552468] stm32mp157-pinctrl soc:pinctrl@54004000: GPIOZ bank added
[    2.552525] stm32mp157-pinctrl soc:pinctrl@54004000: Pinctrl STM32 initialized
[    2.557044] 4000e000.serial: ttySTM3 at MMIO 0x4000e000 (irq = 51, base_baud = 4000000) is a stm32-usart
[    2.557627] serial serial0: tty port ttySTM3 registered
[    2.559755] stm32-usart 40010000.serial: interrupt mode for rx (no dma)
[    2.559782] stm32-usart 40010000.serial: interrupt mode for tx (no dma)
[    2.560310] 40010000.serial: ttySTM0 at MMIO 0x40010000 (irq = 52, base_baud = 4000000) is a stm32-usart
[    2.560390] printk: console [ttySTM0] enabled
[    2.908044] Freeing initrd memory: 6344K
[    2.918545] stm32-dwmac 5800a000.ethernet: IRQ eth_lpi not found
[    4.462300] stm32-dwmac 5800a000.ethernet: User ID: 0x40, Synopsys ID: 0x42
[    4.467971] stm32-dwmac 5800a000.ethernet: 	DWMAC4/5
[    4.472830] stm32-dwmac 5800a000.ethernet: DMA HW capability register supported
[    4.480203] stm32-dwmac 5800a000.ethernet: RX Checksum Offload Engine supported
[    4.487514] stm32-dwmac 5800a000.ethernet: TX Checksum insertion supported
[    4.494277] stm32-dwmac 5800a000.ethernet: Wake-Up On Lan supported
[    4.500732] stm32-dwmac 5800a000.ethernet: TSO supported
[    4.505933] stm32-dwmac 5800a000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    4.513706] stm32-dwmac 5800a000.ethernet: Enabled L3L4 Flow TC (entries=2)
[    4.520698] stm32-dwmac 5800a000.ethernet: Enabled RFS Flow TC (entries=10)
[    4.527588] stm32-dwmac 5800a000.ethernet: TSO feature enabled
[    4.533443] stm32-dwmac 5800a000.ethernet: Using 32/32 bits DMA host/device width
[    4.558788] stm32_rtc 5c004000.rtc: registered as rtc0
[    4.562603] stm32_rtc 5c004000.rtc: setting system clock to 2000-01-01T00:34:25 UTC (946686865)
[    4.572145] stm32_rtc 5c004000.rtc: Date/Time must be initialized
[    4.577436] stm32_rtc 5c004000.rtc: registered rev:1.2
[    4.604798] /soc/bus@5c007000/audio-controller@4000b000: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39
[    4.616158] /soc/display-controller@5a001000: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39
[    4.627572] /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39: Fixed dependency cycle(s) with /soc/bus@5c007000/audio-controller@4000b000
[    4.640142] /soc/bus@5c007000/i2c@40012000/hdmi-transmitter@39: Fixed dependency cycle(s) with /soc/display-controller@5a001000
[    4.652251] /soc/bus@5c007000/sai@4400b000/audio-controller@4400b024: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/cs42l51@4a
[    4.664288] /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/cs42l51@4a
[    4.676878] /soc/bus@5c007000/i2c@40012000/cs42l51@4a: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b024
[    4.689652] /soc/bus@5c007000/i2c@40012000/cs42l51@4a: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004
[    4.703688] stm32f7-i2c 40012000.i2c: STM32F7 I2C-0 bus adapter
[    4.737300] /soc/bus@5c007000/i2c@5c002000/stusb1600@28/connector: Fixed dependency cycle(s) with /soc/bus@5c007000/usb-otg@49000000
[    4.750151] stpmic1 1-0033: PMIC Chip Version: 0x21
[    4.756702] /soc/bus@5c007000/i2c@5c002000/stpmic@33/regulators: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@5c002000/stpmic@33/regulators/boost
[    4.769182] /soc/bus@5c007000/i2c@5c002000/stpmic@33/regulators: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@5c002000/stpmic@33/regulators/buck2
[    4.782892] /soc/bus@5c007000/i2c@5c002000/stpmic@33/regulators: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@5c002000/stpmic@33/regulators/buck4
[    4.799567] stm32f7-i2c 5c002000.i2c: STM32F7 I2C-1 bus adapter
[    4.814813] stm32-rproc 10000000.m4: wdg irq registered
[    4.819534] remoteproc remoteproc0: m4 is available
[    4.832645] input: pmic_onkey as /devices/platform/soc/5c007000.bus/5c002000.i2c/i2c-1/1-0033/5c002000.i2c:stpmic@33:onkey/input/input0
[    4.846765] mmci-pl18x 58007000.mmc: allocated mmc-pwrseq
[    4.852427] mmci-pl18x 58005000.mmc: Got CD GPIO
[    4.856264] mmci-pl18x 58007000.mmc: mmc0: PL180 manf 53 rev2 at 0x58007000 irq 72,0 (pio)
[    4.857011] mmci-pl18x 58005000.mmc: mmc1: PL180 manf 53 rev2 at 0x58005000 irq 74,0 (pio)
[    4.876211] i2c i2c-0: Added multiplexed i2c bus 2
[    4.899500] stm32-usbphyc 5a006000.usbphyc: registered rev:1.0
[    4.907362] /soc/dsi@5a000000: Fixed dependency cycle(s) with /soc/dsi@5a000000/panel-otm8009a@0
[    4.915356] /soc/dsi@5a000000/panel-otm8009a@0: Fixed dependency cycle(s) with /soc/dsi@5a000000
[    4.934757] [drm] Initialized stm 1.0.0 20170330 for 5a001000.display-controller on minor 0
[    4.945122] dwc2 49000000.usb-otg: supply vusb_d not found, using dummy regulator
[    4.951895] dwc2 49000000.usb-otg: supply vusb_a not found, using dummy regulator
[    4.954582] ehci-platform 5800d000.usb: EHCI Host Controller
[    4.964447] ehci-platform 5800d000.usb: new USB bus registered, assigned bus number 1
[    4.964899] input: EP0110M09 as /devices/platform/soc/5c007000.bus/40012000.i2c/i2c-0/0-0038/input/input1
[    4.983387] ehci-platform 5800d000.usb: irq 79, io mem 0x5800d000
[    4.985352] mmc1: new high speed SDHC card at address aaaa
[    4.995109] mmcblk1: mmc1:aaaa SS16G 14.8 GiB
[    5.011895]  mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11
[    5.015298] ehci-platform 5800d000.usb: USB 2.0 started, EHCI 1.00
[    5.023643] hub 1-0:1.0: USB hub found
[    5.026183] hub 1-0:1.0: 2 ports detected
[    5.095591] dwc2 49000000.usb-otg: EPs: 9, dedicated fifos, 952 entries in SPRAM
[    5.102980] dwc2 49000000.usb-otg: DWC OTG Controller
[    5.106871] dwc2 49000000.usb-otg: new USB bus registered, assigned bus number 2
[    5.114140] dwc2 49000000.usb-otg: irq 80, io mem 0x49000000
[    5.121548] hub 2-0:1.0: USB hub found
[    5.124317] hub 2-0:1.0: 1 port detected
[    5.132245] clk: Disabling unused clocks
[    5.338003] mmc0: new high speed SDIO card at address 0001
[    5.345492] Freeing unused kernel image (initmem) memory: 1024K
[    5.350422] Run /init as init process
[    5.485478] usb 1-1: new high-speed USB device number 2 using ehci-platform
Starting systemd-udevd version 255.17^
[    5.696635] hub 1-1:1.0: USB hub found
[    5.699151] hub 1-1:1.0: 4 ports detected
[    6.758567] stm32-dwmac 5800a000.ethernet end0: renamed from eth0
[    7.519743] EXT4-fs (mmcblk1p10): recovery complete
[    7.525747] EXT4-fs (mmcblk1p10): mounted filesystem 15b84ac4-de3f-4750-ae1c-fa1db0543f79 r/w with ordered data mode. Quota mode: disabled.
ln: /etc/mtab: File exists
[    8.212332] systemd[1]: System time before build time, advancing clock.
[    8.341073] NET: Registered PF_INET6 protocol family
[    8.414773] Segment Routing with IPv6
[    8.417436] In-situ OAM (IOAM) with IPv6
[    8.470457] 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)
[    8.501193] systemd[1]: Detected architecture arm.

Welcome to ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 5.0.8-openstlinux-6.6-yocto-scarthgap-mpu-v25.06.11 (scarthgap)!

[    8.574257] systemd[1]: Hostname set to <stm32mp1-e1-89-28>.
[    8.652002] systemd[1]: Using hardware watchdog 'arm_smc_wdt', version 0, device /dev/watchdog0
[    8.659623] systemd[1]: Watchdog running with a hardware timeout of 32s.
[    9.727946] systemd[1]: Queued start job for default target Multi-User System.
[    9.828853] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[    9.869165] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[    9.919687] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[    9.958538] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    9.996285] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[   10.036134] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[   10.075730] systemd[1]: Expecting device /dev/dri/card0...
         Expecting device /dev/dri/card0...
[   10.105504] systemd[1]: Expecting device /dev/hwrng...
         Expecting device /dev/hwrng...
[   10.135526] systemd[1]: Expecting device /dev/tee0...
         Expecting device /dev/tee0...
[   10.165883] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[   10.195692] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[   10.235665] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[   10.265717] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[   10.392306] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[   10.425837] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[   10.467359] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[   10.526351] systemd[1]: Listening on Process Core Dump Socket.
[  OK  ] Listening on Process Core Dump Socket.
[   10.576455] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[   10.628199] systemd[1]: Journal Audit Socket was skipped because of an unmet condition check (ConditionSecurity=audit).
[   10.639343] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   10.677221] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   10.717474] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[   10.757566] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[   10.796946] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   10.837119] systemd[1]: Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[   10.915787] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[   10.963173] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[   11.056437] systemd[1]: Mounting Kernel Trace File System...
         Mounting Kernel Trace File System...
[   11.081664] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[   11.127132] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[   11.176788] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[   11.226988] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[   11.277009] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[   11.306865] systemd[1]: Starting Mount partitions...
         Starting Mount partitions...
[   11.379044] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[   11.390738] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[   11.422304] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   11.479690] systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met.
[   11.497087] systemd[1]: Starting Generate network units from Kernel command line...
         Starting Generate network units from Kernel command line...
[   11.550487] systemd-journald[240]: Collecting audit messages is disabled.
[   11.596853] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[   11.626693] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[   11.766733] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[   11.855373] EXT4-fs (mmcblk1p10): re-mounted 15b84ac4-de3f-4750-ae1c-fa1db0543f79 r/w. Quota mode: disabled.
[   11.859243] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[   11.911943] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[   11.953481] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[   11.976209] systemd[1]: Mounted Kernel Trace File System.
[  OK  ] Mounted Kernel Trace File System.
[   11.994966] systemd[1]: Mounted Temporary Directory /tmp.
[  OK  ] Mounted Temporary Directory /tmp.
[   12.068539] systemd[1]: Finished Create List of Static Device Nodes.
[  OK  ] Finished Create List of Static Device Nodes.
[   12.109309] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   12.139957] systemd[1]: Finished Load Kernel Module configfs.
[  OK  ] Finished Load Kernel Module configfs.
[   12.158104] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  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.
[  OK     12.360216] EXT4-fs (mmcblk1p8): recovery complete
[   12.364867] EXT4-fs (mmcblk1p8): mounted filesystem b87ab84b-11e8-4e81-895b-d51ba5a22e93 r/w with ordered data mode. Quota mode: disabled.
m] 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...
[   12.863043] systemd-journald[240]: Received client request to flush runtime journal.
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Finished Flush Journal to Persistent Storage.
[   13.006487] EXT4-fs (mmcblk1p9): recovery complete
[   13.010154] EXT4-fs (mmcblk1p9): mounted filesystem 41e1ee78-8a39-4919-a487-99a501137600 r/w with ordered data mode. Quota mode: disabled.
[  OK  ] Finished Create Static Device Nodes in /dev gracefully.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Preparation for Local File Systems.
         Mounting /var/volatile...
[   13.433435] EXT4-fs (mmcblk1p11): recovery complete
         Starting Rule-based Manager for Device Events and Files...
[   13.465765] EXT4-fs (mmcblk1p11): mounted filesystem 5ed9302c-9029-4094-9b5b-612c1e1574ac r/w with ordered data mode. Quota mode: disabled.
[  OK  ] Mounted /var/volatile.
[  OK  ] Finished Mount partitions.
         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.
[  OK  ] Started Rule-based Manager for Device Events and Files.
[  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  ] Finished Coldplug All udev Devices.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Started Network Name Resolution.
[   16.610927] stm32-crc32 58009000.crc: Initialized
[   16.696124] galcore: loading out-of-tree module taints kernel.
[   16.714798] Galcore version 6.4.21.1.1058597
[   16.984713] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.004859] /soc/bus@5c007000/i2c@40012000/cs42l51@4a: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004
[   17.026550] /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/cs42l51@4a
[   17.049497] /soc/bus@5c007000/i2c@40012000/cs42l51@4a: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b024
[   17.088121] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   17.094084] /soc/bus@5c007000/sai@4400b000/audio-controller@4400b024: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@40012000/cs42l51@4a
[   17.094974] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   17.122705] /soc/bus@5c007000/sai@4400b000/audio-controller@4400b024: Fixed dependency cycle(s) with /soc/bus@5c007000/sai@4400b000/audio-controller@4400b004
[   17.229772] st,stm32-i2s 4000b000.audio-controller: No cache defaults, reading back from HW
[   17.303726] Bluetooth: Core ver 2.22
[   17.314509] NET: Registered PF_BLUETOOTH protocol family
[   17.327237] Bluetooth: HCI device and connection manager initialized
[   17.332257] Bluetooth: HCI socket layer initialized
[   17.378804] Bluetooth: L2CAP socket layer initialized
[   17.382611] Bluetooth: SCO socket layer initialized
[   17.497194] Bluetooth: HCI UART driver ver 2.3
[   17.500296] Bluetooth: HCI UART protocol H4 registered
[   17.512747] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[   17.525162] stm32-hash 54002000.hash: will run requests pump with realtime priority
[   17.535431] stm32-hash 54002000.hash: Init HASH done HW ver 23 DMA mode 1
[   17.541454] Bluetooth: HCI UART protocol Broadcom registered
[   17.554790] stm32-cryp 54001000.cryp: will run requests pump with realtime priority
[   17.585529] stm32-cryp 54001000.cryp: Initialized
[   17.979224] Bluetooth: hci0: BCM: chip id 94
[   17.987125] Bluetooth: hci0: BCM: features 0x2e
[   17.994707] Bluetooth: hci0: BCM43430A1
[   17.997520] Bluetooth: hci0: BCM43430A1 (001.002.009) build 0000
[   18.010204] Bluetooth: hci0: BCM43430A1 'brcm/BCM43430A1.hcd' Patch
[   18.062870] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[  OK  ] F[   18.071242] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Aug 16 2022 03:05:14 version 7.45.98.125 (5b7978c CY) FWID 01-f420b81d
ound device /dev/dri/card0.
[  OK  ] Created slice Slice [   18.129503] configfs-gadget.g1 gadget.0: HOST MAC b8:22:94:a2:73:31
/system/systemd-backlight.
[   18.151645] configfs-gadget.g1 gadget.0: MAC 42:9e:c3:d1:02:92
[  OK  ] Reached target    18.169209] dwc2 49000000.usb-otg: bound driver configfs-gadget.g1
39mHost and Network Name Lookups.
[  OK  ] Reached target System Time Set.
[  OK  ] Started Starts Psplash Boot screen.
[   18.386663] dwc2 49000000.usb-otg: new device is high-speed
         Starting Load/Save Screen Backligh…ness of backlight:5a000000.dsi.0...
[   18.462595] dwc2 49000000.usb-otg: new device is high-speed
[   18.523686] dwc2 49000000.usb-otg: new address 41
         Starting Wait for udev To Complete Device Initialization...
[  OK  ] Found device /dev/hwrng.
[   18.820148] cs42l51 0-004a: Cirrus Logic CS42L51, Revision: 01
[  OK  ] Finished Load/Save Screen Backligh…htness of backlight:5a000000.dsi.0.
[   19.076030] Bluetooth: hci0: BCM: features 0x2e
[   19.089953] Bluetooth: hci0: BCM4343WA1 37.4MHz Murata Type-1DX BT5.1-0159
[   19.095634] Bluetooth: hci0: BCM43430A1 (001.002.009) build 0528
[  OK  ] Found device /dev/tee0.
[  OK  ] Reached target Hardware activated USB gadget.
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
         Starting Virtual Console Setup...
         Starting Load/Save RF Kill Switch Status...
[  OK  ] Started Load/Save RF Kill Switch Status.
[  OK  ] Finished Virtual Console Setup.
[  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...
         Starting Bluetooth service...
[  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.
[  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...
[   21.888131] Bluetooth: MGMT ver 1.22
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Finished IPv6 Packet Filtering Framework.
[  OK  ] Finished IPv4 Packet Filtering Framework.
[  OK  ] Started User Login Management.
[  OK  ] Finished Resets System Activity Logs.
[  OK  ] Finished ST set alsa state configuration.
[  OK  ] Reached target Preparation for Network.
         Starting Save/Restore Sound Card State...
         Starting Network Configuration...
[  OK  ] Started TEE Supplicant.
[  OK  ] Finished Save/Restore Sound Card State.
[  OK  ] Started Bluetooth service.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Reached target Bluetooth Support.
[  OK  ] Reached target Sound Card.
         Starting Hostname Service...
[  OK  ] Finished Check if the gpu are pres…t the correct weston configuration.
[  OK  ] Started Network Configuration.
[   23.172228] stm32-dwmac 5800a000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0
[  OK  ] Reached target Network.
[   23.295527] stm32-dwmac 5800a000.ethernet end0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[  OK  ] Started IIO Daemon.
[   23.324099] dwmac4: Master AXI performs any burst length
[   23.328125] stm32-dwmac 5800a000.ethernet end0: No Safety Features support found
[   23.335851] stm32-dwmac 5800a000.ethernet end0: IEEE 1588-2008 Advanced Timestamp supported
[   23.347732] stm32-dwmac 5800a000.ethernet end0: registered PTP clock
[   23.376935] stm32-dwmac 5800a000.ethernet end0: configuring for phy/rgmii-id link mode
         Starting Real time performance monitoring...
         Starting ST hostname...
         Starting Permit User Sessions...
         Starting Target Communication Framework agent...
[  OK  ] Finished Permit User Sessions.
[  OK  ] Finished ST hostname.
[  OK  ] Started Target Communication Framework agent.
[  OK  ] Started Real time performance monitoring.
[  OK  ] Started Hostname Service.
[  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 stm32mp1-e1-89-28 ttySTM0

stm32mp1-e1-89-28 login: root (automatic login)

root@stm32mp1-e1-89-28:~# 
[   35.675384] vdda: disabling
[   35.920844] weston[1196]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set

3. Basic commands[edit | edit source]

3.1. Printing distribution specific information[edit | edit source]

root@stm32mp1-e1-89-28:~# cat /etc/build 
-----------------------
Build Configuration:  |
-----------------------
BB_VERSION = 2.8.0
BUILD_SYS = x86_64-linux
NATIVELSBSTRING = universal
TARGET_SYS = arm-ostl-linux-gnueabi
MACHINE = stm32mp1
DISTRO = openstlinux-weston
DISTRO_VERSION = 5.0.8-openstlinux-6.6-yocto-scarthgap-mpu-v25.06.11
TUNE_FEATURES = arm vfp cortexa7 neon vfpv4 thumb callconvention-hard
TARGET_FPU = hard
MANIFESTVERSION = ostl-v25-06-11-4-g544d3bf223e7dcacf1cc6a0a18fa1173859206cd
DISTRO_CODENAME = scarthgap
ACCEPT_EULA_stm32mp1 = 1
GCCVERSION = 13.%
PREFERRED_PROVIDER_virtual/kernel = linux-stm32mp
MACHINE_FEATURES = usbhost usbgadget alsa screen ext2 pci splashscreen watchdog bluetooth wifi gpu m4copro usbg0 optee  tpm2  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:cd2b6080a4c0f2ed2c9939ec0b87763aef595048

3.2. Printing system information[edit | edit source]

root@stm32mp1-e1-89-28:~# uname -a
Linux stm32mp1-e1-89-28 6.6.78 #1 SMP PREEMPT Mon Feb 17 08:40:43 UTC 2025 armv7l GNU/Linux

3.3. Printing Linux kernel and GCC versions[edit | edit source]

root@stm32mp1-e1-89-28:~# cat /proc/version 
Linux version 6.6.78 (oe-user@oe-host) (arm-ostl-linux-gnueabi-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Mon Feb 17 08:40:43 UTC 2025

3.4. Printing the amount of disk space available on all mounted file systems[edit | edit source]

root@stm32mp1-e1-89-28:~# df -h
Filesystem       Size  Used Avail Use% Mounted on
devtmpfs         126M     0  126M   0% /dev
/dev/mmcblk1p10  3.8G  502M  3.2G  14% /
tmpfs            194M     0  194M   0% /dev/shm
tmpfs             78M  8.8M   69M  12% /run
tmpfs            194M  4.0K  194M   1% /tmp
/dev/mmcblk1p8    55M   18M   33M  35% /boot
/dev/mmcblk1p9    14M  6.7M  6.0M  53% /vendor
tmpfs            194M   20K  194M   1% /var/volatile
/dev/mmcblk1p11   11G   47M  9.5G   1% /usr/local
tmpfs             39M  8.0K   39M   1% /run/user/1000
tmpfs             39M  4.0K   39M   1% /run/user/0

3.5. ssh connection (only if the Ethernet cable connected)[edit | edit source]

  • Get the IP address of your board
Board $>ip addr show eth0                                                                           
3: eth0: <BROADCAST,MULTICAST,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 forever
  • On the host computer, connect the terminal to the board using ssh
PC $>ssh root@xx.xx.xx.xx
root@stm32mp1-e1-89-28:~#