Skip to content

Releases: nerves-project/nerves_system_x86_64

v1.20.2

08 Aug 15:59
Compare
Choose a tag to compare

v1.20.1

10 Jul 12:33
Compare
Choose a tag to compare
  • Fixes

    • Fix a Buildroot configuration error that caused a non-Nerves GCC 11.2
      toolchain to be used instead of the Nerves GCC 11.3 toolchain. Due to an ABI
      difference, NIFs and ports wouldn't work.
  • Changes

    • Write to the end of the data partition when writing complete images. This
      makes it possible to use the data partition in qemu without additional work.
  • Updated dependencies

    • Linux 5.4.204

v1.20.0

29 Jun 02:43
Compare
Choose a tag to compare

This release updates to Buildroot 2022.05 and uses GCC 11.3 (from GCC 10.3).

v1.19.0

26 May 00:08
Compare
Choose a tag to compare

This release updates to Buildroot 2022.02.1 and OTP 25.0. While this should be
an easy update for most projects, many programs have been updated. Please review
the changes in the updated dependencies for details.

v1.18.4

18 Mar 12:03
Compare
Choose a tag to compare

This release bumps Erlang to 24.3.2 and should be a low risk upgrade from the
previous release.

v1.18.3

03 Mar 17:56
Compare
Choose a tag to compare

This is a Buildroot and Erlang bug and security fix release. It should be a low
risk upgrade from the previous release.

v1.18.2

13 Feb 16:38
Compare
Choose a tag to compare

This is a Buildroot and Erlang bug fix release. It should be a low risk upgrade
from the previous release.

  • Updated dependencies

  • Changes

    • Specify CPU-specific flags when compiling NIFs and ports. This fixes an
      issue where some optimizations could not be enabled in NIFs even though it
      should be possible to have them. E.g., ARM NEON support for CPUs that have
      it.

v1.18.1

16 Jan 15:03
Compare
Choose a tag to compare
  • Updated dependencies

  • Changes

    • Programs that use OpenMP will run now. The OpenMP shared library
      (libgomp.so) was supplied by the toolchain, but not copied.

v1.18.0

31 Dec 21:14
Compare
Choose a tag to compare

This release updates to Buildroot 2021.11 and OTP 24.2. If you have made a
custom system, please review the nerves_system_br release
notes
.

  • Updated dependencies

  • Improvements

    • Support for the dl.nerves-project.org backup site. Due to a GitHub outage
      in November, there was a 2 day period of failing builds since some packages
      could not be downloaded. We implemented the backup site to prevent this in
      the future. This update is in the nerves_defconfig.
    • Use new build ORB on CircleCI. This ORB will shorten build times to fit in
      CircleCI's new free tier limits. Please update if building your own systems.

v1.17.3

02 Dec 18:13
Compare
Choose a tag to compare