nuttx-apps/system/fastboot
anjiahao 53563b67e7 fastbootd:add delay ms for bootloader
usage in bootloader
if [flag == bootloader]
  fastbootd
else
  fastbootd 500
fi

host:
$fastboot flash app app.bin
 < waiting for any device >

let board enter booloader,use <reboot bootloader> or hard reset

then will flash it.

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2024-09-11 23:20:48 +08:00
..
CMakeLists.txt cmake:support system apps CMake build 2024-06-30 21:40:25 +08:00
fastboot.c fastbootd:add delay ms for bootloader 2024-09-11 23:20:48 +08:00
Kconfig system/fastboot: Support USB boardctl 2024-09-11 23:20:48 +08:00
Make.defs system: support system fastbootd 2023-09-06 17:27:26 +08:00
Makefile system: support system fastbootd 2023-09-06 17:27:26 +08:00