From owner-freebsd-arm@freebsd.org Wed Dec 30 16:48:30 2015 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 3CC47A55FAE for ; Wed, 30 Dec 2015 16:48:30 +0000 (UTC) (envelope-from la5lbtyi@aon.at) Received: from smtpout-fallback.aon.at (smtpout-fallback.aon.at [195.3.96.119]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AD5E1628 for ; Wed, 30 Dec 2015 16:48:28 +0000 (UTC) (envelope-from la5lbtyi@aon.at) Received: (qmail 2018 invoked from network); 30 Dec 2015 16:41:45 -0000 Received: from unknown (HELO smtpout.aon.at) ([172.18.1.201]) (envelope-sender ) by fallback43.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 30 Dec 2015 16:41:45 -0000 Received: (qmail 16156 invoked from network); 30 Dec 2015 16:41:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on WARSBL606.highway.telekom.at X-Spam-Level: Received: from 194-166-159-156.adsl.highway.telekom.at (HELO gandalf.xyzzy) ([194.166.159.156]) (envelope-sender ) by smarthub81.res.a1.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 30 Dec 2015 16:41:37 -0000 X-A1Mail-Track-Id: 1451493697:16123:smarthub81:194.166.159.156:1 Received: from mizar.xyzzy (mizar.xyzzy [192.168.1.19]) by gandalf.xyzzy (8.15.2/8.15.2) with ESMTP id tBUGfaRG019176 for ; Wed, 30 Dec 2015 17:41:37 +0100 (CET) (envelope-from la5lbtyi@aon.at) To: freebsd-arm@freebsd.org From: Martin Birgmeier Subject: Booting a RPI 1 B+ X-Enigmail-Draft-Status: N1110 Organization: MBi at home Message-ID: <56840940.20709@aon.at> Date: Wed, 30 Dec 2015 17:41:36 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2015 16:48:30 -0000 I have prepared a (16 GB) micro SDHC card from ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/arm/armv6/ISO-IMAGES/10.2/Fre= eBSD-10.2-STABLE-arm-armv6-RPI-B-20151229-r292855.img.xz (i.e., dd'd the 480 MB to the card). I have a barebones RPI 1 B+ into which I insert the card. The only available connection is via Ethernet, i.e., no monitor, no keyboard, no serial. After applying power something seems to happen in that after a while, the Ethernet LEDs on the RPI blink in a way typical for Ethernet. However, that's it, specifically my DHCP server never receives a request, nor does the RPI in any way become accessible via Ethernet. In fact, not a single Ethernet frame reaches the DHCP server (checked via tcpdump). After shutting down and doing a binary comparison of the card's contents with the image, there are very few changes; mounting the image and the card and then doing a diff -r shows no differences at all. The filesystem on the card also has not been resized. The RPI runs its original Linux fine. Any pointers as to what is going on? -- Martin