···3344So piOS might sound like I'm on a grand mission to create the ultimate Raspberry Pi operating system,
55but truth be told, I just liked the name. What's really happening here is a journey through various online tutorials
66-about baremetal coding on the Pi, which you can check out in the list below [(see here)](##Notes).
66+about baremetal coding on the Pi, which you can check out in the list below [(see here)](# Notes).
77I'm stepping into the world of embedded software development with almost zero prior experience, and unfortunately,
88my university days didn't touch on this domain. This project is purely a hobby, sparked by a desire to dip my toes
99into the world of embedded systems.
10101111What is the end goal? To be honest, I don't know yet. The things that I would like to get working but are not yet:
1212-* Filesystem: I don't want to continue to compile everything I need into the kernel. There is a SD card so let's use it.
1313-* Bluethooth: Would be nice to connect an external keyboard or something like this? I have no idea how hard this is.
1414-* TCP/IP stack: Would be fun to try to get it connected to the internet.
1212+* **Filesystem**: I don't want to continue to compile everything I need into the kernel. There is a SD card so let's use it.
1313+* **Bluethooth**: Would be nice to connect an external keyboard or something like this? I have no idea how hard this is.
1414+* **TCP/IP stack**: Would be fun to try to get it connected to the internet.
15151616## Notes
1717Honestly, if you are interested in baremetal programming, you can probably use any of the below projects as a