Releases: nerves-project/nerves_system_rpi5
v0.4.0
This is a major Erlang and Buildroot update.
Please see the nerves_system_br v1.29.0 release notes
for upgrade instructions if you've forked this system.
-
Changes
- Applied and enabled the Real-Time Linux patch set, PREEMPT_RT. Please see
write-ups on the web for benefits and how to use. The impact of this patch
shouldn't be noticeable to most Nerves users. - Switch CPU frequency governor from conservative to the more modern
schedutil. See LWN article for details. - Add missing Pi Camera lens device driver
- Applied and enabled the Real-Time Linux patch set, PREEMPT_RT. Please see
-
Updated dependencies
- nerves_system_br v1.29.1
- Buildroot 2024.08.2
- Linux 6.6.51 (Raspberry Pi stable_20241008 release)
v0.3.1
This is a security/bug fix update.
-
Changes
- Enable QMI kernel modules to support many cellular modems without a Nerves
system update
- Enable QMI kernel modules to support many cellular modems without a Nerves
-
Updated dependencies
v0.3.0
This is a major Erlang and Buildroot.
Please see the nerves_system_br v1.28.0 release notes
for upgrade instructions if you've forked this system.
-
Changes
- Elixir 1.17 and Erlang/OTP 27 support
- Reduce copy/pasted definitions in the
fwup.conf
by extracting them to
fwup_include/fwup-common.conf
. (No functional changes)
-
Fixes
- The serial numbers returned by
Nerves.Runtime.serial_number/0
now contain
the whole serial number. If you forked this system, check the
boardid.config
anderlinit.config
for the changes and to keep the
hostname the same.
- The serial numbers returned by
-
Updated dependencies
- Linux 6.6.31 (Raspberry Pi stable_20240529 release)
- nerves_system_br v1.28.1
- Buildroot 2024.05
- Erlang/OTP 27.0
v0.2.1
This is a security/bug fix update.
-
Changes
- Enable the
wpa_supplicant
option for allow wired 802.1x authentication
- Enable the
-
Package updates
v0.2.0
This is a major Buildroot update.
Please see the nerves_system_br v1.27.0 release notes
for upgrade instructions if you've forked this system.
-
Changes
- Important documentation update to replace ttyS0 with ttyAMA10 for getting
the IEx prompt on the debug UART - The
libcamera
andrpicam_apps
packages have been replaced with the
Raspberry Pi-forked versions for better compatibility. Please see
nerves_system_br
release notes.
- Important documentation update to replace ttyS0 with ttyAMA10 for getting
-
Updated dependencies
- Linux 6.1.73 (Raspberry Pi 20240124 release)
- nerves_system_br v1.27.0
- Buildroot 2024.02
- Erlang/OTP 26.2.3
v0.1.0
This is a major Buildroot update.
Please see the nerves_system_br v1.26.0 release notes
for upgrade instructions if you've forked this system.
-
New features
- Add the imx296 overlays for the Raspberry Pi Global Shutter Camera
-
Updated dependencies
v0.0.2
v0.0.1
This is an initial release to make it easier for more people to test Nerves on
the Raspberry Pi 5. Future releases may be incompatible and this one might have
some frustrating bugs.