Pi in the sky V (Raspberry Pi 5 support)

you really don't want to use it ...

1 Like

I believe you also need to enable battery charging (assuming your battery is rechargeable) by editing /boot/config.txt and adding:

dtparam=rtc=bbat_vchg=3000000

Can check with:

cat /sys/devices/platform/soc/soc:rpi_rtc/rtc/rtc0/charging_voltage

My battery is a rechargable (Panasonic ML-2020 lithium manganese dioxide rechargeable battery) but at least for Raspberry Pi OS you need to change a config setting to enable charging.

1 Like

Wifi works at RPI5 as access point. Use this snapshot for temp.

that's not what he said, and it's not the official build.

also, friends don't let friends run Broadcom wifi.

Anyone know how to override the fan control? Thanks

Hello y'all,

Anyone had luck with using the PCIE with wifi? Have two cards, one wasn't even seen with lspci and the other one was.

root@OpenWrt:~# lspci
0000:00:00.0 PCI bridge: Broadcom Inc. and subsidiaries BCM2712 PCIe Bridge (rev 21)
0000:01:00.0 Network controller: Intel Corporation Wireless 3165 (rev 79)
0001:00:00.0 PCI bridge: Broadcom Inc. and subsidiaries BCM2712 PCIe Bridge (rev 21)
0001:01:00.0 Ethernet controller: Raspberry Pi Ltd RP1 PCIe 2.0 South Bridge

installed " kmod-iwlwifi " && " iwlwifi-firmware-iwl-7265d " and still not showing in the interfaces. Is there another package(s) I need to add or something else I need to do?

Or has anyone had any wifi working through the PCIE? Thanks

for openwrt use (router only) it makes more sense now to use The Raspberry Pi 5 SBC is now available with 2GB RAM for just $50 - CNX Software (cnx-software.com)

1 Like

Anyone else having issues getting usb to boot for pi 5?

I found the issue. Seems like if you restore a backup file. It will change the cmdline.txt back to using PARTUUID instead of /dev/sda2

Just jumping in here. Picked up the 2GB model myself as one last attempt at my mobile 5G router project before I shelve it for a bit.

One thing I did notice when toying with the built in Wifi in AP mode is on the latest snapshot revision I couldn't get it to show on my Windows machine or in a Wifi scanner app on my Pixel 6A. Reviewing the Git history, it looks like the upstream patch mentioned here that was previously removed was added back in on later commits. Manually removing it from my local copy and things appear to work again. I'm able to see the SSID and connect successfully. So not sure if this re-add of that patch was intentional or just missed? To be fair I didn't do a super thorough check with/without the patch.

Internal wifi works poorly, latest snapshot

internal wifi will always suck, say hi to Broadcom FOSS.

Tested pi5 with the latest snapshot (on 09/29/24) wireguard performance was VERY bad ~500-750kbps, trying to adjust MTU didn't help (fills like the problem is there). At the same time I tested pi4 with the exact same configuration (also using snapshot) with result of ~600mbps

Humor me for a moment on the Wifi situation as I was doing a little bit of research on it last night. Given Raspbian and other distros don't seem to really have issues to speak of, there has to be some disconnect. Is it down to the firmware or drivers themselves? I totally get the FOSS argument and how that kinda limits what can be done with OpenWRT officially. For a private build with no care if closed source/non-FOSS code is used, is there a path that can be taken to make it more reliable? I've seen plenty of mentions of varying firmware versions for the Wifi chipset but still doing the research on that front.

The project I'm working on with the Pi 5, if it works out positively, I'd really like to have the internal wifi available as a simple short range single client AP and not just treat it as a boat anchor and have to hang another dongle off the side.

(Sorry if this is reviving a thread and naughty)

I recently got a Pi CM5 I want to use openWRT with; but just saw in the docs that Pi 5 support is still only on snapshot as opposed to in 24.10.

I'm a new OpenWRT user, so even though I'm very linux comfortable, I'm a bit intimidated by using a snapshot. Can anyone confirm that latest stable releases do not support Pi 5's and/or provide any expected / hypothetical timeline for when pi 5 support would be shipped?

Thanks a ton!

https://downloads.openwrt.org/releases/24.10.0/targets/bcm27xx/bcm2712/
(but CM5 isn't quite the same as RPi5)

Don’t be. I have been running snapshots for years and only ran into a breaking issue once. Rpi5B is even less of a risk due to the uSD card which you can remove and fix on another PC.

I think I may have ran into this.

I spent today trying to get openwrt setup on my CM5; had some general pi compute module weirdness to figure out, primarilly around flashing EMMC.

Once I got all that figured out I flashed openwrt-bcm27xx-bcm2712-rpi-5-ext4-factory.img.gz onto it; and tried to boot. However, it got stuck at
"Waiting for root device PARTUUID=7ef1fbc7=02..." I expected it to timeout at some point and spit me out a shell to debug; but alas, that didn't happen.

I tried to figure out if this incorrect UUID was my issue. I booted up rasbian and identified my emmc was in fact a different UUID of b0678f29 I tried to use this new UUID and edited the .img/partuuid.txt and .img/cmdline.txt and re-flashed. But it didn't work..

I now am stuck at "Waiting for root device PARTUUID=b0678f29-02..."

Open to additional thoughts as to how I can debug this?

Thanks a ton!