1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-27 15:51:02 +00:00

readme: os x ARM instructions

This commit is contained in:
Jan Pochyla 2016-10-17 17:32:06 +02:00
parent 3067bfa003
commit 46d06321dd

View File

@ -59,5 +59,10 @@ For flashing firmware to blank device (without bootloader) by `make flash`, plea
``` ```
sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi
make build_strmhal_frozen make build_stmhal_frozen
``` ```
###OS X
Download [gcc-arm-none-eabi](https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q3-update/) and follow the [instructions in readme.txt](https://launchpadlibrarian.net/287100883/readme.txt).
To install stlink, run `brew install stlink`.