Skip to content

Commit fb8579e

Browse files
komePdpgeorge
authored andcommitted
README updates from a newbie on Debian.
* mjs-arm reports that we should use ppa:team-gcc-arm-embedded. * yotta requires cryptography requires OpenSSL headers. * Running yotta target requires an ARM mbed account.
1 parent effc07c commit fb8579e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ with an ARM compiler toolchain (eg arm-none-eabi-gcc and friends).
1717

1818
Ubuntu users can install the needed packages using:
1919
```
20-
sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
20+
sudo add-apt-repository -y ppa:team-gcc-arm-embedded
2121
sudo add-apt-repository -y ppa:pmiller-opensource/ppa
2222
sudo apt-get update
23-
sudo apt-get install cmake ninja-build gcc-arm-none-eabi srecord
23+
sudo apt-get install cmake ninja-build gcc-arm-none-eabi srecord libssl-dev
2424
pip3 install yotta
2525
```
2626

27-
Once all packages are installed, use yotta to build.
27+
Once all packages are installed, use yotta to build. You will need an ARM
28+
mbed account to complete the first command, and will be prompted to create one
29+
as a part of the process.
2830

2931
- Use target bbc-microbit-classic-gcc-nosd:
3032

0 commit comments

Comments
 (0)