Skip to content

Instantly share code, notes, and snippets.

@BretStateham
Last active November 7, 2017 18:07
Show Gist options
  • Save BretStateham/ee4c16f3012a395b0787ce373eb8a998 to your computer and use it in GitHub Desktop.
Save BretStateham/ee4c16f3012a395b0787ce373eb8a998 to your computer and use it in GitHub Desktop.

MX Chip Dev Kit Fix Steps

These steps are documented here: https://aka.ms/devkitfix

  1. Open the Board Manager in the Arduino IDE (had problems in code, not sure why), and removed the AZ3166 package.
  2. Delete the files:
  • %USERPROFILE%\AppData\Local\Arduino15\package_azureboard_index.json
  • %USERPROFILE%\AppData\Local\Arduino15\package_azureboard_index.json.sig.tmp
  1. Delete the %USERPROFILE%\AppData\Local\Arduino15\Packages\AZ3166 folder
  2. Delete the %USERPROFILE\azure-board-cli folder
  3. Flash the devkit-firmware-1.2.0.28.bin firmware to the board.
  4. Re-install the devkit_install_win_1.2.0.28.zip dev kit
  5. Verify that the folder where you cloned or unziped the http://github.com/Azure/CloudIoTHack repo to does NOT have spaces in the folder name.
  6. Open the FlySimEmbedded folder under the repo in VSCode
  7. Run task: cloud-provision
  8. Run task: device-upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment