QSXP¶
First Steps¶
Install Quick Guide¶
How to flash a system image to the module
Refer to UUU - Universal Update Utility for details
1. Get a system image
Download and unpack qsxp-ml81-debian-bookworm 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!
Change to the unpacked image directory and run uuu
sudo ./uuu -v (Linux) uuu.exe -v (Windows)
Yocto Quick Guide¶
Build and flash Yocto images in 10 minutes