Initial Setup for the microbit v1
This commit is contained in:
29
SETUP.md
Normal file
29
SETUP.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Install tools
|
||||
|
||||
```shell
|
||||
cargo install cargo-binutils
|
||||
cargo install probe-rs-tools
|
||||
rustup component add llvm-tools
|
||||
```
|
||||
|
||||
## MacOS
|
||||
|
||||
```shell
|
||||
brew install arm-none-eabi-gdb picocom lsusb
|
||||
```
|
||||
|
||||
## Other OSes
|
||||
|
||||
Please refer to the instructions from:
|
||||
|
||||
* Linux : https://docs.rust-embedded.org/discovery/microbit/03-setup/linux.html
|
||||
* Windows : https://docs.rust-embedded.org/discovery/microbit/03-setup/windows.html
|
||||
|
||||
# Verifying installation
|
||||
|
||||
With the BBC micro:bit connected through USB:
|
||||
|
||||
```shell
|
||||
probe-rs list
|
||||
probe-rs info
|
||||
```
|
||||
Reference in New Issue
Block a user