@@ -12,6 +12,35 @@ follows:
12
12
releases, and Linux kernel updates. They're also made to fix bugs and add
13
13
features to the build infrastructure.
14
14
15
+ ## v1.28.0
16
+
17
+ This is a major Erlang, Buildroot, Linux and Raspberry Pi display and camera
18
+ update. Please read below and expect to spend some time on the update.
19
+
20
+ Please see the [ nerves_system_br v1.28.0 release notes] ( https://github.com/nerves-project/nerves_system_br/releases/tag/v1.28.0 )
21
+ for upgrade instructions if you've forked this system.
22
+
23
+ * Changes
24
+ * Elixir 1.17 and Erlang/OTP 27 support
25
+ * Switch from the Raspberry Pi's deprecated MMAL media support to DRM and
26
+ libcamera. This is a big change if you use the display or camera that has
27
+ been a long time coming. Please plan some time to make the upgrade.
28
+ * Upgrade from Linux 6.1 to Linux 6.6
29
+ * Reduce copy/pasted definitions in the ` fwup.conf ` by extracting them to
30
+ ` fwup_include/fwup-common.conf ` . (No functional changes)
31
+
32
+ * Fixes
33
+ * The serial numbers returned by ` Nerves.Runtime.serial_number/0 ` now contain
34
+ the whole serial number. If you forked this system, check the
35
+ ` boardid.config ` and ` erlinit.config ` for the changes and to keep the
36
+ hostname the same.
37
+
38
+ * Updated dependencies
39
+ * Linux 6.6.31 (Raspberry Pi stable_20240529 release)
40
+ * [ nerves_system_br v1.28.1] ( https://github.com/nerves-project/nerves_system_br/releases/tag/v1.28.1 )
41
+ * [ Buildroot 2024.05
] ( https://lore.kernel.org/buildroot/[email protected] /T/ )
42
+ * [ Erlang/OTP 27.0] ( https://erlang.org/download/OTP-27.0.README )
43
+
15
44
## v1.27.1
16
45
17
46
This is a security/bug fix update.
@@ -24,7 +53,7 @@ This is a security/bug fix update.
24
53
25
54
This is a major Buildroot update.
26
55
27
- Please see the [ nerves_system_br v1.27.0 release notes] ( https://github.com/nerves-project/nerves_system_br/releases/tag/v1.26 .0 )
56
+ Please see the [ nerves_system_br v1.27.0 release notes] ( https://github.com/nerves-project/nerves_system_br/releases/tag/v1.27 .0 )
28
57
for upgrade instructions if you've forked this system.
29
58
30
59
* Changes
0 commit comments