[Buildroot] [PATCH 1/2] configs/avenger96: bump Uboot version to 2024.01

Arnout Vandecappelle arnout at mind.be
Mon Mar 18 10:31:12 UTC 2024



On 18/03/2024 10:27, Javad Rahimipetroudi wrote:
> This patch upgrades Uboot version on Avenger96 board
> 
> Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi at essensium.com>
> ---
>   board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf | 2 +-
>   configs/avenger96_defconfig                               | 4 ++--
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf b/board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf
> index 5d506b3dae..7d6d7f8a44 100644
> --- a/board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf
> +++ b/board/arrow/avenger96/overlay/boot/extlinux/extlinux.conf
> @@ -1,4 +1,4 @@
>   label stm32mp157c-dk2-buildroot
>     kernel /boot/zImage
>     devicetree /boot/stm32mp157a-dhcor-avenger96.dtb
> -  append root=/dev/mmcblk1p4 rootwait
> +  append root=/dev/mmcblk0p4 rootwait

  You should explain why this changes. It's particularly surprising that this 
changes since there is no change in the kernel...

  Regards,
  Arnout

> diff --git a/configs/avenger96_defconfig b/configs/avenger96_defconfig
> index 536899583c..45600ef2fe 100644
> --- a/configs/avenger96_defconfig
> +++ b/configs/avenger96_defconfig
> @@ -29,13 +29,13 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
>   # Bootloaders
>   BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
>   BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y
> -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.6"
> +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.8"
>   BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="stm32mp1"
>   BR2_TARGET_ARM_TRUSTED_FIRMWARE_FIP=y
>   BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
>   BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_AS_BL33=y
>   BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_BL33_IMAGE="u-boot-nodtb.bin"
> -BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES="STM32MP_SDMMC=1 AARCH32_SP=sp_min DTB_FILE_NAME=stm32mp157a-avenger96.dtb E=0 BL33_CFG=$(BINARIES_DIR)/u-boot.dtb"
> +BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES="STM32MP_SDMMC=1 PLAT=stm32mp1 AARCH32_SP=sp_min DTB_FILE_NAME=stm32mp157a-dhcor-avenger96.dtb BL33_CFG=$(BINARIES_DIR)/u-boot.dtb"
>   BR2_TARGET_ARM_TRUSTED_FIRMWARE_IMAGES="fip.bin *.stm32"
>   BR2_TARGET_ARM_TRUSTED_FIRMWARE_NEEDS_DTC=y
>   BR2_TARGET_UBOOT=y



More information about the buildroot mailing list