Skip to content

Releases: nerves-project/nerves_system_rpi0

v1.8.1

19 Jul 22:09
Compare
Choose a tag to compare

v1.8.0

11 Jul 13:01
Compare
Choose a tag to compare

This release

This release updates Erlang to OTP 22 and gcc from version 7.3.0 to 8.3.0.
See the nerves_system_br and toolchain release notes for more information.

v1.7.2

13 May 21:52
Compare
Choose a tag to compare
  • Bux fixes
    • Add TAR option --no-same-owner to fix errors when untarring artifacts as
      the root user.
  • Updated dependencies

v1.7.1

28 Mar 18:54
Compare
Choose a tag to compare

This release fixes a major issue with the gadget USB port where it would hang on
boot. If you have made a custom system or are overriding the erlinit.config
file in your project, please make sure that your erlinit.config has:

-c null
-s "/usr/bin/nbtty --tty /dev/ttyGS0 --wait-input"
  • Bug fixes

    • Fix regression with virtual serial port where it could cause the whole USB
      interface to hang.
  • Improvements

    • Bump C compiler options to -O2 from -Os. This provides a small, but
      measurable performance improvement (500ms at boot in a trivial project).
  • Updated dependencies

v1.7.0

14 Mar 12:27
Compare
Choose a tag to compare

This release bumps the Linux kernel to 4.19.25. This change had an impact on how
the WiFi regulatory database gets loaded into the kernel. Instead of building it
into the kernel as previously done, the kernel loads it on demand. This requires
that all WiFi drivers be built as kernel modules so that the database isn't
loaded before the root filesystem is mounted. If you made a custom system and
see boot errors about not being able to load the regulatory database, this is
the problem.

A known bug with the Raspberry Pi Zero USB gadget interface is that it sometimes
doesn't load on Linux systems. Moving the gadget drivers to kernel modules seems
to work around this but it takes longer to load the gadget interface.

v1.6.3

25 Feb 23:01
Compare
Choose a tag to compare

v1.6.2

27 Jan 18:04
Compare
Choose a tag to compare

v1.6.1

09 Jan 16:53
Compare
Choose a tag to compare
  • Updated dependencies

    • nerves_system_br v1.6.5
    • Erlang 21.2.2
    • boardid 1.5.2
    • erlinit 1.4.9
    • OpenSSL 1.1.1a
    • Linux 4.14.89 with patches from the Raspberry Pi Foundation
  • Enhancements

    • Moved boardid config from inside erlinit.config to /etc/boardid.config
    • Compile gpiomem into the Linux kernel
    • Enable pstore, an in-memory buffer that can capture logs, kernel
      oops and other information when unexpected reboots. The buffer can be
      recovered on the next boot where it can be inspected.

v1.6.0

14 Dec 13:20
Compare
Choose a tag to compare

This pulls in a pending patch in Buildroot to update the version of
OpenSSL from 1.0.2 to 1.1.0h. This fixes what appears to be issues with
Erlang using OpenSSL engines. It also enables Erlang crypto algorithms
such as ed25519 that have been added in recent Erlang releases.

v1.5.1

24 Oct 19:18
Compare
Choose a tag to compare