Skip to content

Releases: nerves-project/nerves_system_rpi4

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 01:54

This is a major update with security and feature updates throughout.

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 03 Jun 13:01

This is a security and bug fix release.

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 03 May 20:45

This is a security and bug fix release.

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Apr 15:30

This is a security update.

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Mar 21:00

This is a security update.

v1.33.1

Choose a tag to compare

@github-actions github-actions released this 18 Feb 15:41

This is a security and bug fix release.

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Feb 19:30

This is a major update of nerves_system_rpi4 that changes the MicroSD/eMMC
layout in order to support automatic rollback of non-working firmware updates.

IMPORTANT This is a one way upgrade. Going back to the old partitioning
requires manually reflashing of the RPi's storage.

Previous releases assumed that firmware updates worked. This one requires that
firmware images mark themselves as good using
Nerves.Runtime.validate_firmware/0. See Nerves.Runtime for more information
on this. Firmware not marked as good reverts back to the previous version.

  • Changes

    • Fix camera support by enabling the unicam-legacy Linux device driver
    • Enabled multipath TCP support in the Linux kernel
    • Deleted all use of nerves_fw_active since it was sometimes incorrect and
      caused confusion
  • Package updates

v2.0.0-rc.3

Choose a tag to compare

@github-actions github-actions released this 03 Feb 21:55
  • Changes
    • Fixed typo in fwup.conf preventing use of 2.0.0-rc.2
    • Deleted all use of nerves_fw_active since it was sometimes incorrect and
      caused confusion
    • Enabled multipath TCP support in the Linux kernel

v2.0.0-rc.2

Choose a tag to compare

@github-actions github-actions released this 27 Jan 23:24

This is a major update of nerves_system_rpi4 that changes the MicroSD/eMMC
layout in order to support automatic rollback of non-working firmware updates.

IMPORTANT This is a one way upgrade. Going back to the old partitioning
requires manually reflashing of the RPi's storage.

Previous releases assumed that firmware updates worked. This one requires that
firmware images mark themselves as good using
Nerves.Runtime.validate_firmware/0. See Nerves.Runtime for more information
on this. Firmware not marked as good reverts back to the previous version.

v1.33.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 19:51

This is a major Buildroot and Linux update. It should be seamless for most
1.32.0 users.