1. Overview[edit | edit source]
This step explains how to connect your host Linux® terminal to your host computer through the ST-LINK/V3EC.
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 | edit source]
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/V3EC
ls /dev/ttyACM* /dev/ttyACM0 /dev/ttyACM1
- Connect the minicom to the /dev/ttyACM0 device
minicom -D /dev/ttyACM0 Welcome to minicom 2.8 OPTIONS: I18n 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: STM32MP257FAK Rev.Y NOTICE: Model: STMicroelectronics STM32MP257F-DK CA35TDCID OSTL M33 Examples Discovery Board NOTICE: Board: MB1605 Var1.0 Rev.C-01 INFO: Reset reason (0x2074): INFO: System reset (SYSRST) by A35 INFO: PMIC2 version = 0x11 INFO: PMIC2 product ID = 0x20 INFO: FCONF: Reading TB_FW firmware configuration file from: 0xe011000 INFO: FCONF: Reading firmware configuration information for: stm32mp_fuse INFO: FCONF: Reading firmware configuration information for: stm32mp_io INFO: Using SDMMC INFO: Instance 1 INFO: Boot used partition fsbl1 NOTICE: BL2: v2.10-stm32mp2-r1.0(debug):lts-v2.10.5-dirty(7c229848) NOTICE: BL2: Built : 16:19:31, Jun 28 2024 INFO: BL2: Loading image id 26 INFO: Loading image id=26 at address 0xe041000 INFO: Image id=26 loaded: 0xe041000 - 0xe049650 INFO: BL2: Doing platform setup INFO: RAM: LPDDR4 1x32Gbits 1x32bits 1200MHz INFO: Memory size = 0x100000000 (4096 MB) INFO: BL2: Loading image id 1 INFO: Loading image id=1 at address 0xe000000 INFO: Image id=1 loaded: 0xe000000 - 0xe000326 INFO: FCONF: Reading FW_CONFIG firmware configuration file from: 0xe000000 INFO: FCONF: Reading firmware configuration information for: risaf_config INFO: RISAF2: No configuration in DT, use default INFO: FCONF: Reading firmware configuration information for: dyn_cfg INFO: BL31 max size = 0x17000 (94208B) INFO: BL2: Loading image id 3 INFO: Loading image id=3 at address 0xe000000 INFO: Image id=3 loaded: 0xe000000 - 0xe0167c0 INFO: BL2: Loading image id 19 INFO: Loading image id=19 at address 0x81fc0000 INFO: Image id=19 loaded: 0x81fc0000 - 0x81fc38ea INFO: BL2: Loading image id 4 INFO: Loading image id=4 at address 0x82000000 INFO: Image id=4 loaded: 0x82000000 - 0x8200001c INFO: OPTEE ep=0x82000000 INFO: OPTEE header info: INFO: magic=0x4554504f INFO: version=0x2 INFO: arch=0x1 INFO: flags=0x0 INFO: nb_images=0x1 INFO: BL2: Loading image id 8 INFO: Loading image id=8 at address 0x82000000 INFO: Image id=8 loaded: 0x82000000 - 0x820fd628 INFO: BL2: Loading image id 2 INFO: Loading image id=2 at address 0x84400000 INFO: Image id=2 loaded: 0x84400000 - 0x8441c2d8 INFO: BL2: Loading image id 5 INFO: Loading image id=5 at address 0x84000000 INFO: Image id=5 loaded: 0x84000000 - 0x841c49b8 NOTICE: BL2: Booting BL31 INFO: Entry point address = 0xe000000 INFO: SPSR = 0x3cd INFO: ARM GICv2 driver initialized NOTICE: BL31: v2.10-stm32mp2-r1.0(debug):lts-v2.10.5-dirty(7c229848) NOTICE: BL31: Built : 16:19:31, Jun 28 2024 INFO: BL31: Initializing runtime services INFO: BL31: Initializing BL32 I/TC: Early console on UART#2 I/TC: I/TC: Embedded DTB found I/TC: OP-TEE version: 4.0.0-dev (gcc version 13.3.0 (GCC)) #1 Fri Oct 20 18:29:31 UTC 2023 aarch64 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: Override the OTP 124: 0 to 0x18db6 I/TC: WARNING: Embeds insecure stm32mp_provisioning driver I/TC: UART console (non-secure) I/TC: PMIC STPMIC REFID:2.@ V1.1 I/TC: Platform stm32mp2: flavor PLATFORM_FLAVOR - DT stm32mp257f-dk-ca35tdcid-ostl-m33-examples.dts I/TC: OP-TEE ST profile: secure_and_system_services [ 0.000000] SCP-firmware 2.13.0-intree-optee-os-4.0.0-dev [ 0.000000] [ 0.000000] [FWK] Module initialization complete! I/TC: Primary CPU switching to normal world boot INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x84000000 INFO: SPSR = 0x3c5 I/TC: Reserved shared memory is disabled I/TC: Dynamic shared memory is enabled I/TC: Normal World virtualization support is disabled I/TC: Asynchronous notifications are enabled U-Boot 2023.10-stm32mp-r1 (Oct 02 2023 - 14:39:59 +0000) CPU: STM32MP257FAK Rev.Y Model: STMicroelectronics STM32MP257F-DK CA35TDCID OSTL M33 EXAMPLES Discovery Board Board: stm32mp2 (st,stm32mp257f-dk-ca35tdcid-ostl-m33-examples) Board: MB1605 Var1.0 Rev.C-01 DRAM: 4 GiB optee optee: OP-TEE: revision 4.0 (2a5b1d12) I/TC: Reserved shared memory is disabled I/TC: Dynamic shared memory is enabled I/TC: Normal World virtualization support is disabled I/TC: Asynchronous notifications are enabled Core: 372 devices, 42 uclasses, devicetree: board WDT: Started watchdog with servicing every 1000ms (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 Net: eth0: eth1@482c0000 No EFI system partition No EFI system partition Failed to persist EFI variables Hit any key to stop autoboot: 0 Boot over mmc0! switch to partitions #0, OK mmc0 is current device Scanning mmc 0:8... Found /mmc0_extlinux/extlinux.conf Retrieving file: /mmc0_extlinux/extlinux.conf Retrieving file: /splash_landscape.bmp 1: OpenSTLinux Enter choice: 1: OpenSTLinux Retrieving file: /Image.gz Retrieving file: /st-image-resize-initrd append: root=PARTUUID=e91c4e10-16e6-4c0e-bd0e-77becf4a3582 rootwait rw earlycon console=ttySTM0,115200 Retrieving file: /stm32mp257f-dk-ca35tdcid-ostl-m33-examples.dtb Uncompressing Kernel Image ## Flattened Device Tree blob at 90000000 Booting using the fdt blob at 0x90000000 Working FDT set to 90000000 Loading Ramdisk to 8f802000, end 8ffff0a2 ... OK Loading Device Tree to 000000008f7e3000, end 000000008f801d2d ... OK Working FDT set to 8f7e3000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd040] [ 0.000000] Linux version 6.6.48 (oe-user@oe-host) (aarch64-ostl-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240716) #1 SMP PREEMPT Thu Aug 29 15:33:59 UTC 2024 [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: STMicroelectronics STM32MP257F-DK CA35TDCID OSTL M33 EXAMPLES Discovery Board [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f2200000, size 128 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000f2200000..0x00000000fa1fffff (131072 KiB) map reusable linux,cma [ 0.000000] OF: reserved mem: 0x000000000a000000..0x000000000a01ffff (128 KiB) nomap non-reusable tfa-bl31@a000000 [ 0.000000] OF: reserved mem: 0x000000000a020000..0x000000000a02f0ef (60 KiB) nomap non-reusable hpdma1-lli@a020000 [ 0.000000] OF: reserved mem: 0x000000000a02f0f0..0x000000000a03e1df (60 KiB) nomap non-reusable hpdma2-lli@a02f0f0 [ 0.000000] OF: reserved mem: 0x000000000a03e1e0..0x000000000a03ffff (7 KiB) nomap non-reusable hpdma3-lli@a03e1e0 [ 0.000000] OF: reserved mem: 0x000000000a040000..0x000000000a040fff (4 KiB) nomap non-reusable bsec-mirror@a040000 [ 0.000000] OF: reserved mem: 0x000000000a041000..0x000000000a05ffff (124 KiB) nomap non-reusable cm33-sram1@a041000 [ 0.000000] OF: reserved mem: 0x000000000a060000..0x000000000a07ffff (128 KiB) nomap non-reusable cm33-sram2@a060000 [ 0.000000] OF: reserved mem: 0x000000000a080000..0x000000000a09efff (124 KiB) nomap non-reusable cm33-retram@a080000 [ 0.000000] OF: reserved mem: 0x000000000a09f000..0x000000000a09ffff (4 KiB) nomap non-reusable ddr-param@a09f000 [ 0.000000] OF: reserved mem: 0x0000000042000000..0x0000000042000fff (4 KiB) nomap non-reusable bl31-lowpower@42000000 [ 0.000000] OF: reserved mem: 0x0000000042001000..0x0000000042001fff (4 KiB) nomap non-reusable tfm-its@42001000 [ 0.000000] OF: reserved mem: 0x0000000060000000..0x000000006fffffff (262144 KiB) nomap non-reusable mm-ospi@60000000 [ 0.000000] OF: reserved mem: 0x0000000080000000..0x00000000800fffff (1024 KiB) nomap non-reusable tfm-code@80000000 [ 0.000000] OF: reserved mem: 0x0000000080100000..0x00000000808fffff (8192 KiB) nomap non-reusable cm33-cube-fw@80100000 [ 0.000000] OF: reserved mem: 0x0000000080900000..0x00000000809fffff (1024 KiB) nomap non-reusable tfm-data@80900000 [ 0.000000] OF: reserved mem: 0x0000000080a00000..0x00000000811fffff (8192 KiB) nomap non-reusable cm33-cube-data@80a00000 [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000081200000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node ipc-shmem-1@81200000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000081200000..0x00000000812f7fff (992 KiB) nomap non-reusable ipc-shmem-1@81200000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000812f8000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node vdev0vring0@812f8000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000812f8000..0x00000000812f8fff (4 KiB) nomap non-reusable vdev0vring0@812f8000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000812f9000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node vdev0vring1@812f9000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000812f9000..0x00000000812f9fff (4 KiB) nomap non-reusable vdev0vring1@812f9000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000812fa000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node vdev0buffer@812fa000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000812fa000..0x00000000812fffff (24 KiB) nomap non-reusable vdev0buffer@812fa000 [ 0.000000] OF: reserved mem: 0x0000000081300000..0x0000000081fbffff (13056 KiB) nomap non-reusable spare1@81300000 [ 0.000000] OF: reserved mem: 0x0000000081fc0000..0x0000000081ffffff (256 KiB) nomap non-reusable bl31-context@81fc0000 [ 0.000000] OF: reserved mem: 0x0000000082000000..0x0000000083ffffff (32768 KiB) nomap non-reusable op-tee@82000000 [ 0.000000] OF: reserved mem: 0x00000000fa200000..0x00000000fa7effff (6080 KiB) nomap non-reusable framebuffer@fa200000 [ 0.000000] OF: reserved mem: 0x00000000fa800000..0x00000000fe7fffff (65536 KiB) nomap non-reusable gpu-reserved@fa800000 [ 0.000000] OF: reserved mem: 0x00000000fe800000..0x00000000feffffff (8192 KiB) nomap non-reusable ltdc-sec-layer@fe800000 [ 0.000000] OF: reserved mem: 0x00000000ff000000..0x00000000ffffffff (16384 KiB) nomap non-reusable ltdc-sec-rotation@ff000000 [ 0.000000] earlycon: stm32 at MMIO 0x00000000400e0000 (options '115200n8') [ 0.000000] printk: bootconsole [stm32] enabled [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x000000017fffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x17f7aa9c0-0x17f7acfff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x000000017fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x0000000083ffffff] [ 0.000000] node 0: [mem 0x0000000084000000-0x00000000fa1fffff] [ 0.000000] node 0: [mem 0x00000000fa200000-0x00000000fa7effff] [ 0.000000] node 0: [mem 0x00000000fa7f0000-0x00000000fa7fffff] [ 0.000000] node 0: [mem 0x00000000fa800000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x000000017fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000017fffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.4 [ 0.000000] psci: OSI mode supported. [ 0.000000] percpu: Embedded 22 pages/cpu s50280 r8192 d31640 u90112 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: root=PARTUUID=e91c4e10-16e6-4c0e-bd0e-77becf4a3582 rootwait rw earlycon console=ttySTM0,115200 [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Fallback order for Node 0: 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192 [ 0.000000] Policy zone: Normal [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 2. [ 0.000000] software IO TLB: mapped [mem 0x00000000ee200000-0x00000000f2200000] (64MB) [ 0.000000] Memory: 3717904K/4194304K available (15872K kernel code, 1742K rwdata, 6340K rodata, 3904K init, 549K bss, 345328K reserved, 131072K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 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 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GIC: enabling workaround for broken EOI in split irq mode [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv2m: range[mem 0x48090000-0x48090fff], SPI[362:392] [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 40.00MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x939a85c40, max_idle_ns: 440795202120 ns [ 0.000000] sched_clock: 56 bits at 40MHz, resolution 25ns, wraps every 4398046511100ns [ 0.008661] Console: colour dummy device 80x25 [ 0.012501] Calibrating delay loop (skipped), value calculated using timer frequency.. 80.00 BogoMIPS (lpj=160000) [ 0.022772] pid_max: default: 32768 minimum: 301 [ 0.027446] LSM: initializing lsm=capability,integrity [ 0.032602] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.039890] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.048623] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.054668] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1. [ 0.060889] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1. [ 0.068576] rcu: Hierarchical SRCU implementation. [ 0.073135] rcu: Max phase no-delay instances is 1000. [ 0.080634] EFI services will not be available. [ 0.083200] smp: Bringing up secondary CPUs ... I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot [ 0.100776] Detected VIPT I-cache on CPU1 [ 0.100871] CPU1: Booted secondary processor 0x0000000001 [0x411fd040] [ 0.100994] smp: Brought up 1 node, 2 CPUs [ 0.109966] SMP: Total of 2 processors activated. [ 0.114647] CPU features: detected: 32-bit EL0 Support [ 0.119783] CPU features: detected: 32-bit EL1 Support [ 0.124892] CPU features: detected: CRC32 instructions [ 0.130082] CPU: All CPU(s) started at EL1 [ 0.134116] alternatives: applying system-wide alternatives [ 0.142098] devtmpfs: initialized [ 0.165115] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.169260] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.179998] pinctrl core: initialized pinctrl subsystem [ 0.182137] DMI not present or invalid. [ 0.185819] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.191851] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.198167] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.205957] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.214201] thermal_sys: Registered thermal governor 'step_wise' [ 0.214209] thermal_sys: Registered thermal governor 'power_allocator' [ 0.219669] cpuidle: using governor menu [ 0.230256] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.236881] ASID allocator initialised with 65536 entries [ 0.242445] Serial: AMBA PL011 UART driver [ 0.264375] platform 400b0000.audio-controller: Fixed dependency cycle(s) with /soc@0/bus@42080000/i2c@40130000/hdmi@3d [ 0.269661] platform 400b0000.audio-controller: Fixed dependency cycle(s) with /soc@0/clock-controller@44200000 [ 0.280115] platform 40130000.i2c: Fixed dependency cycle(s) with /soc@0/clock-controller@44200000 [ 0.289698] platform 48010000.display-controller: Fixed dependency cycle(s) with /soc@0/bus@42080000/dsi@48000000 [ 0.298916] platform 48010000.display-controller: Fixed dependency cycle(s) with /soc@0/bus@42080000/lvds@48060000 [ 0.309180] platform 48010000.display-controller: Fixed dependency cycle(s) with /soc@0/clock-controller@44200000 [ 0.319645] platform 48020000.csi: Fixed dependency cycle(s) with /soc@0/bus@42080000/dcmipp@48030000 [ 0.328644] platform 48020000.csi: Fixed dependency cycle(s) with /soc@0/bus@42080000/i2c@40130000/imx335@1a [ 0.338691] platform 48020000.csi: Fixed dependency cycle(s) with /soc@0/bus@42080000/dcmipp@48030000 [ 0.347758] platform 48030000.dcmipp: Fixed dependency cycle(s) with /soc@0/bus@42080000/csi@48020000 [ 0.358545] platform 48010000.display-controller: Fixed dependency cycle(s) with /soc@0/bus@42080000/dsi@48000000 [ 0.367200] platform 48000000.dsi: Fixed dependency cycle(s) with /soc@0/bus@42080000/i2c@40130000/hdmi@3d [ 0.376716] platform 48000000.dsi: Fixed dependency cycle(s) with /soc@0/bus@42080000/display-controller@48010000 [ 0.387073] platform 48000000.dsi: Fixed dependency cycle(s) with /soc@0/clock-controller@44200000 [ 0.396053] platform 48010000.display-controller: Fixed dependency cycle(s) with /soc@0/bus@42080000/lvds@48060000 [ 0.406312] platform 48060000.lvds: Fixed dependency cycle(s) with /soc@0/bus@42080000/display-controller@48010000 [ 0.416691] platform 48060000.lvds: Fixed dependency cycle(s) with /soc@0/clock-controller@44200000 [ 0.428472] platform 48060000.lvds: Fixed dependency cycle(s) with /soc@0/clock-controller@44200000 [ 0.434647] platform 48000000.dsi: Fixed dependency cycle(s) with /soc@0/clock-controller@44200000 [ 0.444246] platform 48010000.display-controller: Fixed dependency cycle(s) with /soc@0/clock-controller@44200000 [ 0.454117] platform 40130000.i2c: Fixed dependency cycle(s) with /soc@0/clock-controller@44200000 [ 0.462877] platform 400b0000.audio-controller: Fixed dependency cycle(s) with /soc@0/clock-controller@44200000 [ 0.473219] platform 44200000.clock-controller: Fixed dependency cycle(s) with /soc@0/bus@42080000/dsi@48000000 [ 0.485661] amba 4a020000.funnel: Fixed dependency cycle(s) with /soc@0/etf@4a030000 [ 0.490582] amba 4a020000.funnel: Fixed dependency cycle(s) with /soc@0/etm@4a340000 [ 0.498292] amba 4a020000.funnel: Fixed dependency cycle(s) with /soc@0/stm@4a080000 [ 0.506013] amba 4a020000.funnel: Fixed dependency cycle(s) with /soc@0/etm@4a240000 [ 0.513848] amba 4a020000.funnel: Fixed dependency cycle(s) with /soc@0/etf@4a030000 [ 0.521540] platform replicator: Fixed dependency cycle(s) with /soc@0/etf@4a030000 [ 0.529162] amba 4a030000.etf: Fixed dependency cycle(s) with /replicator [ 0.535937] amba 4a030000.etf: Fixed dependency cycle(s) with /soc@0/funnel@4a020000 [ 0.543772] platform replicator: Fixed dependency cycle(s) with /soc@0/etr@4a040000 [ 0.551307] amba 4a040000.etr: Fixed dependency cycle(s) with /replicator [ 0.558165] platform replicator: Fixed dependency cycle(s) with /soc@0/tpiu@4a050000 [ 0.565807] amba 4a050000.tpiu: Fixed dependency cycle(s) with /replicator [ 0.572747] amba 4a020000.funnel: Fixed dependency cycle(s) with /soc@0/stm@4a080000 [ 0.580388] amba 4a080000.stm: Fixed dependency cycle(s) with /soc@0/funnel@4a020000 [ 0.588557] amba 4a020000.funnel: Fixed dependency cycle(s) with /soc@0/etm@4a240000 [ 0.595844] amba 4a240000.etm: Fixed dependency cycle(s) with /soc@0/funnel@4a020000 [ 0.603827] amba 4a020000.funnel: Fixed dependency cycle(s) with /soc@0/etm@4a340000 [ 0.611290] amba 4a340000.etm: Fixed dependency cycle(s) with /soc@0/funnel@4a020000 [ 0.620383] platform dmic-0: Fixed dependency cycle(s) with /soc@0/bus@42080000/mdf@404d0000/filter@84/mdf-dai [ 0.629249] platform dmic-1: Fixed dependency cycle(s) with /soc@0/bus@42080000/mdf@404d0000/filter@104/mdf-dai [ 0.639697] platform connector: Fixed dependency cycle(s) with /soc@0/bus@42080000/i2c@40130000/hdmi@3d [ 0.649185] platform 48060000.lvds: Fixed dependency cycle(s) with /panel-lvds [ 0.655774] platform panel-lvds: Fixed dependency cycle(s) with /soc@0/bus@42080000/lvds@48060000 [ 0.665297] Modules: 25616 pages in range for non-PLT usage [ 0.665305] Modules: 517136 pages in range for PLT usage [ 0.670965] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.682080] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.688329] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.695092] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.701341] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.708107] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.714358] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.721126] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.729195] ACPI: Interpreter disabled. [ 0.732191] iommu: Default domain type: Translated [ 0.735989] iommu: DMA domain TLB invalidation policy: strict mode [ 0.742422] SCSI subsystem initialized [ 0.746381] usbcore: registered new interface driver usbfs [ 0.751383] usbcore: registered new interface driver hub [ 0.756663] usbcore: registered new device driver usb [ 0.762151] pps_core: LinuxPPS API ver. 1 registered [ 0.766622] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.775751] PTP clock support registered [ 0.780009] EDAC MC: Ver: 3.0.0 [ 0.783207] CPUidle PSCI: Initialized CPU PM domain topology using OSI mode [ 0.791355] scmi_core: SCMI protocol bus registered [ 0.795044] FPGA manager framework [ 0.798070] Advanced Linux Sound Architecture Driver Initialized. [ 0.805098] vgaarb: loaded [ 0.807087] clocksource: Switched to clocksource arch_sys_counter [ 0.813064] VFS: Disk quotas dquot_6.6.0 [ 0.816769] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.823801] pnp: PnP ACPI: disabled [ 0.835804] NET: Registered PF_INET protocol family [ 0.836072] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.847283] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.851016] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.858674] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.866808] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.874885] TCP: Hash tables configured (established 32768 bind 32768) [ 0.880608] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.887236] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.894528] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.900407] RPC: Registered named UNIX socket transport module. [ 0.905825] RPC: Registered udp transport module. [ 0.910501] RPC: Registered tcp transport module. [ 0.915190] RPC: Registered tcp-with-tls transport module. [ 0.920663] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.927105] PCI: CLS 0 bytes, default 64 [ 0.931257] Unpacking initramfs... [ 0.935140] kvm [1]: HYP mode not available [ 0.939815] Initialise system trusted keyrings [ 0.943344] workingset: timestamp_bits=42 max_order=20 bucket_order=0 [ 0.949899] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.955739] NFS: Registering the id_resolver key type [ 0.960342] Key type id_resolver registered [ 0.964480] Key type id_legacy registered [ 0.968513] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.975140] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.982595] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 0.989004] fuse: init (API version 7.39) [ 0.992872] 9p: Installing v9fs 9p2000 file system support [ 1.049505] NET: Registered PF_ALG protocol family [ 1.049555] Key type asymmetric registered [ 1.052789] Asymmetric key parser 'x509' registered [ 1.057756] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 1.065014] io scheduler mq-deadline registered [ 1.069523] io scheduler kyber registered [ 1.073590] io scheduler bfq registered [ 1.077850] /soc@0/interrupt-controller@44220000: bank0 [ 1.082581] /soc@0/interrupt-controller@44220000: bank1 [ 1.087800] /soc@0/interrupt-controller@44220000: bank2 [ 1.093316] /soc@0/interrupt-controller@46230000: bank0 [ 1.098244] /soc@0/interrupt-controller@46230000: bank1 [ 1.103421] /soc@0/interrupt-controller@46230000: bank2 [ 1.109365] Registering stm32-rifsc firewall controller [ 1.120852] EINJ: ACPI disabled. [ 1.128461] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.132135] STM32 USART driver initialized [ 1.143924] loop: module loaded [ 1.145003] megasas: 07.725.01.00-rc1 [ 1.150808] thunder_xcv, ver 1.0 [ 1.150870] thunder_bgx, ver 1.0 [ 1.151692] nicpf, ver 1.0 [ 1.154959] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 1.161613] hns3: Copyright (c) 2017 Huawei Corporation. [ 1.166972] hclge is initializing [ 1.170260] e1000: Intel(R) PRO/1000 Network Driver [ 1.175045] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 1.180887] e1000e: Intel(R) PRO/1000 Network Driver [ 1.185740] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.191761] igb: Intel(R) Gigabit Ethernet Network Driver [ 1.197048] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.202753] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 1.208928] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 1.215236] sky2: driver version 1.30 [ 1.219833] VFIO - User Level meta-driver version: 0.3 [ 1.228108] usbcore: registered new interface driver usb-storage [ 1.229807] usbcore: registered new device driver onboard-usb-hub [ 1.238913] i2c_dev: i2c /dev entries driver [ 1.242407] arm_smc_wdt watchdog: Watchdog registered (timeout=32 sec, nowayout=0) [ 1.249568] sdhci: Secure Digital Host Controller Interface driver [ 1.253687] sdhci: Copyright(c) Pierre Ossman [ 1.258718] Synopsys Designware Multimedia Card Interface Driver [ 1.264681] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.271115] ledtrig-cpu: registered to indicate activity on CPUs [ 1.276707] SMCCC: SOC_ID: ID = jep106:0020:0505 Revision = 0x00000011 [ 1.282957] usbcore: registered new interface driver usbhid [ 1.287696] usbhid: USB HID core driver [ 1.294291] hw perfevents: enabled with armv8_cortex_a35 PMU driver, 7 counters available [ 1.301346] cs_system_cfg: CoreSight Configuration manager initialised [ 1.308660] optee: probing for conduit method. I/TC: Reserved shared memory is disabled I/TC: Dynamic shared memory is enabled I/TC: Normal World virtualization support is disabled I/TC: Asynchronous notifications are enabled [ 1.310720] optee: revision 4.0 (2a5b1d12) [ 1.333094] optee: Asynchronous notifications enabled [ 1.336643] optee: dynamic shared memory is enabled [ 1.342738] random: crng init done [ 1.345315] optee: initialized driver [ 1.350970] NET: Registered PF_PACKET protocol family [ 1.353976] 9pnet: Installing 9P2000 support [ 1.358031] Key type dns_resolver registered [ 1.375621] registered taskstats version 1 [ 1.375897] Loading compiled-in X.509 certificates [ 1.401311] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16 [ 1.403507] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled. [ 1.410006] arm-scmi firmware:scmi: SCMI Protocol v2.0 'STMicroelectron:STMicroelectron' Firmware version 0x20d0000 [ 1.417097] Freeing initrd memory: 8180K [ 1.424580] cpu cpu0: EM: created perf domain [ 1.450381] scmi-regulator scmi_dev.6: Regulator vddio1 registered for domain [0] [ 1.452444] scmi-regulator scmi_dev.6: Regulator vddio2 registered for domain [1] [ 1.459843] scmi-regulator scmi_dev.6: Regulator vddio3 registered for domain [2] [ 1.467323] scmi-regulator scmi_dev.6: Regulator vddio4 registered for domain [3] [ 1.474796] scmi-regulator scmi_dev.6: Regulator reserved registered for domain [5] [ 1.482429] scmi-regulator scmi_dev.6: Regulator vdda18adc registered for domain [7] [ 1.490170] scmi-regulator scmi_dev.6: Regulator vddcore registered for domain [11] [ 1.497822] scmi-regulator scmi_dev.6: Regulator v1v8 registered for domain [14] [ 1.505198] scmi-regulator scmi_dev.6: Regulator v3v3 registered for domain [16] [ 1.512586] scmi-regulator scmi_dev.6: Regulator vdd_emmc registered for domain [18] [ 1.520311] scmi-regulator scmi_dev.6: Regulator vdd3v3_usb registered for domain [20] [ 1.528233] scmi-regulator scmi_dev.6: Regulator v5v_hdmi registered for domain [21] [ 1.535966] scmi-regulator scmi_dev.6: Regulator v5v_vconn registered for domain [22] [ 1.543798] scmi-regulator scmi_dev.6: Regulator vdd_sdcard registered for domain [23] [ 1.556135] stm32-ipcc 40490000.mailbox: ipcc rev:2.0 enabled, 16 chans, proc 0 [ 1.570688] Registering stm32mp25_rcc firewall controller [ 1.571897] stm32-ipcc 46250000.mailbox: ipcc rev:2.0 enabled, 4 chans, proc 1 [ 1.579268] coresight-tmc 4a040000.etr: Detected dma mask 32bits [ 1.585314] coresight stm0: STM500 initialized [ 1.589017] coresight cti_sys0: CTI initialized [ 1.593173] coresight cti_sys1: CTI initialized [ 1.597668] coresight cti_cpu0: CTI initialized [ 1.602208] CSCFG registered etm0 [ 1.602215] coresight etm0: CPU0: etm v4.0 initialized [ 1.610864] coresight cti_cpu1: CTI initialized [ 1.615159] CSCFG registered etm1 [ 1.615166] coresight etm1: CPU1: etm v4.0 initialized [ 1.623526] stm32-dma3 40400000.dma-controller: created LLI gen_pool at 0x000000000a020000, size 60KiB [ 1.634454] stm32-dma3 40400000.dma-controller: STM32 DMA3 registered rev:1.3 [ 1.639850] stm32-dma3 40410000.dma-controller: LLI gen_pool truncated (56KiB instead of 60KiB) [ 1.648217] stm32-dma3 40410000.dma-controller: created LLI gen_pool at 0x000000000a030000, size 56KiB [ 1.659525] stm32-dma3 40410000.dma-controller: STM32 DMA3 registered rev:1.3 [ 1.666926] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOA bank added [ 1.671642] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOB bank added [ 1.678173] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOC bank added [ 1.684800] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOD bank added [ 1.691387] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOE bank added [ 1.697995] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOF bank added [ 1.704714] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOG bank added [ 1.711280] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOH bank added [ 1.717974] stm32mp257-pinctrl soc@0:pinctrl@44240000: GPIOI bank added [ 1.724139] stm32mp257-pinctrl soc@0:pinctrl@44240000: Pinctrl STM32 initialized [ 1.733131] stm32mp257-pinctrl soc@0:pinctrl@46200000: GPIOZ bank added [ 1.738071] stm32mp257-pinctrl soc@0:pinctrl@46200000: Pinctrl STM32 initialized [ 1.748070] stm32-usart 40330000.serial: Wakeup might not be available: No autonomous clock [ 1.754116] 40330000.serial: ttySTM2 at MMIO 0x40330000 (irq = 54, base_baud = 4000000) is a stm32-usart [ 1.763482] serial serial0: tty port ttySTM2 registered [ 1.774638] [drm] Initialized simpledrm 1.0.0 20200625 for fa200000.framebuffer on minor 0 [ 1.778348] stm32-dwmac 482c0000.eth1: IRQ eth_lpi not found [ 1.783523] stm32-dwmac 482c0000.eth1: User ID: 0x1a, Synopsys ID: 0x53 [ 1.789550] stm32-dwmac 482c0000.eth1: DWMAC4/5 [ 1.794156] stm32-dwmac 482c0000.eth1: DMA HW capability register supported [ 1.801102] stm32-dwmac 482c0000.eth1: RX Checksum Offload Engine supported [ 1.808051] stm32-dwmac 482c0000.eth1: TX Checksum insertion supported [ 1.814567] stm32-dwmac 482c0000.eth1: Wake-Up On Lan supported [ 1.820544] stm32-dwmac 482c0000.eth1: TSO supported [ 1.825430] stm32-dwmac 482c0000.eth1: Enable RX Mitigation via HW Watchdog Timer [ 1.832905] stm32-dwmac 482c0000.eth1: Enabled L3L4 Flow TC (entries=2) [ 1.839505] stm32-dwmac 482c0000.eth1: Enabled RFS Flow TC (entries=10) [ 1.846112] stm32-dwmac 482c0000.eth1: TSO feature enabled [ 1.851582] stm32-dwmac 482c0000.eth1: Using 32/32 bits DMA host/device width [ 2.059336] usb-stm32-dwc3 42080000.bus:usb@48300000: configured in usb2 mode [ 2.063270] usb-stm32-dwc3 42080000.bus:usb@48300000: Enabling runtime PM for inactive device with active children [ 2.072915] stm32_rtc 46000000.rtc: registered as rtc0 [ 2.076356] stm32_rtc 46000000.rtc: setting system clock to 2000-01-01T00:37:34 UTC (946687054) [ 2.086016] stm32_rtc 46000000.rtc: Date/Time must be initialized [ 2.091108] stm32_rtc 46000000.rtc: registered rev:3.4 [ 2.106553] platform 48020000.csi: Fixed dependency cycle(s) with /soc@0/bus@42080000/i2c@40130000/imx335@1a [ 2.110859] i2c 0-001a: Fixed dependency cycle(s) with /soc@0/bus@42080000/csi@48020000 [ 2.119916] platform 400b0000.audio-controller: Fixed dependency cycle(s) with /soc@0/bus@42080000/i2c@40130000/hdmi@3d [ 2.129676] i2c 0-003d: Fixed dependency cycle(s) with /soc@0/bus@42080000/audio-controller@400b0000 [ 2.717962] input: ILI210x Touchscreen as /devices/platform/soc@0/42080000.bus/40130000.i2c/i2c-0/0-0041/input/input0 [ 2.723291] stm32f7-i2c 40130000.i2c: STM32F7 I2C-0 bus adapter [ 2.731465] ehci-platform 482f0000.usb: EHCI Host Controller [ 2.734508] ehci-platform 482f0000.usb: new USB bus registered, assigned bus number 1 [ 2.736027] mmci-pl18x 48220000.mmc: Got CD GPIO [ 2.742478] ehci-platform 482f0000.usb: irq 63, io mem 0x482f0000 [ 2.751207] mmci-pl18x 48230000.mmc: mmc1: PL180 manf 53 rev3 at 0x48230000 irq 65,0 (pio) [ 2.753104] mmci-pl18x 48220000.mmc: mmc0: PL180 manf 53 rev3 at 0x48220000 irq 64,0 (pio) [ 2.771289] mmci-pl18x 48240000.mmc: allocated mmc-pwrseq [ 2.772731] stm32-rproc 0.m33: Support of signed firmware only [ 2.775427] mmci-pl18x 48240000.mmc: mmc2: PL180 manf 53 rev3 at 0x48240000 irq 66,0 (pio) [ 2.783061] stm32-rproc 0.m33: wdg irq registered [ 2.789184] ehci-platform 482f0000.usb: USB 2.0 started, EHCI 1.00 [ 2.793671] stm32-rproc 0.m33: pdds sys config not defined [ 2.802898] hub 1-0:1.0: USB hub found [ 2.805476] stm32-rproc 0.m33: rsc tbl syscon not supported [ 2.809099] hub 1-0:1.0: 1 port detected [ 2.814839] stm32-rproc 0.m33: mbox_request_channel_byname() could not locate channel named "detach" [ 2.827665] remoteproc remoteproc0: cannot get detach mbox [ 2.833166] remoteproc remoteproc0: m33 is available [ 2.838814] stm32-usart 400e0000.serial: Wakeup might not be available: No autonomous clock [ 2.846454] stm32-usart 400e0000.serial: interrupt mode for rx (no dma) [ 2.852976] stm32-usart 400e0000.serial: interrupt mode for tx (no dma) [ 2.859806] 400e0000.serial: ttySTM0 at MMIO 0x400e0000 (irq = 69, base_baud = 4000000) is a stm32-usart [ 2.874709] printk: console [ttySTM0] enabled [ 2.874709] printk: console [ttySTM0] enabled [ 2.877815] printk: bootconsole [stm32] disabled [ 2.877815] printk: bootconsole [stm32] disabled [ 2.890297] stm32-display-lvds 48060000.lvds: version 0x20 initialized [ 2.897881] [drm] Initialized stm 1.0.0 20170330 for 48010000.display-controller on minor 0 [ 2.903436] input: gpio-keys as /devices/platform/gpio-keys/input/input1 [ 2.909269] clk: Disabling unused clocks [ 2.912865] ALSA device list: [ 2.915570] No soundcards found. [ 2.925581] Freeing unused kernel memory: 3904K [ 2.925678] Run /init as init process [ 2.932158] mmc1: new DDR MMC card at address 0001 [ 2.933694] mmcblk1: mmc1:0001 008GB1 7.28 GiB [ 2.942980] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 [ 2.944499] mmcblk1boot0: mmc1:0001 008GB1 4.00 MiB [ 2.948318] mmcblk1boot1: mmc1:0001 008GB1 4.00 MiB [ 2.953005] mmcblk1rpmb: mmc1:0001 008GB1 4.00 MiB, chardev (239:0) [ 2.969160] mmc0: new ultra high speed SDR104 SDHC card at address aaaa [ 2.971455] mmcblk0: mmc0:aaaa SC16G 14.8 GiB [ 2.984601] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 [ 3.075170] usb 1-1: new high-speed USB device number 2 using ehci-platform [ 3.086318] mmc2: new high speed SDIO card at address 0001 Starting systemd-udevd version 255.4^ [ 3.236310] hub 1-1:1.0: USB hub found [ 3.236464] hub 1-1:1.0: 2 ports detected [ 3.665166] stm32-dwmac 482c0000.eth1 end0: renamed from eth0 [ 4.095590] EXT4-fs (mmcblk0p10): mounted filesystem 3b935dc0-cb90-421a-9542-0b55cb33dd0e r/w with ordered data mode. Quota mode: none. ln: /etc/mtab: File exists [ 4.529233] systemd[1]: System time before build time, advancing clock. [ 4.617957] NET: Registered PF_INET6 protocol family [ 4.654842] Segment Routing with IPv6 [ 4.654925] In-situ OAM (IOAM) with IPv6 [ 4.703959] systemd[1]: systemd 255.4^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK -SECCOMP -GCRYPT -GNUTLS -OPENSSL -ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN +IPTC +KMOD -L) [ 4.730995] systemd[1]: Detected architecture arm64. Welcome to ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 5.0.3-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06 (scarthgap)! [ 4.766185] systemd[1]: Hostname set to <stm32mp2-e3-a8-cd>. [ 4.808815] systemd[1]: Using hardware watchdog 'arm_smc_wdt', version 0, device /dev/watchdog0 [ 4.812271] systemd[1]: Watchdog running with a timeout of 32s. [ 5.324364] systemd[1]: Queued start job for default target Multi-User System. [ 5.380151] systemd[1]: Created slice Slice /system/getty. [ OK ] Created slice Slice /system/getty. [ 5.397501] systemd[1]: Created slice Slice /system/modprobe. [ OK ] Created slice Slice /system/modprobe. [ 5.417369] systemd[1]: Created slice Slice /system/serial-getty. [ OK ] Created slice Slice /system/serial-getty. [ 5.436707] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 5.455612] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ 5.475500] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ 5.495321] systemd[1]: Expecting device /dev/dri/card0... Expecting device /dev/dri/card0... [ 5.511210] systemd[1]: Expecting device /dev/hwrng... Expecting device /dev/hwrng... [ 5.527197] systemd[1]: Expecting device /dev/tee0... Expecting device /dev/tee0... [ 5.543354] systemd[1]: Reached target Path Units. [ OK ] Reached target Path Units. [ 5.559262] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 5.579249] systemd[1]: Reached target Slice Units. [ OK ] Reached target Slice Units. [ 5.595260] systemd[1]: Reached target Swaps. [ OK ] Reached target Swaps. [ 5.657345] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 5.675428] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 5.692076] systemd[1]: Listening on Syslog Socket. [ OK ] Listening on Syslog Socket. [ 5.717492] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 5.735637] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 5.762068] systemd[1]: Journal Audit Socket was skipped because of an unmet condition check (ConditionSecurity=audit). [ 5.768146] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 5.792147] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 5.814540] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 5.841600] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 5.859917] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 5.907485] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 5.927210] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 5.955695] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 5.972020] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). [ 5.986734] systemd[1]: Mounting Temporary Directory /tmp... Mounting Temporary Directory /tmp... [ 6.027781] systemd[1]: Starting Create List of Static Device Nodes... Starting Create List of Static Device Nodes... [ 6.071702] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 6.091992] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 6.116037] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 6.139010] systemd[1]: Starting Mount partitions... Starting Mount partitions... [ 6.167255] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 6.180041] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/). [ 6.217985] systemd[1]: Starting Journal Service... Starting Journal Service... [ 6.242906] systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met. [ 6.260965] systemd-journald[275]: Collecting audit messages is disabled. [ 6.264785] systemd[1]: Starting Generate network units from Kernel command line... Starting Generate network units from Kernel command line... [ 6.323860] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 6.372252] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 6.437319] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 6.487555] EXT4-fs (mmcblk0p10): re-mounted 3b935dc0-cb90-421a-9542-0b55cb33dd0e r/w. Quota mode: none. [ 6.496938] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind. [ 6.513628] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory /tmp. [ OK ] Finished Create List of Static Device Nodes. [ OK ] Finished Load Kernel Module configfs. [ 6.622311] EXT4-fs (mmcblk0p8): mounted filesystem d1f6085d-9559-4da2-b499-1c158b042483 r/w with ordered data mode. Quota mode: none. [ OK ] Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module fuse. [ OK ] Finished Generate network units from Kernel command line. [ OK ] Finished Remount Root and Kernel File Systems. [ OK ] Finished Apply Kernel Variables. Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... Starting Create Static Device Nodes in /dev gracefully... [ 6.954826] EXT4-fs (mmcblk0p9): mounted filesystem c066b39c-20be-45c8-8f6e-5609d0da9755 r/w with ordered data mode. Quota mode: none. [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ 7.028988] systemd-journald[275]: Received client request to flush runtime journal. [ OK ] Finished Flush Journal to Persistent Storage. [ OK ] Finished Create Static Device Nodes in /dev gracefully. Starting Create Static Device Nodes in /dev... [ 7.165528] EXT4-fs (mmcblk0p11): mounted filesystem e4d7803b-a75e-4bfc-a1ea-0379ba661de3 r/w with ordered data mode. Quota mode: none. [ OK ] Finished Mount partitions. Starting ST hostname... [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Preparation for Local File Systems. Starting Rule-based Manager for Device Events and Files... [ OK ] Finished ST hostname. [ OK ] Started Rule-based Manager for Device Events and Files. Mounting /var/volatile... [ OK ] Finished Coldplug All udev Devices. [ OK ] Mounted /var/volatile. Starting Wait for udev To Complete Device Initialization... Starting Load/Save OS Random Seed... [ OK ] Reached target Local File Systems. Starting Automatic Boot Loader Update... Starting Create Volatile Files and Directories... [ OK ] Finished Load/Save OS Random Seed. [ OK ] Finished Automatic Boot Loader Update. [ OK ] Finished Create Volatile Files and Directories. Starting Network Name Resolution... Starting Network Time Synchronization... Starting Record System Boot/Shutdown in UTMP... [ OK ] Finished Record System Boot/Shutdown in UTMP. [ OK ] Started Network Time Synchronization. [ OK ] Started Network Name Resolution. [ 9.174483] st,stm32-i2s 400b0000.audio-controller: No cache defaults, reading back from HW [ 9.235661] stm32-cryp 42030000.crypto: will run requests pump with realtime priority [ 9.243512] stm32-cryp 42030000.crypto: Initialized [ 9.258361] mc: Linux media interface: v0.10 [ 9.261523] galcore: loading out-of-tree module taints kernel. [ 9.285276] stm32-mdf 404d0000.mdf: No cache defaults, reading back from HW [ 9.338665] videodev: Linux video capture interface: v2.00 [ 9.393071] Galcore version 6.4.19.4.952875 [ OK ] Found device /dev/dri/card0. [ 9.480330] imx335 0-001a: failed to find sensor: -5 [ 9.484173] stm32-csi 48020000.csi: Probed CSI with 2 lanes [ 9.485687] imx335: probe of 0-001a failed with error -5 [ 9.503801] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ OK ] Created slice Slice /system/systemd-backlight. [ OK ] Reached target Host and Network Name Lookups. [ 9.542970] Bluetooth: Core ver 2.22 [ 9.543181] NET: Registered PF_BLUETOOTH protocol family [ 9.546335] Bluetooth: HCI device and connection manager initialized [ 9.547186] dcmipp 48030000.dcmipp: Probe done [ 9.552775] Bluetooth: HCI socket layer initialized [ 9.563522] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 9.568124] Bluetooth: L2CAP socket layer initialized [ OK ] Reached target System Time Set. [ 9.584961] Bluetooth: SCO socket layer initialized [ 9.587046] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 9.631345] hantro-vpu 480d0000.vdec: registered st,stm32mp25-vdec-dec as /dev/video5 [ OK ] Started Starts Psplash Boot screen. [ 9.715295] hantro-vpu 480e0000.venc: registered st,stm32mp25-venc-enc as /dev/video6 [ 9.738577] Bluetooth: HCI UART driver ver 2.3 [ 9.738619] Bluetooth: HCI UART protocol H4 registered Starting Load/Save Screen Backligh…f backlight:panel-lvds-back[ 9.752255] Bluetooth: HCI UART protocol LL registered light... [ 9.764918] Bluetooth: HCI UART protocol Broadcom registered [ 9.765022] Bluetooth: HCI UART protocol QCA registered [ OK ] Finished Load/Save Screen Backligh… of backlight:panel-lvds-backlight. [ 9.824218] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43439-sdio for chip BCM43439/5 [ 9.884026] Bluetooth: HCI UART protocol Marvell registered [ OK ] Found device /dev/tee0. [ OK ] Found device /dev/hwrng. [ 10.077808] stm32-display 48010000.display-controller: [drm] No phase precised, setting default [ OK ] Started Hardware RNG Entropy Gatherer Daemon. Starting Virtual Console Setup... [ 10.293401] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2) [ 10.302634] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43439/5 wl0: Apr 18 2024 01:55:03 version 7.95.86 (9a12fda CY) FWID 01-86edbd67 [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 10.384469] Bluetooth: hci0: BCM: chip id 147 [ 10.384925] Bluetooth: hci0: BCM: features 0x0e [ 10.389404] Bluetooth: hci0: CYW4343A2 [ 10.391795] Bluetooth: hci0: BCM (001.003.016) build 0000 [ 10.400203] Bluetooth: hci0: BCM 'brcm/BCM.st,stm32mp257f-dk-ca35tdcid-ostl-m33-examples.hcd' Patch Starting Load/Save RF Kill Switch Status... [ 10.566634] stm32-mdf-adc 404d0084.filter: No cache defaults, reading back from HW [ 10.580613] stm32-mdf-adc 404d0104.filter: No cache defaults, reading back from HW [ OK ] Finished Virtual Console Setup. [ OK ] Started Load/Save RF Kill Switch Status. [ 10.745732] configfs-gadget.g1 gadget.0: HOST MAC 78:6c:1e:c5:65:ef [ 10.746392] configfs-gadget.g1 gadget.0: MAC 4e:c0:f2:cf:ee:d9 [ 10.913543] Bluetooth: hci0: BCM: features 0x0e [ 10.915246] Bluetooth: hci0: UART 4343A2 wlbga_BU [ 10.917205] Bluetooth: hci0: BCM (001.003.016) build 0000 [ OK ] Reached target Hardware activated USB gadget. [ OK ] Finished Wait for udev To Complete Device Initialization. [ OK ] Reached target System Initialization. [ OK ] Started Serves stm32mp clocks calibration.. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timer Units. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Listening on dropbear.socket. [ OK ] Reached target Socket Units. [ OK ] Reached target Basic System. Starting ST set alsa state configuration... Starting Avahi mDNS/DNS-SD Stack... Starting Bluetooth service... [ OK ] Started Kernel Logging Service. [ OK ] Started System Logging Service. Starting D-Bus System Message Bus... Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... [ OK ] Started Seat for Weston user. Starting ST Load M33 firmware via remoteproc... [ OK ] Started Calibrates HSI/CSI clocks. Starting Resets System Activity Logs... [ 12.030522] Bluetooth: MGMT ver 1.22 Starting User Login Management... Starting TEE Supplicant... Starting Check if the gpu are pres…the correct weston configuration... [ OK ] Started D-Bus System Message Bus. [ 12.267379] Board is not a valid BOARD (stm32mp257f-dk, stm32mp257f-ev1) [ OK ] Finished IPv6 Packet Filtering Framework. [ OK ] Finished IPv4 Packet Filtering Framework. [ OK ] Finished ST Load M33 firmware via remoteproc. [ OK ] Finished Resets System Activity Logs. [ OK ] Started User Login Management. [ OK ] Finished ST set alsa state configuration. [ OK ] Reached target Preparation for Network. Starting Save/Restore Sound Card State... Starting Network Configuration... [ OK ] Started TEE Supplicant. [ OK ] Finished Save/Restore Sound Card State. [ OK ] Finished Check if the gpu are pres…t the correct weston configuration. [ OK ] Started Bluetooth service. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Reached target Bluetooth Support. [ OK ] Reached target Sound Card. Starting Hostname Service... [ OK ] Started Network Configuration. [ OK ] Reached target Network. [ 12.980042] stm32-dwmac 482c0000.eth1 end0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 12.982086] stm32-dwmac 482c0000.eth1 end0: Register MEM_TYPE_PAGE_POOL RxQ-1 [ OK ] Started IIO Daemon. Starting Real time performance monitoring... Starting Permit User Sessions... Starting Target Communication Framework agent... [ 13.174571] stm32-dwmac 482c0000.eth1 end0: PHY [stmmac-0:01] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 13.195191] dwmac4: Master AXI performs any burst length [ 13.195255] stm32-dwmac 482c0000.eth1 end0: No Safety Features support found [ 13.205436] stm32-dwmac 482c0000.eth1 end0: IEEE 1588-2008 Advanced Timestamp supported [ 13.206057] stm32-dwmac 482c0000.eth1 end0: registered PTP clock [ 13.221228] stm32-dwmac 482c0000.eth1 end0: FPE workqueue start [ 13.221250] stm32-dwmac 482c0000.eth1 end0: configuring for phy/rgmii-id link mode [ OK ] Finished Permit User Sessions. [ OK ] Started Hostname Service. [ OK ] Started Target Communication Framework agent. [ OK ] Started Real time performance monitoring. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttySTM0. [ OK ] Reached target Login Prompts. Starting Weston graphical session... [ OK ] Created slice User Slice of UID 1000. Starting User Runtime Directory /run/user/1000... [ OK ] Finished User Runtime Directory /run/user/1000. Starting User Manager for UID 1000... [ OK ] Started User Manager for UID 1000. [ OK ] Started Session c1 of User weston. ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 5.0.3-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06 stm32mp2-e3-a8-cd ttySTM0 stm32mp2-e3-a8-cd login: root (automatic login) root@stm32mp2-e3-a8-cd:~# [ 21.294507] weston[1242]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set [ 22.006961] stm32-display 48010000.display-controller: [drm] No phase precised, setting default
3. Basic commands[edit | edit source]
3.1. Printing distribution specific information[edit | edit source]
root@stm32mp2-e3-a8-cd:~# cat /etc/build ----------------------- Build Configuration: | ----------------------- BB_VERSION = 2.8.0 BUILD_SYS = x86_64-linux NATIVELSBSTRING = universal TARGET_SYS = aarch64-ostl-linux MACHINE = stm32mp2 DISTRO = openstlinux-weston DISTRO_VERSION = 5.0.3-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06 TUNE_FEATURES = aarch64 crc cortexa35 TARGET_FPU = MANIFESTVERSION = ostl-v6.0-3-g77ba3ade97af8adb81642ae4e6b377766bfdbc9a DISTRO_CODENAME = scarthgap ACCEPT_EULA_stm32mp2 = 1 GCCVERSION = 13.% PREFERRED_PROVIDER_virtual/kernel = linux-stm32mp ----------------------- Layer Revisions: | ----------------------- meta-python = v6.0.xml:1235dd4ed4a57e67683c045ad76b6a0f9e896b45 meta-oe = v6.0.xml:1235dd4ed4a57e67683c045ad76b6a0f9e896b45 meta-gnome = v6.0.xml:1235dd4ed4a57e67683c045ad76b6a0f9e896b45 meta-multimedia = v6.0.xml:1235dd4ed4a57e67683c045ad76b6a0f9e896b45 meta-networking = v6.0.xml:1235dd4ed4a57e67683c045ad76b6a0f9e896b45 meta-webserver = v6.0.xml:1235dd4ed4a57e67683c045ad76b6a0f9e896b45 meta-st-stm32mp = v6.0.xml:83b758fa887a90af531b9e0a9385a6def2f46682 meta-st-openstlinux = v6.0.xml:fd3ef2feb59ad51694464eaa058b5c8fb1e24111 meta = v6.0.xml:236ac1b43308df722a78d3aa20aef065dfae5b2b
3.2. Printing system information[edit | edit source]
root@stm32mp2-e3-a8-cd:~# uname -a Linux stm32mp2-e3-a8-cd 6.6.48 #1 SMP PREEMPT Thu Aug 29 15:33:59 UTC 2024 aarch64 GNU/Linux
3.3. Printing Linux kernel and GCC versions[edit | edit source]
root@stm32mp2-e3-a8-cd:~# cat /proc/version Linux version 6.6.48 (oe-user@oe-host) (aarch64-ostl-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240716) #1 SMP PREEMPT Thu Aug 29 15:33:59 UTC 2024
3.4. Printing the amount of disk space available on all mounted file systems[edit | edit source]
root@stm32mp2-e3-a8-cd:~# df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 1.8G 0 1.8G 0% /dev /dev/mmcblk2p10 3.8G 590M 3.0G 17% / tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 755M 8.9M 746M 2% /run tmpfs 1.9G 4.0K 1.9G 1% /tmp /dev/mmcblk2p8 55M 21M 31M 40% /boot /dev/mmcblk2p9 228M 27M 185M 13% /vendor /dev/mmcblk2p11 9.9G 45M 9.3G 1% /usr/local tmpfs 1.9G 20K 1.9G 1% /var/volatile tmpfs 378M 8.0K 378M 1% /run/user/1000 tmpfs 378M 4.0K 378M 1% /run/user/0
3.5. ssh connection[edit | edit source]
Applicable when USBC cable is on CN15 or when the Ethernet cable is connected.
- Get the IP address of your board
ip addr show usb0 6: usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP gro0 link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff inet xx.xx.xx.xx/xx brd xx.xx.xx.xx scope global usb0 valid_lft forever preferred_lft forever inet6 xxxx::xx:xx:xx:xx/64 scope link valid_lft forever preferred_lft forever
or
ip addr show eth0 3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff inet xx.xx.xx.xx/xx brd xx.xx.xx.xx scope global dynamic eth0 valid_lft 159045sec preferred_lft 159045sec inet6 xxxx::xx:xx:xx:xx/64 scope link valid_lft forever preferred_lft forever
- On the host computer, connect the terminal to the board using ssh
ssh root@xx.xx.xx.xx
root@stm32mp25:~#