Skip to content

Commit 4648add

Browse files
authored
radxa-cubie-a5e: maint and fixes (#9152)
* radxa-.cubie-a5e: bump atf branch to v4 and fix fdt file name * bump u-boot to rc5 because why not? * potential fix for corrupted images
1 parent b003d6c commit 4648add

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

config/boards/radxa-cubie-a5e.csc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BOOTCONFIG="radxa-cubie-a5e_defconfig"
77
OVERLAY_PREFIX="sun55i-a527"
88
#BOOT_LOGO="desktop"
99
KERNEL_TARGET="edge"
10-
BOOT_FDT_FILE="sun55i-a527-radxa-a5e.dtb"
10+
BOOT_FDT_FILE="sun55i-a527-cubie-a5e.dtb"
1111
IMAGE_PARTITION_TABLE="gpt"
1212
#IMAGE_PARTITION_TABLE="msdos"
1313
BOOTFS_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-

config/sources/families/sun55iw3.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ source "${BASH_SOURCE%/*}/include/sunxi64_common.inc"
1010

1111
declare -g ATFSOURCE='https://github.com/jernejsk/arm-trusted-firmware'
1212
declare -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"
1414
declare -g BOOTPATCHDIR="sunxi-dev-u-boot-a523"
15-
declare -g BOOTBRANCH="tag:v2026.01-rc4"
15+
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)