STM32F4-Discovery Build and Test Environment
1.3K
Build and Test Environment based on Ubuntu 14.04 LTS for the STM32F4-Discovery board.
Ubuntu 14.04 LTS users install the environment directly on host OS. :-)
cd ~
sudo apt-get install git
git clone https://github.com/istarc/stm32.git
cd ~/stm32
git submodule update --init
./setup-env.sh
Linux, Windows or Mac users should install the environment indirectly:
cd ~/stm32/
make clean
make -j4
cd ~/stm32/examples/Template.mbed
make clean
make -j4
sudo make deploy
firefox http://localhost:8010
Login U: admin P: admin (Upper right corner)
Click: Waterfall -> test-build -> [Use default options] -> Force Build
Check: Waterfall -> F5 to Refresh
Content type
Image
Digest
sha256:fd1cbf953…
Size
760.1 MB
Last updated
about 11 years ago
docker pull istarc/stm32