Skip to content

Releases: nerves-project/nerves_system_rpi3

v0.14.0

17 Jul 19:14
Compare
Choose a tag to compare

v0.13.0

06 Jul 16:14
Compare
Choose a tag to compare
  • nerves_system_br v0.12.1

    • erlinit 1.1.1
    • fwup 0.15.0
  • 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
    • Increased GPU memory to support Pi Camera V2

v0.12.0

18 Apr 13:39
Compare
Choose a tag to compare
  • nerves_system_br v0.10.0

    • Buildroot 2017.02
    • Erlang/OTP 19.3
  • New features

    • Upgraded the Linux kernel from 4.4.43 -> 4.4.50. Due to the coupling
      between the Linux kernel and rpi-firmware and possibly rpi-userland, if
      you have a custom system based off this, you should update your Linux
      kernel as well. (see nerves_defconfig)

v0.11.0

07 Mar 18:13
Compare
Choose a tag to compare

v0.10.0

27 Jan 23:09
Compare
Choose a tag to compare

v0.9.1

05 Jan 23:15
Compare
Choose a tag to compare

v0.9.0

13 Dec 22:58
Compare
Choose a tag to compare

v0.7.0

21 Sep 19:09
Compare
Choose a tag to compare

v0.6.1

12 Aug 16:38
Compare
Choose a tag to compare
  • Package versions
    • Nerves.System.BR v0.6.1
  • New features
    • All Raspberry Pi 3-specific configuration is now in this repository

v0.6.0

03 Jul 03:41
Compare
Choose a tag to compare
  • Nerves.System.BR v0.6.0
    • Package updates
      • Erlang OTP 19
      • Elixir 1.3.1
      • fwup 0.8.0
      • erlinit 0.7.3
      • bborg-overlays (pull in I2C typo fix from upstream)
    • Bug fixes
      • Synchronize file system kernel configs across all platforms