Skip to content

Comment on Raspberry Pi Enters Microcontroller Game with $4 Pico

Comments

I built a small project using a Raspberry Pi Zero. Wanted to use it in my car. One frustration is that it takes 30+ seconds to boot and show signs of life on power-on.

Wondering how much faster I can make this, or a Pico? Before I lose all the benefits of Linux.

The AVR/Arduino boards boot instantly which is one of their big advantages here. I imagine the Pico will be the same.

Have you tried TinyCore http://tinycorelinux.net ? Might be faster.

You want to take a look at buildroot-based approaches. They're not quite instant-on, but they're tolerable. https://github.com/showmewebcam/showmewebcam is a good example.

You could go bare metal ARM on Zero and boot in under a second.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.