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
1 changed files with 1 additions and 1 deletions

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 {