Nerves Livebook Versions Save

Develop on embedded devices with Livebook and Nerves

v0.12.3

1 month ago
  • Updates
    • Update Nerves systems to nerves_system_br v1.27.0 (Erlang/OTP 26.2.3, Buildroot 2024.02)
    • Switch back to WPA2-only WiFi support with VintageNetWiFi.quick_configure/2 to fix issues on BBB and GRiSP2
    • Fix regression that prevented WiFi networks from being provisioned on the MicroSD card
    • Removed srhub target due to perceived lack of use. If this is not true, please open an issue and we'll include it again.
    • Update all dependencies to latest versions

v0.12.2

2 months ago
  • Updates
    • Update vintage_net_wifi to fix an issue connecting to some WPA2 networks using VintageNetWiFi.quick_configure/2
    • Enable TFLite support on Raspberry Pi Model B and Raspberry Pi Zeros now that it has ARMv6 support. (@cocoa-xu)
    • Update Nerves systems to nerves_system_br 1.25.1 versions (Erlang 26.2.2)
    • Update all dependencies to latest versions

v0.12.1

3 months ago
  • Updates
    • Fix LED naming changes from Linux kernel update that ended up breaking RPi Zero, 2, and 3.
    • Update Nerves systems to nerves_system_br 1.24.1 versions (Erlang 26.2.1)
    • Add WPA3 support for devices with WiFi modules that support it (currently only BeagleBone's with WiLink modules)
    • Update all dependencies to latest versions
    • Fix diagnostics notebook (@mnishiguchi)
    • Fix firmware update notebook (@5avage)

v0.12.0

4 months ago
  • Updates
    • Update Livebook to v0.12.1
    • Fix Raspberry Pi 3 regression in v0.11.1
    • Update Elixir to 1.16.0
    • SBOM generation is temporarily off pending a PR getting merged

v0.11.1

4 months ago

The Raspberry Pi 3 (rpi3), original Pi (rpi), and Pi 2 (rpi2) images are not working. Please use other devices in the interim or go back to a previous release. See https://github.com/nerves-project/nerves_system_rpi3/pull/306 for status.

  • Updates
    • Add 64-bit RPi Zero 2W (rpi0_2). 32-bit mode was supported before via rpi3a, but this target enables the JIT
    • Add RPi 5 (rpi5). This port is current experimental
    • Update Nerves systems to nerves_system_br 1.25.2 versions
      • Erlang 26.1.2
      • Buildroot 2023.08.4
      • Linux 6.1 on all Raspberry Pi and BBB ports
    • Update Elixir to 1.15.7
    • Update all dependencies to their latest versions

v0.11.0

4 months ago

No pre-built versions available. See v0.11.1

  • Updates
    • Update Livebook to v0.11.0
    • Update Nerves systems to nerves_system_br 1.24.1 versions
      • Erlang 26.1.1
      • Buildroot 2023.05.3
    • Update Elixir to 1.15.6
    • Update all dependencies to their latest versions

v0.10.1

9 months ago
  • Updates
    • Add :tflite_elixir back since it works again
    • Update Nerves systems to nerves_system_br 1.23.2 versions to get CTRL+R fix for ssh sessions (and more).
    • Improve PMOD support on GRiSP 2
    • Update Elixir to 1.15.4

v0.10.0

10 months ago
  • Updates
    • Update Livebook to v0.10.0
    • Update Nerves systems to nerves_system_br 1.23.1 versions. This includes:
      • Erlang 26.0.2
      • Support for all Raspberry Pi Cameras via libcamera on the RPi4
      • Buildroot 2023.02.2
      • Linux updates on various systems
    • Update Elixir to 1.15.2
    • Update all dependencies to their latest versions

NOTE: :tflite_elixir was temporarily removed due to build errors.

v0.9.1

1 year ago
  • Updates
    • Update Livebook to v0.9.2
    • Include TFLite (:tflite_elixir) for all devices that support TensorFlow Lite (all but Raspberry Pi 1 and Raspberry Pi Zero). See the tflite.livemd sample to a quick intro. Thanks to Masatoshi Nishiguchi for this.
    • Update all dependencies to their latest versions.

v0.9.0

1 year ago
  • Updates

    • Update Livebook to v0.9.1
    • Update Nerves systems to nerves_system_br 1.22.5 versions. This includes Erlang 25.3 and fixes to the Raspberry Pi 3 to support TensorFlow Lite. (TFLite isn't built into Nerves Livebook yet)
    • Update all dependencies to their latest versions.
  • Fixes

    • Fixed LEDs on SRHub images (Thanks to Eric Oestrich)