1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

Added instructions for ARM on Ubuntu

This commit is contained in:
slush0 2016-09-29 12:37:52 +02:00
parent f2b509b591
commit 6e6c2ed6b7

View File

@ -2,7 +2,7 @@
* [Documentation](docs/)
##Build instructions
##Build instructions for emulator
###Linux
@ -37,3 +37,14 @@ make build_unix
### Windows
Not supported yet ...
##Build instructions for ARM
###Linux
####Debian/Ubuntu
```
sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi
make build_strmhal_frozen
```