General discussion • Fun 3D printed Pi5 case!
Hi, Just thought I'd share a fun 3D printed RPi 5 case that neatly packs an RPi5, a Pimoroni NVMe drive, a clock battery and cooling fan into a tiny spaceship Take a look ... perhaps you could share a...
View ArticleTroubleshooting • Mounted NAS shows lower storage size
Hello,I mounted a NAS to my Raspberry Pi using the following: Code: sudo mount -t cifs //<NAS_IP>/<share_name> <mount_point> -o...
View ArticleTroubleshooting • Re: Setting locale issue and weird browser behavior
With either Chromium or Firefox they both automatically scroll down the page as it loads.If you have a spare SD card, try installing stock Raspberry Pi OS with Desktop 64-bit on the same hardware....
View ArticleTroubleshooting • Re: Powering Raspberry Pi 5 using GPIO header.. Voltage...
You need thicker wires and better connectors. Those “DuPont” leads are terrible as the wire is very thin and the connectors are badly made clones.Easiest way is to cut the end off a good quality USB-C...
View ArticleAdvanced users • Re: secure boot clarifications
Cool, that’s all I needed to know, thanks Can the hash of the public key not be printed through UART? Maybe printing it only if enable_uart is 1 so at least there is an option to disable...
View ArticleTroubleshooting • Re: Green backround on boot?
Good news! My new cable came in, and it looks like the issue was the cord! Everything looks crisp but I’m still having issues with network booting as I still haven’t received the imager...
View ArticleDebian • Re: "sorry, this system does not appear to be a raspberry pi....
What do the other commands come back with, and this Code: uname -aStatistics: Posted by neilgl — Fri May 17, 2024 11:08 pm
View ArticleBare metal, Assembly language • kernel_old option and DTB
Hi all,I am writing some bare metal code that requires kernel_old=1 option, as it needs EL3 stuff.How can I get the DTB address when using kernel_old=1?Thanks Statistics: Posted by yaw moo — Fri May...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
It's worse than that. What happens to all those dhcp reservations when you upgrade to a new, better (hopefully) or at least different router? They're all gone. I've been worried about that since...
View ArticleSDK • Re: What is the purpose of an example?
In Raspberry Pi terms, it would cost virtually nothing to contract out the retrospective inline documentation, in fact it is probably more expensive to do it in-house by our esteemed engineers. As...
View ArticleBeginners • Re: Upgrading My Pi
You've made a good point, I was ignorant to RetroPie not having a native version for the RPi5, I'm in no rush so I just might wait until RetroPie has a 64 bit version for the RPi5 and follow your...
View ArticleRaspberry Pi OS • Re: Is using https in APT really as simple as changing http...
The Debian repos should be using https. No clue why rpios isn't.My sources.listCode: Repos: Active apt repos in: /etc/apt/sources.list 1: deb https://deb.debian.org/debian/ bookworm main contrib...
View ArticleBeginners • Re: Linux kernel headers mismatch
Well, that largely depends on what you are trying to do and why.Also - for the mods - this probably doesn't belong in "Beginners" section. Building kernels is not in that realm.Alright, I will post...
View ArticleHATs and other add-ons • Re: Power & data over USB ports?
I forgot to say thanks for all the input, guys. Definitely a big help.Statistics: Posted by David Rasberry — Sat May 18, 2024 9:38 pm
View ArticleMicroPython • Re: Connecting to Enterprise Wi-Fi with Raspberry Pi Pico W
Maybe raise it as an issue or discussion for the MicroPython Team - https://github.com/micropython/micropythonThey know. They haven't had the impetus or capacity to implement it. See RFC: cc3200:...
View ArticleDebian • Debian GNU/Linux trixie/sid
Code: ubu@debian:~$ inxi -v6System: Host: debian Kernel: 6.7.12-arm64 arch: aarch64 bits: 64 compiler: gcc v: 13.2.0 Desktop: GNOME v: 44.9 tk: GTK v: 3.24.41 wm: gnome-shell dm: GDM3 Distro: Debian...
View ArticleArch • Re: How to get plain Arch Linux to run on a Raspberry Pi 5 ?
you wouldn't by chance be using a wireless mouse plugged into the rpi5 & wifi at the same timeif you are, you can try putting the wireless dongle on a extension or hub away from the rpi5 bodyit's...
View ArticleTroubleshooting • Re: Raspberry pi 5: usb disk disconnects randomly
That is a bus powered Sata bridge. Likely what happens is the disk takes too much current to spin up again and knocks itself offline. This means you are too close to power limits for reliable...
View ArticleGaming • I need vc4-fkms-v3d to run Fallout 2, but at the cost of Emulation...
As you've seen from the title, I tried to run Fallout 2 in Retropie on the Rpi 3b+, See topic here: https://retropie.org.uk/forum/topic/354 ... ed-help/10, but it came up to this error:Code: * failed...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Rpi 5, HyperPixel 4.0 Square PIM470, and...
Hello, Currently I'm trying to use the hyperpixel square PIM470 display in conjunction with i2C devices.When just having the display connected, works great with the /boot/firmware/config.txt...
View Article