Skip to content

How to build update nano firmware

makerbase edited this page Mar 2, 2020 · 2 revisions

MKS Robin Nano firmware build and transcoding and update it Tutorial.

Build

  • Download this firmware
  • Open workspace. "File -> Open -> Workspace" Open workspace
  • Build firmware. "Project -> Build All",Build done, MKS-Robin-Nano-Firmware\EWARM\mksRobinNano\Exe the path will generate a ***.bin file Build project
  • Build done and will have Robin_nano35.bin file Build done So far, the compilation phase is complete.

Use binEncode software transcoding

  • Since MKS's BootLoader originally had a transcoding function, in order to be compatible with historical issues, you need to use this tool to transcode bin files after compiling the source code. Download binEncode
  • Transcoding Transcoding

Update firmware

  • Copy Robin_nano.bin file to TF card,insert board and reset or repower on, update firmware Update firmware
Clone this wiki locally