From owner-freebsd-arm@freebsd.org Sun Dec 6 07:16:37 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 207F6A3BFCF for ; Sun, 6 Dec 2015 07:16:37 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x233.google.com (mail-vk0-x233.google.com [IPv6:2607:f8b0:400c:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C939C1BEA for ; Sun, 6 Dec 2015 07:16:36 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by vkca188 with SMTP id a188so87788281vkc.0 for ; Sat, 05 Dec 2015 23:16:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=ZwYUD6T1G/WY9bUR3eqavNt8PKLKvLfKx7nhwCl23uI=; b=mFTaR1rzxw74XNBwbLnRusWHMeqpXiUwt9Mxb6AMNxtBeQl7P8i26QsZa817nPpeCI D+p+9clp6IwDYCG9Js4XGsogI0k5OKVG0p4JXfEzbifjLoLjZMYvaX0Mb0nzn6ZiDU+e Adu6XHqaxeE8MZvV1PUVYtaKuSUoRLzjZIh24qdpPhfXvFwvO8slpAjYXAHUEfKP5L2p bmc32r1cl0DpeyqDSIgiL7yIPiLDeMSoDoGcaorv2+TJUd39BDx20lVVR0Ef/pCmHy23 QDJXz+RuvhzVghKPV5Ivx/kwVgDFOeSfptcNOZqLo8zMZuJcE19YaHe+NRQ7bT9Qf7jx H//Q== MIME-Version: 1.0 X-Received: by 10.31.168.143 with SMTP id r137mt18359309vke.13.1449386195416; Sat, 05 Dec 2015 23:16:35 -0800 (PST) Received: by 10.31.47.137 with HTTP; Sat, 5 Dec 2015 23:16:35 -0800 (PST) In-Reply-To: <4D7C44B3-8135-4431-A07B-6135284D0C02@bsdimp.com> References: <44D770D9-F1EF-461E-BB1A-8A19E9FB4BC8@rcn.com> <4D7C44B3-8135-4431-A07B-6135284D0C02@bsdimp.com> Date: Sat, 5 Dec 2015 23:16:35 -0800 Message-ID: Subject: Re: Raspberry Pi Zero From: Russell Haley Cc: Erik Moe , freebsd-arm Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Sun, 06 Dec 2015 07:16:37 -0000 For what it's worth, I found this the other day... https://www.bidouilliste.com/blog/2015/11/27/Porting-FreeBSD-to-a-new-ARM-B= oard-Part-1/ Cheers, Russ On Sat, Dec 5, 2015 at 8:20 AM, Warner Losh wrote: > > > On Dec 5, 2015, at 8:14 AM, Erik Moe wrote: > > > > I got my hands on one of the new Raspberry Pi Zeros. I was curious if > would run the latest version of FreeBSD so I downloaded the latest > snapshot, FreeBSD-11.0-CURRENT-arm-armv6-RPI-B-20151130-r291495.img. > Unfortunately it doesn=E2=80=99t boot. There is no output to the console= and the > activity LED doesn=E2=80=99t light. I know there was a new release of Ra= spbian > Jessie to support the Zero and I was successful in getting that to run, b= ut > I was wondering if anybody knew what the issue might be and what it would > take to get FreeBSD to run on the Zero. > > I haven=E2=80=99t looked, but most likely a new u-boot and/or other firmw= are is > required. From what I understand of the board itself, though, the RPI-B > kernel has an excellent chance of running on it. > > Warner > >