-
-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPi 5 support #1818
Comments
I have RPi5 8GB model, can help with testing if required ;) |
@Egyras You could figure out a is_pifive_8gb() function that return 0 on 8gb Pi5 only but 1 on Pi5 with less RAM. |
@mstormi how to call(execute) these functions in right way for checks ? From where you pass variable "$hw" ? |
@mstormi may this help you (pi5_8GB): openhab:~ $ grep "^Revision" /proc/cpuinfo openhab:~ $ grep "^Revision\s*:\s*[ 123][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]17[0-9a-fA-F]$" /proc/cpuinfo;echo $? openhab:~ $ totalMemory="$(awk '/MemTotal/ {print $2}' /proc/meminfo)";echo $totalMemory |
@barns-do did you tried to install pre-release openHABian v1.9, for me seems wifi (settings for this exists) dont want to work as getting error with comitup. Didnt tested LAN yet as kids sleeping where monitor and can plug cable. |
@mstormi here is first-boot.log for RPi5 8GB connected via LAN with openHABian v1.9 |
seem for WIFI in Raspberry Pi OS 12 'Bookworm' they dont use anymore wpa_supplicant.conf, instead this is used nmcli So this explain issues with WIFI on first boot. |
Try the comitup hotspot, please. |
doesnt work, tried to connect but phone deosnt show it.... |
@Egyras: I just installed V1.9 LAN-based. At first glance there are no problems with it. No WLAN-Testing ... |
made a new image via Raspberry Pi Imager and defined WIFI settings there, all went without any problems. |
Imager will get you an old image. So seems RPi5 is supported but WiFi does not work yet. Continue in #1823 |
RPi5 is rumored to become released Oct, 23rd.
4/8 GB, 1/2 GB models to follow.
Raspi OS will be bookworm (Debian 12)
PCI-E interface (HAT to be separately released to host M.2 SSD)
New: real time clock, power button
support M.2 boot ?Depends: #1788
The text was updated successfully, but these errors were encountered: