Rich_Morin

Rich_Morin

Could Nerves be used for a blind-accessible boot manager?

I may actually be closing in on a Nerves project that could be useful for blind users. I apologize in advance for the long-winded problem definition, but here goes…

The VOISS (formerly F123) folks have put together a blind-friendly variant of Arch Linux that runs on a Raspberry Pi 3 Model B. Like most RasPi systems, it boots and runs from a microSD card.

Manipulating these cards isn’t going to be an easy task for a blind user, so I’d like to find a more convenient approach. Part of the challenge is device selection. Although a 3B+ (or a modified 3B) is willing to boot from selected USB flash drives, selecting among multiple drives (let alone partitions) isn’t supported.

NOOBS can do this sort of thing, of course, but it’s not something I’d want to spring on a naive end user. Also, its GUI-based user interface would be completely inaccessible to a blind user. So, I’m wondering whether Nerves could play a useful role here.

A Nerves-based boot manager could scan for boot devices, listen for keypresses, etc. Using a limited repertoire of tones and keyboard actions (TBD), it could allow the user to identify and select among the available boot volumes.

I realize that this description includes a lot of hand-waving and outright science fiction. That said, I’d like to know whether there are any obvious show-stoppers on the Nerves side.

First 2 of 2 Posts Switch mode

fhunleth

fhunleth

Co-author of Nerves

While it’s possible to implement this with Nerves, it seems like a lot of work to implement and maintain. For one, I’m not aware of anyone having written a Nerves-based boot manager so there will be some non-Elixir work to create that.

I took a quick look at the NOOBS GitHub repository. I wonder if it would be easier to add accessibility features to the NOOBS UI and contribute them back upstream. Given how large the Raspberry Pi community is, I think that you may find collaborators in the Raspberry Pi Forums.

Rich_Morin

Rich_Morin OP

Thanks for the comments and suggestions. I’ll try posting on a couple of forums and issue pages…

— All posts loaded —

Where Next?

Trending in Questions Top

jonnycharles
I’m in search of an Elixir library that offers PDF generation capabilities similar to Ruby’s Prawn. While there have been discussions abo...
New
spammy
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
silverdr
Using Phoenix.LiveView.TagEngine as an EEx.Engine is deprecated! To compile HEEx, use Phoenix.LiveView.TagEngine.compile/2 instead. Sta...
New
dli
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app? Looking for hints regarding: Addi...
New
bottlenecked
Hi all, I wanted to ask how the community is dealing with post-release steps. Today we have Ecto migrations, which make sure that the db...
New
michallepicki
I am using Oban and occasionally, shortly after a deployment, a handful of jobs can fail because of dependency on other parts of the syst...
New
rahultumpala
Hello, I have an Elixir backend that implements a custom protocol over TCP. I want to load test the backend and assess the performance o...
New

Other Trending Topics Top

JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
ausimian
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
type1fool
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
akoutmos
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New

We're in Beta

About us Mission Statement