Revision as of 10:57, 26 April 2022 by Registered User

Applicable for STM32MP13x lines

STM32MP135x-DK.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 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 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:  CPU: STM32MP135F Rev.Z
NOTICE:  Model: STMicroelectronics STM32MP135F-DK Discovery Board
INFO:    PMIC version = 0x21
INFO:    Reset reason (0x34):
INFO:      Pad Reset from NRST
INFO:    FCONF: Reading TB_FW firmware configuration file from: 0x2ffe0000
INFO:    FCONF: Reading firmware configuration information for: stm32mp_io
INFO:    Using SDMMC
INFO:      Instance 1
INFO:    Boot used partition fsbl1
NOTICE:  BL2: v2.6-stm32mp1-r1.0(debug):v2.6-dirty
NOTICE:  BL2: Built : 13:14:26, Nov 23 2021
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 31
INFO:    Loading image id=31 at address 0x30006000
INFO:    Image id=31 loaded: 0x30006000 - 0x30006246
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 0xde200000
INFO:    Image id=4 loaded: 0xde200000 - 0xde20001c
INFO:    OPTEE ep=0xde200000
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 21
INFO:    Loading image id=21 at address 0xde200000
INFO:    Image id=21 loaded: 0xde200000 - 0xde2771d0
INFO:    BL2: Skip loading image id 22
INFO:    BL2: Loading image id 23
INFO:    Loading image id=23 at address 0xc0400000
INFO:    Image id=23 loaded: 0xc0400000 - 0xc040f078
INFO:    BL2: Skip loading image id 26
INFO:    BL2: Loading image id 5
INFO:    Loading image id=5 at address 0xc0000000
INFO:    Image id=5 loaded: 0xc0000000 - 0xc00e852c
NOTICE:  BL2: Booting BL32
INFO:    Entry point address = 0xde200000
INFO:    SPSR = 0x1d3
I/TC: Early console on UART#4
I/TC:
I/TC: Non-secure external DT found
I/TC: Embedded DTB found
I/TC: OP-TEE version: 3.16.0-dev (gcc version 9.3.0 (GCC)) #1 Fri 28 Jan 2022 02:28:18 PM UTC 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: WARNING: All debug access are allowed
I/TC: Platform stm32mp1: flavor PLATFORM_FLAVOR - DT stm32mp135f-dk.dts
I/TC: DTB enables console (non-secure)
I/TC: Primary CPU switching to normal world boot
optee optee: OP-TEE: revision 3.16 (d0b742d1)


U-Boot 2021.10-stm32mp-r1 (Oct 04 2021 - 15:09:26 +0000)

CPU: STM32MP135F Rev.Z
Model: STMicroelectronics STM32MP135F-DK Discovery Board
Board: stm32mp1 in trusted mode (st,stm32mp135f-dk)
DRAM:  512 MiB
optee optee: OP-TEE: revision 3.16 (d0b742d1)
Clocks:
- MPU : 1000 MHz
- AXI : 266.500 MHz
- PER : 24 MHz
- DDR : 533 MHz
WDT:   Started with servicing (32s timeout)
NAND:  0 MiB
MMC:   STM32 SD/MMC: 0, STM32 SD/MMC: 1
Loading Environment from MMC... OK
In:    serial
Out:   serial
Err:   serial
invalid MAC address 0 in OTP 00:00:00:00:00:00
Net:
Error: eth1@5800a000 address not set.
FEC: can't find phy-handle

Error: eth2@5800e000 address not set.
No ethernet found.

Hit any key to stop autoboot:  0
Boot over mmc0!
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:8...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
551 bytes read in 12 ms (43.9 KiB/s)
Retrieving file: /splash_landscape.bmp
7802 bytes read in 13 ms (585.9 KiB/s)
Select the boot mode
1:      OpenSTLinux
2:      stm32mp135f-dk-a7-examples
Enter choice: 1:        OpenSTLinux
Retrieving file: /st-image-resize-initrd
3635776 bytes read in 165 ms (21 MiB/s)
Retrieving file: /uImage
7664168 bytes read in 335 ms (21.8 MiB/s)
append: root=PARTUUID=e91c4e10-16e6-4c0e-bd0e-77becf4a3582 rootwait rw    console=ttySTM0,115200
Retrieving file: /stm32mp135f-dk.dtb
59728 bytes read in 15 ms (3.8 MiB/s)
## Booting kernel from Legacy Image at c2000000 ...
   Image Name:   Linux-5.15.24
   Created:      2022-02-16  11:56:41 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    7664104 Bytes = 7.3 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 cfc88000, end cffffa40 ... OK
   Loading Device Tree to cfc76000, end cfc8794f ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.15.24 (oe-user@oe-host) (arm-ostl-linux-gnueabi-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220) #1 PREEMPT Wed Feb 16 11:56:41 UTC 2022
[    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 writeback
[    0.000000] cma: Reserved 128 MiB at 0xd4800000
[    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] CPU: All CPU(s) started in SVC mode.
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 130028
[    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] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 314124K/524288K available (12288K kernel code, 1240K rwdata, 3452K rodata, 1024K init, 188K bss, 79092K reserved, 131072K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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] random: get_random_bytes called from start_kernel+0x4e8/0x6c0 with crng_init=0
[    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.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000020] Switching to timer-based delay loop, resolution 41ns
[    0.000787] Console: colour dummy device 80x30
[    0.000855] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.000878] pid_max: default: 32768 minimum: 301
[    0.001014] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.001039] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.002044] CPU: Testing write buffer coherency: ok
[    0.003191] Setting up static identity map for 0xc0100000 - 0xc0100060
[    0.003374] rcu: Hierarchical SRCU implementation.
[    0.004604] devtmpfs: initialized
[    0.016355] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.016630] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.016665] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.022580] pinctrl core: initialized pinctrl subsystem
[    0.024016] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.026096] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.027244] thermal_sys: Registered thermal governor 'step_wise'
[    0.027559] cpuidle: using governor menu
[    0.027819] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.027841] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.028130] Serial: AMBA PL011 UART driver
[    0.031148] stm32-pm-domain pm_domain: domain core-ret-power-domain registered
[    0.031196] stm32-pm-domain pm_domain: subdomain core-power-domain registered
[    0.031211] stm32-pm-domain pm_domain: domains probed
[    0.042679] /soc/interrupt-controller@5000d000: bank0
[    0.042726] /soc/interrupt-controller@5000d000: bank1
[    0.042747] /soc/interrupt-controller@5000d000: bank2
[    0.055286] platform panel-rgb: Fixing up cyclic dependency with 5a001000.display-controller
[    0.073064] SCSI subsystem initialized
[    0.073796] usbcore: registered new interface driver usbfs
[    0.073864] usbcore: registered new interface driver hub
[    0.073925] usbcore: registered new device driver usb
[    0.074287] pps_core: LinuxPPS API ver. 1 registered
[    0.074308] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.074337] PTP clock support registered
[    0.074539] EDAC MC: Ver: 3.0.0
[    0.077515] clocksource: Switched to clocksource arch_sys_counter
[    0.134808] NET: Registered PF_INET protocol family
[    0.135015] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.148051] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.148111] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    0.148166] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    0.148216] TCP: Hash tables configured (established 4096 bind 4096)
[    0.148351] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.148391] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.148619] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.149398] RPC: Registered named UNIX socket transport module.
[    0.149435] RPC: Registered udp transport module.
[    0.149446] RPC: Registered tcp transport module.
[    0.149455] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.149905] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[    0.151157] Initialise system trusted keyrings
[    0.151650] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    0.157965] Trying to unpack rootfs image as initramfs...
[    0.168629] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.178135] NFS: Registering the id_resolver key type
[    0.178209] Key type id_resolver registered
[    0.178221] Key type id_legacy registered
[    0.178353] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.178382] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.178518] ntfs: driver 2.1.32 [Flags: R/O].
[    0.178727] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.179394] fuse: init (API version 7.34)
[    0.188197] NET: Registered PF_ALG protocol family
[    0.188241] Key type asymmetric registered
[    0.188253] Asymmetric key parser 'x509' registered
[    0.188403] bounce: pool size: 64 pages
[    0.188490] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.188509] io scheduler mq-deadline registered
[    0.188518] io scheduler kyber registered
[    0.195505] STM32 USART driver initialized
[    0.253564] brd: module loaded
[    0.280286] loop: module loaded
[    0.285524] CAN device driver interface
[    0.287004] pegasus: Pegasus/Pegasus II USB Ethernet driver
[    0.287107] usbcore: registered new interface driver pegasus
[    0.287173] usbcore: registered new interface driver asix
[    0.287217] usbcore: registered new interface driver ax88179_178a
[    0.287262] usbcore: registered new interface driver cdc_ether
[    0.287314] usbcore: registered new interface driver smsc75xx
[    0.287381] usbcore: registered new interface driver smsc95xx
[    0.287425] usbcore: registered new interface driver net1080
[    0.287477] usbcore: registered new interface driver cdc_subset
[    0.307714] usbcore: registered new interface driver zaurus
[    0.307854] usbcore: registered new interface driver cdc_ncm
[    0.308716] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.308779] ehci-platform: EHCI generic platform driver
[    0.308989] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.309029] ohci-platform: OHCI generic platform driver
[    0.309511] usbcore: registered new interface driver usb-storage
[    0.311974] i2c_dev: i2c /dev entries driver
[    0.314547] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.315165] stm32-cpufreq stm32-cpufreq: OPP-v2 not supported
[    0.315953] sdhci: Secure Digital Host Controller Interface driver
[    0.315975] sdhci: Copyright(c) Pierre Ossman
[    0.315985] Synopsys Designware Multimedia Card Interface Driver
[    0.316290] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.317113] ledtrig-cpu: registered to indicate activity on CPUs
[    0.327727] usbcore: registered new interface driver usbhid
[    0.327756] usbhid: USB HID core driver
[    0.329718] optee: probing for conduit method.
[    0.329768] optee: revision 3.16 (d0b742d1)
[    0.338266] optee: Asynchronous notifications enabled
[    0.338312] optee: dynamic shared memory is enabled
[    0.340360] optee: initialized driver
[    0.341335] NET: Registered PF_PACKET protocol family
[    0.341394] can: controller area network core
[    0.341496] NET: Registered PF_CAN protocol family
[    0.341515] can: raw protocol
[    0.341529] can: broadcast manager protocol
[    0.341544] can: netlink gateway - max_hops=1
[    0.343194] random: fast init done
[    0.344979] Key type dns_resolver registered
[    0.345134] ThumbEE CPU extension supported.
[    0.345163] Registering SWP/SWPB emulation handler
[    0.345573] registered taskstats version 1
[    0.345610] Loading compiled-in X.509 certificates
[    0.347779] random: crng init done
[    0.370288] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    0.370479] arm-scmi firmware:scmi: SCMI Protocol v2.0 'ST:' Firmware version 0x0
[    0.408835] scmi-regulator scmi_dev.4: Regulator reg11 registered for domain [0]
[    0.409184] scmi-regulator scmi_dev.4: Regulator reg18 registered for domain [1]
[    0.409490] scmi-regulator scmi_dev.4: Regulator usb33 registered for domain [2]
[    0.410090] scmi-regulator scmi_dev.4: Regulator vddcpu registered for domain [3]
[    0.410402] scmi-regulator scmi_dev.4: Regulator vdd registered for domain [4]
[    0.410715] scmi-regulator scmi_dev.4: Regulator vddcore registered for domain [5]
[    0.411042] scmi-regulator scmi_dev.4: Regulator vdd_adc registered for domain [6]
[    0.411375] scmi-regulator scmi_dev.4: Regulator vdd_usb registered for domain [7]
[    0.411710] scmi-regulator scmi_dev.4: Regulator vdd_sd registered for domain [8]
[    0.412017] scmi-regulator scmi_dev.4: Regulator v1v8_periph registered for domain [9]
[    0.412331] scmi-regulator scmi_dev.4: Regulator v3v3_sw registered for domain [10]
[    0.468033] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOA bank added
[    0.468741] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOB bank added
[    0.478011] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOC bank added
[    0.488072] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOD bank added
[    0.488762] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOE bank added
[    0.489376] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOF bank added
[    0.489936] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOG bank added
[    0.490507] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOH bank added
[    0.491051] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOI bank added
[    0.491134] stm32mp135-pinctrl soc:pin-controller@50002000: Pinctrl STM32 initialized
[    0.494111] stm32-mdma 58000000.dma-controller: STM32 MDMA driver registered
[    0.496465] stm32-usbphyc 5a006000.usbphyc: registered rev:1.0
[    0.517707] stm32-dma 48000000.dma-controller: STM32 DMA driver registered
[    0.519757] stm32-dma 48001000.dma-controller: STM32 DMA driver registered
[    0.520828] stm32-usart 40010000.serial: interrupt mode for rx (no dma)
[    0.520862] stm32-usart 40010000.serial: interrupt mode for tx (no dma)
[    0.520893] 40010000.serial: ttySTM0 at MMIO 0x40010000 (irq = 55, base_baud = 4000000) is a stm32-usart
[    0.946575] Freeing initrd memory: 3552K
[    2.465289] printk: console [ttySTM0] enabled
[    2.476787] [drm] Initialized simpledrm 1.0.0 20200625 for dce00000.framebuffer on minor 0
[    2.484894] stm32-dwmac 5800a000.eth1: IRQ eth_lpi not found
[    2.489962] stm32-dwmac 5800a000.eth1: PTP uses main clock
[    2.495466] stm32-dwmac 5800a000.eth1: User ID: 0x12, Synopsys ID: 0x42
[    2.501619] stm32-dwmac 5800a000.eth1:       DWMAC4/5
[    2.505974] stm32-dwmac 5800a000.eth1: DMA HW capability register supported
[    2.512957] stm32-dwmac 5800a000.eth1: RX Checksum Offload Engine supported
[    2.519927] stm32-dwmac 5800a000.eth1: TX Checksum insertion supported
[    2.526478] stm32-dwmac 5800a000.eth1: Wake-Up On Lan supported
[    2.532474] stm32-dwmac 5800a000.eth1: TSO supported
[    2.537322] stm32-dwmac 5800a000.eth1: Enable RX Mitigation via HW Watchdog Timer
[    2.544815] stm32-dwmac 5800a000.eth1: device MAC address c6:52:e1:71:ba:b9
[    2.551826] stm32-dwmac 5800a000.eth1: Enabled L3L4 Flow TC (entries=2)
[    2.558400] stm32-dwmac 5800a000.eth1: Enabled RFS Flow TC (entries=8)
[    2.564852] stm32-dwmac 5800a000.eth1: TSO feature enabled
[    2.570425] stm32-dwmac 5800a000.eth1: Using 32 bits DMA width
[    2.582344] stm32-dwmac 5800a000.eth1: Cannot register the MDIO bus
[    2.587220] stm32-dwmac 5800a000.eth1: stmmac_dvr_probe: MDIO bus (id: 0) registration failed
[    2.597862] stm32-dwmac 5800e000.eth2: IRQ eth_wake_irq not found
[    2.602541] stm32-dwmac 5800e000.eth2: IRQ eth_lpi not found
[    2.609000] stm32-dwmac 5800e000.eth2: PTP uses main clock
[    2.614363] stm32-dwmac 5800e000.eth2: User ID: 0x12, Synopsys ID: 0x42
[    2.620529] stm32-dwmac 5800e000.eth2:       DWMAC4/5
[    2.624884] stm32-dwmac 5800e000.eth2: DMA HW capability register supported
[    2.631934] stm32-dwmac 5800e000.eth2: RX Checksum Offload Engine supported
[    2.638855] stm32-dwmac 5800e000.eth2: TX Checksum insertion supported
[    2.645311] stm32-dwmac 5800e000.eth2: Wake-Up On Lan supported
[    2.651421] stm32-dwmac 5800e000.eth2: TSO supported
[    2.656170] stm32-dwmac 5800e000.eth2: Enable RX Mitigation via HW Watchdog Timer
[    2.663800] stm32-dwmac 5800e000.eth2: device MAC address 96:df:c9:3b:e6:50
[    2.670682] stm32-dwmac 5800e000.eth2: Enabled L3L4 Flow TC (entries=2)
[    2.677236] stm32-dwmac 5800e000.eth2: Enabled RFS Flow TC (entries=8)
[    2.683813] stm32-dwmac 5800e000.eth2: TSO feature enabled
[    2.689297] stm32-dwmac 5800e000.eth2: Using 32 bits DMA width
[    2.700642] stm32-dwmac 5800e000.eth2: Cannot register the MDIO bus
[    2.705521] stm32-dwmac 5800e000.eth2: stmmac_dvr_probe: MDIO bus (id: 1) registration failed
[    2.719405] ehci-platform 5800d000.usbh-ehci: EHCI Host Controller
[    2.724216] ehci-platform 5800d000.usbh-ehci: new USB bus registered, assigned bus number 1
[    2.733454] ehci-platform 5800d000.usbh-ehci: irq 45, io mem 0x5800d000
[    2.767554] ehci-platform 5800d000.usbh-ehci: USB 2.0 started, EHCI 1.00
[    2.773841] hub 1-0:1.0: USB hub found
[    2.776649] hub 1-0:1.0: 2 ports detected
[    2.784470] stm32_rtc 5c004000.rtc: registered as rtc0
[    2.788437] stm32_rtc 5c004000.rtc: setting system clock to 2000-01-01T00:44:24 UTC (946687464)
[    2.798262] stm32_rtc 5c004000.rtc: Date/Time must be initialized
[    2.803036] stm32_rtc 5c004000.rtc: registered rev:3.3
[    2.826462] mcp230xx 0-0021: error -EAGAIN: can't write IOCON 33
[    2.831177] mcp230xx: probe of 0-0021 failed with error -11
[    2.838069] stm32f7-i2c 40012000.i2c: STM32F7 I2C-0 bus adapter
[    3.017607] Goodix-TS 1-005d: i2c test failed attempt 1: -6
[    3.057595] Goodix-TS 1-005d: i2c test failed attempt 2: -6
[    3.067563] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    3.097540] Goodix-TS 1-005d: I2C communication failure: -6
[    3.103496] i2c 1-0014: Fixing up cyclic dependency with 5a000000.dcmipp
[    3.109116] i2c 1-0014: Fixing up cyclic dependency with 1-003c
[    3.115377] stm32f7-i2c 4c006000.i2c: STM32F7 I2C-1 bus adapter
[    3.123401] stm_thermal 50028000.thermal: stm_thermal_probe: Driver initialized successfully
[    3.135105] mmci-pl18x 58005000.mmc: Got CD GPIO
[    3.139143] mmci-pl18x 58005000.mmc: mmc0: PL180 manf 53 rev2 at 0x58005000 irq 41,0 (pio)
[    3.191579] 4c001000.serial: ttySTM3 at MMIO 0x4c001000 (irq = 56, base_baud = 4000000) is a stm32-usart
[    3.201704] serial serial0: tty port ttySTM3 registered
[    3.223516] [drm] Initialized stm 1.0.0 20170330 for 5a001000.display-controller on minor 0
[    3.232121] stm32-dwmac 5800a000.eth1: IRQ eth_lpi not found
[    3.236907] stm32-dwmac 5800a000.eth1: PTP uses main clock
[    3.242473] stm32-dwmac 5800a000.eth1: User ID: 0x12, Synopsys ID: 0x42
[    3.248702] stm32-dwmac 5800a000.eth1:       DWMAC4/5
[    3.253105] stm32-dwmac 5800a000.eth1: DMA HW capability register supported
[    3.260124] stm32-dwmac 5800a000.eth1: RX Checksum Offload Engine supported
[    3.267004] stm32-dwmac 5800a000.eth1: TX Checksum insertion supported
[    3.273698] stm32-dwmac 5800a000.eth1: Wake-Up On Lan supported
[    3.279651] stm32-dwmac 5800a000.eth1: TSO supported
[    3.284497] stm32-dwmac 5800a000.eth1: Enable RX Mitigation via HW Watchdog Timer
[    3.292554] stm32-dwmac 5800a000.eth1: device MAC address b2:9a:ff:4d:f0:d1
[    3.299310] hub 1-1:1.0: USB hub found
[    3.302641] stm32-dwmac 5800a000.eth1: Enabled L3L4 Flow TC (entries=2)
[    3.312478] hub 1-1:1.0: 4 ports detected
[    3.315173] mmc0: new high speed SDHC card at address 1234
[    3.320771] stm32-dwmac 5800a000.eth1: Enabled RFS Flow TC (entries=8)
[    3.328934] mmcblk0: mmc0:1234 SA08G 7.21 GiB
[    3.333040] stm32-dwmac 5800a000.eth1: TSO feature enabled
[    3.337445] stm32-dwmac 5800a000.eth1: Using 32 bits DMA width
[    3.344556] stm32-dwmac 5800a000.eth1: Unbalanced pm_runtime_enable!
[    3.359076] stm32-dwmac 5800a000.eth1: Cannot register the MDIO bus
[    3.364341]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11
[    3.369950] stm32-dwmac 5800a000.eth1: stmmac_dvr_probe: MDIO bus (id: 0) registration failed
[    3.381583] stm32-dwmac 5800e000.eth2: IRQ eth_wake_irq not found
[    3.386260] stm32-dwmac 5800e000.eth2: IRQ eth_lpi not found
[    3.392615] stm32-dwmac 5800e000.eth2: PTP uses main clock
[    3.398102] stm32-dwmac 5800e000.eth2: User ID: 0x12, Synopsys ID: 0x42
[    3.403989] stm32-dwmac 5800e000.eth2:       DWMAC4/5
[    3.408856] stm32-dwmac 5800e000.eth2: DMA HW capability register supported
[    3.415625] stm32-dwmac 5800e000.eth2: RX Checksum Offload Engine supported
[    3.422657] stm32-dwmac 5800e000.eth2: TX Checksum insertion supported
[    3.429080] stm32-dwmac 5800e000.eth2: Wake-Up On Lan supported
[    3.434930] stm32-dwmac 5800e000.eth2: TSO supported
[    3.440238] stm32-dwmac 5800e000.eth2: Enable RX Mitigation via HW Watchdog Timer
[    3.447471] stm32-dwmac 5800e000.eth2: device MAC address da:ee:ea:d4:f1:21
[    3.454484] stm32-dwmac 5800e000.eth2: Enabled L3L4 Flow TC (entries=2)
[    3.461055] stm32-dwmac 5800e000.eth2: Enabled RFS Flow TC (entries=8)
[    3.467615] stm32-dwmac 5800e000.eth2: TSO feature enabled
[    3.472968] stm32-dwmac 5800e000.eth2: Using 32 bits DMA width
[    3.478896] stm32-dwmac 5800e000.eth2: Unbalanced pm_runtime_enable!
[    3.490943] stm32-dwmac 5800e000.eth2: Cannot register the MDIO bus
[    3.495817] stm32-dwmac 5800e000.eth2: stmmac_dvr_probe: MDIO bus (id: 1) registration failed
[    3.519003] stm32-dwmac 5800a000.eth1: IRQ eth_lpi not found
[    3.523753] stm32-dwmac 5800a000.eth1: PTP uses main clock
[    3.529330] stm32-dwmac 5800a000.eth1: User ID: 0x12, Synopsys ID: 0x42
[    3.535414] stm32-dwmac 5800a000.eth1:       DWMAC4/5
[    3.540098] stm32-dwmac 5800a000.eth1: DMA HW capability register supported
[    3.546962] stm32-dwmac 5800a000.eth1: RX Checksum Offload Engine supported
[    3.553981] stm32-dwmac 5800a000.eth1: TX Checksum insertion supported
[    3.560508] stm32-dwmac 5800a000.eth1: Wake-Up On Lan supported
[    3.566358] stm32-dwmac 5800a000.eth1: TSO supported
[    3.571349] stm32-dwmac 5800a000.eth1: Enable RX Mitigation via HW Watchdog Timer
[    3.578735] stm32-dwmac 5800a000.eth1: device MAC address f6:bc:8e:ee:db:7f
[    3.585697] stm32-dwmac 5800a000.eth1: Enabled L3L4 Flow TC (entries=2)
[    3.592391] stm32-dwmac 5800a000.eth1: Enabled RFS Flow TC (entries=8)
[    3.598878] stm32-dwmac 5800a000.eth1: TSO feature enabled
[    3.604326] stm32-dwmac 5800a000.eth1: Using 32 bits DMA width
[    3.610234] stm32-dwmac 5800a000.eth1: Unbalanced pm_runtime_enable!
[    3.622251] stm32-dwmac 5800a000.eth1: Cannot register the MDIO bus
[    3.627124] stm32-dwmac 5800a000.eth1: stmmac_dvr_probe: MDIO bus (id: 0) registration failed
[    3.637800] stm32-dwmac 5800e000.eth2: IRQ eth_wake_irq not found
[    3.642479] stm32-dwmac 5800e000.eth2: IRQ eth_lpi not found
[    3.648835] stm32-dwmac 5800e000.eth2: PTP uses main clock
[    3.654258] stm32-dwmac 5800e000.eth2: User ID: 0x12, Synopsys ID: 0x42
[    3.660423] stm32-dwmac 5800e000.eth2:       DWMAC4/5
[    3.664878] stm32-dwmac 5800e000.eth2: DMA HW capability register supported
[    3.671918] stm32-dwmac 5800e000.eth2: RX Checksum Offload Engine supported
[    3.678843] stm32-dwmac 5800e000.eth2: TX Checksum insertion supported
[    3.685298] stm32-dwmac 5800e000.eth2: Wake-Up On Lan supported
[    3.691162] stm32-dwmac 5800e000.eth2: TSO supported
[    3.696102] stm32-dwmac 5800e000.eth2: Enable RX Mitigation via HW Watchdog Timer
[    3.703682] stm32-dwmac 5800e000.eth2: device MAC address 8a:7b:b8:67:bc:d9
[    3.710579] stm32-dwmac 5800e000.eth2: Enabled L3L4 Flow TC (entries=2)
[    3.717134] stm32-dwmac 5800e000.eth2: Enabled RFS Flow TC (entries=8)
[    3.723702] stm32-dwmac 5800e000.eth2: TSO feature enabled
[    3.729178] stm32-dwmac 5800e000.eth2: Using 32 bits DMA width
[    3.735048] stm32-dwmac 5800e000.eth2: Unbalanced pm_runtime_enable!
[    3.746970] stm32-dwmac 5800e000.eth2: Cannot register the MDIO bus
[    3.752065] stm32-dwmac 5800e000.eth2: stmmac_dvr_probe: MDIO bus (id: 1) registration failed
[    3.769008] stm32-dwmac 5800a000.eth1: IRQ eth_lpi not found
[    3.773765] stm32-dwmac 5800a000.eth1: PTP uses main clock
[    3.779366] stm32-dwmac 5800a000.eth1: User ID: 0x12, Synopsys ID: 0x42
[    3.785350] stm32-dwmac 5800a000.eth1:       DWMAC4/5
[    3.790126] stm32-dwmac 5800a000.eth1: DMA HW capability register supported
[    3.796889] stm32-dwmac 5800a000.eth1: RX Checksum Offload Engine supported
[    3.803934] stm32-dwmac 5800a000.eth1: TX Checksum insertion supported
[    3.810438] stm32-dwmac 5800a000.eth1: Wake-Up On Lan supported
[    3.816287] stm32-dwmac 5800a000.eth1: TSO supported
[    3.821282] stm32-dwmac 5800a000.eth1: Enable RX Mitigation via HW Watchdog Timer
[    3.828766] stm32-dwmac 5800a000.eth1: device MAC address b6:9f:23:d3:2f:72
[    3.835727] stm32-dwmac 5800a000.eth1: Enabled L3L4 Flow TC (entries=2)
[    3.842296] stm32-dwmac 5800a000.eth1: Enabled RFS Flow TC (entries=8)
[    3.848888] stm32-dwmac 5800a000.eth1: TSO feature enabled
[    3.854336] stm32-dwmac 5800a000.eth1: Using 32 bits DMA width
[    3.860118] stm32-dwmac 5800a000.eth1: Unbalanced pm_runtime_enable!
[    3.872269] stm32-dwmac 5800a000.eth1: Cannot register the MDIO bus
[    3.877144] stm32-dwmac 5800a000.eth1: stmmac_dvr_probe: MDIO bus (id: 0) registration failed
[    3.887881] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    3.894767] stm32-dwmac 5800e000.eth2: IRQ eth_wake_irq not found
[    3.901475] stm32-dwmac 5800e000.eth2: IRQ eth_lpi not found
[    3.906227] stm32-dwmac 5800e000.eth2: PTP uses main clock
[    3.913968] Freeing unused kernel image (initmem) memory: 1024K
[    3.919414] stm32-dwmac 5800e000.eth2: User ID: 0x12, Synopsys ID: 0x42
[    3.925100] stm32-dwmac 5800e000.eth2:       DWMAC4/5
[    3.930100] Run /init as init process
[    3.943794] stm32-dwmac 5800e000.eth2: DMA HW capability register supported
[    3.957778] stm32-dwmac 5800e000.eth2: RX Checksum Offload Engine supported
[    3.963360] stm32-dwmac 5800e000.eth2: TX Checksum insertion supported
[    3.983757] stm32-dwmac 5800e000.eth2: Wake-Up On Lan supported
[    3.989045] stm32-dwmac 5800e000.eth2: TSO supported
[    3.993211] stm32-dwmac 5800e000.eth2: Enable RX Mitigation via HW Watchdog Timer
[    4.013451] stm32-dwmac 5800e000.eth2: device MAC address 2a:81:af:52:8b:4d
[    4.025275] stm32-dwmac 5800e000.eth2: Enabled L3L4 Flow TC (entries=2)
[    4.034577] stm32-dwmac 5800e000.eth2: Enabled RFS Flow TC (entries=8)
[    4.048109] stm32-dwmac 5800e000.eth2: TSO feature enabled
[    4.052184] stm32-dwmac 5800e000.eth2: Using 32 bits DMA width
[    4.068132] stm32-dwmac 5800e000.eth2: Unbalanced pm_runtime_enable!
[    4.087030] stm32-dwmac 5800e000.eth2: Cannot register the MDIO bus
[    4.095988] stm32-dwmac 5800e000.eth2: stmmac_dvr_probe: MDIO bus (id: 1) registration failed
[    4.151816] stm32-dwmac 5800a000.eth1: IRQ eth_lpi not found
[    4.156574] stm32-dwmac 5800a000.eth1: PTP uses main clock
[    4.174225] stm32-dwmac 5800a000.eth1: User ID: 0x12, Synopsys ID: 0x42
[    4.183396] stm32-dwmac 5800a000.eth1:       DWMAC4/5
[    4.186669] stm32-dwmac 5800a000.eth1: DMA HW capability register supported
[    4.203995] stm32-dwmac 5800a000.eth1: RX Checksum Offload Engine supported
[    4.217935] stm32-dwmac 5800a000.eth1: TX Checksum insertion supported
[    4.223114] stm32-dwmac 5800a000.eth1: Wake-Up On Lan supported
[    4.240965] stm32-dwmac 5800a000.eth1: TSO supported
[    4.244536] stm32-dwmac 5800a000.eth1: Enable RX Mitigation via HW Watchdog Timer
[    4.263697] stm32-dwmac 5800a000.eth1: device MAC address 46:cb:c2:8a:d8:17
[    4.276201] stm32-dwmac 5800a000.eth1: Enabled L3L4 Flow TC (entries=2)
[    4.287387] stm32-dwmac 5800a000.eth1: Enabled RFS Flow TC (entries=8)
[    4.298158] stm32-dwmac 5800a000.eth1: TSO feature enabled
[    4.302234] stm32-dwmac 5800a000.eth1: Using 32 bits DMA width
[    4.317826] stm32-dwmac 5800a000.eth1: Unbalanced pm_runtime_enable!
[    4.337880] stm32-dwmac 5800a000.eth1: Cannot register the MDIO bus
[    4.342761] stm32-dwmac 5800a000.eth1: stmmac_dvr_probe: MDIO bus (id: 0) registration failed
Starting version 244.5+
[    8.908994] EXT4-fs (mmcblk0p10): recovery complete
[    8.916160] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
[    9.408302] systemd[1]: System time before build time, advancing clock.
[    9.546177] NET: Registered PF_INET6 protocol family
[    9.578270] Segment Routing with IPv6
[    9.580593] In-situ OAM (IOAM) with IPv6
[    9.650474] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[    9.671853] systemd[1]: Detected architecture arm.

Welcome to ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 3.1.11-openstlinux-22-04-27 (dunfell)!

[    9.729079] systemd[1]: Set hostname to <stm32mp13-disco>.
[    9.743851] systemd[1]: Hardware watchdog 'STM32 Independent Watchdog', version 0
[    9.751793] systemd[1]: Set hardware watchdog to 32s.
[   12.211729] systemd[1]: Unnecessary job for /dev/ttySTM0 was removed.
[   12.223623] systemd[1]: Created slice system-getty.slice.
[  OK  ] Created slice system-getty.slice.
[   12.260693] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[   12.300107] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[   12.338470] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[   12.378373] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[   12.418275] systemd[1]: Reached target Paths.
[  OK  ] Reached target Paths.
[   12.447938] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[   12.487997] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[   12.518013] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[   12.581127] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[   12.618022] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[   12.659149] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[   12.711994] systemd[1]: Listening on Process Core Dump Socket.
[  OK  ] Listening on Process Core Dump Socket.
[   12.748515] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[   12.794981] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[   12.803372] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   12.839124] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   12.879394] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[   12.919059] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[   12.958624] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   12.999174] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[   13.013957] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[   13.063617] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[   13.115941] systemd[1]: Mounting Temporary Directory (/tmp)...
         Mounting Temporary Directory (/tmp)...
[   13.164246] systemd[1]: Starting Create list of static device nodes for the current kernel...
         Starting Create list of st…odes for the current kernel...
[   13.224955] systemd[1]: Starting Mount partitions...
         Starting Mount partitions...
[   13.279437] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
[   13.334895] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[   13.362785] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   13.429202] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   13.468465] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[   13.556679] systemd[1]: Mounting FUSE Control File System...
         Mounting FUSE Control File System...
[   13.654184] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[   13.773536] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[   13.853507] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[   13.988018] EXT4-fs (mmcblk0p10): re-mounted. Opts: (null). Quota mode: disabled.
[   13.995454] systemd[1]: Starting udev Coldplug all Devices...
         Starting udev Coldplug all Devices...
[   14.151032] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[   14.176315] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[   14.248721] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[   14.263183] systemd[1]: Mounted Temporary Directory (/tmp).
[  OK  ] Mounted    14.290361] EXT4-fs (mmcblk0p8): recovery complete
[   14.295153] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
;39mTemporary Directory (/tmp).
[   14.341405] systemd[1]: Started Create list of static device nodes for the current kernel.
[  OK  ] Started Create list of sta… nodes for the current kernel.
[   14.425849] systemd[1]: Mounted FUSE Control File System.
[  OK  ] Mounted FUSE Control File System.
[   14.469033] systemd[1]: Mounted Kernel Configuration File System.
[  OK  ] Mounted Kernel Configuration File System.
[   14.547779] systemd[1]: Started Remount Root and Kernel File Systems.
[  OK  ] Started Remount Root and Kernel File Systems.
[   14.611217] systemd[1]: Started Apply Kernel Variables.
[  OK  ] Started Apply Kernel Variables.
[   14.699179] systemd[1]: Started Starts Psplash Boot screen.
[  OK  ] Started Starts Psplash Boot screen.
[   14.765510] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[   14.843428] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   14.898400] systemd[1]: Condition check resulted in Create System Users being skipped.
[   14.995942] systemd[1]: Starting Create Static Device Nodes in /dev...
         Starting Create Static Device Nodes in /dev...
[   15.262376] systemd[1]: Started Create Static Device Nodes in /dev.
[  OK  ] Started Create Stati[   15.295781] EXT4-fs (mmcblk0p9): recovery complete
c Device Nodes in /dev.
[   15.317723] EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
[   15.358882] systemd[1]: Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems (Pre).
[   15.399371] systemd[1]: Mounting /var/volatile...
         Mounting /var/volatile...
[   15.465403] systemd[1]: Starting udev Kernel Device Manager...
         Starting udev Kernel Device Manager...
[   15.639602] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Mounted /var/volatile.
         Starting Flush Journal to Persistent Storage...
         Starting Load/Save Random Seed...
[   15.938432] systemd-journald[689]: Received client request to flush runtime journal.
[   15.960658] EXT4-fs (mmcblk0p11): recovery complete
[  OK  ] Started Flus[   15.980822] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
h Journal to Persistent Storage.
[  OK  ] Started Mount partitions.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Reached target Local File Systems.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Created slice system-systemd\x2dbacklight.slice.
         Starting Load/Save Screen …f backlight:panel-backlight...
[   18.531810] stm32-dwmac 5800e000.eth2: IRQ eth_wake_irq not found
[   18.536490] stm32-dwmac 5800e000.eth2: IRQ eth_lpi not found
[   18.684543] mc: Linux media interface: v0.10
[   18.699578] ucsi-stm32g0-i2c 0-0053: i2c read 53, 00 error: -6
[   18.705979] stm32-dwmac 5800e000.eth2: PTP uses main clock
[   18.745000] stm32-cryp 54002000.crypto: will run requests pump with realtime priority
[  OK  ] Started udev Coldplug all Devices.
[   18.810958] stm32-dwmac 5800e000.eth2: User ID: 0x12, Synopsys ID: 0x42
[   18.816151] stm32-dwmac 5800e000.eth2:       DWMAC4/5
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Set.
[  OK  ] Reached target System Time Synchronized.
[   18.927631] stm32-dwmac 5800e000.eth2: DMA HW capability register supported
[   18.933212] stm32-dwmac 5800e000.eth2: RX Checksum Offload Engine supported
[   18.943168] videodev: Linux video capture interface: v2.00
[   18.961069] stm32-cryp 54002000.crypto: Initialized
[  OK  ] Started Load/Save Screen B… of backlight:panel-backlight.
[  OK  ] Reached target System Initialization.
[   19.062171] stm32-crc32 58009000.crc: Initialized
[  OK  ] Started Daily apt download activities.
[   19.092394] Bluetooth: Core ver 2.22
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target    19.109366] stm32-dwmac 5800e000.eth2: TX Checksum insertion supported
39mTimers.
[  OK  ] Listening on Avahi mDNS/DNS-[   19.125164] NET: Registered PF_BLUETOOTH protocol family
SD Stack Activation Socket.
[  OK  ] Listening on D-Bus System Message Bus Socket[   19.198649] dcmipp 5a000000.dcmipp: Probe done
.
[   19.247972] Bluetooth: HCI device and connection manager initialized
[   19.252976] Bluetooth: HCI socket layer initialized
[   19.263761] stm32-dwmac 5800e000.eth2: Wake-Up On Lan supported
[   19.330795] stm32-dwmac 5800e000.eth2: TSO supported
[   19.361422] stm32-dwmac 5800e000.eth2: Enable RX Mitigation via HW Watchdog Timer
[   19.370595] Bluetooth: L2CAP socket layer initialized
[   19.398856] Bluetooth: SCO socket layer initialized
[  OK  ] Listening on dropbear.socket.
[   19.419961] stm32-dwmac 5800e000.eth2: device MAC address 52:c8:f4:23:06:33
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
[   19.536057] Bluetooth: HCI UART driver ver 2.3
[   19.541312] stm32-dwmac 5800e000.eth2: Enabled L3L4 Flow TC (entries=2)
[  OK  ] Started Kernel Logging Service.
[   19.592309] Bluetooth: HCI UART protocol H4 registered
[   19.614969] stm32-dwmac 5800e000.eth2: Enabled RFS Flow TC (entries=8)
[   19.670909] Bluetooth: HCI UART protocol Broadcom registered
[  OK     19.698010] stm32-dwmac 5800e000.eth2: TSO feature enabled
m] Started System Logging Service.
[   19.810339] stm32-dwmac 5800e000.eth2: Using 32 bits DMA width
[   19.814837] stm32-dwmac 5800e000.eth2: Unbalanced pm_runtime_enable!
[  OK  ] Started D-Bus System Message Bus.
[   20.024094] stm32-dwmac 5800e000.eth2: Cannot register the MDIO bus
[   20.096440] stm32-dwmac 5800e000.eth2: stmmac_dvr_probe: MDIO bus (id: 1) registration failed
         Starting IPv6 Packet Filtering Framework...
         Starting IPv4 Packet Fi[   20.305336] stm32-dwmac 5800a000.eth1: IRQ eth_lpi not found
ltering Framework...
[   20.378307] stm32-dwmac 5800a000.eth1: PTP uses main clock
         Starting Netdata, Real-time performance monitoring...
[   20.438296] stm32-dwmac 5800a000.eth1: User ID: 0x12, Synopsys ID: 0x42
[   20.525556] stm32-dwmac 5800a000.eth1:       DWMAC4/5
         Starting Login Service...
[   20.579203] stm32-dwmac 5800a000.eth1: DMA HW capability register supported
[   20.584787] stm32-dwmac 5800a000.eth1: RX Checksum Offload Engine supported
[  OK  ] Started TEE Supplicant.
[   20.756801] stm32-dwmac 5800a000.eth1: TX Checksum insertion supported
[   20.808677] stm32f7-i2c 40012000.i2c: bus busy
[   20.811747] stm32f7-i2c 40012000.i2c: Trying to recover bus
[   20.817302] ucsi-stm32g0-i2c 0-0053: i2c bl ack (51), error: -110
         Starting Enable USB Ethernet gadget...
[   20.851755] stm32-dwmac 5800a000.eth1: Wake-Up On Lan supported
[   20.856333] stm32-dwmac 5800a000.eth1: TSO supported
[   21.005527] stm32-dwmac 5800a000.eth1: Enable RX Mitigation via HW Watchdog Timer
[   21.020207] ucsi-stm32g0-i2c: probe of 0-0053 failed with error -110
[  OK  ] Started IPv6 Packet Filtering Framework.
[   21.108788] stm32-dwmac 5800a000.eth1: device MAC address fa:11:7e:54:19:45
[  OK  ] Started IPv4 Packet Filtering Framework.
[   21.224132] stm32-dwmac 5800a000.eth1: Enabled L3L4 Flow TC (entries=2)
[   21.305724] stm32-dwmac 5800a000.eth1: Enabled RFS Flow TC (entries=8)
[   21.387913] stm32-dwmac 5800a000.eth1: TSO feature enabled
[   21.391989] stm32-dwmac 5800a000.eth1: Using 32 bits DMA width
[   21.543536] stm32-dwmac 5800a000.eth1: Unbalanced pm_runtime_enable!
[   21.633717] stm32-dwmac 5800a000.eth1: Cannot register the MDIO bus
[  OK     21.718227] stm32-dwmac 5800a000.eth1: stmmac_dvr_probe: MDIO bus (id: 0) registration failed
m] Started Enable USB Ethernet gadget.
[   21.930818] stm32-dwmac 5800e000.eth2: IRQ eth_wake_irq not found
[   21.935496] stm32-dwmac 5800e000.eth2: IRQ eth_lpi not found
[   22.006864] dcmipp 5a000000.dcmipp: bound dcmipp-parallel.1.auto (ops dcmipp_par_pdrv_exit [dcmipp_parallel])
[   22.068202] stm32-dwmac 5800e000.eth2: PTP uses main clock
[   22.089454] dcmipp 5a000000.dcmipp: bound dcmipp-byteproc.2.auto (ops dcmipp_byteproc_pdrv_exit [dcmipp_byteproc])
[   22.098691] stm32-dwmac 5800e000.eth2: User ID: 0x12, Synopsys ID: 0x42
[   22.105067] stm32-dwmac 5800e000.eth2:       DWMAC4/5
[   22.168483] dcmipp 5a000000.dcmipp: bound dcmipp-bytecap.3.auto (ops dcmipp_bytecap_comp_ops [dcmipp_bytecap])
[   22.197615] stm32-dwmac 5800e000.eth2: DMA HW capability register supported
[   22.203196] stm32-dwmac 5800e000.eth2: RX Checksum Offload Engine supported
[   22.287682] stm32-dwmac 5800e000.eth2: TX Checksum insertion supported
[   22.292860] stm32-dwmac 5800e000.eth2: Wake-Up On Lan supported
[   22.362091] stm32-dwmac 5800e000.eth2: TSO supported
[   22.365661] stm32-dwmac 5800e000.eth2: Enable RX Mitigation via HW Watchdog Timer
[   22.430043] stm32-dwmac 5800e000.eth2: device MAC address 16:d1:0d:27:a3:17
[   22.435633] stm32-dwmac 5800e000.eth2: Enabled L3L4 Flow TC (entries=2)
[   22.514381] stm32-dwmac 5800e000.eth2: Enabled RFS Flow TC (entries=8)
[   22.537912] stm32-dwmac 5800e000.eth2: TSO feature enabled
[   22.541988] stm32-dwmac 5800e000.eth2: Using 32 bits DMA width
[   22.607685] stm32-dwmac 5800e000.eth2: Unbalanced pm_runtime_enable!
[   22.657869] stm32-dwmac 5800e000.eth2: Cannot register the MDIO bus
[   22.662748] stm32-dwmac 5800e000.eth2: stmmac_dvr_probe: MDIO bus (id: 1) registration failed
[   22.816502] stm32-dwmac 5800a000.eth1: IRQ eth_lpi not found
[   22.851759] stm32-dwmac 5800a000.eth1: PTP uses main clock
[   22.890479] stm32-dwmac 5800a000.eth1: User ID: 0x12, Synopsys ID: 0x42
[   22.895667] stm32-dwmac 5800a000.eth1:       DWMAC4/5
[   22.949257] stm32-dwmac 5800a000.eth1: DMA HW capability register supported
[   22.977691] stm32-dwmac 5800a000.eth1: RX Checksum Offload Engine supported
[   22.983271] stm32-dwmac 5800a000.eth1: TX Checksum insertion supported
[   23.034438] stm32-dwmac 5800a000.eth1: Wake-Up On Lan supported
[   23.057699] stm32-dwmac 5800a000.eth1: TSO supported
[   23.087703] stm32-dwmac 5800a000.eth1: Enable RX Mitigation via HW Watchdog Timer
[   23.093796] stm32-dwmac 5800a000.eth1: device MAC address 82:d8:95:50:de:70
[   23.149298] stm32-dwmac 5800a000.eth1: Enabled L3L4 Flow TC (entries=2)
[   23.217848] stm32-dwmac 5800a000.eth1: Enabled RFS Flow TC (entries=8)
[   23.217878] stm32-dwmac 5800a000.eth1: TSO feature enabled
[   23.217888] stm32-dwmac 5800a000.eth1: Using 32 bits DMA width
[   23.217918] stm32-dwmac 5800a000.eth1: Unbalanced pm_runtime_enable!
[   23.238556] stm32-dwmac 5800a000.eth1: Cannot register the MDIO bus
[   23.238583] stm32-dwmac 5800a000.eth1: stmmac_dvr_probe: MDIO bus (id: 0) registration failed
[   23.332454] stm32-dwmac 5800e000.eth2: IRQ eth_wake_irq not found
[   23.332479] stm32-dwmac 5800e000.eth2: IRQ eth_lpi not found
[   23.332979] stm32-dwmac 5800e000.eth2: PTP uses main clock
[   23.347746] stm32-dwmac 5800e000.eth2: User ID: 0x12, Synopsys ID: 0x42
[   23.347784] stm32-dwmac 5800e000.eth2:       DWMAC4/5
[   23.347796] stm32-dwmac 5800e000.eth2: DMA HW capability register supported
[   23.347804] stm32-dwmac 5800e000.eth2: RX Checksum Offload Engine supported
[   23.347810] stm32-dwmac 5800e000.eth2: TX Checksum insertion supported
[   23.347817] stm32-dwmac 5800e000.eth2: Wake-Up On Lan supported
[   23.347823] stm32-dwmac 5800e000.eth2: TSO supported
[   23.347829] stm32-dwmac 5800e000.eth2: Enable RX Mitigation via HW Watchdog Timer
[   23.347847] stm32-dwmac 5800e000.eth2: device MAC address 8a:09:01:52:60:d5
[   23.347858] stm32-dwmac 5800e000.eth2: Enabled L3L4 Flow TC (entries=2)
[   23.347868] stm32-dwmac 5800e000.eth2: Enabled RFS Flow TC (entries=8)
[   23.347877] stm32-dwmac 5800e000.eth2: TSO feature enabled
[   23.347886] stm32-dwmac 5800e000.eth2: Using 32 bits DMA width
[   23.347916] stm32-dwmac 5800e000.eth2: Unbalanced pm_runtime_enable!
[   23.366101] stm32-dwmac 5800e000.eth2: Cannot register the MDIO bus
[   23.366132] stm32-dwmac 5800e000.eth2: stmmac_dvr_probe: MDIO bus (id: 1) registration failed
[  OK  ] Started Netdata, Real-time performance monitoring.
[  OK  ] Started Login Service.
[  OK  ] Created slice system-weston.slice.
[  OK  ] Reached target Network (Pre).
[  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
         Starting Network Service...
[  OK  ] Started Network Service.
         Starting Network Name Resolution...
[  OK  ] Started Network Name Resolution.
[  OK  ] Reached target Network.
[  OK  ] Reached target Host and Network Name Lookups.
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started IIO Daemon.
[  OK  ] Started Respond to IPv6 Node Information Queries.
         Starting Sound Service...
[  OK  ] Started Network Router Discovery Daemon.
         Starting Permit User Sessions...
         Starting Target Communication Framework agent...
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started Target Communication Framework agent.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttySTM0.
[  OK  ] Reached target Login Prompts.
         Starting Weston Wayland Compositor (on tty7)...
[  OK  ] Started Sound Service.
[  OK  ] Reached target Multi[   26.792266] Gcnano in /proc/device-tree/soc/ is not available
-User System.
         Starting Bluetooth service...
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.
[  OK  ] Started Weston Wayland Compositor (on tty7).
[  OK  ] Started Bluetooth service.

ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 3.1.11-openstlinux-22-04-27 stm32mp13-disco ttySTM0

stm32mp13-disco login: root (automatic login)

root@stm32mp13-disco:~#

3. Basic commands[edit source]

3.1. Printing distribution specific information[edit source]

root@stm32mp13-disco:~# cat /etc/build
-----------------------
Build Configuration:  |
-----------------------
BB_VERSION = 1.46.0
BUILD_SYS = x86_64-linux
NATIVELSBSTRING = universal
TARGET_SYS = arm-ostl-linux-gnueabi
MACHINE = stm32mp13-disco
DISTRO = openstlinux-weston
DISTRO_VERSION = 3.1.11-openstlinux-22-04-27
TUNE_FEATURES = arm vfp cortexa7 neon vfpv4 thumb callconvention-hard
TARGET_FPU = hard
MANIFESTVERSION = ostl-22-04-27-rc4
MANIFESTVERSION = ostl-22-04-27-rc4
DISTRO_CODENAME = dunfell
ACCEPT_EULA_stm32mp13-disco = 1
GCCVERSION = 9.%
PREFERRED_PROVIDER_virtual/kernel = linux-stm32mp
PREFERRED_VERSION_linux-stm32mp =
-----------------------
Layer Revisions:      |
-----------------------
meta-python       = alpha-mp13.xml:2e7e98cd0cb82db214b13224c71134b9335a719b
meta-oe           = alpha-mp13.xml:2e7e98cd0cb82db214b13224c71134b9335a719b
meta-gnome        = alpha-mp13.xml:2e7e98cd0cb82db214b13224c71134b9335a719b
meta-initramfs    = alpha-mp13.xml:2e7e98cd0cb82db214b13224c71134b9335a719b
meta-multimedia   = alpha-mp13.xml:2e7e98cd0cb82db214b13224c71134b9335a719b
meta-networking   = alpha-mp13.xml:2e7e98cd0cb82db214b13224c71134b9335a719b
meta-webserver    = alpha-mp13.xml:2e7e98cd0cb82db214b13224c71134b9335a719b
meta-filesystems  = alpha-mp13.xml:2e7e98cd0cb82db214b13224c71134b9335a719b
meta-perl         = alpha-mp13.xml:2e7e98cd0cb82db214b13224c71134b9335a719b
meta-st-stm32mp   = alpha-mp13.xml:b3b0225b5fb4fd74ef7d6300fb74f3b2722231cd
meta-qt5          = alpha-mp13.xml:b4d24d70aca75791902df5cd59a4f4a54aa4a125
meta-security     = alpha-mp13.xml:b76698c788cb8ca632077a972031899ef15025d6
meta-tpm          = alpha-mp13.xml:b76698c788cb8ca632077a972031899ef15025d6
meta-st-openstlinux = alpha-mp13.xml:fb7f66b07ba2c84a26cb312886d9a9f2acd156cf
meta              = alpha-mp13.xml:c7d2281eb6cda9c1637c20b3540b142073bca235

3.2. Printing system information[edit source]

 uname -a 
Linux stm32mp13-disco 5.15.24 #1 PREEMPT Wed Feb 16 11:56:41 UTC 2022 armv7l armv7l armv7l GNU/Linux

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

 cat /proc/version
Linux version 5.15.24 (oe-user@oe-host) (arm-ostl-linux-gnueabi-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220) #1 PREEMPT Wed Feb 16 11:56:41 UTC 2022

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

 df -h
Filesystem       Size  Used Avail Use% Mounted on
devtmpfs         154M     0  154M   0% /dev
/dev/mmcblk0p10  679M  432M  205M  68% /
tmpfs            220M   64K  220M   1% /dev/shm
tmpfs            220M  8.7M  211M   4% /run
tmpfs            220M     0  220M   0% /sys/fs/cgroup
tmpfs            220M   24K  220M   1% /tmp
/dev/mmcblk0p8    56M   13M   40M  24% /boot
/dev/mmcblk0p9    14M  278K   13M   3% /vendor
tmpfs            220M  144K  220M   1% /var/volatile
/dev/mmcblk0p11  6.0G   34M  5.7G   1% /usr/local
tmpfs             44M     0   44M   0% /run/user/0

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

  • 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@stm32mp13-disco:~#


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