10 ms·
Cool. ARM?
by xbhdhdhd 7y ago
Cool. ARM?
- mysterydip 7y agoI'd love for this to be the case. I have a handful of raspberry pi projects that I just want to boot and run a single executable. I don't need or want the rest of the OS included with the likes of raspbian etc. I'm currently working on a dietpi customization but this would be even better if it worked.
- yyhhsj0521 7y agoHave you tried ArchARM? It's pretty lean and fits into those old 512M SD Cards.
- randie63 7y agoIf you have a 512mb SD card, you should probably not use it anymore. Even if you don't need the storage.
- benibela 7y agoI use a 64 mb CF card for photos
- mysterydip 7y agoI haven't heard of that one (I did check out a version of puppy and tiny core). I'll check it out, thanks!
- i_v 7y agoThere's also Buildroot which has a bit of a learning curve (it's still easier than Yocto/Angstrom IMO) but is capable of producing highly customized, tiny embedded Linux images. At this time, there are board configs for pretty much every Rasperry Pi variant out there. The functional equivalent of a Debian base install, including kernel, bootloader, and systemd init (approx. 350 MiB) is about 20 MiB (compressed) when built with Buildroot.
- mkj 7y agoBuild a static binary (with musl perhaps) and put it in an initramfs at /init. An example https://github.com/mkj/rpi-flipflop/blob/main/Makefile#L9 https://github.com/mkj/rpi-flipflop/blob/main/Makefile#L9
- eerimoq 7y agoARM is the only architecture I've used so far. =)