From owner-freebsd-arm@freebsd.org Wed Sep 27 14:18:34 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 72492E051CE for ; Wed, 27 Sep 2017 14:18:34 +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 D819D749C8 for ; Wed, 27 Sep 2017 14:18:32 +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 d5dfd954; Wed, 27 Sep 2017 16:18:24 +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=PXNYl5wViFg3dho/h9FaxWgQexc=; b=e7jHfho3n0d995Lej18gJQvcI7Zt oRUzME6LQ495F4qUpS4E2EN1dPIiqxKu+/hrsLz0YnN00J1co5A3dtPSeVNRa4US 9pWkf2NhiTII25g0UWSPqLAh8bo7vEVuHUFUJqBD652bBWOG6XpeHN12CV0ucSX2 ydNq45IlP4Mjk54= 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=htBPOIE4Oah7TNhAd6oFDWbAWMy7REMAx7+PPhtwiHBcbedkPdHxXL/U svq5mjWNxLikcBdf3LI1b/jZaxLInUvnAqr5yQbyPLvr7x2cZXku5vGo/K8w+PCA cGS1HaGHTjvIFYieLrkuG7HbcfjPnV3eUZEZsPAyLuj8ap9e3vg= Received: from arcadia (evadot.gandi.net [217.70.181.36]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 759ae2fe TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 27 Sep 2017 16:18:20 +0200 (CEST) Date: Wed, 27 Sep 2017 16:18:19 +0200 From: Emmanuel Vadot To: Nomad Esst Cc: Nomad Esst via freebsd-arm Subject: Re: FreeBSD 11 on Banana-Pi M3 A83t Message-Id: <20170927161819.6e36cd53a76f9e75b782a3b3@bidouilliste.com> In-Reply-To: <312104517.10213240.1506511560284@mail.yahoo.com> References: <312104517.10213240.1506511560284.ref@mail.yahoo.com> <312104517.10213240.1506511560284@mail.yahoo.com> 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, 27 Sep 2017 14:18:34 -0000 On Wed, 27 Sep 2017 11:26:00 +0000 (UTC) Nomad Esst via freebsd-arm wrote: > Hello allI have created an image using Crochet build tool for my BPi M3 board. I have burnt it on it's on-board 4GB EMMC. When I try to boot the board, I get the following error: > > U-Boot SPL 2016.05 (Aug 13 2017 - 05:07:01)DRAM: 2048 MiBCard did not respond to voltage select!Could not determine boot source > resetting ... > What should I do? > Thanks in advance. Our U-Boot is probably not recent enough to support the eMMC. A83T support is not really great even in Linux or U-Boot. You could try updating u-boot to use the u-boot-master port (which curently track the 2017.07 version of U-Boot). -- Emmanuel Vadot