boards/esp32c3-devkit: add Dropbear SCP server support#19303
Merged
Conversation
Contributor
|
@FelipeMdeO please normalize the board config |
Contributor
|
It probably needs the apps PR to be merged first |
Contributor
Author
Exactly. I added reference to this PR there. |
acassis
requested changes
Jul 4, 2026
acassis
left a comment
Contributor
There was a problem hiding this comment.
@FelipeMdeO please include Documentation about using dropbear scp, since scp command from Linux will fail if not transferring in legacy mode.
46e3c2f to
9a1e74d
Compare
acassis
previously approved these changes
Jul 5, 2026
Document how to transfer files with scp on the Dropbear server port, which requires the legacy protocol (scp -O) since the port has no SFTP server. Recent OpenSSH clients default to SFTP and fail otherwise. Signed-off-by: Felipe Moura <moura.fmo@gmail.com>
9a1e74d to
565436f
Compare
xiaoxiang781216
approved these changes
Jul 6, 2026
Contributor
Author
|
Hello @acassis , documentation was updated as your request. |
acassis
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR change esp32c3 config for the board to be able to perform file transfers using Dropbear and SCP
Impact
No relevant impacts
Testing
Please use apache/nuttx-apps#3586 to test this config.