Skip to content

Releases: nerves-project/nerves_system_rpi0

v1.11.0

18 Mar 20:10
Compare
Choose a tag to compare

This release updates Buildroot to 2020.02 and upgrades gcc from 8.3 to 9.2.
While this is a minor version bump due to the Buildroot release update, barring
advanced usage of Nerves, this is a straightforward update from v1.10.2.

v1.10.2

11 Feb 22:33
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. See the README.md for details.
  • 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:07
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.

  • Updated dependencies

v1.9.0

23 Sep 12:22
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 00:54
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: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.