We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Arduino to compile your sketch, it's not very clear how to obtain a uf2 to copy to the MSC. What I figured out and what seems to work is:
./uf2conv.py -c SketchName.ino.board_name.bin
flash.uf2
The text was updated successfully, but these errors were encountered:
Would you like to submit a PR to update README.md to document this? Thanks!
Sorry, something went wrong.
This is perhaps better documented in the https://github.com/Microsoft/uf2 repo. EIther it's already there or a PR to that README could be written.
Merge pull request adafruit#81 from piquan/microsoft
5610e7c
Fix CSW signatures, and unify FAT media descriptors
No branches or pull requests
Using Arduino to compile your sketch, it's not very clear how to obtain a uf2 to copy to the MSC. What I figured out and what seems to work is:
./uf2conv.py -c SketchName.ino.board_name.bin
flash.uf2
file in the sketch folder which you cna copy-paste to the mass storage drive.The text was updated successfully, but these errors were encountered: