Skip to content

Commit 728689a

Browse files
author
Pradeep Peddamallu
committed
Merge branch 'for-iio-vision' into 'iio-vision'
Updates to buildroot for Vision Zynq 2023a release See merge request EmbeddedLinux/buildroot!177
2 parents f27caf2 + 2c68f8d commit 728689a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

board/mathworks/apps/visionzynq/boards/zcu106_imx274/defconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ BR2_TARGET_UBOOT_BOARD_DEFCONFIG="xilinx_zynqmp_virt"
55
BR2_PACKAGE_XILINX_BOOTLOADER_UBOOT_TARGET_DIR="board/xilinx/zynqmp/zynqmp-zcu106-revA"
66

77
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://insidelabs-git.mathworks.com/EmbeddedLinux/linux.git"
8-
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="mathworks_zynq_vision_imx274_R22.2.0"
8+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="mathworks_zynq_vision_imx274_R23.1.0"
99

1010
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://insidelabs-git.mathworks.com/EmbeddedLinux/uboot.git"
11-
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="mathworks_zynq_vision_imx274_R22.2.0"
11+
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="mathworks_zynq_vision_imx274_R23.1.0"
1212

1313
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="xilinx-v2020.2"
1414
BR2_PACKAGE_XILINX_BOOTLOADER_BOOTGEN_PATH="/opt/Xilinx/SDK/2020.2/bin/bootgen"

board/mathworks/zynq/defconfig/common.defconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "arm_common.defconfig"
55
#ifdef BUILD_MODE_NORMAL
66
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mathworks/xilinx-linux.git"
7-
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="mathworks_zynq_vision_R22.2.0"
7+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="mathworks_zynq_vision_R23.1.0"
88
BR2_LINUX_KERNEL_UIMAGE=y
99
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
1010
#endif
@@ -25,7 +25,7 @@ BR2_TARGET_UBOOT_NEEDS_DTC=y
2525
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
2626
BR2_TARGET_UBOOT_CUSTOM_GIT=y
2727
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/mathworks/xilinx-uboot.git"
28-
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="mathworks_zynq_vision_R22.2.0"
28+
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="mathworks_zynq_vision_R23.1.0"
2929
BR2_PACKAGE_XILINX_BOOTLOADER=y
3030
BR2_PACKAGE_XILINX_BOOTLOADER_BOOTGEN_PATH="/opt/Xilinx/SDK/2018.2/bin/bootgen"
3131
#endif

board/mathworks/zynqmp/defconfig/common.defconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "aarch64_common.defconfig"
55
#ifdef BUILD_MODE_NORMAL
66
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mathworks/xilinx-linux.git"
7-
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="mathworks_zynq_vision_R22.2.0"
7+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="mathworks_zynq_vision_R23.1.0"
88
BR2_LINUX_KERNEL_UIMAGE=y
99
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
1010
#endif
@@ -25,7 +25,7 @@ BR2_TARGET_UBOOT_NEEDS_DTC=y
2525
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
2626
BR2_TARGET_UBOOT_CUSTOM_GIT=y
2727
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/mathworks/xilinx-uboot.git"
28-
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="mathworks_zynq_vision_R22.2.0"
28+
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="mathworks_zynq_vision_R23.1.0"
2929
BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
3030
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
3131
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/Xilinx/arm-trusted-firmware.git"

0 commit comments

Comments
 (0)