Releases: nerves-project/nerves_system_rpi3
v1.0.0-rc.0
- Updated dependencies
v0.20.0
Updated dependencies
v0.19.1
Updated dependencies
- nerves_system_br v0.16.3
This fixes the call to otp_build so that it always uses Buildroot's version
the autoconf tools.
v0.19.0
Updated dependencies
-
Enhancements
-
Reboot automatically if Erlang VM exits - This is consistent with other
Nerves systems. See rootfs_overlay/etc/erlinit.config if undesired. -
Start running nerves_system_linter to check for configuration errors.
-
Disable console blanking for HDMI to make it easier to capture error messages.
-
Automount the boot partition readonly at
/boot
-
Support for reverting firmware.
See Reverting Firmware for more info on reverting firmware.
See fwup-revert.conf for more information on how fwup handles reverting.
-
v0.18.0
Updated dependencies
-
Enhancements
- Support for nerves 0.8. Moves nerves.exs into mix.exs
- Support for the Raspberry Pi Compute Module
- Select ARM Cortex A53 as CPU for Buildroot
v0.17.1
Updated dependencies
v0.17.0
Updated dependencies
-
Enhancements
- Add global patch directory
This is required to pull in the e2fsprogs patch that's needed now that
util-linux's uuid_generate function calls getrandom and can block
indefinitely for the urandom pool to initialize
v0.16.1
v0.16.0
v0.16.0
This release contains an updated toolchain with Linux 4.1 Headers.
You will have to clean and compile any c/c++ code in your project and
dependencies. Failure to do so will result in an error when producing firmware.
-
nerves_system_br v0.13.5
- fwup 0.15.4
-
Nerves toolchain v0.11.0
https://github.com/nerves-project/toolchains/releases/tag/v0.11.0
v0.15.0
v0.15.0
-
nerves_system_br v0.13.3
- erlinit 1.1.4
-
New features
- Firmware updates verify that they're updating the right target. If the target
doesn't say that it's anrpi2
through the firmware metadata, the update
will fail. - Added meta-misc and meta-vcs-identifier to the
fwup.conf
metadata for use
by users and for the regression test framework - Use String.trim instead of String.strip to silence Elixir 1.5 warnings
- Firmware updates verify that they're updating the right target. If the target