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 {
|
ubootNovena = buildUBoot {
|
||||||
defconfig = "novena_defconfig";
|
defconfig = "novena_defconfig";
|
||||||
extraMeta.platforms = ["armv7l-linux"];
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
|
@ -20137,6 +20137,7 @@ in
|
|||||||
ubootClearfog
|
ubootClearfog
|
||||||
ubootGuruplug
|
ubootGuruplug
|
||||||
ubootJetsonTK1
|
ubootJetsonTK1
|
||||||
|
ubootNanoPCT4
|
||||||
ubootNovena
|
ubootNovena
|
||||||
ubootOdroidC2
|
ubootOdroidC2
|
||||||
ubootOdroidXU3
|
ubootOdroidXU3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user