Skip to content

Releases: nerves-project/nerves_system_br

v0.13.0

08 Jul 23:00
Compare
Choose a tag to compare
  • New features

    • Erlang/OTP 20
    • fwup v0.15.2 - caching improvements; improved error messages; new
      metadata fields for storing miscellaneous user application info
  • Bug fixes

    • erlinit 1.1.2 - Fix blocking I/O issue that was found when using USB
      gadget mode.

v0.12.1

26 Jun 02:58
Compare
Choose a tag to compare
  • New features
    • fwup v0.15.0 - much improved caching, support for TRIM, u-boot
      improvements
    • erlinit 1.1.1 - fixed problem with reaping zombie orphans (processes. not real zombie orphans)
    • busybox - Added dd, find, grep, and a few other utilities now that
      Nerves.Runtime.Shell is available

v0.12.0

13 Jun 02:29
Compare
Choose a tag to compare
  • New features

    • Buildroot 2017.05 - Primary minor package updates, but has improved
      Raspberry Pi firmware support and an overlay-supporting dtc compiler for
      the BBB.
    • pigpio - New package for Raspberry Pi targets
    • erlinit 1.1.0 - support for modifying the graceful shutdown timer
  • Removals

v0.11.1

08 Jun 13:20
Compare
Choose a tag to compare
  • Bug fixes
    • erlinit 1.0.1 - fix Erlang VM exit detection bug introduced by graceful
      shutdown feature
    • Lock down which .fw file is burned in make burn - only affects Linux
      users that run manual builds

v0.11.0

26 May 13:50
Compare
Choose a tag to compare
  • New features

    • erlinit 1.0 - new graceful shutdown feature may break existing code.
      Shutdowns are no longer immediate. Code should call :init.stop after
      calling reboot, poweroff or halt.
    • fwup 0.14.2 - contains many consistency and validation checks that
      may detect corruption that wasn't detected before, so there may be new
      failures
    • rpi-userland and rpi-firmware version bumps to correspond with Raspbian
      Linux 4.4 updates.
  • Bug fixes

    • Trim out BusyBox utilities that were automatically added on version
      updates. The new utilities were pretty useless on Nerves systems and
      ended up adding about 50KB bloat to all images.

v0.10.1

23 Apr 15:44
Compare
Choose a tag to compare
  • Bug fixes
    • Fix quoting in scripts so that paths with spaces and + signs work.

v0.10.0

29 Mar 18:24
Compare
Choose a tag to compare
  • New features
    • Bump Buildroot version to 2017.02 (brings in Linux app and library updates)
    • Bump Erlang/OTP to 19.3
    • Update Raspberry Pi projects to support the Raspberry Pi Zero W

v0.9.4

04 Feb 17:22
Compare
Choose a tag to compare
  • Bug fixes
    • The Musl C library symlink fix in v0.9.3 wasn't completely fixed. It worked if you
      built Nerves systems using make locally, but not mix. The check logic
      turned out to be looking for a file that may or may not exist depending on
      build order. Most Nerves users aren't affected, since only a couple systems
      use the Musl C library.

v0.9.3

02 Feb 01:54
Compare
Choose a tag to compare
  • New features
    • Bump fwup to v0.13.0 - contains a fix for sending progress updates through
      Erlang ports
  • Bug fixes
    • Fix Musl C library systems by fixing a symlink. Without this fix the
      system will boot and kernel panic when loading /sbin/init.

v0.9.1

26 Jan 16:19
Compare
Choose a tag to compare

v0.9.1

  • Bug Fixes
    • Include external.desc in hex package