-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve boot time on the RaspberryPi #109
Comments
lib_gb must not use std. |
Log with this - https://leiradel.github.io/2019/02/10/The-Mini-UART.html |
see - raspberrypi/linux#4123 |
Hard floats enable - https://forums.raspberrypi.com/viewtopic.php?t=11183 |
Hard float is an abibthing - perhaps I dont have to use nightly to enable this feature https://forums.raspberrypi.com/viewtopic.php?t=11183 |
Interesting config.txt - https://github.com/isometimes/rpi4-osdev/tree/master/part10-multicore |
Another sd card post - https://forums.raspberrypi.com/viewtopic.php?t=279789 |
Sd card on rpi4 https://forums.raspberrypi.com/viewtopic.php?t=308089 |
FAT32 docs
|
Consider use this lib - https://crates.io/crates/heapless |
Currently the setup described the RaspberryPi section takes about 15 seconds to boot, I want to cut it to 1-3 seconds to achieve an authentic feeling as much as I can.
I believe running bare metal could help achieve this goal.
This issue depends on this #123 and is used to collect all the resources in one place
The text was updated successfully, but these errors were encountered: