-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17c1385
commit 8d189a9
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Notes | ||
|
||
## Roadplan | ||
|
||
- Simple (but future expandable) bootloader | ||
- Loading over serial usb would be nice! | ||
- Needs to communicate and check with the modem and load a program from it. | ||
- Basic OS code | ||
|
||
|
||
# Resources | ||
|
||
Super helpful explanation of how the bootloader/memory system on the pico works | ||
https://blog.usedbytes.com/2021/12/pico-serial-bootloader/ |