Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/mx6cubox: bump U-Boot version
@ 2020-10-13 10:37 Francois Perrad
  2020-10-13 11:35 ` Thomas Petazzoni
  0 siblings, 1 reply; 8+ messages in thread
From: Francois Perrad @ 2020-10-13 10:37 UTC (permalink / raw)
  To: buildroot

now, the build requires host-swig
which is given by BR2_TARGET_UBOOT_NEEDS_PYLIBFDT

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 configs/mx6cubox_defconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configs/mx6cubox_defconfig b/configs/mx6cubox_defconfig
index 2d711dc56..5ed28e53c 100644
--- a/configs/mx6cubox_defconfig
+++ b/configs/mx6cubox_defconfig
@@ -32,8 +32,10 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.07"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="mx6cuboxi"
+BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
+BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="SPL"
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] configs/mx6cubox: bump U-Boot version
@ 2020-10-11 15:32 Francois Perrad
  2020-10-11 15:42 ` Fabio Estevam
  2020-10-12 20:33 ` Thomas Petazzoni
  0 siblings, 2 replies; 8+ messages in thread
From: Francois Perrad @ 2020-10-11 15:32 UTC (permalink / raw)
  To: buildroot

since 2020.04 version, the enumeration of MMC has changed,
so the boot script must be updated

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 board/solidrun/mx6cubox/boot.scr.txt | 6 +++---
 configs/mx6cubox_defconfig           | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/board/solidrun/mx6cubox/boot.scr.txt b/board/solidrun/mx6cubox/boot.scr.txt
index 7a8aa4bd5..e4cf81478 100644
--- a/board/solidrun/mx6cubox/boot.scr.txt
+++ b/board/solidrun/mx6cubox/boot.scr.txt
@@ -1,7 +1,7 @@
-setenv finduuid "part uuid mmc 0:1 uuid"
+setenv finduuid "part uuid mmc 1:1 uuid"
 run finduuid
 run findfdt
 setenv bootargs "console=ttymxc0,115200 root=PARTUUID=${uuid} rootwait rootfstype=ext4"
-load mmc 0:1 ${fdt_addr} boot/${fdtfile}
-load mmc 0:1 ${loadaddr} boot/zImage
+load mmc 1:1 ${fdt_addr} boot/${fdtfile}
+load mmc 1:1 ${loadaddr} boot/zImage
 bootz ${loadaddr} - ${fdt_addr}
diff --git a/configs/mx6cubox_defconfig b/configs/mx6cubox_defconfig
index dc26758ef..2d711dc56 100644
--- a/configs/mx6cubox_defconfig
+++ b/configs/mx6cubox_defconfig
@@ -32,7 +32,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.01"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.07"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="mx6cuboxi"
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_SPL=y
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-10-13 11:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-13 10:37 [Buildroot] [PATCH] configs/mx6cubox: bump U-Boot version Francois Perrad
2020-10-13 11:35 ` Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2020-10-11 15:32 Francois Perrad
2020-10-11 15:42 ` Fabio Estevam
2020-10-11 17:34   ` François Perrad
2020-10-11 17:59     ` Baruch Siach
2020-10-11 22:57       ` Fabio Estevam
2020-10-12 20:33 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox