You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im really badly stuck with compiling instructions, how to make firmware.bin without Arduino IDE / VSCode Platformio, since LPC17 based MKS SBASE 1.4 cant used on those and this branch is right ment for that kind of boards
Ive trying to follow several different instructions, but those are not so newbie friendly like step by step, which softwares to use, which commands should send and where.
The text was updated successfully, but these errors were encountered:
Aftre that, follow the Build notes from the readme:
Build notes:
Include make and the arm-none-eabi-* tools in your path.
Run git submodule init and git submodule update before building.
Make produces 2 files:
build/firmware.bin: this is compatible with the sdcard bootloader.
build/grbl.hex: this is not compatible with the sdcard bootloader. It loads using Flash Magic and is primarilly for developers who don't want to keep swapping sdcards. If you flash this, then you'll have to reflash the bootloader if you want to go back.
Im really badly stuck with compiling instructions, how to make firmware.bin without Arduino IDE / VSCode Platformio, since LPC17 based MKS SBASE 1.4 cant used on those and this branch is right ment for that kind of boards
Ive trying to follow several different instructions, but those are not so newbie friendly like step by step, which softwares to use, which commands should send and where.
The text was updated successfully, but these errors were encountered: