Skip to content

Commit d9a8331

Browse files
committed
v2.0.0-rc.2 release
1 parent 67ef1cf commit d9a8331

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.33.0
1+
2.0.0-rc.2

0 commit comments

Comments
 (0)