Releases: nerves-project-attic/nerves_system_ev3
v0.14.2
Updated dependencies
- nerves_system_br v0.16.3
This fixes the call to otp_build so that it always uses Buildroot's version
the autoconf tools.
v0.14.0
This version enables the USB Gadget port (MiniUSB port labelled PC). Firmware
updates can be sent over it. Unfortunately, the virtual serial port doesn't work,
so the special UART cable on port 1 is still needed to see the console by default.
Updated dependencies
-
Bug fixes
- Fixed symlink issue that prevented the system from being used from hex.pm
-
Enhancements
-
Reboot automatically if Erlang VM exits - This is consistent with other
Nerves systems. See rootfs_overlay/etc/erlinit.config if undesired. -
Start running nerves_system_linter to check for configuration errors.
-
Automount the boot partition readonly at
/boot
-
Support for reverting firmware.
See Reverting Firmware for more info on reverting firmware.
See fwup-revert.conf for more information on how fwup handles reverting.
-
v0.12.1
Updated dependencies
v0.12.0
This release is NOT backwards compatible with previous releases and will not
upgrade old systems. With work, it is possible to upgrade old systems, but it is
not recommended.
Updated dependencies
-
New features
- The application data partition is now
ext4
. This greatly improves its
robustness to corruption. Nerves.Runtime contains code to initialize it on
first boot. - Firmware images now contain metadata that can be queried at runtime (see
Nerves.Runtime.KV - The boot partition is managed in an A/B style to support more robust
firmware updates.
- The application data partition is now