Applicable for STM32MP13x lines

Let's start Develop on Arm® Cortex®-A7
Unpack the board Populate the target and boot the image Execute basic commands Use the demo launcher


1. Overview[edit | edit source]

This step explains how to connect your board Linux® terminal to your host computer through the ST-LINK/V3E.
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
sudo apt-get install minicom
  • Get the ttyACM device instance that needs to be used to access the ST-LINK/V3E
ls /dev/ttyACM*
/dev/ttyACM0
  • Connect the minicom to the /dev/ttyACM0 device
minicom -D /dev/ttyACM0
Welcome to minicom 2.7.1

OPTIONS: I18n 
Compiled on Dec 23 2019, 02:06:26.
Port /dev/ttyACM0, 10:54:36

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:  Model: STMicroelectronics STM32MP135F-DK Discovery Board
NOTICE:  Board: MB1635 Var1.0 Rev.E-02
INFO:    PMIC version = 0x21
NOTICE:  Reset reason (0x34):
INFO:      Pad Reset from NRST
INFO:    ARM GICv2 driver initialized
INFO:    FCONF: Reading TB_FW firmware configuration file from: 0x2ffe0000
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.24-dirty(a07367a1)
NOTICE:  BL2: Built : 16:16:36, Oct  3 2025
INFO:    BL2: Doing platform setup
INFO:    RAM: DDR3-1066 bin F 1x4Gb 533MHz v1.53
INFO:    Memory size = 0x20000000 (512 MB)
INFO:    BL2: Loading image id 1
INFO:    Loading image id=1 at address 0x30006000
INFO:    Image id=1 loaded: 0x30006000 - 0x30006236
INFO:    FCONF: Reading FW_CONFIG firmware configuration file from: 0x30006000                                                                
INFO:    FCONF: Reading firmware configuration information for: mce_config                                                                    
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 0xde000000                                                                                             
INFO:    Image id=4 loaded: 0xde000000 - 0xde00001c                                                                                           
INFO:    OPTEE ep=0xde000000                                                                                                                  
INFO:    OPTEE header info:                                                                                                                   
INFO:          magic=0x4554504f                                                                                                               
INFO:          version=0x2                                                                                                                    
INFO:          arch=0x0                                                                                                                       
INFO:          flags=0x0                                                                                                                      
INFO:          nb_images=0x1                                                                                                                  
INFO:    BL2: Loading image id 8                                                                                                              
INFO:    Loading image id=8 at address 0xde000000                                                                                             
INFO:    Image id=8 loaded: 0xde000000 - 0xde07a468                                                                                           
INFO:    BL2: Loading image id 2                                                                                                              
INFO:    Loading image id=2 at address 0xc0400000                                                                                             
INFO:    Image id=2 loaded: 0xc0400000 - 0xc0410fd8                                                                                           
INFO:    BL2: Skip loading image id 16                                                                                                        
INFO:    BL2: Loading image id 5                                                                                                              
INFO:    Loading image id=5 at address 0xc0000000                                                                                             
INFO:    Image id=5 loaded: 0xc0000000 - 0xc0119e38                                                                                           
NOTICE:  BL2: Booting BL32                                                                                                                    
INFO:    Entry point address = 0xde000000                                                                                                     
INFO:    SPSR = 0x1d3                                                                                                                         
I/TC: Early console on UART#4                                                                                                                 
I/TC:                                                                                                                                         
I/TC: Embedded DTB found                                                                                                                      
I/TC: OP-TEE version: 4.0.0-dev (gcc version 13.4.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: 0x7b760000 to 0x7b7601e0                                                                                           
I/TC: WARNING: Embeds insecure stm32mp_provisioning driver                                                                                    
I/TC: Platform stm32mp1: flavor PLATFORM_FLAVOR - DT stm32mp135f-dk.dts                                                                       
I/TC: OP-TEE ST profile: secure_and_system_services                                                                                           
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 enabled                                                                                                  
optee optee: OP-TEE: revision 4.0 (2a5b1d12)                                                                                                  
                                                                                                                                              
                                                                                                                                              
U-Boot 2023.10-stm32mp-r3.1 (Oct 02 2023 - 14:39:59 +0000)                                                                                    
                                                                                                                                              
CPU: STM32MP135F Rev.Y                                                                                                                        
Model: STMicroelectronics STM32MP135F-DK Discovery Board                                                                                      
Board: stm32mp1 in trusted mode (st,stm32mp135f-dk)                                                                                           
Board: MB1635 Var1.0 Rev.E-02                                                                                                                 
DRAM:  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 enabled                                                                                                  
Clocks:                                                                                                                                       
- MPU : 900 MHz                                                                                                                               
- AXI : 266.500 MHz                                                                                                                           
- PER : 24 MHz                                                                                                                                
- DDR : 533 MHz                                                                                                                               
Core:  265 devices, 43 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, eth1: ethernet@5800e000                                                                                       
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/stm32mp135f-dk_extlinux.conf                                                                                             
Retrieving file: /mmc0_extlinux/stm32mp135f-dk_extlinux.conf                                                                                  
Retrieving file: /splash_landscape.bmp                                                                                                        
Select the boot mode                                                                                                                          
1:      OpenSTLinux                                                                                                                           
2:      stm32mp135f-dk-a7-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: /stm32mp135f-dk.dtb                                                                                                          
## Booting kernel from Legacy Image at c2000000 ...                                                                                           
   Image Name:   Linux-6.6.129                                                                                                                
   Created:      2026-03-05  15:03:43 UTC                                                                                                     
   Image Type:   ARM Linux Kernel Image (uncompressed)                                                                                        
   Data Size:    8734912 Bytes = 8.3 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 cf99d000, end cffffaa9 ... OK                                                                                           
   Loading Device Tree to cf989000, end cf99cb8f ... OK                                                                                       
Working FDT set to cf989000                                                                                                                   
                                                                                                                                              
Starting kernel ...                                                                                                                           
                                                                                                                                              
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                                                                                                  
[    0.000000] Booting Linux on physical CPU 0x0                                                                                              
[    0.000000] Linux version 6.6.129 (oe-user@oe-host) (arm-ostl-linux-gnueabi-gcc (GCC) 13.4.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SM6
[    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 STM32MP135F-DK Discovery Board                                                      
[    0.000000] Memory policy: Data cache writealloc                                                                                           
[    0.000000] OF: reserved mem: 0xdce00000..0xdcfeffff (1984 KiB) nomap non-reusable framebuffer@dce00000                                    
[    0.000000] OF: reserved mem: 0xdd000000..0xdfffffff (49152 KiB) nomap non-reusable optee@dd000000                                         
[    0.000000] cma: Reserved 64 MiB at 0xd8000000 on node -1                                                                                  
[    0.000000] Zone ranges:                                                                                                                   
[    0.000000]   Normal   [mem 0x00000000c0000000-0x00000000dcffffff]                                                                         
[    0.000000]   HighMem  [mem 0x00000000dd000000-0x00000000dfffffff]                                                                         
[    0.000000] Movable zone start for each node                                                                                               
[    0.000000] Early memory node ranges                                                                                                       
[    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000dcdfffff]                                                                        
[    0.000000]   node   0: [mem 0x00000000dce00000-0x00000000dcfeffff]                                                                        
[    0.000000]   node   0: [mem 0x00000000dcff0000-0x00000000dcffffff]                                                                        
[    0.000000]   node   0: [mem 0x00000000dd000000-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 s42900 r8192 d22636 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: 130028                                                                  
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off                                                                  
[    0.000000] Memory: 374432K/524288K available (13312K kernel code, 1451K rwdata, 4020K rodata, 1024K init, 231K bss, 84320K reserved, 6553)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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=2 to nr_cpu_ids=1.                                                                  
[    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] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1                                                                   
[    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.000018] Switching to timer-based delay loop, resolution 41ns                                                                           
[    0.001262] Console: colour dummy device 80x30                                                                                             
[    0.001331] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)                         
[    0.001354] CPU: Testing write buffer coherency: ok                                                                                        
[    0.001423] pid_max: default: 32768 minimum: 301                                                                                           
[    0.001673] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)                                                            
[    0.001701] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)                                                       
[    0.003306] /cpus/cpu@0 missing clock-frequency property                                                                                   
[    0.003355] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000                                                                               
[    0.005739] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.                                            
[    0.006013] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.                                      
[    0.006301] Setting up static identity map for 0xc0100000 - 0xc0100060                                                                     
[    0.006616] rcu: Hierarchical SRCU implementation.                                                                                         
[    0.006632] rcu:     Max phase no-delay instances is 1000.                                                                                 
[    0.008398] smp: Bringing up secondary CPUs ...                                                                                            
[    0.008457] smp: Brought up 1 node, 1 CPU                                                                                                  
[    0.008476] SMP: Total of 1 processors activated (48.00 BogoMIPS).                                                                         
[    0.008486] CPU: All CPU(s) started in SVC mode.                                                                                           
[    0.009511] devtmpfs: initialized                                                                                                          
[    0.030971] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5                                                        
[    0.031382] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns                               
[    0.031420] futex hash table entries: 256 (order: 2, 16384 bytes, linear)                                                                  
[    0.034566] pinctrl core: initialized pinctrl subsystem                                                                                    
[    0.037217] NET: Registered PF_NETLINK/PF_ROUTE protocol family                                                                            
[    0.041791] DMA: preallocated 256 KiB pool for atomic coherent allocations                                                                 
[    0.043814] thermal_sys: Registered thermal governor 'step_wise'                                                                           
[    0.043999] cpuidle: using governor menu                                                                                                   
[    0.044392] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 0                                        
[    0.044414] hw-breakpoint: CPU 0 failed to disable vector catch                                                                            
[    0.045027] Serial: AMBA PL011 UART driver                                                                                                 
[    0.048861] stm32-pm-domain pm_domain: domain core-ret-power-domain registered                                                             
[    0.048900] stm32-pm-domain pm_domain: subdomain core-power-domain registered                                                              
[    0.048912] stm32-pm-domain pm_domain: domains probed                                                                                      
[    0.060673] /soc/i2c@40012000/typec@53/connector: Fixed dependency cycle(s) with /soc/bus@5c007000/usb@49000000                            
[    0.061117] /soc/bus@50080000/etf@50092000: Fixed dependency cycle(s) with /soc/bus@50080000/tpiu@50093000                                 
[    0.061167] /soc/bus@50080000/etf@50092000: Fixed dependency cycle(s) with /soc/bus@50080000/etm@500dc000                                  
[    0.061236] /soc/bus@50080000/tpiu@50093000: Fixed dependency cycle(s) with /soc/bus@50080000/etf@50092000                                 
[    0.061327] /soc/bus@50080000/etm@500dc000: Fixed dependency cycle(s) with /soc/bus@50080000/etf@50092000                                  
[    0.061468] /soc/bus@5c007000/usb@49000000: Fixed dependency cycle(s) with /soc/i2c@40012000/typec@53/connector                            
[    0.061626] /soc/bus@5c007000/i2c@4c006000/stmipi@14: Fixed dependency cycle(s) with /soc/bus@5c007000/dcmipp@5a000000                     
[    0.061680] /soc/bus@5c007000/i2c@4c006000/stmipi@14: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@4c006000/gc2145@3c              
[    0.061773] /soc/bus@5c007000/i2c@4c006000/gc2145@3c: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@4c006000/stmipi@14              
[    0.062138] /soc/bus@5c007000/dcmipp@5a000000: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@4c006000/stmipi@14                     
[    0.064622] /soc/i2c@40012000/typec@53/connector: Fixed dependency cycle(s) with /soc/bus@5c007000/usb@49000000                            
[    0.069245] /soc/bus@50080000/etf@50092000: Fixed dependency cycle(s) with /soc/bus@50080000/tpiu@50093000                                 
[    0.069307] /soc/bus@50080000/etf@50092000: Fixed dependency cycle(s) with /soc/bus@50080000/etm@500dc000                                  
[    0.069375] /soc/bus@50080000/tpiu@50093000: Fixed dependency cycle(s) with /soc/bus@50080000/etf@50092000                                 
[    0.069453] /soc/bus@50080000/etm@500dc000: Fixed dependency cycle(s) with /soc/bus@50080000/etf@50092000                                  
[    0.072011] /soc/bus@5c007000/usb@49000000: Fixed dependency cycle(s) with /soc/i2c@40012000/typec@53/connector                            
[    0.072649] /soc/bus@5c007000/i2c@4c006000/stmipi@14: Fixed dependency cycle(s) with /soc/bus@5c007000/dcmipp@5a000000                     
[    0.072722] /soc/bus@5c007000/i2c@4c006000/stmipi@14: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@4c006000/gc2145@3c              
[    0.072830] /soc/bus@5c007000/i2c@4c006000/gc2145@3c: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@4c006000/stmipi@14              
[    0.073217] /soc/bus@5c007000/dcmipp@5a000000: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@4c006000/stmipi@14                     
[    0.073657] /soc/i2c@40012000/typec@53/connector: Fixed dependency cycle(s) with /soc/bus@5c007000/usb@49000000                            
[    0.073841] /soc/bus@5c007000/usb@49000000: Fixed dependency cycle(s) with /soc/i2c@40012000/typec@53/connector                            
[    0.075839] /soc/bus@5c007000/i2c@4c006000/stmipi@14: Fixed dependency cycle(s) with /soc/bus@5c007000/dcmipp@5a000000                     
[    0.075925] /soc/bus@5c007000/i2c@4c006000/stmipi@14: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@4c006000/gc2145@3c              
[    0.076039] /soc/bus@5c007000/i2c@4c006000/gc2145@3c: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@4c006000/stmipi@14              
[    0.080412] /soc/bus@5c007000/i2c@4c006000/stmipi@14: Fixed dependency cycle(s) with /soc/bus@5c007000/dcmipp@5a000000                     
[    0.080720] /soc/bus@5c007000/dcmipp@5a000000: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@4c006000/stmipi@14                     
[    0.084355] /soc/bus@5c007000/display-controller@5a001000: Fixed dependency cycle(s) with /panel-rgb                                       
[    0.084579] /panel-rgb: Fixed dependency cycle(s) with /soc/bus@5c007000/display-controller@5a001000                                       
[    0.086510] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.                                           
[    0.105544] SCSI subsystem initialized                                                                                                     
[    0.106804] usbcore: registered new interface driver usbfs                                                                                 
[    0.106886] usbcore: registered new interface driver hub                                                                                   
[    0.106966] usbcore: registered new device driver usb                                                                                      
[    0.107488] pps_core: LinuxPPS API ver. 1 registered                                                                                       
[    0.107501] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>                                       
[    0.107550] PTP clock support registered                                                                                                   
[    0.107905] EDAC MC: Ver: 3.0.0                                                                                                            
[    0.109872] scmi_core: SCMI protocol bus registered                                                                                        
[    0.121559] clocksource: Switched to clocksource arch_sys_counter                                                                          
[    0.162879] NET: Registered PF_INET protocol family                                                                                        
[    0.163227] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)                                                             
[    0.165572] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)                                                
[    0.165624] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)                                                       
[    0.165645] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)                                                       
[    0.165696] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)                                                              
[    0.165857] TCP: Hash tables configured (established 4096 bind 4096)                                                                       
[    0.166020] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)                                                                     
[    0.166079] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)                                                                
[    0.166469] NET: Registered PF_UNIX/PF_LOCAL protocol family                                                                               
[    0.171914] RPC: Registered named UNIX socket transport module.                                                                            
[    0.171940] RPC: Registered udp transport module.                                                                                          
[    0.171948] RPC: Registered tcp transport module.                                                                                          
[    0.171952] RPC: Registered tcp-with-tls transport module.                                                                                 
[    0.171957] RPC: Registered tcp NFSv4.1 backchannel transport module.                                                                      
[    0.173025] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available                                                   
[    0.175665] Initialise system trusted keyrings                                                                                             
[    0.176489] Trying to unpack rootfs image as initramfs...                                                                                  
[    0.181879] workingset: timestamp_bits=14 max_order=17 bucket_order=3                                                                      
[    0.182519] squashfs: version 4.0 (2009/01/31) Phillip Lougher                                                                             
[    0.191929] NFS: Registering the id_resolver key type                                                                                      
[    0.192035] Key type id_resolver registered                                                                                                
[    0.192045] Key type id_legacy registered                                                                                                  
[    0.192107] nfs4filelayout_init: NFSv4 File Layout Driver Registering...                                                                   
[    0.192121] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...                                                           
[    0.192210] ntfs: driver 2.1.32 [Flags: R/O].                                                                                              
[    0.192258] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.                                                                           
[    0.192990] fuse: init (API version 7.39)                                                                                                  
[    0.193855] NET: Registered PF_ALG protocol family                                                                                         
[    0.193883] Key type asymmetric registered                                                                                                 
[    0.193892] Asymmetric key parser 'x509' registered                                                                                        
[    0.194041] bounce: pool size: 64 pages                                                                                                    
[    0.194132] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)                                                           
[    0.194146] io scheduler mq-deadline registered                                                                                            
[    0.194155] io scheduler kyber registered                                                                                                  
[    0.194232] io scheduler bfq registered                                                                                                    
[    0.202097] /soc/interrupt-controller@5000d000: bank0                                                                                      
[    0.202142] /soc/interrupt-controller@5000d000: bank1                                                                                      
[    0.202159] /soc/interrupt-controller@5000d000: bank2                                                                                      
[    0.203199] Registering stm32-etzpc firewall controller                                                                                    
[    0.241722] STM32 USART driver initialized                                                                                                 
[    0.312662] brd: module loaded                                                                                                             
[    0.352558] loop: module loaded                                                                                                            
[    0.382276] CAN device driver interface                                                                                                    
[    0.384573] pegasus: Pegasus/Pegasus II USB Ethernet driver                                                                                
[    0.384711] usbcore: registered new interface driver pegasus                                                                               
[    0.384801] usbcore: registered new interface driver asix                                                                                  
[    0.384884] usbcore: registered new interface driver ax88179_178a                                                                          
[    0.384976] usbcore: registered new interface driver cdc_ether                                                                             
[    0.385056] usbcore: registered new interface driver smsc75xx                                                                              
[    0.385133] usbcore: registered new interface driver smsc95xx                                                                              
[    0.385212] usbcore: registered new interface driver net1080                                                                               
[    0.385305] usbcore: registered new interface driver cdc_subset                                                                            
[    0.385386] usbcore: registered new interface driver zaurus                                                                                
[    0.385496] usbcore: registered new interface driver cdc_ncm                                                                               
[    0.392804] usbcore: registered new interface driver usb-storage                                                                           
[    0.393146] usbcore: registered new device driver onboard-usb-hub                                                                          
[    0.403947] i2c_dev: i2c /dev entries driver                                                                                               
[    0.432355] arm_smc_wdt watchdog: Watchdog registered (timeout=32 sec, nowayout=0)                                                         
[    0.433765] stm32-cpufreq stm32-cpufreq: OPP-v2 not supported                                                                              
[    0.434994] sdhci: Secure Digital Host Controller Interface driver                                                                         
[    0.435011] sdhci: Copyright(c) Pierre Ossman                                                                                              
[    0.435017] Synopsys Designware Multimedia Card Interface Driver                                                                           
[    0.435597] sdhci-pltfm: SDHCI platform and OF driver helper                                                                               
[    0.436847] ledtrig-cpu: registered to indicate activity on CPUs                                                                           
[    0.437901] usbcore: registered new interface driver usbhid                                                                                
[    0.437919] usbhid: USB HID core driver                                                                                                    
[    0.462367] optee: probing for conduit method.                                                                                             
[    0.462412] optee: revision 4.0 (2a5b1d12)                                                                                                 
[    0.504459] optee: Asynchronous notifications enabled                                                                                      
[    0.504494] optee: dynamic shared memory is enabled                                                                                        
[    0.512013] random: crng init done                                                                                                         
[    0.512652] optee: initialized driver                                                                                                      
[    0.514039] NET: Registered PF_PACKET protocol family                                                                                      
[    0.514065] can: controller area network core                                                                                              
[    0.514210] NET: Registered PF_CAN protocol family                                                                                         
[    0.514229] can: raw protocol                                                                                                              
[    0.514244] can: broadcast manager protocol                                                                                                
[    0.514259] can: netlink gateway - max_hops=1                                                                                              
[    0.522367] Key type dns_resolver registered                                                                                               
[    0.522620] ThumbEE CPU extension supported.                                                                                               
[    0.522647] Registering SWP/SWPB emulation handler                                                                                         
[    0.582421] registered taskstats version 1                                                                                                 
[    0.582629] Loading compiled-in X.509 certificates                                                                                         
[    0.645030] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16                                                         
[    0.645395] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.                                                                     
[    0.645533] arm-scmi firmware:scmi: SCMI Protocol v2.0 'ST:' Firmware version 0x0                                                          
[    0.652727] scmi-perf-domain scmi_dev.3: Initialized 1 performance domains                                                                 
[    0.681947] scmi-regulator scmi_dev.6: Regulator reg11 registered for domain [0]                                                           
[    0.682502] scmi-regulator scmi_dev.6: Regulator reg18 registered for domain [1]                                                           
[    0.682937] scmi-regulator scmi_dev.6: Regulator usb33 registered for domain [2]                                                           
[    0.683576] scmi-regulator scmi_dev.6: Regulator vddcpu registered for domain [6]                                                          
[    0.684197] scmi-regulator scmi_dev.6: Regulator vdd registered for domain [8]                                                             
[    0.684885] scmi-regulator scmi_dev.6: Regulator vddcore registered for domain [9]                                                         
[    0.685517] scmi-regulator scmi_dev.6: Regulator vdd_adc registered for domain [10]                                                        
[    0.685947] scmi-regulator scmi_dev.6: Regulator vdd_usb registered for domain [13]                                                        
[    0.686581] scmi-regulator scmi_dev.6: Regulator vdd_sd registered for domain [14]                                                         
[    0.687271] scmi-regulator scmi_dev.6: Regulator v1v8_periph registered for domain [15]                                                    
[    0.687735] scmi-regulator scmi_dev.6: Regulator v3v3_sw registered for domain [19]                                                        
[    0.762302] stm32mp135-pinctrl soc:pinctrl@50002000: GPIOA bank added                                                                      
[    0.763170] stm32mp135-pinctrl soc:pinctrl@50002000: GPIOB bank added                                                                      
[    0.764046] stm32mp135-pinctrl soc:pinctrl@50002000: GPIOC bank added                                                                      
[    0.764880] stm32mp135-pinctrl soc:pinctrl@50002000: GPIOD bank added                                                                      
[    0.765694] stm32mp135-pinctrl soc:pinctrl@50002000: GPIOE bank added                                                                      
[    0.766652] stm32mp135-pinctrl soc:pinctrl@50002000: GPIOF bank added                                                                      
[    0.767629] stm32mp135-pinctrl soc:pinctrl@50002000: GPIOG bank added                                                                      
[    0.768603] stm32mp135-pinctrl soc:pinctrl@50002000: GPIOH bank added                                                                      
[    0.772355] stm32mp135-pinctrl soc:pinctrl@50002000: GPIOI bank added                                                                      
[    0.772460] stm32mp135-pinctrl soc:pinctrl@50002000: Pinctrl STM32 initialized                                                             
[    0.791793] stm32-dma 48000000.dma-controller: STM32 DMA driver registered                                                                 
[    0.794745] stm32-dma 48001000.dma-controller: STM32 DMA driver registered                                                                 
[    0.811707] stm32-mdma 58000000.dma-controller: STM32 MDMA driver registered                                                               
[    0.826801] [drm] Initialized simpledrm 1.0.0 20200625 for dce00000.framebuffer on minor 0                                                 
[    0.828425] stm32-dwmac 5800a000.ethernet: IRQ eth_lpi not found                                                                           
[    0.851805] stm32-dwmac 5800a000.ethernet: User ID: 0x12, Synopsys ID: 0x42                                                                
[    0.851849] stm32-dwmac 5800a000.ethernet:   DWMAC4/5                                                                                      
[    0.851863] stm32-dwmac 5800a000.ethernet: DMA HW capability register supported                                                            
[    0.851871] stm32-dwmac 5800a000.ethernet: RX Checksum Offload Engine supported                                                            
[    0.851878] stm32-dwmac 5800a000.ethernet: TX Checksum insertion supported                                                                 
[    0.851886] stm32-dwmac 5800a000.ethernet: TSO supported                                                                                   
[    0.851893] stm32-dwmac 5800a000.ethernet: Enable RX Mitigation via HW Watchdog Timer                                                      
[    0.851904] stm32-dwmac 5800a000.ethernet: Enabled L3L4 Flow TC (entries=2)                                                                
[    0.851916] stm32-dwmac 5800a000.ethernet: Enabled RFS Flow TC (entries=10)                                                                
[    0.851927] stm32-dwmac 5800a000.ethernet: TSO feature enabled                                                                             
[    0.851936] stm32-dwmac 5800a000.ethernet: Using 32/32 bits DMA host/device width                                                          
[    1.425039] Freeing initrd memory: 6540K                                                                                                   
[    1.448257] stm32-dwmac 5800e000.ethernet: IRQ eth_wake_irq not found                                                                      
[    1.448287] stm32-dwmac 5800e000.ethernet: IRQ eth_lpi not found                                                                           
[    1.449512] stm32-dwmac 5800e000.ethernet: User ID: 0x12, Synopsys ID: 0x42                                                                
[    1.449550] stm32-dwmac 5800e000.ethernet:   DWMAC4/5                                                                                      
[    1.449561] stm32-dwmac 5800e000.ethernet: DMA HW capability register supported                                                            
[    1.449570] stm32-dwmac 5800e000.ethernet: RX Checksum Offload Engine supported                                                            
[    1.449577] stm32-dwmac 5800e000.ethernet: TX Checksum insertion supported                                                                 
[    1.449583] stm32-dwmac 5800e000.ethernet: Wake-Up On Lan supported                                                                        
[    1.449716] stm32-dwmac 5800e000.ethernet: TSO supported                                                                                   
[    1.449727] stm32-dwmac 5800e000.ethernet: Enable RX Mitigation via HW Watchdog Timer                                                      
[    1.449739] stm32-dwmac 5800e000.ethernet: Enabled L3L4 Flow TC (entries=2)                                                                
[    1.449749] stm32-dwmac 5800e000.ethernet: Enabled RFS Flow TC (entries=10)                                                                
[    1.449760] stm32-dwmac 5800e000.ethernet: TSO feature enabled                                                                             
[    1.449769] stm32-dwmac 5800e000.ethernet: Using 32/32 bits DMA host/device width                                                          
[    1.473826] dwc2 49000000.usb: supply vusb_d not found, using dummy regulator                                                              
[    1.474093] dwc2 49000000.usb: supply vusb_a not found, using dummy regulator                                                              
[    1.602105] dwc2 49000000.usb: EPs: 9, dedicated fifos, 952 entries in SPRAM                                                               
[    1.603493] dwc2 49000000.usb: DWC OTG Controller                                                                                          
[    1.603555] dwc2 49000000.usb: new USB bus registered, assigned bus number 1                                                               
[    1.603621] dwc2 49000000.usb: irq 52, io mem 0x49000000                                                                                   
[    1.605195] hub 1-0:1.0: USB hub found                                                                                                     
[    1.605300] hub 1-0:1.0: 1 port detected                                                                                                   
[    1.608720] ehci-platform 5800d000.usb: EHCI Host Controller                                                                               
[    1.608775] ehci-platform 5800d000.usb: new USB bus registered, assigned bus number 2                                                      
[    1.609347] ehci-platform 5800d000.usb: irq 53, io mem 0x5800d000                                                                          
[    1.611903] stm32_rtc 5c004000.rtc: registered as rtc0                                                                                     
[    1.611957] stm32_rtc 5c004000.rtc: setting system clock to 2000-01-01T00:06:26 UTC (946685186)                                            
[    1.612685] stm32_rtc 5c004000.rtc: Date/Time must be initialized                                                                          
[    1.612708] stm32_rtc 5c004000.rtc: registered rev:3.3                                                                                     
[    1.631742] ehci-platform 5800d000.usb: USB 2.0 started, EHCI 1.00                                                                         
[    1.633299] hub 2-0:1.0: USB hub found                                                                                                     
[    1.633409] hub 2-0:1.0: 2 ports detected                                                                                                  
[    1.666188] stm32f7-i2c 40012000.i2c: STM32F7 I2C-0 bus adapter                                                                            
[    1.702102] /soc/bus@5c007000/dcmipp@5a000000: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@4c006000/stmipi@14                     
[    1.702395] /soc/bus@5c007000/i2c@4c006000/stmipi@14: Fixed dependency cycle(s) with /soc/bus@5c007000/dcmipp@5a000000                     
[    1.702548] /soc/bus@5c007000/i2c@4c006000/stmipi@14: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@4c006000/gc2145@3c              
[    1.703167] /soc/bus@5c007000/i2c@4c006000/stmipi@14: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@4c006000/gc2145@3c              
[    1.703459] /soc/bus@5c007000/i2c@4c006000/gc2145@3c: Fixed dependency cycle(s) with /soc/bus@5c007000/i2c@4c006000/stmipi@14              
[    1.704669] stm32f7-i2c 4c006000.i2c: STM32F7 I2C-1 bus adapter                                                                            
[    1.713012] stm_thermal 50028000.thermal: stm_thermal_probe: Driver initialized successfully                                               
[    1.717491] stm32-usart 40010000.serial: interrupt mode for rx (no dma)                                                                    
[    1.717515] stm32-usart 40010000.serial: interrupt mode for tx (no dma)                                                                    
[    1.719244] mmci-pl18x 58005000.mmc: Got CD GPIO                                                                                           
[    1.721505] mmci-pl18x 58007000.mmc: allocated mmc-pwrseq                                                                                  
[    1.722707] mmci-pl18x 58007000.mmc: mmc1: PL180 manf 53 rev2 at 0x58007000 irq 63,0 (pio)                                                 
[    1.723570] mmci-pl18x 58005000.mmc: mmc0: PL180 manf 53 rev2 at 0x58005000 irq 62,0 (pio)                                                 
[    1.731870] 40010000.serial: ttySTM0 at MMIO 0x40010000 (irq = 61, base_baud = 4000000) is a stm32-usart                                   
[    1.731965] printk: console [ttySTM0] enabled                                                                                              
[    4.250777] 4c001000.serial: ttySTM3 at MMIO 0x4c001000 (irq = 65, base_baud = 4000000) is a stm32-usart                                   
[    4.260014] serial serial0: tty port ttySTM3 registered                                                                                    
[    4.269543] stm32-dwmac 5800a000.ethernet: IRQ eth_lpi not found                                                                           
[    4.275113] stm32-dwmac 5800a000.ethernet: User ID: 0x12, Synopsys ID: 0x42                                                                
[    4.283548] stm32-dwmac 5800a000.ethernet:   DWMAC4/5                                                                                      
[    4.287235] stm32-dwmac 5800a000.ethernet: DMA HW capability register supported                                                            
[    4.294615] stm32-dwmac 5800a000.ethernet: RX Checksum Offload Engine supported                                                            
[    4.301775] stm32-dwmac 5800a000.ethernet: TX Checksum insertion supported                                                                 
[    4.309662] stm32-dwmac 5800a000.ethernet: TSO supported                                                                                   
[    4.314267] stm32-dwmac 5800a000.ethernet: Enable RX Mitigation via HW Watchdog Timer                                                      
[    4.321721] stm32-dwmac 5800a000.ethernet: Enabled L3L4 Flow TC (entries=2)                                                                
[    4.329741] stm32-dwmac 5800a000.ethernet: Enabled RFS Flow TC (entries=10)                                                                
[    4.335690] stm32-dwmac 5800a000.ethernet: TSO feature enabled                                                                             
[    4.341389] stm32-dwmac 5800a000.ethernet: Using 32/32 bits DMA host/device width                                                          
[    4.373456] mmc0: new high speed SDHC card at address aaaa                                                                                 
[    4.379133] mmcblk0: mmc0:aaaa SC16G 14.8 GiB                                                                                              
[    4.382408] usb 2-1: new high-speed USB device number 2 using ehci-platform                                                                
[    4.402791]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11                                                                                   
[    4.468710] stm32-dwmac 5800e000.ethernet: IRQ eth_wake_irq not found                                                                      
[    4.474963] stm32-dwmac 5800e000.ethernet: IRQ eth_lpi not found                                                                           
[    4.481240] stm32-dwmac 5800e000.ethernet: User ID: 0x12, Synopsys ID: 0x42                                                                
[    4.487030] stm32-dwmac 5800e000.ethernet:   DWMAC4/5                                                                                      
[    4.491943] stm32-dwmac 5800e000.ethernet: DMA HW capability register supported                                                            
[    4.499573] stm32-dwmac 5800e000.ethernet: RX Checksum Offload Engine supported                                                            
[    4.506428] stm32-dwmac 5800e000.ethernet: TX Checksum insertion supported                                                                 
[    4.513232] stm32-dwmac 5800e000.ethernet: Wake-Up On Lan supported                                                                        
[    4.519539] stm32-dwmac 5800e000.ethernet: TSO supported                                                                                   
[    4.524836] stm32-dwmac 5800e000.ethernet: Enable RX Mitigation via HW Watchdog Timer                                                      
[    4.532859] stm32-dwmac 5800e000.ethernet: Enabled L3L4 Flow TC (entries=2)                                                                
[    4.539612] stm32-dwmac 5800e000.ethernet: Enabled RFS Flow TC (entries=10)                                                                
[    4.546557] stm32-dwmac 5800e000.ethernet: TSO feature enabled                                                                             
[    4.552395] stm32-dwmac 5800e000.ethernet: Using 32/32 bits DMA host/device width                                                          
[    4.583440] hub 2-1:1.0: USB hub found                                                                                                     
[    4.586059] hub 2-1:1.0: 4 ports detected                                                                                                  
[    4.615749] mmc1: new high speed SDIO card at address 0001                                                                                 
[    4.677212] input: gpio-keys as /devices/platform/gpio-keys/input/input0                                                                   
[    4.684623] clk: Disabling unused clocks                                                                                                   
[    4.690242] Freeing unused kernel image (initmem) memory: 1024K                                                                            
[    4.695659] Run /init as init process                                                                                                      
Starting systemd-udevd version 255.21^                                                                                                        
[    6.321296] stm32-dwmac 5800a000.ethernet end0: renamed from eth0                                                                          
[    6.429307] stm32-dwmac 5800e000.ethernet end1: renamed from eth1                                                                          
[    7.811952] EXT4-fs (mmcblk0p10): recovery complete                                                                                        
[    7.817802] EXT4-fs (mmcblk0p10): mounted filesystem 9479b042-38b8-4016-a15a-d920a058f318 r/w with ordered data mode. Quota mode: disabled.
[    9.258209] Registering stm32-dbg-bus firewall controller                                                                                  
[    9.392678] stm32-crc32 58009000.crc: Initialized                                                                                          
[    9.472846] stm32-cryp 54002000.crypto: will run requests pump with realtime priority                                                      
[    9.519132] stm32-cryp 54002000.crypto: Initialized                                                                                        
[    9.686327] mc: Linux media interface: v0.10                                                                                               
[    9.764270] Goodix-TS 1-005d: ID 911, version: 1060                                                                                        
[    9.778107] Bluetooth: Core ver 2.22                                                                                                       
[    9.780405] NET: Registered PF_BLUETOOTH protocol family                                                                                   
[    9.786433] input: Goodix Capacitive TouchScreen as /devices/platform/soc/5c007000.bus/4c006000.i2c/i2c-1/1-005d/input/input1              
[    9.826917] videodev: Linux video capture interface: v2.00                                                                                 
[    9.831233] Bluetooth: HCI device and connection manager initialized                                                                       
[    9.875422] Bluetooth: HCI socket layer initialized                                                                                        
[    9.911959] Bluetooth: L2CAP socket layer initialized                                                                                      
[    9.927117] Bluetooth: SCO socket layer initialized                                                                                        
[   10.019147] cfg80211: Loading compiled-in X.509 certificates for regulatory database                                                       
[   10.059555] st-mipid02 1-0014: mipid02 device probe successfully                                                                           
[   10.077479] Bluetooth: HCI UART driver ver 2.3                                                                                             
[   10.080553] Bluetooth: HCI UART protocol H4 registered                                                                                     
[   10.106506] gc2145 1-003c: Error reading reg 0x00f0: -6                                                                                    
[   10.110379] gc2145 1-003c: failed to read chip id (-6)                                                                                     
[   10.136436] Bluetooth: HCI UART protocol Broadcom registered                                                                               
[   10.215139] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'                                                                               
[   10.221347] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'                                                             
[   10.254966] dcmipp 5a000000.dcmipp: Probe done                                                                                             
[   10.562321] Bluetooth: hci0: BCM: chip id 94                                                                                               
[   10.566049] Bluetooth: hci0: BCM: features 0x2e                                                                                            
[   10.572798] Bluetooth: hci0: BCM43430A1                                                                                                    
[   10.575266] Bluetooth: hci0: BCM43430A1 (001.002.009) build 0000                                                                           
[   10.626410] Bluetooth: hci0: BCM43430A1 'brcm/BCM43430A1.hcd' Patch                                                                        
[   10.991731] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1                                            
[   11.545118] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)                                                         
[   11.573402] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Aug 16 2022 03:05:14 version 7.45.98.125 (5b7978c CY) FWID 01-f420bd
[   11.708099] Bluetooth: hci0: BCM: features 0x2e                                                                                            
[   11.717553] Bluetooth: hci0: BCM4343WA1 37.4MHz Murata Type-1DX BT5.1-0159                                                                 
[   11.723220] Bluetooth: hci0: BCM43430A1 (001.002.009) build 0528                                                                           
[   11.811979] [drm] Initialized stm 1.0.0 20170330 for 5a001000.display-controller on minor 0                                                
ln: /etc/mtab: File exists                                                                                                                    
[   12.608313] systemd[1]: System time before build time, advancing clock.                                                                    
[   12.721860] NET: Registered PF_INET6 protocol family                                                                                       
[   12.791275] Segment Routing with IPv6                                                                                                      
[   12.793892] In-situ OAM (IOAM) with IPv6                                                                                                   
[   12.854014] systemd[1]: systemd 255.21^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK -SECCOMP -GCRYPT -GNUTLS -OPENS)
[   12.885015] systemd[1]: Detected architecture arm.                                                                                         
                                                                                                                                              
Welcome to ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 5.0.17-openstlinux-6.6-yocto-scarthgap-mpu-v26.06.10 (scarthgap)!         
                                                                                                                                              
[   12.950411] systemd[1]: Hostname set to <stm32mp1-e3-63-71>.                                                                               
[   13.037981] systemd[1]: Using hardware watchdog 'arm_smc_wdt', version 0, device /dev/watchdog0                                            
[   13.046045] systemd[1]: Watchdog running with a hardware timeout of 32s.                                                                   
[   14.118762] systemd[1]: Queued start job for default target Multi-User System.                                                             
[   14.180942] systemd[1]: Created slice Slice /system/getty.                                                                                 
[  OK  ] Created slice Slice /system/getty.                                                                                                   
[   14.225692] systemd[1]: Created slice Slice /system/modprobe.                                                                              
[  OK  ] Created slice Slice /system/modprobe.                                                                                                
[   14.266681] systemd[1]: Created slice Slice /system/serial-getty.                                                                          
[  OK  ] Created slice Slice /system/serial-getty.                                                                                            
[   14.305473] systemd[1]: Created slice User and Session Slice.                                                                              
[  OK  ] Created slice User and Session Slice.                                                                                                
[   14.342576] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.                                                     
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.                                                                       
[   14.382719] systemd[1]: Started Forward Password Requests to Wall Directory Watch.                                                         
[  OK  ] Started Forward Password Requests to Wall Directory Watch.                                                                           
[   14.422142] systemd[1]: Expecting device /dev/dri/card0...                                                                                 
         Expecting device /dev/dri/card0...                                                                                                   
[   14.451964] systemd[1]: Expecting device /dev/hwrng...                                                                                     
         Expecting device /dev/hwrng...                                                                                                       
[   14.481930] systemd[1]: Expecting device /dev/tee0...                                                                                      
         Expecting device /dev/tee0...                                                                                                        
[   14.512304] systemd[1]: Reached target Path Units.                                                                                         
[  OK  ] Reached target Path Units.                                                                                                           
[   14.552085] systemd[1]: Reached target Remote File Systems.                                                                                
[  OK  ] Reached target Remote File Systems.                                                                                                  
[   14.592084] systemd[1]: Reached target Slice Units.                                                                                        
[  OK  ] Reached target Slice Units.                                                                                                          
[   14.632205] systemd[1]: Reached target Swaps.                                                                                              
[  OK  ] Reached target Swaps.                                                                                                                
[   14.731210] systemd[1]: Listening on RPCbind Server Activation Socket.                                                                     
[  OK  ] Listening on RPCbind Server Activation Socket.                                                                                       
[   14.772117] systemd[1]: Reached target RPC Port Mapper.                                                                                    
[  OK  ] Reached target RPC Port Mapper.                                                                                                      
[   14.814047] systemd[1]: Listening on Syslog Socket.                                                                                        
[  OK  ] Listening on Syslog Socket.                                                                                                          
[   14.873431] systemd[1]: Listening on Process Core Dump Socket.                                                                             
[  OK  ] Listening on Process Core Dump Socket.                                                                                               
[   14.913955] systemd[1]: Listening on initctl Compatibility Named Pipe.                                                                     
[  OK  ] Listening on initctl Compatibility Named Pipe.                                                                                       
[   14.967463] systemd[1]: Journal Audit Socket was skipped because of an unmet condition check (ConditionSecurity=audit).                    
[   14.979534] systemd[1]: Listening on Journal Socket (/dev/log).                                                                            
[  OK  ] Listening on Journal Socket (/dev/log).                                                                                              
[   15.013918] systemd[1]: Listening on Journal Socket.                                                                                       
[  OK  ] Listening on Journal Socket.                                                                                                         
[   15.053631] systemd[1]: Listening on Network Service Netlink Socket.                                                                       
[  OK  ] Listening on Network Service Netlink Socket.                                                                                         
[   15.103195] systemd[1]: Listening on udev Control Socket.                                                                                  
[  OK  ] Listening on udev Control Socket.                                                                                                    
[   15.143390] systemd[1]: Listening on udev Kernel Socket.                                                                                   
[  OK  ] Listening on udev Kernel Socket.                                                                                                     
[   15.183638] systemd[1]: Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepag.
[   15.232264] systemd[1]: Mounting POSIX Message Queue File System...                                                                        
         Mounting POSIX Message Queue File System...                                                                                          
[   15.262398] systemd[1]: Mounting Kernel Debug File System...                                                                               
         Mounting Kernel Debug File System...                                                                                                 
[   15.332301] systemd[1]: Mounting Kernel Trace File System...                                                                               
         Mounting Kernel Trace File System...                                                                                                 
[   15.412197] systemd[1]: Mounting Temporary Directory /tmp...                                                                               
         Mounting Temporary Directory /tmp...                                                                                                 
[   15.502713] systemd[1]: Starting Create List of Static Device Nodes...                                                                     
         Starting Create List of Static Device Nodes...                                                                                       
[   15.550509] systemd[1]: Starting Load Kernel Module configfs...                                                                            
         Starting Load Kernel Module configfs...                                                                                              
[   15.642763] systemd[1]: Starting Load Kernel Module drm...                                                                                 
         Starting Load Kernel Module drm...                                                                                                   
[   15.670345] systemd[1]: Starting Load Kernel Module fuse...                                                                                
         Starting Load Kernel Module fuse...                                                                                                  
[   15.752916] systemd[1]: Starting Mount partitions...                                                                                       
         Starting Mount partitions...                                                                                                         
[   15.835327] systemd[1]: Starting RPC Bind...                                                                                               
         Starting RPC Bind...                                                                                                                 
[   15.849185] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).    
[   15.932913] systemd[1]: Starting Journal Service...                                                                                        
         Starting Journal Service...                                                                                                          
[   15.995848] systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met.                                      
[   16.053908] systemd[1]: Starting Generate network units from Kernel command line...                                                        
         Starting Generate network units from Kernel command line...                                                                          
[   16.149326] systemd-journald[279]: Collecting audit messages is disabled.                                                                  
[   16.167823] systemd[1]: Starting Remount Root and Kernel File Systems...                                                                   
         Starting Remount Root and Kernel File Systems...                                                                                     
[   16.323162] systemd[1]: Starting Apply Kernel Variables...                                                                                 
         Starting Apply Kernel Variables...                                                                                                   
[   16.433029] systemd[1]: Starting Coldplug All udev Devices...                                                                              
         Starting Coldplug All udev Devices...                                                                                                
[   16.628974] systemd[1]: Started RPC Bind.                                                                                                  
[   16.694946] EXT4-fs (mmcblk0p10): re-mounted 9479b042-38b8-4016-a15a-d920a058f318.                                                         
[  OK  ] Started RPC Bind.                                                                                                                    
[   16.716613] systemd[1]: Mounted POSIX Message Queue File System.                                                                           
[  OK  ] Mounted POSIX Message Queue File System.                                                                                             
[   16.786764] systemd[1]: Mounted Kernel Debug File System.                                                                                  
[  OK  ] Mounted Kernel Debug File System.                                                                                                    
[   16.834314] systemd[1]: Mounted Kernel Trace File System.                                                                                  
[  OK  ] Mounted Kernel Trace File System.                                                                                                    
[   16.883850] systemd[1]: Mounted Temporary Directory /tmp.                                                                                  
[  OK  ] Mounted Temporary Directory /tmp.                                                                                                    
[   16.931993] systemd[1]: Finished Create List of Static Device Nodes.                                                                       
[  OK  ] Finished Create List of Static Device Nodes.                                                                                         
[   16.985481] systemd[1]: modprobe@configfs.service: Deactivated successfully.                                                               
[   17.042082] systemd[1]: Finished Load Kernel Module configfs.                                                                              
[  OK  ] Finished Load Kernel Module configfs.                                                                                                
[   17.074891] systemd[1]: modprobe@drm.service: Deactivated successfully.                                                                    
[   17.105795] systemd[1]: Finished Load Kernel Module drm.                                                                                   
[  OK  ] Finished Load Kernel Module drm.                                                                                                     
[   17.154969] systemd[1]: modprobe@fuse.service: Deactivated successfully.                                                                   
[   17.182102] systemd[1]: Finished Load Kernel Module fuse.                                                                                  
[  OK  ] Finished Load Kernel Module fuse.                                                                                                    
[   17.213091] systemd[1]: Finished Generate network units from Kernel command line.                                                          
[  OK  ] Finished Generate network units from Kernel command line.                                                                            
[   17.243251] systemd[1]: Finished Remount Root and Kernel File Systems.                                                                     
[  OK  ] Finished Remount Root and Kernel File Systems.                                                                                       
[   17.285202] systemd[1]: Finished Apply Kernel Variables.                                                                                   
[  OK  ] Finished Apply Kernel Variables.                                                                                                     
[   17.354465] systemd[1]: Mounting FUSE Control File System...                                                                               
         Mounting FUSE Control File System...                                                                                                 
[   17.456524] systemd[1]: Mounting Kernel Configuration File System...                                                                       
         Mounting Kernel Configuration File System...                                                                                         
[   17.504612] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).             
[   17.564666] EXT4-fs (mmcblk0p8): recovery complete                                                                                         
[   17.568291] EXT4-fs (mmcblk0p8): mounted filesystem 93770fec-5277-4cb1-bced-2f92f34b3fa2 r/w with ordered data mode. Quota mode: disabled. 
[   17.713847] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...                                                          
         Starting Create Static Device Nodes in /dev gracefully...                                                                            
[   17.812218] systemd[1]: Started Journal Service.                                                                                           
[  OK  ] Started Journal Service.                                                                                                             
[  OK  ] Mounted FUSE Control File System.                                                                                                    
[  OK  ] Mounted Kernel Configuration File System.                                                                                            
[  OK  ] Finished Create Static Device Nodes in /dev gracefully.                                                                              
         Starting Flush Journal to Persistent Storage...                                                                                      
         Starting Create Static Device Nodes in /dev...                                                                                       
[   18.555322] systemd-journald[279]: Received client request to flush runtime journal.                                                       
[  OK  ] Finished Flush Journal to Persistent Storage.                                                                                        
[  OK  ] Finished Create Static Device Nodes in /dev.                                                                                         
[  OK  ] Reached target Preparation for Local File Systems.                                                                                   
[   18.886742] EXT4-fs (mmcblk0p9): recovery complete                                                                                         
[   18.892461] EXT4-fs (mmcblk0p9): mounted filesystem 622d1e7c-73fe-4769-bcf5-188ef90bc6ff r/w with ordered data mode. Quota mode: disabled. 
         Mounting /var/volatile...                                                                                                            
         Starting Rule-based Manager for Device Events and Files...                                                                           
[  OK  ] Mounted /var/volatile.                                                                                                               
         Starting Load/Save OS Random Seed...                                                                                                 
[  OK  ] Finished Load/Save OS Random Seed.                                                                                                   
[   19.755738] EXT4-fs (mmcblk0p11): recovery complete                                                                                        
[   19.764278] EXT4-fs (mmcblk0p11): mounted filesystem 2df299e9-5519-4b03-a28b-c71a365a26b4 r/w with ordered data mode. Quota mode: disabled.
[  OK  ] Started Rule-based Manager for Device Events and Files.                                                                              
[  OK  ] Finished Mount partitions.                                                                                                           
[  OK  ] Reached target Local File Systems.                                                                                                   
         Starting Create System Files and Directories...                                                                                      
[  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  ] Reached target System Time Set.                                                                                                      
[  OK  ] Started Network Name Resolution.                                                                                                     
[  OK  ] Reached target Host and Network Name Lookups.                                                                                        
[  OK  ] Finished Coldplug All udev Devices.                                                                                                  
[***   ] (1 of 3) A start job is running for /dev/tee0 (13s / 1min 30s)
[   27.782683] configfs-gadget.g1 gadget.0: HOST MAC c8:90:f3:67:33:1d                                                                        
[   27.787561] configfs-gadget.g1 gadget.0: MAC ca:eb:df:94:72:59                                                                             
[  OK  ] Found device /dev/dri/card0.
[  OK  ] Found device /dev/tee0.                                                                                                              
[  OK  ] Found device /dev/hwrng.                                                                                                             
[  OK  ] Created slice Slice /system/systemd-backlight.                                                                                       
[  OK  ] Reached target Hardware activated USB gadget.                                                                                        
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.                                                                      
[  OK  ] Started Starts Psplash Boot screen.                                                                                                  
[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.                                                                                        
         Starting Load/Save Screen Backligh…ess of backlight:panel-backlight...                                                               
         Starting Wait for udev To Complete Device Initialization...                                                                          
         Starting Virtual Console Setup...                                                                                                    
         Starting Load/Save RF Kill Switch Status...                                                                                          
[  OK  ] Finished Load/Save Screen Backligh…tness of backlight:panel-backlight.                                                               
[  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...                                                               
[  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.                                                                                                
[   32.491491] Bluetooth: MGMT ver 1.22                                                                                                       
[  OK  ] Reached target Preparation for Network.                                                                                              
         Starting Network Configuration...                                                                                                    
[  OK  ] Started TEE Supplicant.                                                                                                              
[  OK  ] Started Bluetooth service.                                                                                                           
[  OK  ] Started Avahi mDNS/DNS-SD Stack.                                                                                                     
[  OK  ] Reached target Bluetooth Support.                                                                                                    
         Starting Bluetooth brcmfmac reboot hook...                                                                                           
         Starting Hostname Service...                                                                                                         
[  OK  ] Finished Bluetooth brcmfmac reboot hook.                                                                                             
[  OK  ] Started User Login Management.                                                                                                       
[   33.970078] Gcnano in /proc/device-tree/soc/ is not available                                                                              
[  OK  ] Finished Check if the gpu are pres…t the correct weston configuration.                                                               
[  OK  ] Started Network Configuration.                                                                                                       
[  OK  ] Reached target Network.                                                                                                              
[   34.247039] stm32-dwmac 5800a000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0                                                          
[  OK  ] Started IIO Daemon.                                                                                                                  
         Starting Real time performance monitori[   34.411157] stm32-dwmac 5800a000.ethernet end0: PHY [stmmac-0:00] driver [Microchip LAN874)
ng...                                                                                                                                         
[   34.462701] dwmac4: Master AXI performs any burst length                                                                                   
[   34.498008] stm32-dwmac 5800a000.ethernet end0: No Safety Features support found                                                           
[   34.551872] stm32-dwmac 5800a000.ethernet end0: IEEE 1588-2008 Advanced Timestamp supported                                                
         Starting ST hostname   34.601879] stm32-dwmac 5800a000.ethernet end0: registered PTP clock                                           
m...                                                                                                                                          
[   34.682160] stm32-dwmac 5800a000.ethernet end0: configuring for phy/rmii link mode                                                         
         Starting Permit User Sessions...                                                                                                     
[   34.817347] stm32-dwmac 5800e000.ethernet end1: Register MEM_TYPE_PAGE_POOL RxQ-0                                                          
         Starting Target Communication Framework agent...                                                                                     
[   35.028252] stm32-dwmac 5800e000.ethernet end1: PHY [stmmac-1:00] driver [Microchip LAN8742] (irq=POLL)                                    
[   35.041930] vddcpu: disabling                                                                                                              
[   35.043524] vdd: disabling                                                                                                                 
[   35.046171] vddcore: disabling                                                                                                             
[   35.103781] dwmac4: Master AXI performs any burst length                                                                                   
[   35.107774] stm32-dwmac 5800e000.ethernet end1: No Safety Features support found                                                           
[   35.191696] stm32-dwmac 5800e000.ethernet end1: IEEE 1588-2008 Advanced Timestamp supported                                                
[   35.238547] stm32-dwmac 5800e000.ethernet end1: registered PTP clock                                                                       
[   35.302874] stm32-dwmac 5800e000.ethernet end1: configuring for phy/rmii link mode                                                         
[  OK  ] Finished Permit User Sessions.                                                                                                       
[  OK  ] Started Target Communication Framework agent.                                                                                        
[  OK  ] Started Real time performance monitoring.                                                                                            
[  OK  ] Finished ST hostname.                                                                                                                
[  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  ] Finished ST set alsa state configuration.                                                                                            
                                                                                                                                              
ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 5.0.17-openstlinux-6.6-yocto-scarthgap-mpu-v26.06.10 stm32mp1-e3-63-71 ttySTM0       
                                                                                                                                              
stm32mp1-e3-63-71 login: root (automatic login) 

3. Basic commands[edit | edit source]

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

root@stm32mp1-e3-63-71:~# cat /etc/build
-----------------------                                                                                                                       
Build Configuration:  |                                                                                                                       
-----------------------                                                                                                                       
BB_VERSION = 2.8.1                                                                                                                            
BUILD_SYS = x86_64-linux                                                                                                                      
NATIVELSBSTRING = universal                                                                                                                   
TARGET_SYS = arm-ostl-linux-gnueabi                                                                                                           
MACHINE = stm32mp1                                                                                                                            
DISTRO = openstlinux-weston                                                                                                                   
DISTRO_VERSION = 5.0.17-openstlinux-6.6-yocto-scarthgap-mpu-v26.06.10                                                                         
TUNE_FEATURES = arm vfp cortexa7 neon vfpv4 thumb callconvention-hard                                                                         
TARGET_FPU = hard                                                                                                                             
MANIFESTVERSION = ostl-v26-05-22-v2-0-g558ff9873069bad011534b410fe865d46e3017ff                                                               
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  autorese
-----------------------                                                                                                                       
Layer Revisions:      |                                                                                                                       
-----------------------                                                                                                                       
meta-python       = v6.2.xml:5124ac4a658899158f4a7a2ddf1d2ca931ec7d0e                                                                         
meta-oe           = v6.2.xml:5124ac4a658899158f4a7a2ddf1d2ca931ec7d0e                                                                         
meta-gnome        = v6.2.xml:5124ac4a658899158f4a7a2ddf1d2ca931ec7d0e                                                                         
meta-multimedia   = v6.2.xml:5124ac4a658899158f4a7a2ddf1d2ca931ec7d0e                                                                         
meta-networking   = v6.2.xml:5124ac4a658899158f4a7a2ddf1d2ca931ec7d0e                                                                         
meta-webserver    = v6.2.xml:5124ac4a658899158f4a7a2ddf1d2ca931ec7d0e                                                                         
meta-st-stm32mp   = v6.2.xml:438ec1ef66b8fca71afe6af869f234353c36127d                                                                         
meta-st-openstlinux = v6.2.xml:2e9fd9ac4e5abf42dd9ad074f8ce63c104e51f64                                                                       
meta              = v6.2.xml:52380df998b3a8fe6a091f8547434a3231320a8e        

3.2. Printing system information[edit | edit source]

root@stm32mp1-e3-63-71:~# uname -a                                                                                                            
Linux stm32mp1-e3-63-71 6.6.129 #1 SMP PREEMPT Thu Mar  5 15:03:43 UTC 2026 armv7l GNU/Linux 

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

root@stm32mp1-e3-63-71:~# cat /proc/version
Linux version 6.6.129 (oe-user@oe-host) (arm-ostl-linux-gnueabi-gcc (GCC) 13.4.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Thu Mar  5 15:03:43 UTC 2026

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

root@stm32mp1-e3-63-71:~# df -h
Filesystem       Size  Used Avail Use% Mounted on
devtmpfs         183M     0  183M   0% /dev
/dev/mmcblk0p10  3.8G  503M  3.1G  14% /
tmpfs            219M     0  219M   0% /dev/shm
tmpfs             88M  8.8M   79M  10% /run
tmpfs            219M  8.0K  219M   1% /tmp
/dev/mmcblk0p8    55M   18M   33M  36% /boot
tmpfs            219M   20K  219M   1% /var/volatile
/dev/mmcblk0p9    14M  6.7M  6.0M  53% /vendor
/dev/mmcblk0p11   11G   47M  9.6G   1% /usr/local
tmpfs             44M  8.0K   44M   1% /run/user/1000
tmpfs             44M  4.0K   44M   1% /run/user/0

3.5. ssh connection[edit | edit source]

Applicable when USBC cable is on CN7 or when the Ethernet cable is connected.

  • Get the IP address of your board
 ip addr show usb0                                                                           
4: usb0: <BROADCAST,MULTICAST,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 forever

or

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
ssh root@xx.xx.xx.xx
root@stm32mp1-e3-63-67:~#