From owner-freebsd-arm@freebsd.org Wed Jul 5 12:13:24 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52A21DAA06B for ; Wed, 5 Jul 2017 12:13:24 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A7EE47E91A for ; Wed, 5 Jul 2017 12:13:22 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id e35000ba; Wed, 5 Jul 2017 14:13:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=4PsXP0kAEG6X41Mb03cxifQFv38=; b=SOI4Z5piLJth7+mx+5OZPSTs+qVj HtV+ZXOyX5sxZh20dB358eW5XXuG/JsxtKRTe5HsYD1n/N2DMRCjE0wdNCS47TIs iSUmnLrXzTyCmByzuEOq0gvCipDbInE0iD/AMsdsl75RLYM4mXy9N1nm5R1sipcw NswXbu7s7PvSDAc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=atolRGjvZfjBn9fo+POG+Ojt4agZ5fDHQV4n6APnISoUB9+XE+SX0434 GkeqOH86iEYMkhASR6Uv4olQY2qEaG4Gic/nKAN8CHvu1iyh0DQVu7+WktC/tkml cQYw/IaywW3PMpttnre5h3brN/6dOFV+uaMikOQO1aWyVTJ/XDE= Received: from arcadia (evadot.gandi.net [217.70.181.36]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 8dbb0336 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 5 Jul 2017 14:13:14 +0200 (CEST) Date: Wed, 5 Jul 2017 14:13:14 +0200 From: Emmanuel Vadot To: Yoshiro MIHIRA Cc: freebsd-arm , Warner Losh Subject: Re: HummingBoard-i2 does not boot from install image Message-Id: <20170705141314.df91849fa89d767e9d01c25e@bidouilliste.com> In-Reply-To: References: X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2017 12:13:24 -0000 On Wed, 05 Jul 2017 12:01:17 +0000 Yoshiro MIHIRA wrote: > I have HummingBoard-i2 and I could not boot 12.0-CURRENT boot image. > Please let me know to boot 12.0-CURRENT with HummingBoard. > > I tested > FreeBSD-12.0-CURRENT-arm-armv6-CUBOX-HUMMINGBOARD-20170619-r320095.img > > And it does not boot up with below message[NG]. > > U-Boot SPL 2017.01-rc3 (Jun 13 2017 - 02:16:03) > SPL: Unsupported Boot Device! > SPL: failed to boot from all boot devices > ### ERROR ### Please RESET the board ### > > I have a old image > as FreeBSD-11.0-STABLE-arm-armv6-CUBOX-HUMMINGBOARD-20161221-r310359.img > it can boot[OK]. > > Consoles: U-Boot console > Compatible U-Boot API signature found @0x4f7708a8 > > FreeBSD/armv6 U-Boot loader, Revision 1.2 > (root@releng2.nyi.freebsd.org, Wed Dec 21 18:14:05 UTC 2016) > > DRAM: 1024MB > Number of U-Boot devices: 2 > U-Boot env: loaderdev='mmc 0' > Found U-Boot device: disk > Checking unit=0 slice= partition=... good. > Booting from disk0s2a: > /boot/kernel/kernel data=0x6ec964+0x14b69c syms=[0x4+0x7cef0+0x4+0x90376] > > Hit [Enter] to boot immediately, or any other key for command prompt. > Booting [/boot/kernel/kernel] in 4 seconds... > > Thanks > Yoshiro MIHIRA Hello, Can you check the U-Boot version on the 11-STABLE image ? I guess that it's an older version (before we switched the ports to use u-boot-master). I don't have this board so I cannot help more right now, but it seems that it is a u-boot problem. cc imp@ as he made the u-boot switch. Warner do you have this board to test U-Boot on ? -- Emmanuel Vadot