Update README.md
This commit is contained in:
parent
9758181bda
commit
e7d5b47ddf
|
|
@ -1,9 +1,6 @@
|
||||||
# YMF-262 Firmware for Nucleo F722RE Board and STM32F7 MCU
|
# YMF-262 Firmware for Nucleo F722RE Board and STM32F7 MCU
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
To build a Flashable .elf file issue the following commands:
|
To build a Flashable .elf file issue the following commands:
|
||||||
|
|
@ -16,3 +13,7 @@ To build a Flashable .elf file issue the following commands:
|
||||||
|
|
||||||
```cmake --preset Release && cmake --build --preset Release```
|
```cmake --preset Release && cmake --build --preset Release```
|
||||||
|
|
||||||
|
## Flashing:
|
||||||
|
To flash the .elf file please issue the folowing command:
|
||||||
|
|
||||||
|
```openocd -f interface/stlink.cfg -f target/stm32f7x.cfg -c "program YMF262_Devboard_Firmware.elf verify reset exit"```
|
||||||
Loading…
Reference in New Issue