Updated build isntructions

master
Dave Hylands 2014-02-20 14:39:51 -08:00
rodzic 097aa6d799
commit 2a8a639561
1 zmienionych plików z 4 dodań i 2 usunięć

@ -15,8 +15,10 @@ Cortex M4 STM32F407VG
###Status###
* Initial support has been implemented, user switch and LEDs are supported.
* Does not have separate directory - folded into initial stm port.
* Uncomment `#define STM32F4DISC` in mpconfigport.h and comment out the other board types (e.g. `//#define PYBOARD4`).
* To build for STM32F407 Discovery compile with `make TARGET=STM32F4DISC`.
* To build use one of the following methods:
1. ```make BOARD=STM32F4DISC```
1. ```export BOARD=STM32F4DISC``` in your environment and then just use make.
1. Edit ```BOARD ?= PYBOARD4``` to read ```BOARD ?= STM32F4DISC```
###Programming from Linux (via DFU)###
This section covers how to flash the STM32F4DISCOVERY from linux (I was using Linux Mint 14, which is derived from ubuntu 12.10).