From owner-freebsd-arm@freebsd.org Thu Nov 24 21:22:02 2016 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 40345C54057 for ; Thu, 24 Nov 2016 21:22:02 +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 ABF5E305 for ; Thu, 24 Nov 2016 21:22:01 +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 d4d6c0c2; Thu, 24 Nov 2016 22:21:52 +0100 (CET) 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=ks9/rAKEWfQ+T4vD1ev9qc/gfbM=; b=s6xHyBL41VxWctWv8/7jUe4UuSkS Sd6Joyg+3V0oQiQumvDSVs85rV65Kfyfr/DODG0e8KIAoZtyM3zYNx4xG7I3aDiE NeJZu5LzoeXUvB0+9Tnhnxacs4RT1BxqR7dzwxhFiPjiv21apddkpQOK5DeoA3qi C37Bfrto6XkUps4= 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=bI+grfXtTVgVkuq3px6rLKVOg8grAS5FBn+8TyIwGUByWXCs0Y3PntYT 1BNkHqwXl2KxAkA2qb2dKvJkkGN/MIO/JliMRFrwJ7hMYzmBPDFRdQA0qpYK4QiF JbnINix6jfUj/h8gzma6d3GPVZerZ0q0XjXoPsKgS2tOhJvUeT4= Received: from knuckles.blih.net (ip-54.net-82-216-203.roubaix.rev.numericable.fr [82.216.203.54]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 63cfeaa6 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 24 Nov 2016 22:21:52 +0100 (CET) Date: Thu, 24 Nov 2016 22:21:52 +0100 From: Emmanuel Vadot To: Michael Sperber Cc: freebsd-arm@freebsd.org Subject: Re: Can't get 11.0-RELEASE to boot on Banana PI M3 Message-Id: <20161124222152.dfd02dcafdc25182b6b46e50@bidouilliste.com> In-Reply-To: References: X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; 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: Thu, 24 Nov 2016 21:22:02 -0000 On Thu, 24 Nov 2016 09:23:43 +0100 Michael Sperber wrote: > > I'm new to this list (and to FreeBSD on ARM), so forgive me if I'm > asking something trivial: > > I built a FreeBSD 11.0-RELEASE image for my BPI M3 using Crochet, by the > book as far as I can tell. The result doesn't boot, and I see no > external indication that anything is happening. (I.e. no LEDs blinking, > as they usually do when a working image boots up.) > > This thread: > > http://permalink.gmane.org/gmane.os.freebsd.devel.arm/14466 > > ... led me to believe uboot might currently be broken. Is that indeed > the case? Any instructions I could follow to get a working version. > > Any help would be much appreciated! > > -- > Regards, > Mike Hello, Do you have a serial cable attached ? We do not support HDMI output on this SoC right now so that just might be it. -- Emmanuel Vadot