Merge pull request #111034 from tmountain/master
This commit is contained in:
commit
cc8ad48f0b
@ -178,6 +178,27 @@ in {
|
||||
'';
|
||||
};
|
||||
|
||||
ubootNanoPCT4 = buildUBoot rec {
|
||||
rkbin = fetchFromGitHub {
|
||||
owner = "armbian";
|
||||
repo = "rkbin";
|
||||
rev = "3bd0321cae5ef881a6005fb470009ad5a5d1462d";
|
||||
sha256 = "09r4dzxsbs3pff4sh70qnyp30s3rc7pkc46v1m3152s7jqjasp31";
|
||||
};
|
||||
|
||||
defconfig = "nanopc-t4-rk3399_defconfig";
|
||||
|
||||
extraMeta = {
|
||||
platforms = ["aarch64-linux"];
|
||||
license = lib.licenses.unfreeRedistributableFirmware;
|
||||
};
|
||||
filesToInstall = ["u-boot.itb" "idbloader.img"];
|
||||
postBuild = ''
|
||||
./tools/mkimage -n rk3399 -T rksd -d ${rkbin}/rk33/rk3399_ddr_800MHz_v1.24.bin idbloader.img
|
||||
cat ${rkbin}/rk33/rk3399_miniloader_v1.19.bin >> idbloader.img
|
||||
'';
|
||||
};
|
||||
|
||||
ubootNovena = buildUBoot {
|
||||
defconfig = "novena_defconfig";
|
||||
extraMeta.platforms = ["armv7l-linux"];
|
||||
|
@ -20137,6 +20137,7 @@ in
|
||||
ubootClearfog
|
||||
ubootGuruplug
|
||||
ubootJetsonTK1
|
||||
ubootNanoPCT4
|
||||
ubootNovena
|
||||
ubootOdroidC2
|
||||
ubootOdroidXU3
|
||||
|
Loading…
Reference in New Issue
Block a user