QSMP

First Steps

Unpack, connect, power up and boot

Select the baseboard

Install Quick Guide

How to flash a system image to the module

More details: Fast Flashing STM32MP1 Boards and UUU - Universal Update Utility

1. Get a system image

Download and unpack qsmp-1570-debian-bookworm.zip as an example

2. Start fastboot

(Re-)boot the board and “Hit any key to stop autoboot” to get to the U-Boot command line interface

fastboot usb 0

3. Flash it!

Only for Linux on Windows with WSL

Refer to Linux on Windows with WSL -> Connect USB devices

Windows uuu.exe fails. Use WSL and attach the USB device to it.

Open a Windows command shell with administrator permissions. Get the {busid} of the download gadget and attach it.

usbipd list
usbipd bind --busid {busid}
usbipd attach --wsl --busid {busid}

Change to the unpacked image directory and run uuu

sudo ./uuu -v

Yocto Quick Guide

Build and flash Yocto images in 10 minutes

Select the QSMP version