JianyuWang0623 commented on PR #3003:
URL: https://github.com/apache/nuttx-apps/pull/3003#issuecomment-2673541891
@xiaoxiang781216 @Donny9 @yangsong8-ai Here are 2 problems:
### 1. Output format: Fastboot tool version & response code "TEXT", "INFO"
- The print format of "INFO" is: "(boo
JianyuWang0623 commented on code in PR #3003:
URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1964834854
##
system/fastboot/fastboot.c:
##
@@ -770,6 +784,41 @@ static void fastboot_filedump(FAR struct fastboot_ctx_s
*context,
fastboot_okay(context, "");
}
JianyuWang0623 commented on code in PR #3003:
URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1964833572
##
system/fastboot/fastboot.c:
##
@@ -770,6 +784,41 @@ static void fastboot_filedump(FAR struct fastboot_ctx_s
*context,
fastboot_okay(context, "");
}
xiaoxiang781216 commented on code in PR #3003:
URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1964788319
##
system/fastboot/fastboot.c:
##
@@ -770,6 +784,41 @@ static void fastboot_filedump(FAR struct fastboot_ctx_s
*context,
fastboot_okay(context, "");
}
xiaoxiang781216 commented on code in PR #3003:
URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1964784830
##
system/fastboot/Kconfig:
##
@@ -32,4 +32,12 @@ config SYSTEM_FASTBOOTD_USB_BOARDCTL
---help---
Connect usbdev before running fastb
xiaoxiang781216 commented on code in PR #3003:
URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1964784830
##
system/fastboot/Kconfig:
##
@@ -32,4 +32,12 @@ config SYSTEM_FASTBOOTD_USB_BOARDCTL
---help---
Connect usbdev before running fastb
JianyuWang0623 commented on code in PR #3003:
URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1964742283
##
system/fastboot/fastboot.c:
##
@@ -200,7 +207,10 @@ static const struct fastboot_cmd_s g_fast_cmd[] =
static const struct fastboot_cmd_s g_oem_cmd[] =
{
JianyuWang0623 commented on code in PR #3003:
URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1964742283
##
system/fastboot/fastboot.c:
##
@@ -200,7 +207,10 @@ static const struct fastboot_cmd_s g_fast_cmd[] =
static const struct fastboot_cmd_s g_oem_cmd[] =
{