From patchwork Wed Jul 11 12:38:29 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yannis Damigos X-Patchwork-Id: 942476 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=iccs.gr Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=iccs.gr header.i=@iccs.gr header.b="MrcOvhBb"; dkim-atps=neutral Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41Qdsk5QlVzB4MN for ; Wed, 11 Jul 2018 22:38:50 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BF30081693; Wed, 11 Jul 2018 12:38:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QO1BswRvy2p1; Wed, 11 Jul 2018 12:38:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 6D5E88786E; Wed, 11 Jul 2018 12:38:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 5DC561C220E for ; Wed, 11 Jul 2018 12:38:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5B5E687CB8 for ; Wed, 11 Jul 2018 12:38:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OreADoiP9N6g for ; Wed, 11 Jul 2018 12:38:41 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.iccs.gr (mail.iccs.gr [147.102.5.5]) by hemlock.osuosl.org (Postfix) with ESMTPS id 18C8087982 for ; Wed, 11 Jul 2018 12:38:41 +0000 (UTC) Received: from mail.iccs.gr (localhost [127.0.0.1]) by mail.iccs.gr (Postfix) with ESMTP id D683C1CC008A for ; Wed, 11 Jul 2018 15:38:38 +0300 (EEST) Authentication-Results: mail.iccs.gr (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=iccs.gr DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iccs.gr; h= x-mailer:message-id:date:date:subject:subject:to:from:from; s= dkim; t=1531312717; x=1532176718; bh=ER7m24O+nspG6XZN7ehSULml+CG IddaE+u3dLYstgoQ=; b=MrcOvhBbsYKEa0HwMXtYb2MZyE47SduZTyphp1lCqxp cbojCASZNIZSaSuUsAPd1bY6GfIDP2u5LxrdzHIRIVvZAIsndcfAt1yWX3zh8eeW z+Dx6pmVoTzHer0uXJ981wEW0KwSC1DndMyjhAA+09yoSduExSCEjzWP3dWl542g = X-Virus-Scanned: Debian amavisd-new at mail.iccs.gr Received: from mail.iccs.gr ([127.0.0.1]) by mail.iccs.gr (mail.iccs.gr [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id f1whAia8irEj for ; Wed, 11 Jul 2018 15:38:37 +0300 (EEST) Received: from localhost.localdomain (chios.esd.ece.ntua.gr [147.102.5.180]) by mail.iccs.gr (Postfix) with ESMTPSA id C5A301CC0087; Wed, 11 Jul 2018 15:38:37 +0300 (EEST) From: Yannis Damigos To: buildroot@buildroot.org Date: Wed, 11 Jul 2018 15:38:29 +0300 Message-Id: <20180711123829.29277-1-ydamigos@iccs.gr> X-Mailer: git-send-email 2.18.0 Subject: [Buildroot] [PATCH] configs: Use uboot 2018.07 in asus_tinker_rk3288 config X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Yannis Damigos , jagan@amarulasolutions.com MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "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 --- 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