You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,8 @@ Here's one possible path through solving the problem.
112
112
113
113
## What You Can Do Next
114
114
115
-
- Raspberry Pis are cheap
116
-
- NetBSD is a free, open source OS that wants to give you a cross compiler
117
-
- Keep playing and having fun!
115
+
1.[Install NetBSD 7 on Raspberry Pi](https://wiki.netbsd.org/ports/evbarm/raspberry_pi/)
116
+
2.[Fetch the NetBSD source tree](https://www.netbsd.org/docs/guide/en/chap-fetch.html) (or [let the `Makefile` do it for you](https://github.com/schmonz/c-embedded-fundamentals/blob/9bdd1d2d8839a6a65523c4cdbef68e9f3705707e/Makefile#L37))
117
+
3.[Build the cross compiler and a complete NetBSD for the target system](https://www.netbsd.org/docs/guide/en/chap-build.html) (or [let the `Makefile` do it for you](https://github.com/schmonz/c-embedded-fundamentals/blob/9bdd1d2d8839a6a65523c4cdbef68e9f3705707e/Makefile#L40))
118
+
4. Test-drive it following the steps above (or follow your own path).
0 commit comments