nixos-on-arm icon indicating copy to clipboard operation
nixos-on-arm copied to clipboard

upstream: generic extlinux bootloader

Open illegalprime opened this issue 4 years ago • 1 comments

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

illegalprime avatar Sep 17 '19 04:09 illegalprime

If

nix build -f . \
 -I nixpkgs=nixpkgs \
 -I machine=machines/beaglebone \ 
 -I image=images/ssh --show-trace

gives me

The option `boot.loader.generic-extlinux-compatible.dtbs' defined in `./machines/beaglebone' does not exist.

is that this bug?

DanLipsitt avatar Sep 27 '19 04:09 DanLipsitt