Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save adrianstevens/6483a24538431b9573c0dca525be91b1 to your computer and use it in GitHub Desktop.
Save adrianstevens/6483a24538431b9573c0dca525be91b1 to your computer and use it in GitHub Desktop.
Meadow Beta 3 USB deployment notes
Mount Meadow the F7 Test board (pogo board)
Cut JP101 & JP102 if you haven't already
Connect a microUSB cable to the Meadow Micro F7
Connect a microUSB cable to the connecter on the test board labelled "EDGE"
Open a terminal and connect it to the serial port for the EDGE connection (115,200, data bits 8, parity none, stop bits 1) CP210x on Windows
Put Meadow into DFU mode (disconnect, hold the boot button, add power, release boot button)
Verify Meadow is in DFU mode: dfu-util --list
Download latest nuttx bins https://drive.google.com/drive/u/0/folders/1-aHM8pmGQltHugIlxlhvkFhU_6lVLt1W
Flash nuttx dfu-util -a 0 -S 336B335B3036 -D nuttx.bin -s 0x08000000 && dfu-util -a 0 -S 336B335B3036 -D nuttx_user.bin -s 0x08040000
Reset Meadow when done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment