Update README.md

Basic steps how to apply updates
This commit is contained in:
Somebodyisnobody 2020-03-09 10:49:14 +01:00 committed by Conor Patrick
parent 8ed7157bfe
commit 3c9315e34c

View File

@ -61,9 +61,11 @@ git checkout ${VERSION_TO_BUILD}
git submodule update --init --recursive git submodule update --init --recursive
``` ```
## Installing the toolchain ## Installing the toolchain and applying updates
In order to compile ARM code, you need the ARM compiler and other things like bundling bootloader and firmware require the `solo-python` python package. Check our [documentation](https://docs.solokeys.io/solo/) for details In order to compile ARM code, you need the ARM compiler and other things like bundling bootloader and firmware require the [solo-python](https://github.com/solokeys/solo-python) python package. Check our [documentation](https://docs.solokeys.io/solo/) for details.
You can update your solokey after running `pip3 install solo-python` with `solo key update` for the latest version. To apply a custom image use `solo program bootloader <file>(.json|.hex)`.
## Installing the toolkit and compiling in Docker ## Installing the toolkit and compiling in Docker
Alternatively, you can use Docker to create a container with the toolchain. Alternatively, you can use Docker to create a container with the toolchain.