From owner-freebsd-arm@freebsd.org Sat Sep 17 15:07:48 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 E72A8BDE2F1 for ; Sat, 17 Sep 2016 15:07:48 +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 62B89FEA for ; Sat, 17 Sep 2016 15:07:47 +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 320358a7; Sat, 17 Sep 2016 17:07:39 +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=75L8sQALXn9Nbrphlf8orh96YCY=; b=Nb9pltH5UDbduTZsH8P9hOPl5bgY 4wqlUdwZkzoXKSbpt174abzTuztbo670ut5V2n76NLpSfwY8vWSDg9olqsLmWUz0 vGOUDZLFGtXHemuOYwNXkviU3NkzBpeZgfL/kESO6uUY8lwEqmxUZF4lbOY7jxOu 1ck+mNUQzShrtDg= 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=a4GhqO13hDjRxP1K80due+FnDG6RMjHjD/j8o8PSkOVJAapVSYhvbpno BfICpOYxGNadLLwgU7Ed8g6AB7T8f2CMOa72XCqY/qPRt4kNKupSAbwg1tl3NTNv 0UursR7qoamHdmI2NUk96JKsHjyBm3qdAS420qSXU69+4w03Yfk= 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 55dd0063 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 17 Sep 2016 17:07:38 +0200 (CEST) Date: Sat, 17 Sep 2016 17:07:35 +0200 From: Emmanuel Vadot To: =?ISO-8859-1?Q?Mika=EBl?= Urankar Cc: Ed Schouten , "freebsd-arm@freebsd.org" Subject: Re: FreeBSD 11.0-RC2 getting stuck on a Raspberry Pi 2 model B during boot Message-Id: <20160917170735.2371ee67a3538a053c7c783a@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=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Sat, 17 Sep 2016 15:07:49 -0000 On Fri, 16 Sep 2016 21:05:28 +0200 Mika=EBl Urankar wrote: > 2016-09-16 20:34 GMT+02:00 Ed Schouten : > > Hi all, > > > > Because I had mixed experiences using Qemu (some versions work, some > > don't, etc.) I decided to buy a Raspberry Pi 2 model B and a Raspberry > > Pi 3 to do my ARM hacking. > > > > First step: trying to get the Raspberry Pi 2 model B to boot. What I've= done: > > > > 1. Downloaded the .img from freebsd.org > > 2. On Mac OS X, copied the 1 GB image to a 16 GB SD card: > > > > sudo dd if=3DFreeBSD-11.0-RC2-arm-armv6-RPI2.img of=3D/dev/rdisk2 bs=3D= 1024k > > > > 3. Put the SD card in the Raspberry Pi 2 and boot it. > > > > The result: it gets stuck during boot. I also just discovered that I > > don't have a spare USB keyboard, so I can't 'boot -v' yet. > > > > Anyway, I've taken a photo I of the television. Is this a known > > issue that has a trivial workaround? If not, then I guess I'll have to > > start debugging... > > > > http://80386.nl/pub/rpi2-stuck.jpg >=20 > The first boot is always long because of growfs, how long did you wait? > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" This is true, especially with slow or large sd card, it can take a very long time. I suggest to buy an USB<->UART adapter because if you don't need it now you will later. Also if you have access to your dhcpd logs, watch for ip attribution. All ARM images are configured to do dhcp and you can ssh with user/pass freebsd/freebsd. --=20 Emmanuel Vadot