Skip to content

Commit 6c9ef45

Browse files
committed
added branch change tutorial
1 parent df7d7f3 commit 6c9ef45

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

docs/embedded/index.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,21 @@ If you did not attend the **Tock Workshop**, please follow the [Setup Tutorial](
66

77
## Getting Started
88

9-
For this track we will be using the **Nucleo-F429ZI** boards. The board's main can be found in the `boards/nucleo_f429zi` subfolder. Try to flash the kernel to the board, using the board's `Makefile`. After you are done flashing, connect to the board using `tockloader listen`
9+
For this track we will be using the **Nucleo-F429ZI** boards. You will need to **change the branch** you are working on, but first make sure you commit your changes.
10+
11+
```shell
12+
git add .
13+
git commit -m "tock workshop progress"
14+
```
15+
16+
Then, to fetch the branch and work on it, run:
17+
18+
```shell
19+
git fetch
20+
git checkout track/embedded
21+
```
22+
23+
The board's main can be found in the `boards/nucleo_f429zi` subfolder. Try to flash the kernel to the board, using the board's `Makefile`. After you are done flashing, connect to the board using `tockloader listen`
1024

1125
```shell
1226
[INFO ] No device name specified. Using default name "tock".

0 commit comments

Comments
 (0)