eren-terzioglu commented on issue #12798: URL: https://github.com/apache/nuttx/issues/12798#issuecomment-2258224608
Hi, Seems you are using direct bootloader, you don't need to use `make bootloader` command. Please apply this steps: ``` make distclean ./tools/configure.sh esp32c6-devkitm:nsh make # ESPTOOL_PORT value might change make download ESPTOOL_PORT=/dev/ttyUSB0 # picocom ... ``` If problem still happens, please inform and please inlcude compiler and versions (nuttx and nuttx-apps) you are using. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
