* [Buildroot] [PATCH] configs: Use uboot 2018.07 in asus_tinker_rk3288 config
@ 2018-07-11 12:38 Yannis Damigos
2018-07-14 21:26 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Yannis Damigos @ 2018-07-11 12:38 UTC (permalink / raw)
To: buildroot
Using uboot version 2017.11 creates an sd card image which fails to
boot with the following error:
Missing DTB
### ERROR ### Please RESET the board ###
Updating tinkerboard default configuration to use latest uboot
release 2018.07 creates a sd card image which boot fine.
Signed-off-by: Yannis Damigos <ydamigos@iccs.gr>
---
configs/asus_tinker_rk3288_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/asus_tinker_rk3288_defconfig b/configs/asus_tinker_rk3288_defconfig
index 22e9bcd817..a0df3de8a1 100644
--- a/configs/asus_tinker_rk3288_defconfig
+++ b/configs/asus_tinker_rk3288_defconfig
@@ -10,7 +10,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_12=y
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.11"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.07"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="tinker-rk3288"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
--
2.18.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] configs: Use uboot 2018.07 in asus_tinker_rk3288 config
2018-07-11 12:38 [Buildroot] [PATCH] configs: Use uboot 2018.07 in asus_tinker_rk3288 config Yannis Damigos
@ 2018-07-14 21:26 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-07-14 21:26 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 11 Jul 2018 15:38:29 +0300, Yannis Damigos wrote:
> Using uboot version 2017.11 creates an sd card image which fails to
> boot with the following error:
>
> Missing DTB
> ### ERROR ### Please RESET the board ###
>
> Updating tinkerboard default configuration to use latest uboot
> release 2018.07 creates a sd card image which boot fine.
>
> Signed-off-by: Yannis Damigos <ydamigos@iccs.gr>
> ---
> configs/asus_tinker_rk3288_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-07-14 21:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-11 12:38 [Buildroot] [PATCH] configs: Use uboot 2018.07 in asus_tinker_rk3288 config Yannis Damigos
2018-07-14 21:26 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox