mirror of
https://github.com/EFeru/hoverboard-firmware-hack-FOC.git
synced 2025-08-04 01:54:27 +02:00
Added suggestion for macOsS to install arm-none-eabi-gcc
@@ -66,6 +66,10 @@ openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c flash "write_image
|
|||||||
```
|
```
|
||||||
brew install stlink
|
brew install stlink
|
||||||
```
|
```
|
||||||
|
You may also need to install `arm-none-eabi-gcc`:
|
||||||
|
```
|
||||||
|
brew install armmbed/formulae/arm-none-eabi-gcc
|
||||||
|
```
|
||||||
- open a terminal in the repo check-out folder and if you have definded the variant in [config.h](/Inc/config.h) type:
|
- open a terminal in the repo check-out folder and if you have definded the variant in [config.h](/Inc/config.h) type:
|
||||||
```
|
```
|
||||||
make
|
make
|
||||||
|
Reference in New Issue
Block a user