Skip to main content

4. Downloading project to board

Well, it's time to download the code to your board. The downloading process is different on different types of boards.

  1. Click the Build button to build the project. It will generate a file that can run on your board.
Build the code
info

During this process, mm-sdk will fetch all the necessary dependencies from GitHub, as shown in the first several lines of the message. So check the internet connection if it fails.

Once the building process is finished, you will see the message Done! in the terminal.

  1. Click the Download button to download the file to your board. If it's successfully downloaded, you'll see the message Done!.
Download the code

Congratulations! The onboard blue LED begins to blink per second✨.