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:
parent
f2b509b591
commit
6e6c2ed6b7
13
README.md
13
README.md
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user