Re: [PR] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-21 Thread via GitHub
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

Re: [PR] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-20 Thread via GitHub
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, ""); }

Re: [PR] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-20 Thread via GitHub
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, ""); }

Re: [PR] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-20 Thread via GitHub
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, ""); }

Re: [PR] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-20 Thread via GitHub
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

Re: [PR] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-20 Thread via GitHub
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

Re: [PR] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-20 Thread via GitHub
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[] = {

Re: [PR] system/fastboot: Add support for fastboot oem sh [nuttx-apps]

2025-02-20 Thread via GitHub
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[] = {