Files
nixpkgs/pkgs/misc
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
..
2020-08-01 05:43:15 +03:00
2020-11-12 19:41:37 +01:00
2020-11-03 09:23:37 -08:00
2020-08-19 12:34:35 -07:00
2020-11-01 10:04:30 +01:00
2020-10-20 21:06:14 +02:00
2020-08-09 11:12:27 -07:00
2020-08-16 13:09:50 +00:00
2020-11-14 02:25:41 +01:00