Releases: nerves-project/nerves_system_rpi0
v0.21.0
Updated dependencies
v0.20.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.20.0
Important: This image removes kernel log messages from the HDMI and UART ports.
They are now only available via dmesg
. If you're debugging a boot hang, you
can re-enable prints by updating the cmdline.txt. See README.md.
-
Updated dependencies
-
Bug fixes
- Removed kernel logging from UART and HDMI to avoid interfering with other
uses. They are rarely used on those ports.
- Removed kernel logging from UART and HDMI to avoid interfering with other
-
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.19.2
v0.19.1
v0.19.0
- Updated dependencies
- Enhancements
- Support for nerves 0.8.x Moved nerves.exs to mix.exs
v0.18.2
Updated dependencies
v0.18.1
v0.18.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 -
Bug Fixes
- Use
nbtty
by default to fix tty hang issue
- Use
v0.17.1
Updated dependencies
- nerves_system_br v0.13.7