Execute basic commands

< Getting started‎ | STM32MP1 boards‎ | STM32MP157x-EV1‎ | Let's start
Revision as of 15:29, 17 November 2022 by Registered User (Printing the amount of disk space available on all mounted file systems)

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 (0x14):
INFO:      Pad Reset from NRST
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.6-stm32mp1-r2.0(debug):v2.6-dirty(a1f02f4f)
NOTICE:  BL2: Built : 13:14:26, Nov 23 2021
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 - 0x2ffff1fa
INFO:    FCONF: Reading FW_CONFIG firmware configuration file from: 0x2ffff000
INFO:    FCONF: Reading firmware configuration information for: dyn_cfg
INFO:    FCONF: Reading firmware configuration information for: stm32mp1_firewall
INFO:    BL2: Loading image id 4
INFO:    Loading image id=4 at address 0x2ffc0000
INFO:    Image id=4 loaded: 0x2ffc0000 - 0x2ffc002c
INFO:    OPTEE ep=0x2ffc0000
INFO:    OPTEE header info:
INFO:          magic=0x4554504f
INFO:          version=0x2
INFO:          arch=0x0
INFO:          flags=0x0
INFO:          nb_images=0x2
INFO:    BL2: Loading image id 8
INFO:    Loading image id=8 at address 0x2ffc0000
INFO:    Image id=8 loaded: 0x2ffc0000 - 0x2ffda750
INFO:    BL2: Loading image id 9
INFO:    Loading image id=9 at address 0xfe200000
INFO:    Image id=9 loaded: 0xfe200000 - 0xfe254000
INFO:    BL2: Loading image id 2
INFO:    Loading image id=2 at address 0xc0500000
INFO:    Image id=2 loaded: 0xc0500000 - 0xc051f120
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 - 0xc01ece88
NOTICE:  BL2: Booting BL32
INFO:    Entry point address = 0x2ffc0000
INFO:    SPSR = 0x1d3
I/TC: Early console on UART#4
I/TC: 
I/TC: Pager is enabled. Hashes: 2784 bytes
I/TC: Pager pool size: 60kB
I/TC: Non-secure external DT found
I/TC: Embedded DTB found
I/TC: OP-TEE version: 3.16.0-dev (gcc version 11.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: DT clock tree configurations were ignored
I/TC: WARNING: All debug access are allowed
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.16 (d0b742d1)


U-Boot 2021.10-stm32mp-r2 (Oct 04 2021 - 15:09:26 +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.16 (d0b742d1)
Clocks:
- MPU : 800 MHz
- MCU : 208.878 MHz
- AXI : 266.500 MHz
- PER : 24 MHz
- DDR : 533 MHz
WDT:   Started 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
stmfx stmfx@42: STMFX id: 0x7b, fw version: 3.03
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
790 bytes read in 119 ms (5.9 KiB/s)
Retrieving file: /splash_portrait.bmp
89462 bytes read in 124 ms (704.1 KiB/s)
Select the boot mode
1:      OpenSTLinux
2:      stm32mp157f-ev1-a7-examples
3:      stm32mp157f-ev1-m4-examples
Enter choice: 1:        OpenSTLinux
Retrieving file: /uImage
7903216 bytes read in 454 ms (16.6 MiB/s)
Retrieving file: /st-image-resize-initrd
4059103 bytes read in 291 ms (13.3 MiB/s)
append: root=PARTUUID=e91c4e10-16e6-4c0e-bd0e-77becf4a3582 rootwait rw   console=ttySTM0,115200
Retrieving file: /stm32mp157f-ev1.dtb
125095 bytes read in 126 ms (968.8 KiB/s)
## Booting kernel from Legacy Image at c2000000 ...
   Image Name:   Linux-5.15.67
   Created:      2022-09-08  10:32:54 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    7903152 Bytes = 7.5 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 cfc21000, end cfffffdf ... OK
   Loading Device Tree to cfbff000, end cfc208a6 ... 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 5.15.67 (oe-user@oe-host) (arm-ostl-linux-gnueabi-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Sep 8 10:32:54 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 STM32MP157F eval daughter on eval mother
[    0.000000] Memory policy: Data cache writealloc
[    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] cma: Reserved 128 MiB at 0xe8000000
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x00000000c0000000-0x00000000efffffff]
[    0.000000]   HighMem  [mem 0x00000000f0000000-0x00000000ffffefff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000f5bfffff]
[    0.000000]   node   0: [mem 0x00000000f5c00000-0x00000000f5feffff]
[    0.000000]   node   0: [mem 0x00000000f5ff0000-0x00000000f5ffffff]
[    0.000000]   node   0: [mem 0x00000000f6000000-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 s37004 r8192 d24436 u69632
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 260415
[    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:off, heap alloc:off, heap free:off
[    0.000000] Memory: 715896K/1048572K available (12288K kernel code, 1241K rwdata, 3468K rodata, 1024K init, 201K bss, 201604K 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] 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.000023] Switching to timer-based delay loop, resolution 41ns
[    0.001843] Console: colour dummy device 80x30
[    0.001923] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.001953] pid_max: default: 32768 minimum: 301
[    0.002249] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002283] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.003478] CPU: Testing write buffer coherency: ok
[    0.003956] /cpus/cpu@0 missing clock-frequency property
[    0.004019] /cpus/cpu@1 missing clock-frequency property
[    0.004047] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.005521] Setting up static identity map for 0xc0100000 - 0xc0100060
[    0.005761] rcu: Hierarchical SRCU implementation.
[    0.007284] smp: Bringing up secondary CPUs ...
[    0.013390] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.013607] smp: Brought up 1 node, 2 CPUs
[    0.013641] SMP: Total of 2 processors activated (96.00 BogoMIPS).
[    0.013655] CPU: All CPU(s) started in SVC mode.
[    0.014567] devtmpfs: initialized
[    0.046529] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.046888] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.046929] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.052493] pinctrl core: initialized pinctrl subsystem
[    0.054944] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.058018] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.059669] thermal_sys: Registered thermal governor 'step_wise'
[    0.060134] cpuidle: using governor menu
[    0.060498] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.060524] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.060897] Serial: AMBA PL011 UART driver
[    0.064681] stm32-pm-domain pm_domain: domain core-ret-power-domain registered
[    0.064745] stm32-pm-domain pm_domain: subdomain core-power-domain registered
[    0.064764] stm32-pm-domain pm_domain: domains probed
[    0.107693] platform 5a000000.dsi: Fixing up cyclic dependency with 5a001000.display-controller
[    0.113188] platform spdif-in: Fixing up cyclic dependency with 4000d000.audio-controller
[    0.129090] Kprobes globally optimized
[    0.139757] SCSI subsystem initialized
[    0.140687] usbcore: registered new interface driver usbfs
[    0.140764] usbcore: registered new interface driver hub
[    0.140834] usbcore: registered new device driver usb
[    0.141324] pps_core: LinuxPPS API ver. 1 registered
[    0.141344] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.141378] PTP clock support registered
[    0.141670] EDAC MC: Ver: 3.0.0
[    0.145298] clocksource: Switched to clocksource arch_sys_counter
[    0.227161] NET: Registered PF_INET protocol family
[    0.227535] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.229147] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.229210] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.229235] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.229330] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.229482] TCP: Hash tables configured (established 8192 bind 8192)
[    0.229642] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.229715] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.230087] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.231024] RPC: Registered named UNIX socket transport module.
[    0.231058] RPC: Registered udp transport module.
[    0.231071] RPC: Registered tcp transport module.
[    0.231082] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.231877] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[    0.232196] Trying to unpack rootfs image as initramfs...
[    0.233888] Initialise system trusted keyrings
[    0.245611] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    0.254979] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.256475] NFS: Registering the id_resolver key type
[    0.256591] Key type id_resolver registered
[    0.256606] Key type id_legacy registered
[    0.256748] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.256778] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.256945] ntfs: driver 2.1.32 [Flags: R/O].
[    0.257204] jffs2: version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.
[    0.258259] fuse: init (API version 7.34)
[    0.259303] NET: Registered PF_ALG protocol family
[    0.259341] Key type asymmetric registered
[    0.259353] Asymmetric key parser 'x509' registered
[    0.259490] bounce: pool size: 64 pages
[    0.259576] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.259594] io scheduler mq-deadline registered
[    0.259606] io scheduler kyber registered
[    0.278151] STM32 USART driver initialized
[    0.300573] brd: module loaded
[    0.310975] loop: module loaded
[    0.319221] CAN device driver interface
[    0.321732] pegasus: Pegasus/Pegasus II USB Ethernet driver
[    0.321822] usbcore: registered new interface driver pegasus
[    0.321896] usbcore: registered new interface driver asix
[    0.321950] usbcore: registered new interface driver ax88179_178a
[    0.322001] usbcore: registered new interface driver cdc_ether
[    0.322069] usbcore: registered new interface driver smsc75xx
[    0.322149] usbcore: registered new interface driver smsc95xx
[    0.322205] usbcore: registered new interface driver net1080
[    0.322257] usbcore: registered new interface driver cdc_subset
[    0.322308] usbcore: registered new interface driver zaurus
[    0.322435] usbcore: registered new interface driver cdc_ncm
[    0.323673] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.323725] ehci-platform: EHCI generic platform driver
[    0.324001] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.324035] ohci-platform: OHCI generic platform driver
[    0.324765] usbcore: registered new interface driver usb-storage
[    0.329220] i2c_dev: i2c /dev entries driver
[    0.334188] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.336197] sdhci: Secure Digital Host Controller Interface driver
[    0.336224] sdhci: Copyright(c) Pierre Ossman
[    0.336235] Synopsys Designware Multimedia Card Interface Driver
[    0.336757] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.338119] ledtrig-cpu: registered to indicate activity on CPUs
[    0.338725] usbcore: registered new interface driver usbhid
[    0.338748] usbhid: USB HID core driver
[    0.341416] optee: probing for conduit method.
[    0.341459] optee: revision 3.16 (d0b742d1)
[    0.342056] optee: dynamic shared memory is enabled
[    0.365102] optee: initialized driver
[    0.369847] NET: Registered PF_PACKET protocol family
[    0.369908] can: controller area network core
[    0.370021] NET: Registered PF_CAN protocol family
[    0.370040] can: raw protocol
[    0.370055] can: broadcast manager protocol
[    0.370074] can: netlink gateway - max_hops=1
[    0.370261] random: crng init done
[    0.370752] Key type dns_resolver registered
[    0.370876] ThumbEE CPU extension supported.
[    0.370910] Registering SWP/SWPB emulation handler
[    0.371411] registered taskstats version 1
[    0.371449] Loading compiled-in X.509 certificates
[    0.391077] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    0.392763] arm-scmi firmware:scmi: SCMI Protocol v2.0 'ST:' Firmware version 0x0
[    0.525387] stm32-mdma 58000000.dma-controller: STM32 MDMA driver registered
[    0.528274] stm32-dma 48000000.dma-controller: STM32 DMA driver registered
[    0.530597] stm32-dma 48001000.dma-controller: STM32 DMA driver registered
[    0.533971] [drm] Initialized simpledrm 1.0.0 20200625 for f5c00000.framebuffer on minor 0
[    0.555780] stm_thermal 50028000.thermal: stm_thermal_probe: Driver initialized successfully
[    0.562688] /soc/interrupt-controller@5000d000: bank0
[    0.562736] /soc/interrupt-controller@5000d000: bank1
[    0.562761] /soc/interrupt-controller@5000d000: bank2
[    0.575841] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOA bank added
[    0.576610] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOB bank added
[    0.577278] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOC bank added
[    0.577895] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOD bank added
[    0.578489] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOE bank added
[    0.579124] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOF bank added
[    0.579730] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOG bank added
[    0.580357] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOH bank added
[    0.580983] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOI bank added
[    0.581672] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOJ bank added
[    0.582281] stm32mp157-pinctrl soc:pinctrl@50002000: GPIOK bank added
[    0.582612] stm32mp157-pinctrl soc:pinctrl@50002000: Pinctrl STM32 initialized
[    0.585844] stm32mp157-pinctrl soc:pinctrl@54004000: GPIOZ bank added
[    0.585896] stm32mp157-pinctrl soc:pinctrl@54004000: Pinctrl STM32 initialized
[    0.588991] stm32-usart 40010000.serial: interrupt mode for rx (no dma)
[    0.589027] stm32-usart 40010000.serial: interrupt mode for tx (no dma)
[    0.589061] 40010000.serial: ttySTM0 at MMIO 0x40010000 (irq = 65, base_baud = 4000000) is a stm32-usart
[    0.749268] Freeing initrd memory: 3964K
[    0.753016] printk: console [ttySTM0] enabled
[    1.931571] spi-nor spi0.0: mx66l51235f (65536 Kbytes)
[    1.938891] spi-nor spi0.1: mx66l51235f (65536 Kbytes)
[    1.947035] m_can_platform 4400e000.can: m_can device registered (irq=61, version=32)
[    1.955419] stm32-dwmac 5800a000.ethernet: IRQ eth_lpi not found
[    1.960875] stm32-dwmac 5800a000.ethernet: User ID: 0x40, Synopsys ID: 0x42
[    1.967013] stm32-dwmac 5800a000.ethernet:   DWMAC4/5
[    1.971975] stm32-dwmac 5800a000.ethernet: DMA HW capability register supported
[    1.979269] stm32-dwmac 5800a000.ethernet: RX Checksum Offload Engine supported
[    1.986564] stm32-dwmac 5800a000.ethernet: TX Checksum insertion supported
[    1.993433] stm32-dwmac 5800a000.ethernet: Wake-Up On Lan supported
[    1.999843] stm32-dwmac 5800a000.ethernet: TSO supported
[    2.005005] stm32-dwmac 5800a000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    2.012920] stm32-dwmac 5800a000.ethernet: Enabled L3L4 Flow TC (entries=2)
[    2.019831] stm32-dwmac 5800a000.ethernet: Enabled RFS Flow TC (entries=8)
[    2.026727] stm32-dwmac 5800a000.ethernet: TSO feature enabled
[    2.032491] stm32-dwmac 5800a000.ethernet: Using 32 bits DMA width
[    2.051493] stm32_rtc 5c004000.rtc: registered as rtc0
[    2.055372] stm32_rtc 5c004000.rtc: setting system clock to 2000-01-01T00:36:32 UTC (946686992)
[    2.064358] stm32_rtc 5c004000.rtc: Date/Time must be initialized
[    2.070075] stm32_rtc 5c004000.rtc: registered rev:1.2
[    2.093481] i2c 0-003c: Fixing up cyclic dependency with 4c006000.dcmi
[    2.101038] stm32f7-i2c 40013000.i2c: STM32F7 I2C-0 bus adapter
[    2.123320] stm32f7-i2c 40015000.i2c: STM32F7 I2C-1 bus adapter
[    2.149453] stpmic1 2-0033: PMIC Chip Version: 0x20
[    2.157710] vddcore: supplied by vin
[    2.162836] vdd_ddr: supplied by vin
[    2.167931] vdd: supplied by vin
[    2.172825] v3v3: supplied by vin
[    2.177875] vdda: supplied by v3v3
[    2.181426] v2v8: supplied by v3v3
[    2.184293] vtt_ddr: supplied by vdd_ddr
[    2.190559] vdd_usb: supplied by vin
[    2.193504] vdd_sd: supplied by v3v3
[    2.199860] v1v8: supplied by v3v3
[    2.202412] vref_ddr: supplied by vin
[    2.208748] bst_out: supplied by vin
[    2.211699] vbus_otg: supplied by bst_out
[    2.215815] vbus_sw: supplied by bst_out
[    2.221217] stm32f7-i2c 5c002000.i2c: STM32F7 I2C-2 bus adapter
[    2.229266] mmci-pl18x 58005000.mmc: Got CD GPIO
[    2.233684] mmci-pl18x 58005000.mmc: mmc0: PL180 manf 53 rev2 at 0x58005000 irq 56,0 (pio)
[    2.276344] mmci-pl18x 58007000.mmc: mmc1: PL180 manf 53 rev2 at 0x58007000 irq 57,0 (pio)
[    2.319242] stm32-ipcc 4c001000.mailbox: ipcc rev:1.0 enabled, 6 chans, proc 0
[    2.328098] stm32-rproc 10000000.m4: wdg irq registered
[    2.332900] remoteproc remoteproc0: m4 is available
[    2.340390] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xd3
[    2.343167] mmc0: new ultra high speed DDR50 SDHC card at address 5048
[    2.345459] nand: Micron MT29F8G08ABACAH4
[    2.353172] mmcblk0: mmc0:5048 SD32G 29.0 GiB 
[    2.355937] nand: 1024 MiB, SLC, erase size: 256 KiB, page size: 4096, OOB size: 224
[    2.369165]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11
[    2.373472] Bad block table found at page 262080, version 0x01
[    2.380810] Bad block table found at page 262016, version 0x01
[    2.389259] reg11: supplied by vdd
[    2.391597] reg18: supplied by vdd
[    2.395030] usb33: supplied by vdd_usb
[    2.403832] [drm] Initialized stm 1.0.0 20170330 for 5a001000.display-controller on minor 0
[    2.416096] stmfx-core 0-0042: STMFX id: 0x7b, fw version: 3.03
[    2.431672] mmc1: new DDR MMC card at address 0001
[    2.436331] mmcblk1: mmc1:0001 004GA0 3.69 GiB 
[    2.446214]  mmcblk1: p1 p2 p3 p4 p5
[    2.450122] stmfx-pinctrl stmfx-pinctrl: DMA mask not set
[    2.456065] mmcblk1boot0: mmc1:0001 004GA0 2.00 MiB 
[    2.458191] stmfx-pinctrl stmfx-pinctrl: 24 GPIOs available
[    2.467337] mmcblk1boot1: mmc1:0001 004GA0 2.00 MiB 
[    2.473365] mmcblk1rpmb: mmc1:0001 004GA0 512 KiB, chardev (243:0)
[    2.473777] Goodix-TS 0-005d: supply AVDD28 not found, using dummy regulator
[    2.485475] Goodix-TS 0-005d: supply VDDIO not found, using dummy regulator
[    2.493914] Goodix-TS 0-005d: ID 9147, version: 1040
[    2.518856] input: Goodix Capacitive TouchScreen as /devices/platform/soc/40013000.i2c/i2c-0/0-005d/input/input0
[    2.534230] input: pmic_onkey as /devices/platform/soc/5c002000.i2c/i2c-2/2-0033/5c002000.i2c:stpmic@33:onkey/input/input1
[    2.548263] stm32-usbphyc 5a006000.usbphyc: registered rev:1.0
[    2.554124] dwc2 49000000.usb-otg: supply vusb_d not found, using dummy regulator
[    2.560655] dwc2 49000000.usb-otg: supply vusb_a not found, using dummy regulator
[    2.703087] dwc2 49000000.usb-otg: EPs: 9, dedicated fifos, 952 entries in SPRAM
[    2.711023] dwc2 49000000.usb-otg: DWC OTG Controller
[    2.714778] dwc2 49000000.usb-otg: new USB bus registered, assigned bus number 1
[    2.722635] dwc2 49000000.usb-otg: irq 100, io mem 0x49000000
[    2.729558] hub 1-0:1.0: USB hub found
[    2.731984] hub 1-0:1.0: 1 port detected
[    2.738212] ehci-platform 5800d000.usb: EHCI Host Controller
[    2.742519] ehci-platform 5800d000.usb: new USB bus registered, assigned bus number 2
[    2.750876] ehci-platform 5800d000.usb: irq 101, io mem 0x5800d000
[    2.785823] ehci-platform 5800d000.usb: USB 2.0 started, EHCI 1.00
[    2.792952] hub 2-0:1.0: USB hub found
[    2.795493] hub 2-0:1.0: 2 ports detected
[    2.826070] input: joystick as /devices/platform/joystick/input/input2
[    2.840111] Freeing unused kernel image (initmem) memory: 1024K
[    2.876020] Run /init as init process
[    3.086129] usb 2-1: new high-speed USB device number 2 using ehci-platform
Starting version 250.5+
[    3.287220] hub 2-1:1.0: USB hub found
[    3.289865] hub 2-1:1.0: 4 ports detected
[    3.978947] mtdblock: MTD device '80000000.nand-controller' is NAND, please consider using UBI block devices instead.
[    4.985247] EXT4-fs (mmcblk0p10): recovery complete
[    4.990137] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
[    5.512639] systemd[1]: System time before build time, advancing clock.
[    5.630406] NET: Registered PF_INET6 protocol family
[    5.670155] Segment Routing with IPv6
[    5.672489] In-situ OAM (IOAM) with IPv6
[    5.727015] systemd[1]: systemd 250.5+ 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 -BZIP2 -LZ4)
[    5.758004] systemd[1]: Detected architecture arm.

Welcome to ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 4.0.4-openstlinux-5.15-yocto-kirkstone-mp1-v22.11.23 (kirkstone)!

[    5.938696] systemd[1]: Hostname set to <stm32mp1>.
[    5.982513] systemd[1]: Using hardware watchdog 'STM32 Independent Watchdog', version 0, device /dev/watchdog0
[    5.992387] systemd[1]: Watchdog running with a timeout of 32s.
[    6.848093] 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.
[    6.887332] systemd[1]: Queued start job for default target Multi-User System.
[    6.952299] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[    6.992781] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[    7.029147] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[    7.070815] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    7.106713] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password �…ts to Console Directory Watch.
[    7.146597] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R�…uests to Wall Directory Watch.
[    7.186756] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[    7.225962] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    7.266006] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[    7.306132] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[    7.380918] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[    7.416280] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[    7.457687] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    7.521670] systemd[1]: Listening on Process Core Dump Socket.
[  OK  ] Listening on Process Core Dump Socket.
[    7.557563] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[    7.608655] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[    7.620370] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    7.657914] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    7.698173] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    7.737896] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    7.777172] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    7.817548] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[    7.857782] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    7.880351] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    7.924654] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    7.962375] systemd[1]: Mounting Kernel Trace File System...
         Mounting Kernel Trace File System...
[    8.020631] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[    8.072682] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[    8.113379] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[    8.153284] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[    8.200101] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[    8.248234] systemd[1]: Starting Mount partitions...
         Starting Mount partitions...
[    8.297627] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[    8.336346] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    8.365620] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    8.382322] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.
[    8.412152] systemd[1]: Starting Generate network units from Kernel command line...
         Starting Generate network �…ts from Kernel command line...
[    8.474406] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    8.536554] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[    8.611175] systemd[1]: Starting Coldplug All udev Devices...
[    8.623317] EXT4-fs (mmcblk0p10): re-mounted. Opts: (null). Quota mode: disabled.
         Starting Coldplug All udev Devices...
[    8.730159] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[    8.746387] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[    8.787071] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[    8.826789] systemd[1]: Mounted Kernel Trace File System.
[  OK  ] Mounted Kernel Trace File System.
[    8.869082] systemd[1]: Mounted Temporary Directory /tmp.
[  OK  ] Mounted Temporary Directory /tmp.
[    8.903529] systemd[1]: Finished Create List of Static Device Nodes.
[  OK  ] Finished Create List of Static Device Nodes.
[    8.939731] EXT4-fs (mmcblk0p8): recovery complete
[    8.943323] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
[    8.992516] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Finished Load Kernel Module configfs.
[  OK  ] Finished Load Kernel Module drm.
[  OK  ] Finished Load Kernel Module fuse.
[  OK  ] Finished Generate network units from Kernel command line.
[  OK  ] Finished Remount Root and Kernel File Systems.
[  OK  ] Finished Apply Kernel Variables.
         Mounting FUSE Control File System...
         Mounting Kernel Configuration File System...
[  OK  ] Started Starts Psplash Boot screen.
         Starting Flush Journal to Persistent Storage...
[    9.412914] systemd-journald[288]: Received client request to flush runtime journal.
         Starting Create Static Device Nodes in /dev...
[    9.468764] EXT4-fs (mmcblk0p9): recovery complete
[    9.475538] EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
[  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.
         Mounting /var/volatile...
         Starting Rule-based Manage�…for Device Events and Files...
[  OK  ] Mounted /var/volatile.
         Starting Load/Save Random Seed...
[  OK  ] Finished Load/Save Random Seed.
[    9.926177] EXT4-fs (mmcblk0p11): recovery complete
[    9.932022] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
[  OK  ] Finished Mount partitions.
[  OK  ] Reached target Local File Systems.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Rule-based Manager for Device Events and Files.
[  OK  ] Finished Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Record System Boot/Shutdown in UTMP...
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[  OK  ] Finished Coldplug All udev Devices.
         Starting Wait for udev To �…plete Device Initialization...
[   11.434769] st,stm32-spdifrx 4000d000.audio-controller: No cache defaults, reading back from HW
[  OK  ] Started Network Time Synchronization.
[  OK  ] Created slice Slice /system/systemd-backlight.
[  OK  ] Reached target System Time Set.
[   11.531183] mc: Linux media interface: v0.10
[   11.572300] stm32-dfsdm 4400d000.dfsdm: SPI clock not accurate
[   11.592497] platform 4400b004.audio-controller: Fixing up cyclic dependency with 0-001b
         Starting Load/Save Screen �…f backlight:panel-backlight...
[   11.625912] stm32-dfsdm 4400d000.dfsdm: 24573875 = 2048000 * 12 + 2045875
[   11.653047] videodev: Linux video capture interface: v2.00
[   11.669449] platform 4400b024.audio-controller: Fixing up cyclic dependency with 0-001b
[   11.708258] platform 50027004.audio-controller: Fixing up cyclic dependency with spdif-out
[   11.708900] wm8994 0-001b: supply DCVDD not found, using dummy regulator
[   11.825994] ov5640 0-003c: supply AVDD not found, using dummy regulator
[   11.831633] ov5640 0-003c: supply DVDD not found, using dummy regulator
[   11.852315] wm8994 0-001b: supply AVDD1 not found, using dummy regulator
[  OK  ] Finished Load/Save Screen �… of backlight:panel-backlight.
[   11.930012] stm32-dcmi 4c006000.dcmi: Probe done
[   11.967307] stm32-cryp 54001000.cryp: will run requests pump with realtime priority
[   11.985834] stm32-hash 54002000.hash: will run requests pump with realtime priority
[   12.048423] stm32-cryp 54001000.cryp: Initialized
[   12.068215] stm32-hash 54002000.hash: Init HASH done HW ver 23 DMA mode 1
[   12.121018] mtdblock: MTD device '80000000.nand-controller' is NAND, please consider using UBI block devices instead.
[   12.209947] wm8994 0-001b: WM8994 revision D CUST_ID 00
[   12.223674] wm8994 0-001b: No interrupt specified, no interrupts
[   12.243518] stm32-crc32 58009000.crc: Initialized
[   12.339392] galcore: loading out-of-tree module taints kernel.
[   12.467562] Galcore version 6.4.9.436021
[   13.299551] using random self ethernet address
[   13.302635] using random host ethernet address
[   13.490091] usb0: HOST MAC a8:72:8d:68:fe:3c
[   13.492976] usb0: MAC 5e:e8:af:7b:f4:77
[   13.505562] dwc2 49000000.usb-otg: bound driver configfs-gadget
[   13.633860] dwc2 49000000.usb-otg: new device is high-speed
[   13.673418] dwc2 49000000.usb-otg: new address 49
[   13.999241] dwc2 49000000.usb-otg: new device is high-speed
[   14.049934] dwc2 49000000.usb-otg: new device is high-speed
[*     ] A start job is running for Wait for�…vice Initialization (7s / 3min 3s)
[   14.089335] dwc2 49000000.usb-otg: new address 49
[   14.260433] platform 4400d000.dfsdm:filter@0:dfsdm-dai: Fixing up cyclic dependency with dmic-0
[   14.305184] platform 4400d000.dfsdm:filter@1:dfsdm-dai: Fixing up cyclic dependency with dmic-1
[   14.337428] platform 4400d000.dfsdm:filter@2:dfsdm-dai: Fixing up cyclic dependency with dmic-2
[   14.380152] platform 4400d000.dfsdm:filter@3:dfsdm-dai: Fixing up cyclic dependency with dmic-3
[***   ] A start job is running for Wait for�…vice Initialization (8s / 3mi[   14.907761] wm8994-codec wm8994-codec: Failed to request Mic1 detect IRQ: -22
n 3s)
[   14.914936] wm8994-codec wm8994-codec: Failed to request Mic1 short IRQ: -22
[   14.927763] wm8994-codec wm8994-codec: Failed to request Mic2 detect IRQ: -22
[  OK  ] Reached target Hardware activated USB gadget.
[  OK  ] Listening on Load/Save RF �…itch Status /dev/rfkill Watch.
[  OK  ] Finished Wait for udev To Complete Device Initialization.
[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timer Units.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Listening on dropbear.socket.
[  OK  ] Reached target Socket Units.
[  OK  ] Reached target Basic System.
[  OK  ] Started Kernel Logging Service.
[  OK  ] Started System Logging Service.
         Starting D-Bus System Message Bus...
         Starting IPv6 Packet Filtering Framework...
         Starting IPv4 Packet Filtering Framework...
         Starting Hold until boot process finishes up...
         Starting Resets System Activity Logs...
         Starting User Login Management...
[  OK  ] Started TEE Supplicant.
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Finished IPv6 Packet Filtering Framework.
[  OK  ] Finished IPv4 Packet Filtering Framework.
[  OK  ] Finished Hold until boot process finishes up.
[  OK  ] Finished Resets System Activity Logs.
[  OK  ] Reached target Preparation for Network.
         Starting Save/Restore Sound Card State...
         Starting Network Configuration...
         Starting Check if the gpu �…orrect weston configuration...
[  OK  ] Finished Save/Restore Sound Card State.
[  OK  ] Started User Login Management.
[  OK  ] Reached target Sound Card.
[  OK  ] Finished Check if the gpu �… correct weston configuration.
[   16.930604] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   16.954965] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  OK  ] Started Network Configuration.
         Starting Network Name Resolution...
[   17.125672] stm32-dwmac 5800a000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211E Gigabit Ethernet] (irq=POLL)
[   17.135968] stm32-dwmac 5800a000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[   17.153220] dwmac4: Master AXI performs any burst length
[   17.157234] stm32-dwmac 5800a000.ethernet eth0: No Safety Features support found
[   17.164578] stm32-dwmac 5800a000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[   17.179331] stm32-dwmac 5800a000.ethernet eth0: registered PTP clock
[   17.195402] stm32-dwmac 5800a000.ethernet eth0: configuring for phy/rgmii-id link mode
[  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.
         Starting Real time performance monitoring...
[  OK  ] Started Respond to IPv6 Node Information Queries.
[  OK  ] Started Network Router Discovery Daemon.
         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 Avahi mDNS/DNS-SD Stack.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttySTM0.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started Weston, a Wayland �…mpositor, as a system service.
[  OK  ] Reached target Multi-User System.
         Starting Record Runlevel Change in UTMP...
[  OK  ] Finished Record Runlevel Change in UTMP.
         Starting User Database Manager...
[  OK  ] Started User Database Manager.

ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 4.0.4-openstlinux-5.15-yocto-kirkstone-mp1-v22.11.23 stm32mp1 ttySTM0

stm32mp1 login: root (automatic login)

root@stm32mp1:~# 

3 Basic commands[edit]

3.1 Printing distribution specific information[edit]

-----------------------
Build Configuration:  |
-----------------------
BB_VERSION = 2.0.0
BUILD_SYS = x86_64-linux
NATIVELSBSTRING = universal
TARGET_SYS = arm-ostl-linux-gnueabi
MACHINE = stm32mp1
DISTRO = openstlinux-weston
DISTRO_VERSION = 4.0.4-openstlinux-5.15-yocto-kirkstone-mp1-v22.11.23
TUNE_FEATURES = arm vfp cortexa7 neon vfpv4 thumb callconvention-hard
TARGET_FPU = hard
MANIFESTVERSION = ostl-22-11-23-rc5
DISTRO_CODENAME = kirkstone
ACCEPT_EULA_stm32mp1 = 1
GCCVERSION = 11.%
PREFERRED_PROVIDER_virtual/kernel = linux-stm32mp
-----------------------
Layer Revisions:      |
-----------------------
meta-python       = v4.1.xml:05dcac98473402d87e0af73bbc2c5a6a840abe93 
meta-oe           = v4.1.xml:05dcac98473402d87e0af73bbc2c5a6a840abe93 
meta-gnome        = v4.1.xml:05dcac98473402d87e0af73bbc2c5a6a840abe93 
meta-initramfs    = v4.1.xml:05dcac98473402d87e0af73bbc2c5a6a840abe93 
meta-multimedia   = v4.1.xml:05dcac98473402d87e0af73bbc2c5a6a840abe93 
meta-networking   = v4.1.xml:05dcac98473402d87e0af73bbc2c5a6a840abe93 
meta-webserver    = v4.1.xml:05dcac98473402d87e0af73bbc2c5a6a840abe93 
meta-filesystems  = v4.1.xml:05dcac98473402d87e0af73bbc2c5a6a840abe93 
meta-perl         = v4.1.xml:05dcac98473402d87e0af73bbc2c5a6a840abe93 
meta-st-stm32mp   = v4.1.xml:acec289f0112d8e7f19e54c2b3cfec1c0196069e 
meta-qt5          = v4.1.xml:5b71df60e523423b9df6793de9387f87a149ac42 
meta-st-openstlinux = v4.1.xml:046062232c191887a570d8e346012c99db1784c6 
meta              = v4.1.xml:f7766da462905ec67bf549d46b8017be36cd5b2a

3.2 Printing system information[edit]

root@stm32mp1:~# uname -a
Linux stm32mp1 5.15.67 #1 SMP PREEMPT Thu Sep 8 10:32:54 UTC 2022 armv7l armv7l armv7l GNU/Linux

3.3 Printing Linux kernel and GCC versions[edit]

root@stm32mp1:~# cat /proc/version
Linux version 5.15.67 (oe-user@oe-host) (arm-ostl-linux-gnueabi-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Sep 8 10:32:54 UTC 2022

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         350M     0  350M   0% /dev
/dev/mmcblk0p10  3.8G  447M  3.2G  13% /
tmpfs            416M  168K  416M   1% /dev/shm
tmpfs            167M  8.9M  158M   6% /run
tmpfs            4.0M     0  4.0M   0% /sys/fs/cgroup
tmpfs            416M   16K  416M   1% /tmp
/dev/mmcblk0p8    55M   14M   37M  28% /boot
/dev/mmcblk0p9    14M  6.0M  6.7M  48% /vendor
tmpfs            416M   96K  416M   1% /var/volatile
/dev/mmcblk0p11   24G   43M   23G   1% /usr/local
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