update README.md;

pull/2/head
Bryan Biedenkapp 4 years ago
parent 4fa3c0c0fe
commit 5ca503f55f

@ -11,7 +11,7 @@ Please see the various Makefile's included in the project for more information.
* Makefile.STM32FX - This makefile is used for targeting a generic STM32F103 with an ADF7021 RF SoC device. * Makefile.STM32FX - This makefile is used for targeting a generic STM32F103 with an ADF7021 RF SoC device.
* For STM32F103 using Ubuntu OS install the standard ARM embedded toolchain (typically arm-gcc-none-eabi). * For STM32F103 using Ubuntu OS install the standard ARM embedded toolchain (typically arm-gcc-none-eabi).
- Make sure to clone this repository with the ```--recursive``` option, otherwise the STM32 platform files will be missing! - Make sure to clone this repository with the ```--recurse-submodules``` option, otherwise the STM32 platform files will be missing! ```git clone --recurse-submodules https://github.com/DVMProject/dvmfirmware-hs.git```
Use the ```make``` command to build the firmware, choosing the appropriate makefile with the -F switch. Use the ```make``` command to build the firmware, choosing the appropriate makefile with the -F switch.

Loading…
Cancel
Save

Powered by TurnKey Linux.