fhunleth

fhunleth

Co-author of Nerves

Nerves system updates and provisioning devices

We’ve released new versions of all of the officially maintained Nerves Systems. The official systems, nerves_system_rpi0, nerves_system_bbb, etc., are now at v1.1.1. Going forward the version numbers will likely diverge due to board-specific bug fixes or features.

This is a patch release, but since this is also my first posting of a release to the Elixir forum and there are likely many people who haven’t upgraded to v1.1.0, let me go over the highlights:

  1. We’ve updated to Buildroot 2018.05. This includes many updates to embedded Linux components and if you’ve made a custom system to use a non-Elixir program, you’ll probably want to review the release notes. If not, this change will likely be invisible. As a policy, we try to keep the official systems sync’d to the latest version of Buildroot to pull in security patches.

  2. We’ve made it easier to provision serial numbers to devices and fixed a couple annoyances in this area. If you have more than one Nerves device or just want to give it a name rather than use the board’s built-in device ID, take a look at Provisioning Nerves Devices - Embedded Elixir.

  3. We’ve added a field called meta-uuid to unambiguously identify the software running on a device. The Nerves .fw files can be queried offline for this UUID by running fwup -m -i <filename.fw>. On the device, you can run Nerves.Runtime.KV.get_active("nerves_fw_uuid") to see what’s running.

Raspberry Pi and Beaglebone users - the next release will likely contain a Linux kernel update to 4.14. We know several users have already updated. This is a big update (especially for the Beaglebone), so if you’ve already done it and have experience to offer, please let us know.

Thanks!

First Post!

fhunleth

fhunleth

Co-author of Nerves

Where Next?

Popular in News & Updates Top

martosaur
InstructorLite - v1.1.1 and v1.1.2 Pass Gemini token in request header rather than in request parameter (as is shown in API reference :...
New
lawik
NervesHub has had a CLI for a long time. It is called nerves_hub_cli and for the longest time you’d add it as a dependency. But only once...
New
zachdaniel
Ash Framework What is Ash? Ash Framework is a declarative, resource-oriented application development framework for Elixir. A resource can...
New
ConnorRigby
This week we added official Nerves support for the OSD32MP1 line of SOMs. Currently we have tested the osd32mp1-brk breakout board, and ...
New
jjcarstens
Do you like Hacktoberfest? Also enjoy working with Nerves and want to contribute? Fantastic! :tada: :beers: Here are some potential sta...
New
bartblast
After building Hologram and sharing updates across various places, I’ve realized there’s a lot happening that doesn’t always make it to t...
New
zachdaniel
Hey folks, made some recent performance improvements to spark, the tool underlying all of our DSLs. GitHub - ash-project/spark: Tooling f...
New
sorenone
Oban v2.23.0 has been released. Sharpens resilience under database outages, catches misconfigured unique constraints at compile time, an...
New
jjcarstens
Hey friends! :wave: With NervesConf 2024 around the corner, Frank, myself, and the greater Nerves team wanted to share a survey we’ve pu...
New
fhunleth
Circuits.GPIO lets you read and write to I/O pins on embedded hardware like that used by Nerves. The new v2.0 version makes it possible t...
New

Other popular topics Top

pmjoe
I have a relationship of love and hate with Elixir. Lots of things are just absolutely right, but there are some things that are kind of ...
New
grych
Hi folks, Few months ago I have announced the proof-of-concept of the library to manipulate the browsers DOM objects directly from Elixi...
639 49522 488
New
fireproofsocks
I’m working on defining a simple Ecto schema for a table (in PostGres), but I don’t see where I can define a column as NOT NULL. Conside...
New
chrismccord
This release brings a number of exciting features, including integration with the new Phoenix LiveDashboard and Phoenix LiveView. There h...
New
vac
Hi, I'm quite new in Elixir and I'm trying to format a string to a PEM format. I have the certificate value like MIIDBTCCAe2...... and ...
New
freewebwithme
Using vs code and installed ElixirLS: support and debugger. And I got an error popped up on start up says Failed to run ‘elixir’ comma...
New
msaraiva
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
564 42633 214
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
Nvim
Elixir appears to be a superior language to Python. I don’t see any advantage of Python over Elixir. Are there any?
New
jay1
Why is it that the mnesia database isn’t the most preferred database for use in Elixir/Phoenix?
New

We're in Beta

About us Mission Statement