How to configure U-Boot to support Fastboot mode

Revision as of 08:34, 4 April 2024 by Registered User (Created page with "<noinclude>{{ApplicableFor |MPUs list=STM32MP13x, STM32MP15x |MPUs checklist=STM32MP13x,STM32MP15x }}</noinclude> == Article purpose == This article explains how to configure...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Applicable for STM32MP13x lines, STM32MP15x lines

1. Article purpose[edit source]

This article explains how to configure fastboot mode in U-Boot.

2. Fastboot[edit source]

Fastboot is a protocol that was originally created for Android and is primarily used to modify the flash filesystem via a USB connection from a host computer.

3. Fastboot in U-Boot[edit source]

Fastboot is supported in U-Boot. It's not necessarily enabled by default.