Re: [PR] system/fastboot: Add support for oem mkrd command [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_r1963832263 ## 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 oem mkrd command [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_r1963832263 ## 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 oem mkrd command [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_r1963832263 ## 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 oem mkrd command [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_r1963049764 ## system/fastboot/fastboot.c: ## @@ -770,6 +780,38 @@ static void fastboot_filedump(FAR struct fastboot_ctx_s *context, fastboot_okay(context, ""); }

Re: [PR] system/fastboot: Add support for oem mkrd command [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_r1963067653 ## 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 oem mkrd command [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_r1963049599 ## system/fastboot/Kconfig: ## @@ -31,4 +31,12 @@ config FASTBOOTD_USB_BOARDCTL ---help--- Connect usbdev before running fastboot daem

Re: [PR] system/fastboot: Add support for oem mkrd command [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_r1963033108 ## 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 oem mkrd command [nuttx-apps]

2025-02-19 Thread via GitHub
Donny9 commented on code in PR #3003: URL: https://github.com/apache/nuttx-apps/pull/3003#discussion_r1962992077 ## system/fastboot/Kconfig: ## @@ -31,4 +31,12 @@ config FASTBOOTD_USB_BOARDCTL ---help--- Connect usbdev before running fastboot daemon. +c

[PR] system/fastboot: Add support for oem mkrd command [nuttx-apps]

2025-02-19 Thread via GitHub
JianyuWang0623 opened a new pull request, #3003: URL: https://github.com/apache/nuttx-apps/pull/3003 ## Summary Add support for oem mkrd command to support creating RAM disk on device via fastboot on host side. Usage ``` fastboot oem mkrd ``` ## Impact system/fast

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

2025-02-19 Thread via GitHub
JianyuWang0623 commented on PR #3003: URL: https://github.com/apache/nuttx-apps/pull/3003#issuecomment-2670401622 @Donny9 @yangsong8-ai Could you review this PR please? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t