forked from nerves-project/nerves_system_rpi4
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
235 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,94 @@ follows: | |
releases, and Linux kernel updates. They're also made to fix bugs and add | ||
features to the build infrastructure. | ||
|
||
## v1.27.0 | ||
|
||
This is a major Buildroot update. | ||
|
||
Please see the [nerves_system_br v1.27.0 release notes](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.26.0) | ||
for upgrade instructions if you've forked this system. | ||
|
||
* Changes | ||
* The `libcamera` and `rpicam_apps` packages have been replaced with the | ||
Raspberry Pi-forked versions for better compatibility. Please see | ||
`nerves_system_br` release notes. | ||
* Add back `CONFIG_RASPBERRYPI_GPIOMEM` to support the `dht` library. | ||
|
||
* Updated dependencies | ||
* [nerves_system_br v1.27.0](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.27.0) | ||
* [Buildroot 2024.02](https://lore.kernel.org/buildroot/[email protected]/) | ||
* [Erlang/OTP 26.2.3](https://erlang.org/download/OTP-26.2.3.README) | ||
|
||
## v1.26.0 | ||
|
||
This is a major Buildroot update. | ||
|
||
Please see the [nerves_system_br v1.26.0 release notes](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.26.0) | ||
for upgrade instructions if you've forked this system. | ||
|
||
* New features | ||
* Add the imx296 overlays for the Raspberry Pi Global Shutter Camera | ||
|
||
* Updated dependencies | ||
* [Erlang/OTP 26.2.2](https://erlang.org/download/OTP-26.2.2.README) | ||
* [nerves_system_br v1.26.1](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.26.1) | ||
* [Buildroot 2023.11.1](https://lore.kernel.org/buildroot/[email protected]/T/) | ||
|
||
## v1.25.1 | ||
|
||
This is a security/bug fix update. | ||
|
||
Package updates | ||
* [Erlang/OTP 26.2.1](https://erlang.org/download/OTP-26.2.1.README) | ||
* [nerves_heart 2.3.0](https://github.com/nerves-project/nerves_heart/releases/tag/v2.3.0) | ||
|
||
## v1.25.0 | ||
|
||
This is a major Buildroot and toolchain update that also adds support for using | ||
Scenic without customizing the system. | ||
|
||
Please see [nerves_system_br v1.25.0 release notes](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.25.0) | ||
for upgrade instructions if you've forked this system. | ||
|
||
* New features | ||
* Add libcairo for [Scenic](https://github.com/ScenicFramework/scenic) support | ||
|
||
* Updated dependencies | ||
* [nerves_system_br v1.25.2](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.25.2) | ||
* [Buildroot 2023.08.4](https://lore.kernel.org/buildroot/[email protected]/T/) | ||
* [Erlang/OTP 26.1.2](https://erlang.org/download/OTP-26.1.2.README) | ||
|
||
## v1.24.1 | ||
|
||
This is a security/bug fix update. | ||
|
||
* Package updates | ||
* [nerves_system_br v1.24.1](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.24.1) | ||
* [Erlang/OTP 26.1.1](https://erlang.org/download/OTP-26.1.1.README) | ||
* [Buildroot 2023.05.3](https://lore.kernel.org/buildroot/[email protected]/T/) | ||
|
||
## v1.24.0 | ||
|
||
This is a Buildroot version update that appears to mostly contain bug and | ||
security fixes. It should be a low risk upgrade from v1.23.2. | ||
|
||
* New features | ||
* Support factory reset, preventing firmware reverts. See [Nerves.Runtime.FwupOps](https://hexdocs.pm/nerves_runtime/Nerves.Runtime.FwupOps.html) | ||
|
||
* Updated dependencies | ||
* [nerves_system_br v1.24.0](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.24.0) | ||
* [Buildroot 2023.05.2](https://lore.kernel.org/buildroot/[email protected]/T/), [2023.05.1](https://lore.kernel.org/buildroot/[email protected]/T/), [2023.05](https://lore.kernel.org/buildroot/[email protected]/T/) | ||
* [Erlang/OTP 26.1](https://erlang.org/download/OTP-26.1.README) | ||
|
||
## v1.23.2 | ||
|
||
* Fixes | ||
* This fixes a rare aarch64 Erlang JIT bug that affects NervesKey users. See | ||
`nerves_system_br` notes. | ||
|
||
* Updated dependencies | ||
* [nerves_system_br v1.23.3](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.23.3) | ||
|
||
## v1.23.1 | ||
|
||
This is a bug and security fix update. It should be a low risk upgrade. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.23.1-farmbot.1 | ||
1.27.0-farmbot.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.