From owner-freebsd-arm@FreeBSD.ORG Fri May 15 04:53:31 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E51AC69 for ; Fri, 15 May 2015 04:53:31 +0000 (UTC) Received: from mail-qg0-f41.google.com (mail-qg0-f41.google.com [209.85.192.41]) (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 C8F0E1243 for ; Fri, 15 May 2015 04:53:30 +0000 (UTC) Received: by qgfi89 with SMTP id i89so48211205qgf.1 for ; Thu, 14 May 2015 21:53:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=BXdrlxEK2nSgCXBRW9Ba3LWJJ9m6ry8RMjU2VmiD84c=; b=Rt2Dw813vY9rJrAyRdhMjQ0akVjdIpnt5CY4qlAytON88gRhDrt8ZToZo/v27q/eVL /zC2AQfhBbbpmU/pjKL6vI4kJJuGkLNKR85p+GsQq1ninze3FBtfbHOU7c54LEVAR6WG PWIGmrpMXnx2YWMmc42kshRo7CDGretKDJiommcW51q6D1k9rf3agfm6x++RDLTp+0nR 13bSvrs03rnnf1/YIBmkeQ8L0Cv6Pop5539BdsfhvlkRhZmwYV51PL3yNLqxPq6Y8ume dTdJdf4aPBTtlUuZu2yQeWzZ0V892iy6u9lx58SmYkVVl/JACZOxIW9sss0/BulAe9jg 9oYw== X-Gm-Message-State: ALoCoQk4MB6Qcz8VII1FOhVs7GsS79/NFs0UGKrHZuNyZptwS1yxIfWp+ZaDQYIhqPIiQPrzDMzq MIME-Version: 1.0 X-Received: by 10.55.24.215 with SMTP id 84mr16563054qky.8.1431662491973; Thu, 14 May 2015 21:01:31 -0700 (PDT) Received: by 10.229.15.6 with HTTP; Thu, 14 May 2015 21:01:31 -0700 (PDT) Received: by 10.229.15.6 with HTTP; Thu, 14 May 2015 21:01:31 -0700 (PDT) Date: Thu, 14 May 2015 21:01:31 -0700 Message-ID: Subject: FreeBSD 10.x on Raspberry Pi 2 From: Tim Gustafson To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Fri, 15 May 2015 04:53:31 -0000 Hi, I see there's a snapshot image for RPIB in the 10.x snapshot folder, and an RPI2 image in the 11.x snapshot folder. I have 10.x running on my RPIB but can't seem to get the 11.x image to boot on the RPI2. (It hangs on the rainbow screen.) I know the 11.x branch is under heavy development still, so I was wondering what the prognosis is for building a 10.x image for the RPI2. I'm finding a lot of conflicting information on Google and I suspect that's because the RPI2 is fairly new, so I was hoping someone here could give me the definitive answer for how to get 10.x on an RPI2. If I do a build/install world on the RPIB with the most up-to-date 10.x source, will that give me a bootable installation that I could take the SD card out of the RPIB and drop it into the RPI2? Or do I have to cross compile from an Intel machine and then use crochet? Thanks in advance for any pointers and help.