Skip to content

Releases: nerves-project/nerves_system_rpi3a

v1.10.2

11 Feb 22:35
Compare
Choose a tag to compare
  • Fixes

    • This fixes a regression on OSX where the USB gadget Ethernet would
      incorrectly try to go into RNDIS mode and not work. Gadget Ethernet works
      with this fix on Linux and OSX. It also works on Windows with a driver
      installed.
  • Updated dependencies

v1.10.1

28 Jan 03:54
Compare
Choose a tag to compare

This release changes the behavior of the gadget port as well as the UART pins
on the GPIO header. The gadget driver has been changed to use g_ether. This
provides a more stable network connection at the expense of the virtual serial
port. Console access has been output to the UART. If you were using the UART
to connect to peripherals, you will need to disable the console.
See: https://hexdocs.pm/nerves/advanced-configuration.html

v1.10.0

11 Dec 12:53
Compare
Choose a tag to compare

This release updates Buildroot to 2019.11 with security and bug fix updates
across Linux packages. Enables dnsd, udhcpd and ifconfig in the default
Busybox configuration to support vintage_net and vintage_net_wizard.
See the nerves_system_br notes for details.

v1.9.2

18 Nov 20:31
Compare
Choose a tag to compare

This release updates Buildroot to 2019.08.2 with security and bug fix updates
across Linux packages. See the nerves_system_br notes for details.
Erlang/OTP is now at 22.1.7.

v1.9.1

04 Nov 22:09
Compare
Choose a tag to compare

This release pulls in security and bug fix updates from nerves_system_br.
Erlang/OTP is now at 22.1.1.

  • Bug fixes

    • This system should work out of the box now with Scenic and the offical RPi
      Touchscreen display. The issue preventing it from working has been fixed.
  • Updated dependencies

v1.9.0

23 Sep 12:23
Compare
Choose a tag to compare

This release updates Buildroot to 2019.08 with security and bug fix updates
across Linux packages. See the nerves_system_br notes for details.

v1.8.2

28 Jul 02:29
Compare
Choose a tag to compare

This release fixes an issue that broke display output on small LCD screens.
Updating the Raspberry Pi firmware to the latest from the Raspberry Pi
Foundation fixed the issue. See
pappersverk/rpi_fb_capture#2 for details.

v1.8.1

19 Jul 22:08
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:51
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