1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00
nixpkgs/pkgs
Andreas Rammhold 7a5047bede
ubootRockPi4: init
This adds support for the Radxa Rock Pi 4 board which is based on
RK3399. The u-boot outputs from the introduced build are suitable to
build a generic image for the Rock Pi 4 by setting the following in a
custom build of $nixpkgs/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix:

```
  sdImage.postBuildCommands = ''
    dd if=${pkgs.ubootRockPi4}/idbloader.img of=$img seek=64 conv=notrunc
    dd if=${pkgs.ubootROckPi4}/u-boot.itb of=$img seek=16384 conv=notrunc
  '';
```
2020-11-14 02:25:41 +01:00
..
applications zathura-pdf-mupdf: 0.3.5 -> 0.3.6, fix linking 2020-11-13 11:01:36 -08:00
build-support docker: add final newline to detjson.py 2020-11-09 11:39:28 +00:00
common-updater
data vista-fonts: new sha256 2020-11-11 21:26:31 +08:00
desktops Merge pull request #101939 from jonafato/gnome-shell-extension-clipboard-indicator-37 2020-11-13 02:57:05 +01:00
development librdf_raptor2: add patch for CVE-2017-18926 2020-11-13 15:00:55 +01:00
games EmptyEpsilon: 2020.08.07 -> 2020.08.25 2020-11-12 19:41:27 +01:00
misc ubootRockPi4: init 2020-11-14 02:25:41 +01:00
os-specific zfsUnstable: 2.0.0-rc5 -> 2.0.0-rc6 2020-11-13 09:31:18 -08:00
pkgs-lib
servers Merge pull request #103538 from r-ryantm/auto-update/sickgear 2020-11-12 20:52:58 -05:00
shells oh-my-zsh: 2020-11-11 → 2020-11-12 2020-11-13 09:28:18 -05:00
stdenv Promote allowUnfreePredicate in remediation message 2020-11-09 17:26:02 +01:00
test
tools Merge pull request #103656 from r-ryantm/auto-update/eksctl 2020-11-13 05:50:46 -08:00
top-level ubootRockPi4: init 2020-11-14 02:25:41 +01:00