Skip to content

Commit a1b1226

Browse files
committed
update readme
1 parent cebf425 commit a1b1226

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,19 @@ Rust userland library for Tock (WIP)
66

77
This project is nascent and still under heavy development, but first steps:
88

9-
1. Ensure you have a working toolchain available:
9+
```bash
10+
./build_examples.sh
11+
```
1012

11-
`rustup install nightly-2017-12-16`
13+
Then load `blink` on a board:
1214

13-
2. Get a copy of this toolchain, in this repo's root:
15+
```bash
16+
./run_example.sh blink
17+
```
1418

15-
`rustup override set nightly-2017-12-16`
16-
17-
3. Need to grab a copy of the rust sources:
18-
19-
`rustup component add rust-src`
20-
21-
4. Now you should be able to build with:
22-
23-
`xargo build --target thumbv7em-tock-eabi`
19+
### Note! Do not use rustc-1.26!
2420

21+
For some reason it does not generate binaries for example apps.
2522

2623
## License
2724

0 commit comments

Comments
 (0)