Skip to content

Commit ce93adf

Browse files
committed
potential fix for corrupted images
1 parent b4a07c6 commit ce93adf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/sources/families/sun55iw3.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ declare -g BOOTPATCHDIR="sunxi-dev-u-boot-a523"
1515
declare -g BOOTBRANCH="tag:v2026.01-rc5"
1616

1717
write_uboot_platform() {
18-
dd if=/dev/zero of=$2 bs=512 count=1023 seek=1 status=noxfer > /dev/null 2>&1
1918
dd if=$1/u-boot-sunxi-with-spl.bin of=$2 bs=512 seek=256 status=noxfer > /dev/null 2>&1
2019
}

0 commit comments

Comments
 (0)