Skip to content

Commit f4783ec

Browse files
authored
Update the version of U-boot used with Radxa rock 4 se to v2025.04 (#8115)
* Update rock-4se.csc Update the version of U-boot used with rock 4 se. Tested locally on my board after building an armbian image. ubuntu@rock-4se:~$ strings /dev/mmcblk1 | grep U-Boot U-Boot SPL 2025.04-armbian-2025.04-S3482-P4a0b-H3d34-Va9af-Bb703-R448a (Apr 22 2025 - 10:05:17 +0000) U-Boot phase U-Boot FIT image for U-Boot with bl31 (TF-A) * Use BOOTCONFIG="rock-4se-rk3399_defconfig" and remove BOOTPATCHDIR * Removed old comment * Update rock-4se.csc Revert BOOTCONFIG and update BOOT_FDT_FILE="rk3399-rock-4se.dtd" * Update rock-4se.csc Set BOOTCONFIG="rock-4se-rk3399_defconfig"
1 parent cae5701 commit f4783ec

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

config/boards/rock-4se.csc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
BOARD_NAME="Rock 4SE"
33
BOARDFAMILY="rockchip64"
44
BOARD_MAINTAINER=""
5-
BOOTBRANCH_BOARD="tag:v2023.10-rc2"
6-
#BOOTCONFIG="rock-4se-rk3399_defconfig" ## irony being we chose mainline uboot because of support for this board but its broken
7-
BOOTCONFIG="rock-pi-4-rk3399_defconfig"
8-
BOOTPATCHDIR='v2023.10-rc2'
5+
BOOTBRANCH_BOARD="tag:v2025.04"
6+
BOOTCONFIG="rock-4se-rk3399_defconfig"
97
KERNEL_TARGET="current,edge"
108
KERNEL_TEST_TARGET="current"
119
FULL_DESKTOP="yes"
1210
BOOT_LOGO="desktop"
13-
BOOT_FDT_FILE="rockchip/rk3399-rock-pi-4b.dtb"
11+
BOOT_FDT_FILE="rockchip/rk3399-rock-4se.dtb"
1412
BOOT_SCENARIO="spl-blobs"
1513
BOOT_SUPPORT_SPI="yes"
1614
BL31_BLOB="rk33/rk3399_bl31_v1.36.elf"

0 commit comments

Comments
 (0)