Michael Eden
Michael Eden
is it in the upstream kernel? how much work would t be to add it? let's find out! ## Kernel RPi4 things don't seem to be upstreamed yet, but DTS...
these fixes: 1. add cross and native bootloader builders 2. add an option to specify which dtbs to copy over https://github.com/illegalprime/nixpkgs/commit/118faa3e8b04b5f874f5dcf1438c75565f9a3cbd https://github.com/illegalprime/nixpkgs/commit/f737bb01d9276314ff95c4e2a30fb478d9fd4caf
this is possibly the last piece of hardware that needs to be supported to fully support the RPi zero _AND_ the Raspberry Pi 3 & 4.
these fixes: 1. make a cross and native version of the bootloader builder 2. only load the dtbs for the rpi version in use https://github.com/illegalprime/nixpkgs/commit/5e523a21137532f9929474609fcf0f60c108bfb6
the micro image currently doesn't have enough free space to boot (currently an extra 20MB of space is given to it). possible solutions: 1. figure out what's taking up so...
fixing the `patchShebangs` script to respect cross compilation is incredibly important for reducing image size and build contamination. the script works by searching the build source for `#! /path/to/binary` in...
I have a key pair that I use for everything, I wanted to test this out with it but I it will not decrypt: ``` $ agebox validate INFO[0000] Using...
I'd like to display the cron description in the local timezone. So, ``` At 02:00 AM, every 3 days ``` would be (in my time zone, settable w/ the opts...
I care about creating a capture stream with a multi-plane camera. I have a basic version of it working, with inspiration from your mplane branch. What works: 1. get/set/list formats...