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[] =
{
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[] =
{
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[] =
{
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, "");
}
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[] =
{
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
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[] =
{
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
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
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
10 matches
Mail list logo