Skip to content
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

Document how to export uf2 from Arduino #81

Closed
jpmeijers opened this issue Aug 27, 2019 · 2 comments
Closed

Document how to export uf2 from Arduino #81

jpmeijers opened this issue Aug 27, 2019 · 2 comments

Comments

@jpmeijers
Copy link

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:

  • Sketch -> Verify/Compile sketch
  • Sketch -> Export compiled Binary
  • Sketch -> Show Sketch Folder
  • Download https://github.com/Microsoft/uf2/blob/master/utils/uf2conv.py into the sketch directory and make it executable
  • Open a terminal and run ./uf2conv.py -c SketchName.ino.board_name.bin
  • You should now have a flash.uf2 file in the sketch folder which you cna copy-paste to the mass storage drive.
@dhalbert
Copy link

dhalbert commented Aug 27, 2019

Would you like to submit a PR to update README.md to document this? Thanks!

@dhalbert
Copy link

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.

ChrisHayward-dev pushed a commit to ChrisHayward-dev/uf2-samdx1 that referenced this issue Jun 9, 2022
Fix CSW signatures, and unify FAT media descriptors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants