ubootJetsonTK1: Install some more files
tegra-uboot-flasher needs 'u-boot', 'u-boot-nodtb-tegra.bin' and 'u-boot.dtb' for its 'flash' subcommand, and 'u-boot-dtb-tegra.bin' for its exec subcommand. No, there's no sanity in the embedded world.
This commit is contained in:
parent
02f9f0c7e0
commit
071009ee4f
|
@ -10245,7 +10245,7 @@ let
|
||||||
ubootJetsonTK1 = callPackage ../misc/uboot {
|
ubootJetsonTK1 = callPackage ../misc/uboot {
|
||||||
defconfig = "jetson-tk1_defconfig";
|
defconfig = "jetson-tk1_defconfig";
|
||||||
targetPlatforms = ["armv7l-linux"];
|
targetPlatforms = ["armv7l-linux"];
|
||||||
filesToInstall = ["u-boot-dtb-tegra.bin"];
|
filesToInstall = ["u-boot" "u-boot.dtb" "u-boot-dtb-tegra.bin" "u-boot-nodtb-tegra.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
ubootPcduino3Nano = callPackage ../misc/uboot {
|
ubootPcduino3Nano = callPackage ../misc/uboot {
|
||||||
|
|
Loading…
Reference in New Issue