Releases: nerves-project/nerves_system_rpi0
Releases · nerves-project/nerves_system_rpi0
v0.16.0
-
nerves_system_br v0.13.2
- OTP 20
- erlinit 1.1.3
- fwup 0.15.3
-
New features
- Firmware updates verify that they're updating the right target. If the target
doesn't say that it's anrpi0
through the firmware metadata, the update
will fail. - Added meta-misc and meta-vcs-identifier to the
fwup.conf
metadata for use
by users and for the regression test framework
- Firmware updates verify that they're updating the right target. If the target
-
Bug fixes
- The
erlinit
update fixes a hang issue that occurs on reboots if nothing
is connected to the USB virtual serial console.
- The
v0.15.0
-
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
- The application data partition is now
v0.14.0
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.
- USB host/gadget mode selection doesn't seem to work on some non-Apple
-
Other changes
- pi3-miniuart-bt overlay is enabled by default to give full speed UART access on GPIO pins
v0.13.1
v0.13.0
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
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. (seenerves_defconfig
changes)
- Upgraded the Linux kernel from 4.4.43 -> 4.4.50. Due to the coupling