Skip to content

Releases: redwirelabs/nerves_system_sama5d27_wlsom1_ek

v2.0.0

27 Aug 03:51
Compare
Choose a tag to compare

This is a major release that removes GPIO from sysfs since it is deprecated by the Linux kernel. The GPIO remapping from names to sequential numbers has also been removed. Circuits GPIO v2 is now the recommended way to use the GPIO pins, which can be accessed by name (i.e. PA6). The GPIOs for the development kit can be found in the ATSAMA5D27-WLSOM1-EK1 user's guide.

This release also updates Erlang to OTP 27.

v1.1.0

06 May 05:36
Compare
Choose a tag to compare

This release brings in iptables and the 2023.10 release of Microchip's tooling.

v1.0.1

27 Apr 22:35
Compare
Choose a tag to compare

Ownership transfer.

The GitHub URL has changed in this version. There are no functionality changes.

v1.0.0

09 Dec 23:14
Compare
Choose a tag to compare

Production release.

This version is identical to v0.4.8, but the number is being incremented to convey that it is suitable for production systems.

v0.4.8

18 Jun 23:27
Compare
Choose a tag to compare

This is a maintenance release that brings in OTP 26 and the 2023.04 release of Microchip's tooling.

v0.4.7

10 Apr 00:15
Compare
Choose a tag to compare

This is a maintenance release.

v0.4.6

26 Feb 02:49
Compare
Choose a tag to compare

v0.4.5

19 Feb 04:37
Compare
Choose a tag to compare

v0.4.4

19 Dec 04:18
Compare
Choose a tag to compare

This release updates the board identifier to look for the ATECC crypto chip on the SOM and use it if it is available. The MAC address is used as a fallback if the SOM variant of the processor is not being used, and the identifier can be set manually with the U-Boot environment variable nerves_serial_number.

v0.4.3

10 Dec 07:07
Compare
Choose a tag to compare

This release fixes issues with the WILC3000 Wi-Fi module becoming unresponsive and potentially triggering the watchdog in access point (AP) mode. After reconfiguring the interface at runtime when it's in AP mode, reset the module with:

cmd "rmmod wilc-sdio"
cmd "modprobe wilc-sdio"
  • Changes
    • Switch to the mainline Linux WILC driver