The Life of Pi: Ten Years of Raspberry Pi

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • log2ram

    ramlog like for systemd (Put log into a ram folder)

  • Thanks for sharing, didn't know that.

    Similar PSA: a common Pi complaint is that SD cards wear out quickly under 24/7 use. Routing most logs to memory rather than disk vastly reduces the wear on the SD: https://github.com/azlux/log2ram

  • linux

    Linux kernel source tree

  • The Pi is a lot less "weird" than a lot of the hardware the mainline kernel does support

    Wanna run Linux on a Sega Dreamcast? (game console from 1998)

    Well there's a dreamcast_defconfig in the mainline kernel still

    https://github.com/torvalds/linux/blob/master/arch/sh/config...

    How about a Nintendo 64 from 1996? Someone sat down and hacked that out too!

    https://lore.kernel.org/linux-mips/20201225190503.1235321881...

    Or for more recent examples. How about some ancient routers?

    https://www.phoronix.com/scan.php?page=news_item&px=Linux-5....

    These are bits of hardware added by hobbyists or small teams. The Raspberry Pi foundation is a company with paid developers supporting a set of devices you could count on one hand (or two if you include every variant separately)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • pipxe

    iPXE for the Raspberry Pi

  • Until this is "fixed" by the Pi project (indeed, most PCs will boot loop if no boot devices succeed), I'd try something like iPXE (loaded onto SD or USB.) That should be able to loop properly.

    https://github.com/ipxe/pipxe

  • rpi-eeprom

    Installation scripts and binaries for the Raspberry Pi 4 and Raspberry Pi 5 bootloader EEPROMs

  • I think it was this one:

    https://github.com/raspberrypi/rpi-eeprom/blob/master/firmwa...

    I had the same problem as you, updated my eeprom and the problem was fixed

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts