Execute basic commands

< Getting started‎ | STM32MP1 boards‎ | STM32MP157x-EV1‎ | Let's start
Applicable for STM32MP15x lines

STM32MP157C-EV1.png
Let's start Develop on Arm® Cortex®-A7
Step category in.png Unpack the board Step.png Populate the target and boot the image Step.png Execute basic commands Step.png Use the demo launcher Step category out.png


1 Overview[edit]

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

2 Serial terminal[edit]

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

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

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

Press CTRL-A Z for help on special keys
  • Press the reset button to reset the board. The boot log should be displayed on the minicom window:
NOTICE:  CPU: STM32MP157FAA Rev.Z
NOTICE:  Model: STMicroelectronics STM32MP157F eval daughter on eval mother
NOTICE:  Board: MB1263 Var4.0 Rev.C-03
INFO:    PMIC version = 0x20
INFO:    Reset reason (0x54):
INFO:      System reset generated by MPU (MPSYSRST)
INFO:    FCONF: Reading TB_FW firmware configuration file from: 0x2ffe2000
INFO:    FCONF: Reading firmware configuration information for: stm32mp_io
INFO:    Using SDMMC
INFO:      Instance 1
INFO:    Boot used partition fsbl1
NOTICE:  BL2: v2.8-stm32mp1-r1.0(debug):lts-v2.8.6-dirty(ff0bd5f9)
NOTICE:  BL2: Built : 17:57:15, Apr 21 2023
INFO:    BL2: Doing platform setup
INFO:    RAM: DDR3-DDR3L 32bits 533000kHz
INFO:    Memory size = 0x40000000 (1024 MB)
INFO:    BL2: Loading image id 1
INFO:    Loading image id=1 at address 0x2ffff000
INFO:    Image id=1 loaded: 0x2ffff000 - 0x2ffff1ea
INFO:    FCONF: Reading FW_CONFIG firmware configuration file from: 0x2ffff000
INFO:    FCONF: Reading firmware configuration information for: dyn_cfg
INFO:    FCONF: Reading firmware configuration information for: stm32mp1_firewall
INFO:    BL2: Loading image id 4
INFO:    Loading image id=4 at address 0xfe000000
INFO:    Image id=4 loaded: 0xfe000000 - 0xfe00001c
INFO:    OPTEE ep=0xfe000000
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 0xfe000000
INFO:    Image id=8 loaded: 0xfe000000 - 0xfe036bb8
INFO:    BL2: Skip loading image id 9
INFO:    BL2: Loading image id 2
INFO:    Loading image id=2 at address 0xc0500000
INFO:    Image id=2 loaded: 0xc0500000 - 0xc05217a8
INFO:    BL2: Skip loading image id 16
INFO:    BL2: Loading image id 5
INFO:    Loading image id=5 at address 0xc0100000
INFO:    Image id=5 loaded: 0xc0100000 - 0xc01f5d3c
NOTICE:  BL2: Booting BL32
INFO:    Entry point address = 0xfe000000
INFO:    SPSR = 0x1d3
I/TC: Early console on UART#4
I/TC: 
I/TC: Embedded DTB found
I/TC: OP-TEE version: 3.19.0-dev (gcc version 12.2.0 (GCC)) #1 Fri Oct 14 19:00:05 UTC 2022 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: Platform stm32mp1: flavor PLATFORM_FLAVOR - DT stm32mp157f-ev1.dts
I/TC: DTB enables console (non-secure)
I/TC: Primary CPU switching to normal world boot
optee optee: OP-TEE: revision 3.19 (afacf356)


U-Boot 2022.10-stm32mp-r1 (Oct 03 2022 - 19:25:32 +0000)

CPU: STM32MP157FAA Rev.Z
Model: STMicroelectronics STM32MP157F eval daughter on eval mother
Board: stm32mp1 in trusted mode (st,stm32mp157f-ev1)
Board: MB1263 Var4.0 Rev.C-03
DRAM:  1 GiB
optee optee: OP-TEE: revision 3.19 (afacf356)
Clocks:
- MPU : 800 MHz
- MCU : 208.878 MHz
- AXI : 266.500 MHz
- PER : 24 MHz
- DDR : 533 MHz
stmfx stmfx@42: STMFX id: 0x7b, fw version: 3.03
Core:  377 devices, 45 uclasses, devicetree: board
WDT:   Started watchdog with servicing (32s timeout)
NAND:  1024 MiB
MMC:   STM32 SD/MMC: 0, STM32 SD/MMC: 1
Loading Environment from MMC... OK
In:    serial
Out:   serial
Err:   serial
Net:   eth0: ethernet@5800a000
Hit any key to stop autoboot:  0 
Boot over mmc0!
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:8...
Found /mmc0_extlinux/stm32mp157f-ev1_extlinux.conf
Retrieving file: /mmc0_extlinux/stm32mp157f-ev1_extlinux.conf
Retrieving file: /splash_portrait.bmp
Select the boot mode
1:      OpenSTLinux
2:      stm32mp157f-ev1-a7-examples
3:      stm32mp157f-ev1-m4-examples
Enter choice: 1:        OpenSTLinux
Retrieving file: /uImage
Retrieving file: /st-image-resize-initrd
append: root=PARTUUID=e91c4e10-16e6-4c0e-bd0e-77becf4a3582 rootwait rw   console=ttySTM0,115200
Retrieving file: /stm32mp157f-ev1.dtb
## Booting kernel from Legacy Image at c2000000 ...
   Image Name:   Linux-6.1.28
   Created:      2023-05-11  14:04:52 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    8213192 Bytes = 7.8 MiB
   Load Address: c2000040
   Entry Point:  c2000040
   Verifying Checksum ... OK
## Flattened Device Tree blob at c4000000
   Booting using the fdt blob at 0xc4000000
   XIP Kernel Image
   Loading Ramdisk to cfa0c000, end cffffcd7 ... OK
   Loading Device Tree to cf9e8000, end cfa0b9cc ... OK

Starting kernel ...

I/TC: Secondary CI/TC: Secondary CPU 1 switching to normal world boot
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 6.1.28 (oe-user@oe-host) (arm-ostl-linux-gnueabi-gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.40.20230119) #1 SMP PREEMPT Thu May 11 14:04:52 UTC 2023
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: STMicroelectronics STM32MP157F eval daughter on eval mother
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0xf5800000, size 128 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x10000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node mcuram2@10000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x10040000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node vdev0vring0@10040000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x10041000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node vdev0vring1@10041000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x10042000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node vdev0buffer@10042000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x10048000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node mcu-rsc-table@10048000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x30000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node mcuram@30000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x38000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node retram@38000000, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x00000000c0000000-0x00000000e7ffffff]
[    0.000000]   HighMem  [mem 0x00000000e8000000-0x00000000ffffefff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000e7ffffff]
[    0.000000]   node   0: [mem 0x00000000e8000000-0x00000000efffffff]
[    0.000000]   node   0: [mem 0x00000000f0000000-0x00000000fdbfffff]
[    0.000000]   node   0: [mem 0x00000000fdc00000-0x00000000fdfeffff]
[    0.000000]   node   0: [mem 0x00000000fdff0000-0x00000000fdffffff]
[    0.000000]   node   0: [mem 0x00000000fe000000-0x00000000ffffefff]
[    0.000000] Initmem setup node 0 [mem 0x00000000c0000000-0x00000000ffffefff]
[    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 17 pages/cpu s38228 r8192 d23212 u69632
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 260703
[    0.000000] Kernel command line: root=PARTUUID=e91c4e10-16e6-4c0e-bd0e-77becf4a3582 rootwait rw   console=ttySTM0,115200
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] Memory: 713816K/1048572K available (12288K kernel code, 1371K rwdata, 3636K rodata, 1024K init, 235K bss, 203684K reserved, 131072K cma-reserved, 94272K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000002] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000020] Switching to timer-based delay loop, resolution 41ns
[    0.001778] Console: colour dummy device 80x30
[    0.001848] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.001870] pid_max: default: 32768 minimum: 301
[    0.002183] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002211] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.003429] CPU: Testing write buffer coherency: ok
[    0.004000] /cpus/cpu@0 missing clock-frequency property
[    0.004051] /cpus/cpu@1 missing clock-frequency property
[    0.004071] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.005668] cblist_init_generic: Setting adjustable number of callback queues.
[    0.005688] cblist_init_generic: Setting shift to 1 and lim to 1.
[    0.005891] cblist_init_generic: Setting shift to 1 and lim to 1.
[    0.006110] Setting up static identity map for 0xc0100000 - 0xc0100060
[    0.006383] rcu: Hierarchical SRCU implementation.
[    0.006393] rcu:     Max phase no-delay instances is 1000.
[    0.008177] smp: Bringing up secondary CPUs ...
[    0.016016] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.016239] smp: Brought up 1 node, 2 CPUs
[    0.016257] SMP: Total of 2 processors activated (96.00 BogoMIPS).
[    0.016269] CPU: All CPU(s) started in SVC mode.
[    0.017314] devtmpfs: initialized
[    0.057060] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.057450] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.057488] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.063877] pinctrl core: initialized pinctrl subsystem
[    0.066462] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.069279] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.071109] thermal_sys: Registered thermal governor 'step_wise'
[    0.071604] cpuidle: using governor menu
[    0.072038] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.072060] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.072483] Serial: AMBA PL011 UART driver
[    0.076620] stm32-pm-domain pm_domain: domain core-ret-power-domain registered
[    0.076665] stm32-pm-domain pm_domain: subdomain core-power-domain registered
[    0.076677] stm32-pm-domain pm_domain: domains probed
[    0.110206] platform 5a001000.display-controller: Fixed dependency cycle(s) with /soc/dsi@5a000000
[    0.118556] platform 4c006000.dcmi: Fixed dependency cycle(s) with /soc/etzpc@5c007000/i2c@40013000/camera@3c
[    0.132397] platform dmic-0: Fixed dependency cycle(s) with /soc/etzpc@5c007000/dfsdm@4400d000/filter@0/dfsdm-dai
[    0.132800] platform dmic-1: Fixed dependency cycle(s) with /soc/etzpc@5c007000/dfsdm@4400d000/filter@1/dfsdm-dai
[    0.133166] platform dmic-2: Fixed dependency cycle(s) with /soc/etzpc@5c007000/dfsdm@4400d000/filter@2/dfsdm-dai
[    0.133606] platform dmic-3: Fixed dependency cycle(s) with /soc/etzpc@5c007000/dfsdm@4400d000/filter@3/dfsdm-dai
[    0.135018] platform 4000d000.audio-controller: Fixed dependency cycle(s) with /spdif-in
[    0.135634] platform spdif-out: Fixed dependency cycle(s) with /soc/etzpc@5c007000/sai@50027000/audio-controller@50027004
[    0.150758] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.164427] SCSI subsystem initialized
[    0.165453] usbcore: registered new interface driver usbfs
[    0.165525] usbcore: registered new interface driver hub
[    0.165587] usbcore: registered new device driver usb
[    0.166155] pps_core: LinuxPPS API ver. 1 registered
[    0.166167] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.166194] PTP clock support registered
[    0.166504] EDAC MC: Ver: 3.0.0
[    0.167889] Driver 'scmi-optee' was unable to register with bus_type 'tee' because the bus was not initialized.
[    0.171218] clocksource: Switched to clocksource arch_sys_counter
[    0.186999] NET: Registered PF_INET protocol family
[    0.187428] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.191049] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.191100] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.191130] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.191279] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.191549] TCP: Hash tables configured (established 8192 bind 8192)
[    0.191748] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.191822] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.192245] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.193430] RPC: Registered named UNIX socket transport module.
[    0.193451] RPC: Registered udp transport module.
[    0.193458] RPC: Registered tcp transport module.
[    0.193463] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.194266] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[    0.194686] Trying to unpack rootfs image as initramfs...
[    0.196437] Initialise system trusted keyrings
[    0.201547] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    0.222970] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.242251] NFS: Registering the id_resolver key type
[    0.242368] Key type id_resolver registered
[    0.242380] Key type id_legacy registered
[    0.242571] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.242588] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.242777] ntfs: driver 2.1.32 [Flags: R/O].
[    0.243097] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.243904] fuse: init (API version 7.37)
[    0.245119] NET: Registered PF_ALG protocol family
[    0.245148] Key type asymmetric registered
[    0.245157] Asymmetric key parser 'x509' registered
[    0.245438] bounce: pool size: 64 pages
[    0.245654] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.245672] io scheduler mq-deadline registered
[    0.245682] io scheduler kyber registered
[    0.264613] STM32 USART driver initialized
[    0.307203] brd: module loaded
[    0.325965] loop: module loaded
[    0.334252] CAN device driver interface
[    0.336839] pegasus: Pegasus/Pegasus II USB Ethernet driver
[    0.336920] usbcore: registered new interface driver pegasus
[    0.336988] usbcore: registered new interface driver asix
[    0.337037] usbcore: registered new interface driver ax88179_178a
[    0.337106] usbcore: registered new interface driver cdc_ether
[    0.337185] usbcore: registered new interface driver smsc75xx
[    0.337260] usbcore: registered new interface driver smsc95xx
[    0.337311] usbcore: registered new interface driver net1080
[    0.337361] usbcore: registered new interface driver cdc_subset
[    0.337409] usbcore: registered new interface driver zaurus
[    0.337523] usbcore: registered new interface driver cdc_ncm
[    0.352584] usbcore: registered new interface driver usb-storage
[    0.352908] usbcore: registered new device driver onboard-usb-hub
[    0.363457] i2c_dev: i2c /dev entries driver
[    0.381822] arm_smc_wdt watchdog: Watchdog registered (timeout=32 sec, nowayout=0)
[    0.384482] sdhci: Secure Digital Host Controller Interface driver
[    0.384499] sdhci: Copyright(c) Pierre Ossman
[    0.384506] Synopsys Designware Multimedia Card Interface Driver
[    0.385039] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.386554] ledtrig-cpu: registered to indicate activity on CPUs
[    0.387129] usbcore: registered new interface driver usbhid
[    0.387143] usbhid: USB HID core driver
[    0.389906] optee: probing for conduit method.
[    0.389937] optee: revision 3.19 (afacf356)
[    0.390546] optee: dynamic shared memory is enabled
[    0.402013] optee: initialized driver
[    0.405006] NET: Registered PF_PACKET protocol family
[    0.405031] can: controller area network core
[    0.405138] NET: Registered PF_CAN protocol family
[    0.405150] can: raw protocol
[    0.405162] can: broadcast manager protocol
[    0.405178] can: netlink gateway - max_hops=1
[    0.405918] random: crng init done
[    0.411817] Key type dns_resolver registered
[    0.411947] ThumbEE CPU extension supported.
[    0.411973] Registering SWP/SWPB emulation handler
[    0.412604] registered taskstats version 1
[    0.412668] Loading compiled-in X.509 certificates
[    0.663886] arm-scmi firmware:scmi: Enabled polling mode TX channel - prot_id:16
[    0.664127] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    0.664222] arm-scmi firmware:scmi: SCMI Protocol v2.0 'ST:' Firmware version 0x0
[    0.771331] stm32-dma 48000000.dma-controller: STM32 DMA driver registered
[    0.773828] stm32-dma 48001000.dma-controller: STM32 DMA driver registered
[    0.791296] stm32-mdma 58000000.dma-controller: STM32 MDMA driver registered
[    0.795891] [drm] Initialized simpledrm 1.0.0 20200625 for fdc00000.framebuffer on minor 0
[    0.821818] stm_thermal 50028000.thermal: stm_thermal_probe: Driver initialized successfully
[    0.827063] /soc/interrupt-controller@5000d000: bank0
[    0.827110] /soc/interrupt-controller@5000d000: bank1
[    0.827128] /soc/interrupt-controller@5000d000: bank2
[    0.841828] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOA bank added
[    0.842709] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOB bank added
[    0.843563] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOC bank added
[    0.844361] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOD bank added
[    0.845221] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOE bank added
[    0.846092] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOF bank added
[    0.846972] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOG bank added
[    0.861718] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOH bank added
[    0.862717] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOI bank added
[    0.863636] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOJ bank added
[    0.864449] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOK bank added
[    0.864988] stm32mp157-pinctrl soc:pinctrl@50002000: Pinctrl STM32 initialized
[    0.871892] stm32mp157-pinctrl soc:pinctrl@54004000: GPIOZ bank added
[    0.871948] stm32mp157-pinctrl soc:pinctrl@54004000: Pinctrl STM32 initialized
[    0.874671] Freeing initrd memory: 6096K
[    0.875415] stm32-usart 40010000.serial: interrupt mode for rx (no dma)
[    0.875433] stm32-usart 40010000.serial: interrupt mode for tx (no dma)
[    0.875461] 40010000.serial: ttySTM0 at MMIO 0x40010000 (irq = 49, base_baud = 4000000) is a stm32-usart
[    2.241102] printk: console [ttySTM0] enabled
[    2.258302] spi-nor spi0.0: mx66l51235f (65536 Kbytes)
[    2.262309] 8 fixed-partitions partitions found on MTD device spi0.0
[    2.268399] Creating 8 MTD partitions on "spi0.0":
[    2.273193] 0x000000000000-0x000000040000 : "fsbl1"
[    2.280302] 0x000000040000-0x000000080000 : "fsbl2"
[    2.285938] 0x000000080000-0x0000000c0000 : "metadata1"
[    2.291923] 0x0000000c0000-0x000000100000 : "metadata2"
[    2.297921] 0x000000100000-0x000000500000 : "fip-a"
[    2.303552] 0x000000500000-0x000000900000 : "fip-b"
[    2.309158] 0x000000900000-0x000000980000 : "u-boot-env"
[    2.315378] 0x000000980000-0x000004000000 : "nor-user"
[    2.322335] spi-nor spi0.1: mx66l51235f (65536 Kbytes)
[    2.330669] m_can_platform 4400e000.can: m_can device registered (irq=51, version=32)
[    2.339161] stm32-dwmac 5800a000.ethernet: IRQ eth_lpi not found
[    2.344768] stm32-dwmac 5800a000.ethernet: User ID: 0x40, Synopsys ID: 0x42
[    2.350769] stm32-dwmac 5800a000.ethernet:   DWMAC4/5
[    2.355798] stm32-dwmac 5800a000.ethernet: DMA HW capability register supported
[    2.363016] stm32-dwmac 5800a000.ethernet: RX Checksum Offload Engine supported
[    2.370289] stm32-dwmac 5800a000.ethernet: TX Checksum insertion supported
[    2.377179] stm32-dwmac 5800a000.ethernet: Wake-Up On Lan supported
[    2.383588] stm32-dwmac 5800a000.ethernet: TSO supported
[    2.388749] stm32-dwmac 5800a000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    2.396661] stm32-dwmac 5800a000.ethernet: Enabled L3L4 Flow TC (entries=2)
[    2.403557] stm32-dwmac 5800a000.ethernet: Enabled RFS Flow TC (entries=10)
[    2.410531] stm32-dwmac 5800a000.ethernet: TSO feature enabled
[    2.416427] stm32-dwmac 5800a000.ethernet: Using 32/32 bits DMA host/device width
[    2.436532] stm32_rtc 5c004000.rtc: registered as rtc0
[    2.440343] stm32_rtc 5c004000.rtc: setting system clock to 2000-01-01T00:32:32 UTC (946686752)
[    2.449451] stm32_rtc 5c004000.rtc: Date/Time must be initialized
[    2.455125] stm32_rtc 5c004000.rtc: registered rev:1.2
[    2.478200] i2c 0-001b: Fixed dependency cycle(s) with /soc/etzpc@5c007000/sai@4400b000/audio-controller@4400b024
[    2.487190] i2c 0-001b: Fixed dependency cycle(s) with /soc/etzpc@5c007000/sai@4400b000/audio-controller@4400b004
[    2.499091] stm32f7-i2c 40013000.i2c: STM32F7 I2C-0 bus adapter
[    2.521754] stm32f7-i2c 40015000.i2c: STM32F7 I2C-1 bus adapter
[    2.547615] stpmic1 2-0033: PMIC Chip Version: 0x20
[    2.586240] stpmic1-regulator 5c002000.i2c:stpmic@33:regulators: Failed to create device link (0x180) with 2-0033
[    2.595266] stpmic1-regulator 5c002000.i2c:stpmic@33:regulators: Failed to create device link (0x180) with 2-0033
[    2.605402] stpmic1-regulator 5c002000.i2c:stpmic@33:regulators: Failed to create device link (0x180) with 2-0033
[    2.615728] stpmic1-regulator 5c002000.i2c:stpmic@33:regulators: Failed to create device link (0x180) with 2-0033
[    2.625952] stpmic1-regulator 5c002000.i2c:stpmic@33:regulators: Failed to create device link (0x180) with 2-0033
[    2.636306] stpmic1-regulator 5c002000.i2c:stpmic@33:regulators: Failed to create device link (0x180) with 2-0033
[    2.646532] stpmic1-regulator 5c002000.i2c:stpmic@33:regulators: Failed to create device link (0x180) with 2-0033
[    2.656756] stpmic1-regulator 5c002000.i2c:stpmic@33:regulators: Failed to create device link (0x180) with 2-0033
[    2.667489] stm32f7-i2c 5c002000.i2c: STM32F7 I2C-2 bus adapter
[    2.677048] mmci-pl18x 58005000.mmc: Got CD GPIO
[    2.681898] mmci-pl18x 58005000.mmc: mmc0: PL180 manf 53 rev2 at 0x58005000 irq 70,0 (pio)
[    2.723993] mmci-pl18x 58007000.mmc: mmc1: PL180 manf 53 rev2 at 0x58007000 irq 72,0 (pio)
[    2.768903] stm32-ipcc 4c001000.mailbox: ipcc rev:1.0 enabled, 6 chans, proc 0
[    2.778000] stm32-rproc 10000000.m4: wdg irq registered
[    2.783587] remoteproc remoteproc0: m4 is available
[    2.793310] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xd3
[    2.800372] mmc0: new ultra high speed DDR50 SDHC card at address 5048
[    2.805601] nand: Micron MT29F8G08ABACAH4
[    2.809450] nand: 1024 MiB, SLC, erase size: 256 KiB, page size: 4096, OOB size: 224
[    2.818491] Bad block table found at page 262080, version 0x01
[    2.818640] mmcblk0: mmc0:5048 SD32G 29.0 GiB 
[    2.825652] Bad block table found at page 262016, version 0x01
[    2.834104] 9 fixed-partitions partitions found on MTD device 80000000.nand-controller
[    2.842595] Creating 9 MTD partitions on "80000000.nand-controller":
[    2.847838] 0x000000000000-0x000000080000 : "fsbl1"
[    2.855423] 0x000000080000-0x000000100000 : "fsbl2"
[    2.861930]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11
[    2.862125] 0x000000100000-0x000000180000 : "metadata1"
[    2.875115] 0x000000180000-0x000000200000 : "metadata2"
[    2.881276] 0x000000200000-0x000000600000 : "fip-a1"
[    2.891553] 0x000000600000-0x000000a00000 : "fip-a2"
[    2.892365] mmc1: new DDR MMC card at address 0001
[    2.897235] 0x000000a00000-0x000000e00000 : "fip-b1"
[    2.901370] mmcblk1: mmc1:0001 004GA0 3.69 GiB 
[    2.907263] 0x000000e00000-0x000001200000 : "fip-b2"
[    2.913451] mmcblk1boot0: mmc1:0001 004GA0 2.00 MiB 
[    2.916756] 0x000001200000-0x000040000000 : "UBI"
[    2.922244] mmcblk1boot1: mmc1:0001 004GA0 2.00 MiB 
[    2.932366] mmcblk1rpmb: mmc1:0001 004GA0 512 KiB, chardev (244:0)
[    2.939217] [drm] Initialized stm 1.0.0 20170330 for 5a001000.display-controller on minor 0
[    2.949686] stmfx-core 0-0042: STMFX id: 0x7b, fw version: 3.03
[    2.989391] stmfx-pinctrl stmfx-pinctrl: 24 GPIOs available
[    3.004532] Goodix-TS 0-005d: supply AVDD28 not found, using dummy regulator
[    3.010555] Goodix-TS 0-005d: supply VDDIO not found, using dummy regulator
[    3.019820] Goodix-TS 0-005d: ID 9147, version: 1040
[    3.044846] input: Goodix Capacitive TouchScreen as /devices/platform/soc/5c007000.etzpc/40013000.i2c/i2c-0/0-005d/input/input0
[    3.061987] input: pmic_onkey as /devices/platform/soc/5c007000.etzpc/5c002000.i2c/i2c-2/2-0033/5c002000.i2c:stpmic@33:onkey/input/input2
[    3.076358] stm32-usbphyc 5a006000.usbphyc: registered rev:1.0
[    3.083789] dwc2 49000000.usb-otg: supply vusb_d not found, using dummy regulator
[    3.090196] dwc2 49000000.usb-otg: supply vusb_a not found, using dummy regulator
[    3.091553] ehci-platform 5800d000.usb: EHCI Host Controller
[    3.103130] ehci-platform 5800d000.usb: new USB bus registered, assigned bus number 1
[    3.111924] ehci-platform 5800d000.usb: irq 91, io mem 0x5800d000
[    3.141650] ehci-platform 5800d000.usb: USB 2.0 started, EHCI 1.00
[    3.149253] hub 1-0:1.0: USB hub found
[    3.152012] hub 1-0:1.0: 2 ports detected
[    3.229004] dwc2 49000000.usb-otg: EPs: 9, dedicated fifos, 952 entries in SPRAM
[    3.236713] dwc2 49000000.usb-otg: DWC OTG Controller
[    3.240487] dwc2 49000000.usb-otg: new USB bus registered, assigned bus number 2
[    3.247974] dwc2 49000000.usb-otg: irq 92, io mem 0x49000000
[    3.255620] hub 2-0:1.0: USB hub found
[    3.258416] hub 2-0:1.0: 1 port detected
[    3.290347] input: joystick as /devices/platform/joystick/input/input3
[    3.302659] Freeing unused kernel image (initmem) memory: 1024K
[    3.341974] Run /init as init process
[    3.441386] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    3.642980] hub 1-1:1.0: USB hub found
[    3.645574] hub 1-1:1.0: 4 ports detected
Starting systemd-udevd version 253.1^
[    5.185685] mtdblock: MTD device 'fsbl2' is NAND, please consider using UBI block devices instead.
[    5.195927] mtdblock: MTD device 'metadata1' is NAND, please consider using UBI block devices instead.
[    5.213021] mtdblock: MTD device 'metadata2' is NAND, please consider using UBI block devices instead.
[    5.233719] mtdblock: MTD device 'fip-a1' is NAND, please consider using UBI block devices instead.
[    5.261855] mtdblock: MTD device 'fip-b1' is NAND, please consider using UBI block devices instead.
[    5.272140] mtdblock: MTD device 'fip-a2' is NAND, please consider using UBI block devices instead.
[    5.285864] mtdblock: MTD device 'fip-b2' is NAND, please consider using UBI block devices instead.
[    5.314926] mtdblock: MTD device 'UBI' is NAND, please consider using UBI block devices instead.
[    5.335636] mtdblock: MTD device 'fsbl1' is NAND, please consider using UBI block devices instead.
[    5.592410] stm32-dwmac 5800a000.ethernet end0: renamed from eth0
[    6.134771] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Quota mode: disabled.
ln: /etc/mtab: File exists
[    6.752943] systemd[1]: System time before build time, advancing clock.
[    6.873132] NET: Registered PF_INET6 protocol family
[    6.936055] Segment Routing with IPv6
[    6.938395] In-situ OAM (IOAM) with IPv6
[    6.994314] systemd[1]: systemd 253.1^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK -SECCOMP -GCRYPT -GNUTLS -OPENSSL -ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN +IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP)
[    7.024944] systemd[1]: Detected architecture arm.

Welcome to ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 4.2.1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21 (mickledore)!

[    7.224620] systemd[1]: Hostname set to <stm32mp1>.
[    7.326309] systemd[1]: Using hardware watchdog 'arm_smc_wdt', version 0, device /dev/watchdog0
[    7.333894] systemd[1]: Watchdog running with a timeout of 32s.
[    8.221280] systemd[1]: /lib/systemd/system/mount-partitions.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[    8.260746] systemd[1]: Queued start job for default target Multi-User System.
[    8.382194] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[    8.428633] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[    8.468892] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[    8.504683] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    8.542737] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[    8.582590] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[    8.622943] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[    8.662003] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    8.701975] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[    8.742055] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[    8.875110] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[    8.912252] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[    8.954105] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    9.018059] systemd[1]: Listening on Process Core Dump Socket.
[  OK  ] Listening on Process Core Dump Socket.
[    9.053615] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[    9.110976] systemd[1]: Journal Audit Socket was skipped because of an unmet condition check (ConditionSecurity=audit).
[    9.122073] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    9.164065] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    9.204217] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    9.244389] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    9.283527] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    9.323641] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[    9.363849] systemd[1]: Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    9.432955] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    9.482252] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    9.531747] systemd[1]: Mounting Kernel Trace File System...
         Mounting Kernel Trace File System...
[    9.589570] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[    9.684083] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[    9.738284] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[    9.787162] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[    9.830672] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[    9.886988] systemd[1]: Starting Mount partitions...
         Starting Mount partitions...
[    9.982965] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[   10.012471] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[   10.038434] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   10.055223] systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met.
[   10.080447] systemd[1]: Starting Generate network units from Kernel command line...
         Starting Generate network …ts from Kernel command line...
[   10.159154] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[   10.174566] systemd-journald[292]: Collecting audit messages is disabled.
[   10.242478] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[   10.341396] EXT4-fs (mmcblk0p10): re-mounted. Quota mode: disabled.
[   10.358929] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[   10.479740] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[   10.494193] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[   10.509748] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[   10.522783] systemd[1]: Mounted Kernel Trace File System.
[  OK  ] Mounted Kernel Trace File System.
[   10.562708] systemd[1]: Mounted Temporary Directory /tmp.
[  OK  ] Mounted Temporary Directory /tmp.
[   10.587021] systemd[1]: Finished Create List of Static Device Nodes.
[  OK  ] Finished Create List of Static Device Nodes.
[   10.630229] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Quota mode: disabled.
[   10.690518] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   10.713829] systemd[1]: Finished Load Kernel Module configfs.
[  OK  ] Finished Load Kernel Module configfs.
[   10.733234] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Finished Load Kernel Module drm.
[  OK  ] Finished Load Kernel Module fuse.
[  OK  ] Finished Generate network units from Kernel command line.
[  OK  ] Finished Remount Root and Kernel File Systems.
[  OK  ] Finished Apply Kernel Variables.
         Mounting FUSE Control File System...
         Mounting Kernel Configuration File System...
         Starting Starts Psplash Boot screen...
         Starting Flush Journal to Persistent Storage...
[   11.176734] EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Quota mode: disabled.
         Starting Create Static Device Nodes in /dev...
[   11.362235] systemd-journald[292]: Received client request to flush runtime journal.
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Finished Flush Journal to Persistent Storage.
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Preparation for Local File Systems.
[   11.616905] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Quota mode: disabled.
         Mounting /var/volatile...
         Starting Rule-based Manage…for Device Events and Files...
[  OK  ] Finished Mount partitions.
[  OK  ] Mounted /var/volatile.
         Starting Load/Save OS Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Rule-based Manager for Device Events and Files.
[  OK  ] Finished Load/Save OS Random Seed.
[  OK  ] Finished Create Volatile 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.
[   13.150487] mtdblock: MTD device 'fsbl2' is NAND, please consider using UBI block devices instead.
[   13.172225] mtdblock: MTD device 'metadata1' is NAND, please consider using UBI block devices instead.
[   13.187899] mtdblock: MTD device 'fip-b2' is NAND, please consider using UBI block devices instead.
[   13.187899] mtdblock: MTD device 'metadata2' is NAND, please consider using UBI block devices instead.
[   13.303996] mtdblock: MTD device 'fip-a2' is NAND, please consider using UBI block devices instead.
[   13.470804] mtdblock: MTD device 'fip-a1' is NAND, please consider using UBI block devices instead.
[   13.488406] mtdblock: MTD device 'fip-b1' is NAND, please consider using UBI block devices instead.
[   13.568236] mtdblock: MTD device 'UBI' is NAND, please consider using UBI block devices instead.
[   13.621933] mtdblock: MTD device 'fsbl1' is NAND, please consider using UBI block devices instead.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Started Network Name Resolution.
[  OK  ] Finished Coldplug All udev Devices.
[   15.494707] stm32-crc32 58009000.crc: Initialized
[   15.619501] galcore: loading out-of-tree module taints kernel.
[   15.637223] st,stm32-spdifrx 4000d000.audio-controller: No cache defaults, reading back from HW
[   15.673691] wm8994 0-001b: supply DCVDD not found, using dummy regulator
[   15.679449] wm8994 0-001b: supply AVDD1 not found, using dummy regulator
[   15.693826] mc: Linux media interface: v0.10
[   15.757893] Galcore version 6.4.13.608341
[   15.783293] videodev: Linux video capture interface: v2.00
[   15.851008] stm32-dfsdm 4400d000.dfsdm: SPI clock not accurate
[   15.867186] stm32-dfsdm 4400d000.dfsdm: 24573875 = 2048000 * 12 + 2045875
[   16.036235] stm32-cryp 54001000.cryp: will run requests pump with realtime priority
[   16.061344] stm32-dcmi 4c006000.dcmi: Probe done
[   16.065651] stm32-hash 54002000.hash: will run requests pump with realtime priority
[   16.086276] ov5640 0-003c: supply AVDD not found, using dummy regulator
[   16.087221] wm8994 0-001b: WM8994 revision D CUST_ID 00
[   16.092025] ov5640 0-003c: supply DVDD not found, using dummy regulator
[   16.105918] wm8994 0-001b: No interrupt specified, no interrupts
[   16.166239] stm32-hash 54002000.hash: Init HASH done HW ver 23 DMA mode 1
[   16.189839] stm32-cryp 54001000.cryp: Initialized
[   16.255009] ov5640 0-003c: Consider updating driver ov5640 to match on endpoints
[*     ] A start job is running for Starts Psplash Boot screen (8s / no limit)
[   17.437945] using random self ethernet address
[   17.441034] using random host ethernet address
[   17.572774] usb0: HOST MAC a8:72:8d:68:fe:3c
[   17.575664] usb0: MAC 9a:d2:a6:32:49:45
[   17.586135] dwc2 49000000.usb-otg: bound driver configfs-gadget.g1
[   17.728824] dwc2 49000000.usb-otg: new device is high-speed
[**    ] A start job is running for Starts Psplash Boot screen (9s / no limit)
[   17.991109] dwc2 49000000.usb-otg: new device is high-speed
[   18.040907] dwc2 49000000.usb-otg: new device is high-speed
[   18.080064] dwc2 49000000.usb-otg: new address 29
[   18.134477] wm8994-codec wm8994-codec: Failed to request Mic1 detect IRQ: -22
[   18.140283] wm8994-codec wm8994-codec: Failed to request Mic1 short IRQ: -22
[   18.154564] wm8994-codec wm8994-codec: Failed to request Mic2 detect IRQ: -22
[***   ] A start job is running for Starts Psplash Boot screen (9s / no limit)
[   18.239205] dwc2 49000000.usb-otg: new device is high-speed
[   18.288890] dwc2 49000000.usb-otg: new device is high-speed
[   18.328206] dwc2 49000000.usb-otg: new address 29
[  OK  ] Created slice Slice /system/systemd-backlight.
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Reached target System Time Set.
[  OK  ] Reached target Hardware activated USB gadget.
[  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
         Starting Load/Save Screen …f backlight:panel-backlight...
[  OK  ] Finished Load/Save Screen … of backlight:panel-backlight.
[  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.
         Starting D-Bus System Message Bus...
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Reached target Basic System.
         Starting ST set alsa state configuration...
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started Kernel Logging Service.
[  OK  ] Started System Logging Service.
         Starting IPv6 Packet Filtering Framework...
         Starting IPv4 Packet Filtering Framework...
[  OK  ] Started Calibrates HSI/CSI clocks.
         Starting Resets System Activity Logs...
         Starting User Login Management...
         Starting TEE Supplicant...
         Starting Check if the gpu …orrect weston configuration...
[  OK  ] Finished IPv6 Packet Filtering Framework.
[  OK  ] Finished IPv4 Packet Filtering Framework.
[  OK  ] Finished Resets System Activity Logs.
[  OK  ] Started TEE Supplicant.
[  OK  ] Finished ST set alsa state configuration.
[  OK  ] Reached target Preparation for Network.
         Starting Save/Restore Sound Card State...
         Starting Network Configuration...
[  OK  ] Finished Check if the gpu … correct weston configuration.
[  OK  ] Started User Login Management.
[  OK  ] Finished Save/Restore Sound Card State.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Reached target Sound Card.
[   21.642802] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   21.677613] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  OK  ] Started Network Configuration.
[   21.824642] stm32-dwmac 5800a000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0
[   21.838276] stm32-dwmac 5800a000.ethernet end0: PHY [stmmac-0:00] driver [RTL8211E Gigabit Ethernet] (irq=POLL)
[  OK  ] Reached target Ne[   21.851531] dwmac4: Master AXI performs any burst length
[   21.856335] stm32-dwmac 5800a000.ethernet end0: No Safety Features support found
[   21.863918] stm32-dwmac 5800a000.ethernet end0: IEEE 1588-2008 Advanced Timestamp supported
[   21.872555] stm32-dwmac 5800a000.ethernet end0: registered PTP clock
twork   21.879506] stm32-dwmac 5800a000.ethernet end0: configuring for phy/rgmii-id link mode
m.
[  OK  ] Started IIO Daemon.
         Starting Real time performance monitoring...
         Starting Permit User Sessions...
         Starting Target Communication Framework agent...
[  OK  ] Finished Permit User Sessions.
[  OK  ] Started Target Communication Framework agent.
[  OK  ] Started Real time performance monitoring.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttySTM0.
[  OK  ] Reached target Login Prompts.
         Starting Weston graphical session...
         Starting User Database Manager...
[  OK  ] Started User Database Manager.
[  OK  ] Created slice User Slice of UID 1000.
         Starting User Runtime Directory /run/user/1000...
[  OK  ] Finished User Runtime Directory /run/user/1000.
         Starting User Manager for UID 1000...
[  OK  ] Started User Manager for UID 1000.
[  OK  ] Started Session c1 of User weston.

ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 4.2.1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21 stm32mp1 ttySTM0

stm32mp1 login: root (automatic login)

root@stm32mp1:~#

3 Basic commands[edit]

3.1 Printing distribution specific information[edit]

root@stm32mp1:~# cat /etc/build
-----------------------
Build Configuration:  |
-----------------------
BB_VERSION = 2.4.0
BUILD_SYS = x86_64-linux
NATIVELSBSTRING = universal
TARGET_SYS = arm-ostl-linux-gnueabi
MACHINE = stm32mp1
DISTRO = openstlinux-weston
DISTRO_VERSION = 4.2.1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21
TUNE_FEATURES = arm vfp cortexa7 neon vfpv4 thumb callconvention-hard
TARGET_FPU = hard
MANIFESTVERSION = ostl-23-04-26-rc7-2-gebc8636
DISTRO_CODENAME = mickledore
ACCEPT_EULA_stm32mp1 = 1
GCCVERSION = 12.%
PREFERRED_PROVIDER_virtual/kernel = linux-stm32mp
-----------------------
Layer Revisions:      |
-----------------------
meta-python       = v5.0.xml:c032fd0b1a9d444711103c2703dfa8e2964a3865
meta-oe           = v5.0.xml:c032fd0b1a9d444711103c2703dfa8e2964a3865
meta-gnome        = v5.0.xml:c032fd0b1a9d444711103c2703dfa8e2964a3865
meta-initramfs    = v5.0.xml:c032fd0b1a9d444711103c2703dfa8e2964a3865
meta-multimedia   = v5.0.xml:c032fd0b1a9d444711103c2703dfa8e2964a3865
meta-networking   = v5.0.xml:c032fd0b1a9d444711103c2703dfa8e2964a3865
meta-webserver    = v5.0.xml:c032fd0b1a9d444711103c2703dfa8e2964a3865
meta-filesystems  = v5.0.xml:c032fd0b1a9d444711103c2703dfa8e2964a3865
meta-perl         = v5.0.xml:c032fd0b1a9d444711103c2703dfa8e2964a3865
meta-st-stm32mp   = v5.0.xml:c8e93ac4745c841e4d87f49a63029920eeabec39
meta-qt5          = v5.0.xml:cf6ffcbad5275a3428f6046468a0c9d572e813d1
meta-st-openstlinux = v5.0.xml:a797f79a645c32e5c3b3d2eb1922f80b949d299b
meta              = v5.0.xml:20cd64812d286c920bd766145ab1cd968e72667e

3.2 Printing system information[edit]

root@stm32mp1:~# uname -a
Linux stm32mp1 6.1.28 #1 SMP PREEMPT Thu May 11 14:04:52 UTC 2023 armv7l GNU/Linux

3.3 Printing Linux kernel and GCC versions[edit]

root@stm32mp1:~# cat /proc/version
Linux version 6.1.28 (oe-user@oe-host) (arm-ostl-linux-gnueabi-gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.40.20230119) #1 SMP PREEMPT Thu May 11 14:04:52 UTC 2023

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

root@stm32mp1:~# df -h
Filesystem       Size  Used Avail Use% Mounted on
devtmpfs         349M     0  349M   0% /dev
/dev/mmcblk0p10  3.8G  454M  3.2G  13% /
tmpfs            417M     0  417M   0% /dev/shm
tmpfs            167M  9.0M  158M   6% /run
tmpfs            4.0M     0  4.0M   0% /sys/fs/cgroup
tmpfs            417M  8.0K  417M   1% /tmp
/dev/mmcblk0p8    55M   17M   34M  33% /boot
/dev/mmcblk0p9    14M  6.3M  6.4M  50% /vendor
/dev/mmcblk0p11   24G   43M   23G   1% /usr/local
tmpfs            417M   80K  416M   1% /var/volatile
tmpfs             84M  4.0K   84M   1% /run/user/1000
tmpfs             84M     0   84M   0% /run/user/0

3.5 ssh connection (only if the Ethernet cable is connected)[edit]

  • Get the IP address of your board
 ip addr show eth0                                                                           
3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
    inet xx.xx.xx.xx/xx brd xx.xx.xx.xx scope global dynamic eth0
       valid_lft 159045sec preferred_lft 159045sec
    inet6 xxxx::xx:xx:xx:xx/64 scope link 
       valid_lft forever preferred_lft forever
  • On the host computer, connect the terminal to the board using ssh
 ssh root@xx.xx.xx.xx
root@stm32mp1:~#


Back button.png Overview button.png Next button.png