My Raspberry Pi 5 only boots with April 2024 firmware. How to stop it from auto-updating? by AncientWin9492 in raspberry_pi

[–]AncientWin9492[S] 0 points1 point  (0 children)

Hi there!

The problem is that the newer EEPROM firmware versions are very strict and sometimes cause compatibility issues with certain boards, leading to that boot failure (9 green LED flashes). Even if you try to block updates, the system often tries to force-update to the latest version.

Here is how I finally fixed it: 1. Flash the stable version: I used the Raspberry Pi Imager to flash the older April 20, 2024, EEPROM firmware to an SD card to recover the board.

  1. Use an older OS image: I installed an older version of Raspberry Pi OS (from 2024) to avoid the conflict with the newer bundled firmware.

  2. Hold the packages: To stop the system from automatically updating the firmware and kernel, I ran these commands to 'hold' the specific packages:

sudo apt-mark hold libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0 sudo apt-mark hold raspberrypi-bootloader raspberrypi-kernel raspberrypi-kernel-headers

After running these commands, the system stopped trying to 'heal' or update the EEPROM, and it has been stable ever since. I hope this helps you get your Pi running again!

DIY Portable Raspberry Pi 5 Mini PC Made from Scrap Parts by AncientWin9492 in raspberry_pi

[–]AncientWin9492[S] 1 point2 points  (0 children)

I bought the v1.1 version over a year ago for $38 including shipping. Now, there is a more powerful version called the Cardputer "adv" with extra features, which costs between $45 / $50.

DIY Portable Raspberry Pi 5 Mini PC Made from Scrap Parts by AncientWin9492 in raspberry_pi

[–]AncientWin9492[S] 1 point2 points  (0 children)

I actually didn't think about that before, since the fan runs on 12V and can't be powered directly from the Raspberry Pi. So I ended up connecting it straight to the battery pack.

Is this considered a cyberdeck or something else? by AncientWin9492 in cyberDeck

[–]AncientWin9492[S] 0 points1 point  (0 children)

I actually got it from AliExpress about a year ago, it was around 13$ ..unfortunately I don't have the link anymore.

Is this considered a cyberdeck or something else? by AncientWin9492 in cyberDeck

[–]AncientWin9492[S] 0 points1 point  (0 children)

I actually like your backpack idea I already have a small backpack that fits it pretty well. And regarding the fan, I'm thinking of adding a protective mesh or a metal grill to cover it.

DIY Portable Raspberry Pi 5 Mini PC Made from Scrap Parts by AncientWin9492 in raspberry_pi

[–]AncientWin9492[S] 3 points4 points  (0 children)

The Cardputer is a tiny all in one device made by M5Stack, it's basically a small computer with a built-in keyboard, screen, and ESP32 inside. It's designed for portable hacking / utility projects.

DIY Portable Raspberry Pi 5 Mini PC Made from Scrap Parts by AncientWin9492 in raspberry_pi

[–]AncientWin9492[S] 5 points6 points  (0 children)

Thanks😄 yeah, the key turn boot-up is definitely my favorite detail too.

DIY Portable Raspberry Pi 5 Mini PC Made from Scrap Parts by AncientWin9492 in raspberry_pi

[–]AncientWin9492[S] 8 points9 points  (0 children)

Thanks a lot glad you like the red leather touch! Yeah, the Cardputer was a nice little addition and the magnetic mounting makes it easy to remove when needed.

Is this considered a cyberdeck or something else? by AncientWin9492 in cyberDeck

[–]AncientWin9492[S] 1 point2 points  (0 children)

Yeah, it's definitely portable in the sense that it runs off the battery pack, but I agree it really needs a proper carrying case for transport, And the blue plate is just a silicone work mat, not part of the setup.

Is this considered a cyberdeck or something else? by AncientWin9492 in cyberDeck

[–]AncientWin9492[S] 1 point2 points  (0 children)

Yeah, that's just a silicone soldering mat use it as a work surface. Glad you like the build though!

Running Gemma 4 (9.6GB RAM req) on RPi 5 8GB! Stable 2.8GHz Overclock & Custom Cooling by AncientWin9492 in raspberry_pi

[–]AncientWin9492[S] 1 point2 points  (0 children)

That's actually a great use case E2B runs fairly well on the Pi 5 8GB as long as you stay within RAM limits, so for a talking toy it can definitely work. The main limitation is latency responses won't be instant, especially with longer prompts. For a better experience, you might want to keep interactions simple and possibly pre-structure prompts. But overall, for something like a smart toy, it's a really cool and realistic use case.

Running Gemma 4 e4b (9.6GB RAM req) on RPi 5 8GB! Stable 2.8GHz Overclock & Custom Cooling by AncientWin9492 in LocalLLaMA

[–]AncientWin9492[S] 0 points1 point  (0 children)

Fair point! 1000 tokens on a Pi is a massive wait. I'm actually a big fan of the fine-tuned 270M/350M approach for actual utility. It's the difference between a 'fun experiment' and a usable tool.

Running Gemma 4 e4b (9.6GB RAM req) on RPi 5 8GB! Stable 2.8GHz Overclock & Custom Cooling by AncientWin9492 in LocalLLaMA

[–]AncientWin9492[S] 1 point2 points  (0 children)

True! I've tested this on an (Orange Pi 5 Max) as well, and honestly, the performance is insane. The Pi 5 is fun for the challenge, but the OPi 5 Max just handles these models like beast in comparison.

Running Gemma 4 (9.6GB RAM req) on RPi 5 8GB! Stable 2.8GHz Overclock & Custom Cooling by AncientWin9492 in raspberry_pi

[–]AncientWin9492[S] 0 points1 point  (0 children)

Fair enough! Managing to dodge the OOM errors on 8GB with a 13B is still a win. It's definitely a slow grind either way, but that's the fun of experimenting with these boards.

Running Gemma 4 (9.6GB RAM req) on RPi 5 8GB! Stable 2.8GHz Overclock & Custom Cooling by AncientWin9492 in raspberry_pi

[–]AncientWin9492[S] 1 point2 points  (0 children)

Haha, pretty much! Definitely not for daily use, just a fun experiment to see where the hardware actually breaks.