From owner-freebsd-arm@freebsd.org Sat Jun 25 02:03:32 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 A5FFDB73A2D for ; Sat, 25 Jun 2016 02:03:32 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-it0-x236.google.com (mail-it0-x236.google.com [IPv6:2607:f8b0:4001:c0b::236]) (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 71B3D2C8C for ; Sat, 25 Jun 2016 02:03:32 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by mail-it0-x236.google.com with SMTP id a5so28788836ita.1 for ; Fri, 24 Jun 2016 19:03:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chen-org-nz.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=voaYqg79ohalUzQzKi1qhysCPpMlDdd4XXEuBEADMMc=; b=QzrjbNCJF3IEWsipclNDB6YWqB77I/RN5WjDULzDjNe2nnNavphVkBYSRFo1ufH96z F/5R9dYwWMu5g9bb4qjd4l85L6bbPCk79WyppdG+8d3kVB7szVG5PpBD4UvRgHbbzBGJ BZcLGJU2F3kXRr/VHgOwYRBL1lFUfvrpMl5FTezDpJXl62H2AM1eTu1eTp7XyimAtgAs K0yyeFWfv/AkmAka6s1BFOQnKLIW590QtFJbdmfir3JiJJPd7Qp7f2lKI2usJ1/A5ib9 JMBAnzGYgxYboW+mwevbRVl+tJ4n3HDrV721PZ8S9cPh/hIT+pjNrh/xaY47dSjvVqh7 vdMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=voaYqg79ohalUzQzKi1qhysCPpMlDdd4XXEuBEADMMc=; b=hJkR9kFDKhseQlEAPDv/atmwRyBKg+JkWy1RX3abrP32xcKubUUo/FIo+Sm95BOAya 8bUDZGRnH1eUkxWB5LY+FFyfHHtc5BTbJwS85/ZDG1TsWm7Ux0N5UUIHuOllc8JDrQiV Hay9SztLWynShs0EY0zX/jBI2AD/mqmTYoFeOW1xoIgGaPchpo+h1Y+TuRyKyBjQEdAJ zoPj+D2UHsUoeYlFRSKdC7rGHzQXDVQaOa4hjyK1XtA7lvpPOkcu1h6+pgSbuu2bz0u+ czJmpeBkjOf7rU1X6lAjlrrF7KGIaHRHTA7JZGt06oE60q9E02N/FUbOd8mU51wLCUSh Aiug== X-Gm-Message-State: ALyK8tKbOEJ1iwo24iicgkacZ9hDbcIFZ5SRpdrs/q7NhUDdmhz4YOj9gVg0wmkzZuv0SKXB9NuVe+Flsb2daA== X-Received: by 10.36.36.4 with SMTP id f4mr763660ita.29.1466820211652; Fri, 24 Jun 2016 19:03:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.134.4 with HTTP; Fri, 24 Jun 2016 19:03:31 -0700 (PDT) X-Originating-IP: [101.53.221.52] In-Reply-To: <20160625015923.GA18229@FreeBSD.org> References: <20160625015923.GA18229@FreeBSD.org> From: Jonathan Chen Date: Sat, 25 Jun 2016 14:03:31 +1200 Message-ID: Subject: Re: FreeBSD 10.3/arm on Raspberry Pi 2 To: Glen Barber Cc: freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2016 02:03:32 -0000 On 25 June 2016 at 13:59, Glen Barber wrote: > On Sat, Jun 25, 2016 at 01:31:10PM +1200, Jonathan Chen wrote: >> Hi, >> >> I recently downloaded FreeBSD-10.3-RELEASE-arm-armv6-RPI-B.img to try >> on my Raspberry Pi 2B, and am having problems booting it up. I've >> dd'ed the image onto a 16Gb SD card, but on boot, my HDMI connected TV >> just shows the rainbow coloured display. The familiar FreeBSD boot >> output does not appear. I've re-tried with 10.2-RELEASE and the same >> problem occurs. >> >> I've made sure that the SD card and the Pi is functional - I resused >> the SD card to boot up OSMC. >> >> Did I miss something obvious? >> > > RPI2 isn't supported for 10.3. You need 11.0. > Ah. Thanks for that. I didn't realise that as it wasn't obvious on the 10.3 Release page. Cheers. -- Jonathan Chen