mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +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/)
|
* [Documentation](docs/)
|
||||||
|
|
||||||
##Build instructions
|
##Build instructions for emulator
|
||||||
|
|
||||||
###Linux
|
###Linux
|
||||||
|
|
||||||
@ -37,3 +37,14 @@ make build_unix
|
|||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
Not supported yet ...
|
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