Skip to content

Spider84/MKS-Robin-Bootloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MKS-Robin-Bootloader

This repository contains tool that allows you to create a backup copy of bootloader from your MKS Robin board (STM32F103ZET6). Backup copy of bootloader can be used to return original board's functionality after you had program board with an alternative firmware.

Source code

The 'Robin' directory contains PlatformIO project with custom scripts that are required to make MKS Robin-compatible encrypted firmware. During final stage of build process the 'firmware.bin' file is encrypted and saved as 'Robin.bin' that can be used with built-in bootloader.

Usage

  • copy Robin.bin to SD card

  • insert SD card to MKS Robin board

  • reboot MKS Robin board

  • wait until firmware upgrade is completed

  • wait until on-board LED starts blinking

  • remove SD card and copy bootload.bin to you computer for safekeeping

  • copy Robin.bin from latest firmware to SD card

  • insert SD card to MKS Robin board

  • reboot MKS Robin board

  • wait until firmware upgrade is completed

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.0%
  • C++ 3.4%
  • Other 0.6%