mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
uboot: Add Olimex A20 OLinuXino Lime2 with eMMC
Since hardware revision K, every Lime2 has got an eMMC: https://github.com/OLIMEX/OLINUXINO/blob/master/HARDWARE/A20-OLinuXino-LIME2/hardware_revision_changes_log.txt Co-authored-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
This commit is contained in:
parent
d44916d12f
commit
3cee68f916
@ -139,6 +139,12 @@ in {
|
||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||
};
|
||||
|
||||
ubootA20OlinuxinoLime2EMMC = buildUBoot {
|
||||
defconfig = "A20-OLinuXino-Lime2-eMMC_defconfig";
|
||||
extraMeta.platforms = ["armv7l-linux"];
|
||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||
};
|
||||
|
||||
ubootAmx335xEVM = buildUBoot {
|
||||
defconfig = "am335x_evm_defconfig";
|
||||
extraMeta.platforms = ["armv7l-linux"];
|
||||
|
@ -23295,6 +23295,7 @@ with pkgs;
|
||||
buildUBoot
|
||||
ubootTools
|
||||
ubootA20OlinuxinoLime
|
||||
ubootA20OlinuxinoLime2EMMC
|
||||
ubootBananaPi
|
||||
ubootBananaPim3
|
||||
ubootBananaPim64
|
||||
|
Loading…
Reference in New Issue
Block a user