We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a07c6 commit ce93adfCopy full SHA for ce93adf
config/sources/families/sun55iw3.conf
@@ -15,6 +15,5 @@ declare -g BOOTPATCHDIR="sunxi-dev-u-boot-a523"
15
declare -g BOOTBRANCH="tag:v2026.01-rc5"
16
17
write_uboot_platform() {
18
- dd if=/dev/zero of=$2 bs=512 count=1023 seek=1 status=noxfer > /dev/null 2>&1
19
dd if=$1/u-boot-sunxi-with-spl.bin of=$2 bs=512 seek=256 status=noxfer > /dev/null 2>&1
20
}
0 commit comments