-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boards/esp32s3-devkit: Initializing configuration for Fastboot #15836
boards/esp32s3-devkit: Initializing configuration for Fastboot #15836
Conversation
Depends on apache/nuttx-apps#2994 |
Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst
Outdated
Show resolved
Hide resolved
boards/xtensa/esp32s3/esp32s3-devkit/configs/fastboot/defconfig
Outdated
Show resolved
Hide resolved
644088d
to
781d33d
Compare
@JianyuWang0623 it should be nice if there are a complete board example demonstrating how to support and use fastboot. The documentation explains the commands: https://nuttx.apache.org/docs/latest/applications/system/fastboot/index.html but we don't have board with partitions and everything in place. I think a functional example for esp32s3-devkit should be nice! |
Based on configuration of usb_device. Quick start: ./tools/configure.sh -l esp32s3-devkit:fastboot make flash -j ESPTOOL_PORT=/dev/ttyACMx (Optional) You can get full defconfig by executing following commands after SAVING your stages if necessary: ./tools/configure.sh -l esp32s3-devkit:fastboot make savedefconfig cat defconfig Signed-off-by: wangjianyu3 <[email protected]>
Signed-off-by: wangjianyu3 <[email protected]>
Signed-off-by: wangjianyu3 <[email protected]>
781d33d
to
a96a45d
Compare
@acassis Yes, we can make RAM disk for esp32s3-devkit:fastboot by using mkrd command, as partitions for fastboot flash command ;-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @JianyuWang0623 :-)
Summary
boards/esp32s3-devkit
Depends on apache/nuttx-apps#2994.
Impact
boards/esp32s3-devkit
Testing