Skip to content

Releases: nerves-project-attic/nerves_system_ev3

v0.14.2

16 Jan 22:24
Compare
Choose a tag to compare

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

16 Jan 18:07
Compare
Choose a tag to compare

This version enables the USB Gadget port (MiniUSB port labelled PC). Firmware
updates can be sent over it. Unfortunately, the virtual serial port doesn't work,
so the special UART cable on port 1 is still needed to see the console by default.

Updated dependencies

  • nerves_system_br v0.16.1-2017-11

  • Bug fixes

    • Fixed symlink issue that prevented the system from being used from hex.pm
  • 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.

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

25 Oct 16:39
Compare
Choose a tag to compare

Updated dependencies

v0.12.0

23 Oct 01:44
Compare
Choose a tag to compare

This release is NOT backwards compatible with previous releases and will not
upgrade old systems. With work, it is possible to upgrade old systems, but it is
not recommended.

Updated dependencies

  • nerves_system_br v0.14.0

  • New features

    • The application data partition is now ext4. This greatly improves its
      robustness to corruption. Nerves.Runtime contains code to initialize it on
      first boot.
    • Firmware images now contain metadata that can be queried at runtime (see
      Nerves.Runtime.KV
    • The boot partition is managed in an A/B style to support more robust
      firmware updates.

v0.11.0

07 Mar 18:53
Compare
Choose a tag to compare

v0.10.3

22 Feb 14:46
Compare
Choose a tag to compare
  • Bug fixes
    • Fix Linux modules vs. compiled in drivers issue

v0.10.2

22 Feb 00:10
Compare
Choose a tag to compare
  • WiFi support changes
    • Add mt7601u driver
    • Remove rtl8188eu driver since it started triggering kernel panics after
      the Linux kernel update
    • Make WiFi drivers modules to avoid issue where kernel tries to load
      firmware before the rootfs has been mounted

v0.10.1

04 Feb 17:54
Compare
Choose a tag to compare
  • Bug fixes
    • Fix Musl C library/Buildroot issue where an incorrect symlink to libc was
      created.

v0.10.0

04 Feb 03:14
Compare
Choose a tag to compare
  • New features
    • Bump toolchain to use gcc 5.3 (previously using gcc 4.9.3)
    • Bump Linux kernel to 4.4.43

v0.9.1

20 Dec 01:59
Compare
Choose a tag to compare