Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Releases: nerves-web-kiosk/kiosk_system_rpi3

v1.10.0

07 Apr 19:50
Compare
Choose a tag to compare

v1.9.1

29 Feb 12:25
Compare
Choose a tag to compare
  • Bug fixes
    • Re-enable the rpi backlight driver

v1.9.0

25 Feb 13:22
Compare
Choose a tag to compare

This release updates gcc from version 8.3.0 to 9.2.0 and includes various
updates to the C runtime. See https://gcc.gnu.org/ for the many changes in the
gcc 9.x releases. See the nerves_toolchain release notes for more information.

v1.8.0

19 Dec 20:43
Compare
Choose a tag to compare

v1.7.0

19 Sep 00:20
Compare
Choose a tag to compare

v1.6.0

20 Jun 21:15
Compare
Choose a tag to compare

v1.5.0

14 May 15:44
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.

  • Bux fixes
    • Add TAR option --no-same-owner to fix errors when untarring artifacts as
      the root user.
  • Updated dependencies
  • Improvements
    • Bump C compiler options to -O2 from -Os. This provides a small, but
      measurable performance improvement (500ms at boot in a trivial project
      tested on nerves_system_rpi0)

v1.4.0

16 Jan 23:56
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.

  • 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
    • libp11 0.4.9
  • 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.3.2

03 Sep 23:06
Compare
Choose a tag to compare
  • Bug fixes
    • Trim Linux module list to remove warnings on OSX builds. This makes a few
      other changes to the module list to remove some difficult to use modules on
      Nerves projects.
  • Updated dependencies

v1.3.1

23 Aug 11:55
Compare
Choose a tag to compare

This release updates to QT 5.11.1 and allows running webengine as the kiosk
user.