File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ BOOTCONFIG="radxa-cubie-a5e_defconfig"
77OVERLAY_PREFIX=" sun55i-a527"
88#BOOT_LOGO=" desktop"
99KERNEL_TARGET=" edge"
10- BOOT_FDT_FILE=" sun55i-a527-radxa -a5e.dtb"
10+ BOOT_FDT_FILE=" sun55i-a527-cubie -a5e.dtb"
1111IMAGE_PARTITION_TABLE=" gpt"
1212#IMAGE_PARTITION_TABLE=" msdos"
1313BOOTFS_TYPE=" fat"
@@ -58,4 +58,3 @@ function post_family_tweaks__enable_aic8800_bluetooth_service() {
5858 display_alert " $BOARD" " aic-bluetooth.service not found in image; skipping enable" " warn"
5959 fi
6060}
61-
Original file line number Diff line number Diff line change @@ -10,11 +10,10 @@ source "${BASH_SOURCE%/*}/include/sunxi64_common.inc"
1010
1111declare -g ATFSOURCE='https://github.com/jernejsk/arm-trusted-firmware'
1212declare -g ATF_TARGET_MAP="PLAT=sun55i_a523 DEBUG=1 bl31;;build/sun55i_a523/debug/bl31.bin"
13- declare -g ATFBRANCH="branch:a523"
13+ declare -g ATFBRANCH="branch:a523-v4 "
1414declare -g BOOTPATCHDIR="sunxi-dev-u-boot-a523"
15- declare -g BOOTBRANCH="tag:v2026.01-rc4 "
15+ declare -g BOOTBRANCH="tag:v2026.01-rc5 "
1616
1717write_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}
You can’t perform that action at this time.
0 commit comments