All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] configs/avenger96: bump Uboot version to 2024.01
@ 2024-03-18  9:30 Javad Rahimipetroudi via buildroot
  2024-03-18  9:30 ` [Buildroot] [PATCH 2/2] configs/avenger96: bump Linux version to 6.6.21 LTS Javad Rahimipetroudi via buildroot
  2024-03-18  9:55 ` [Buildroot] [PATCH 1/2] configs/avenger96: bump Uboot version to 2024.01 Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Javad Rahimipetroudi via buildroot @ 2024-03-18  9:30 UTC (permalink / raw)
  To: buildroot; +Cc: Javad Rahimipetroudi, Marleen Vos, Javad Rahimipetroudi

This patch upgrades Uboot version on Avenger96 board

Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@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
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
-- 
2.44.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread
[parent not found: <20240318092759.7874-1-javad.rahimipetroudi@mind.be>]

end of thread, other threads:[~2024-03-18  9:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-18  9:30 [Buildroot] [PATCH 1/2] configs/avenger96: bump Uboot version to 2024.01 Javad Rahimipetroudi via buildroot
2024-03-18  9:30 ` [Buildroot] [PATCH 2/2] configs/avenger96: bump Linux version to 6.6.21 LTS Javad Rahimipetroudi via buildroot
2024-03-18  9:56   ` Peter Korsgaard
2024-03-18  9:55 ` [Buildroot] [PATCH 1/2] configs/avenger96: bump Uboot version to 2024.01 Peter Korsgaard
     [not found] <20240318092759.7874-1-javad.rahimipetroudi@mind.be>
     [not found] ` <20240318092759.7874-2-javad.rahimipetroudi@mind.be>
2024-03-18  9:54   ` [Buildroot] [PATCH 2/2] configs/avenger96: bump Linux version to 6.6.21 LTS Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.