Skip to content

Releases: nerves-project/nerves_system_rpi0

v0.15.0

26 Jun 14:35
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.14.0

14 Jun 02:35
Compare
Choose a tag to compare

Changes in this release:

  • nerves_system_br v0.12.0

    • Buildroot 2017.05
    • erlinit 1.1.0
  • New features

    • pigpio is now available by default (enables near real-time use of gpios)
  • Bug fixes

    • USB host/gadget mode selection doesn't seem to work on some non-Apple
      hardware. Host support has been disabled as a workaround. See
      #10 for details.
  • Other changes

    • pi3-miniuart-bt overlay is enabled by default to give full speed UART access on GPIO pins

v0.13.1

08 Jun 20:06
Compare
Choose a tag to compare

v0.13.0

28 May 14:51
Compare
Choose a tag to compare

The brcmfmac wireless driver is now built as a module, so you will need to load it. See https://github.com/nerves-project/nerves-examples/tree/master/hello_wifi for an example of WiFi module loading on application startup.

  • nerves_system_br v0.11.0
    • erlinit 1.0
    • fwup 0.14.2
    • rpi-userland and rpi-firmware version bumps to correspond with Raspbian
      Linux 4.4 updates

v0.12.0

18 Apr 00:49
Compare
Choose a tag to compare

This is the first official Raspberry Pi Zero system release. It was forked
off nerves_system_rpi so previous versions are from that project. Those
also work on the Zero, but without USB gadget mode or RPi Zero W WiFi
support.

  • 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 changes)