From 3f225f362f52e71e840256ba7496e807a31e12b5 Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Wed, 29 May 2019 15:11:18 -0700 Subject: [PATCH] Update building.md Adding `solo` as a prerequesite, it's required by `make build-hacker` to merge the hex files. --- docs/solo/building.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/solo/building.md b/docs/solo/building.md index eed67c8..0947743 100644 --- a/docs/solo/building.md +++ b/docs/solo/building.md @@ -10,6 +10,8 @@ Install the [latest ARM compiler toolchain](https://developer.arm.com/open-sourc You can also install the ARM toolchain using a package manager like `apt-get` or `pacman`, but be warned they might be out of date. Typically it will be called `gcc-arm-none-eabi binutils-arm-none-eabi`. +Install `solo-python` usually with `pip3 install solo-python`. The `solo` python application may also be used for [programming](#programming). + To program your build, you'll need one of the following programs. - [openocd](http://openocd.org)