1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00

starfive visionfive2: write u-boot.itb to mtd2

This commit is contained in:
Nick Cao 2024-01-01 13:15:08 -05:00 committed by mergify[bot]
parent dd78777e12
commit 8e34f33464

View File

@ -12,7 +12,7 @@ rec {
runtimeInputs = [ mtdutils ];
text = ''
flashcp -v ${uboot}/u-boot-spl.bin.normal.out /dev/mtd0
flashcp -v ${uboot}/u-boot.itb /dev/mtd1
flashcp -v ${uboot}/u-boot.itb /dev/mtd2
'';
};
updater-sd = writeShellApplication {