Highlight make as command.
This commit is contained in:
parent
b24e01d588
commit
f904fff7ba
@ -34,7 +34,7 @@ Build notes:
|
|||||||
* Install the ARM embeded toolchain (see https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads)
|
* Install the ARM embeded toolchain (see https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads)
|
||||||
* Include ```make``` and the ```arm-none-eabi-*``` tools in your path.
|
* Include ```make``` and the ```arm-none-eabi-*``` tools in your path.
|
||||||
* Run ```git submodule init``` and ```git submodule update``` before building.
|
* Run ```git submodule init``` and ```git submodule update``` before building.
|
||||||
* Make produces 2 files:
|
* ```make``` produces 2 files:
|
||||||
* ```build/firmware.bin```: this is compatible with the sdcard bootloader.
|
* ```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
|
* ```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,
|
and is primarilly for developers who don't want to keep swapping sdcards. If you flash this,
|
||||||
|
Loading…
Reference in New Issue
Block a user