Skip to content

Releases: nerves-project/nerves_system_rpi0

v0.20.0

25 Jan 20:21
Compare
Choose a tag to compare

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.
  • 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

06 Dec 22:07
Compare
Choose a tag to compare
  • Bug fixes
    • Updated toolchains to 0.12.1 which fixes issues with missing app files.

v0.19.1

29 Nov 20:04
Compare
Choose a tag to compare

This is identical to v0.18.2 and is intended to hide v0.19.0 since releases can't be deleted in hex.

v0.19.0

28 Nov 21:44
Compare
Choose a tag to compare

v0.18.2

25 Oct 15:59
Compare
Choose a tag to compare

Updated dependencies

v0.18.1

20 Oct 21:48
Compare
Choose a tag to compare
  • Bug fixes
    • Build nbtty

v0.18.0

20 Oct 19:43
Compare
Choose a tag to compare

Updated dependencies

v0.17.1

26 Aug 19:37
Compare
Choose a tag to compare

Updated dependencies

  • nerves_system_br v0.13.7

v0.17.0

08 Aug 23:27
Compare
Choose a tag to compare

v0.17.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

  • New Features

    • Fix warnings for Elixir 1.5
    • Remove unused options from OTP 20 update
    • Per Buildroot convention, the rootfs-additions directory is being renamed
      to rootfs_overlay. A symlink is put in its place to avoid breaking any
      systems.
    • Enabled IPv6 Support in Linux kernel

v0.16.0

17 Jul 18:22
Compare
Choose a tag to compare
  • nerves_system_br v0.13.2

    • OTP 20
    • erlinit 1.1.3
    • fwup 0.15.3
  • New features

    • Firmware updates verify that they're updating the right target. If the target
      doesn't say that it's an rpi0 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
  • Bug fixes

    • The erlinit update fixes a hang issue that occurs on reboots if nothing
      is connected to the USB virtual serial console.