Skip to content

v2.0.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nervesbot nervesbot released this 29 Jul 20:35
· 206 commits to main since this release
  • New Features
    • Uses nerves_initramfs to support pre-start checks for deciding if a
      firmware should automatically be reverted before the kernel is loaded.
      By default, this checks UBoot variable nerves_fw_validated and if the
      firmware has not been validated, a revert will be triggered. This means
      a user must validate the firmware on first boot via
      Nerves.Runtime.validate_firmware/0 or by writing to UBoot directly