-
Notifications
You must be signed in to change notification settings - Fork 1.3k
EFR32-related doc fixes #7989
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
EFR32-related doc fixes #7989
Conversation
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.
Here are the things that I need feedback on:
 | ||
 | ||
|
||
With the boards which support USB mass storage, we can drag the files to the board file system. However, because the EFR32 boards don’t support USB mass storage, we need to use a tool like **Ampy** to copy the file to the board. You can use the latest version of **Ampy** and its command to copy the module directories to the board. |
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.
I saw the use of Ampy here, it's currently maintained by @scientifichackers but the attached learn guide seems outdated. Not sure if there's anything we can do here.
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.
Generally we suggest Thonny now.
## Running CircuitPython ## | ||
|
||
### Getting a REPL prompt ### | ||
### Connecting to the Serial Console ### |
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.
I renamed this based on the Welcome to CircuitPython guide, anything better that I could rename this to?
Co-authored-by: MicroDev <[email protected]>
Okay, messed this up by not working on a branch. Will open a brand new PR once I sort this out... |
Succeeded by #8042 |
Mainly typos, I also added a silabs entry to the supported ports. Let me know if anything should be reworded. Thanks!