Control Board Firmware (For the SKR)
Use a blank SD card, formatted as FAT32 (FAT MSDOS)
Download the firmware
Binary:
Put the file on the top of the SD card, and make sure no other file is on the SD card.
Do not rename the file, it needs to be named firmware.bin
.
Power down the main board
Insert the SD card into the SKR board
Turn it on and wait a minute, it will blink for a few seconds
Done! (You don’t need the SD card anymore, you can remove it)
If you want to modify the firmware or you just want to compile the firmware yourself, we provide the full source code of the firmware.
If you’re using the Pre compiled firmware above, you don’t need this. This is option mostly for developers or advanced users that want to modify the firmware.
GitHub - twinsielab/marlin: TinyMod Marlin Fork
https://github.com/twinsielab/marlin
The easiest way to compile it is using VSCode with the Marlin auto Build extension.