mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
esp32s3-devkit: Add fastboot starting command to initialization script
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:
@@ -25,3 +25,7 @@
|
|||||||
#ifdef CONFIG_SYSTEM_ADBD
|
#ifdef CONFIG_SYSTEM_ADBD
|
||||||
adbd &
|
adbd &
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_SYSTEM_FASTBOOTD
|
||||||
|
fastbootd &
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user