File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,19 @@ follows:
1212 releases, and Linux kernel updates. They're also made to fix bugs and add
1313 features to the build infrastructure.
1414
15+ ## v2.0.0-rc.2
16+
17+ This is a major update of ` nerves_system_rpi4 ` that changes the MicroSD/eMMC
18+ layout in order to support automatic rollback of non-working firmware updates.
19+
20+ ** IMPORTANT** This is a one way upgrade. Going back to the old partitioning
21+ requires manually reflashing of the RPi's storage.
22+
23+ Previous releases assumed that firmware updates worked. This one requires that
24+ firmware images mark themselves as good using
25+ ` Nerves.Runtime.validate_firmware/0 ` . See ` Nerves.Runtime ` for more information
26+ on this. Firmware not marked as good reverts back to the previous version.
27+
1528## v1.33.0
1629
1730This is a major Buildroot and Linux update. It should be seamless for most
Original file line number Diff line number Diff line change 1- 1.33.0
1+ 2.0.0-rc.2
You can’t perform that action at this time.
0 commit comments