MaixPy #14: Maixduino – Get the Machine Code | MicroPython
In this post, i am going to show how we can get the Maixduino Machine code.
Usefullness of The Machine Code
- To access some of the AI models for the K210 processors we need to enter our Maixduino machine code in Maixhub.com.
Pre-requisites
- Get the custom firmware here: key_gen_v1.2.bin
- Get Putty here: PuTTY
Access the Maixduino Machine Code
Download the Custom Firmware to the Maixduino<— ATENTION, THIS WILL ERASE THE PREVIOUS FIRMWARE OF THE BOARD. YOU WILL NEED TO FLASH IT AGAIN AFTER THIS.
Open Putty
First open Maixpy and check the serial port information, you will need it to insert into Putty.
Open putty and write the info, select serial and OPEN the terminal. It wont show nothing, is normal.
Press the RESET button on the Maixduino board
Now it will show YOUR maixduino machine code. Mine is redacted for obvious reasons.
Now you can access other stuff in Maixhub.