From owner-freebsd-arm@FreeBSD.ORG Mon Feb 16 03:20:48 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 37242872 for ; Mon, 16 Feb 2015 03:20:48 +0000 (UTC) Received: from forward5h.mail.yandex.net (forward5h.mail.yandex.net [IPv6:2a02:6b8:0:f05::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2296F41 for ; Mon, 16 Feb 2015 03:20:47 +0000 (UTC) Received: from web25h.yandex.ru (web25h.yandex.ru [84.201.187.159]) by forward5h.mail.yandex.net (Yandex) with ESMTP id D0997D0067A for ; Mon, 16 Feb 2015 06:20:34 +0300 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web25h.yandex.ru (Yandex) with ESMTP id 6DBBD6260AFA; Mon, 16 Feb 2015 06:20:34 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1424056834; bh=2l8m0sMv3P9ioRQIrx8Q9ojMMCV8MkDROZrzI1gdEQ8=; h=From:To:Subject:Date; b=GZJTKqyojp+cfxClHfKEZUGXM60DR+SjgVSnRDcFH7hYvZ37PjV6GtKowHo9SyoNN mt+91IqaVlwa9pFRDFHkwRK7zbqMW4s6ITflfZ96uSeQOi4PO6pQG6v76yI3BkL1yt GMJrqGbrBWq5H8Lbu06un7lDx25oc/9olGZGrit4= Received: by web25h.yandex.ru with HTTP; Mon, 16 Feb 2015 06:20:33 +0300 From: Poppy Faria To: freebsd-arm@freebsd.org Subject: Building for Raspberry Pi 2 Model B Message-Id: <7500481424056833@web25h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 16 Feb 2015 03:20:33 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 03:20:48 -0000 I just recently ordered a Raspberry Pi 2 Model B. It should be coming in 4 to 6 weeks. In the meantime, is there any way I can figure out how to build FreeBSD from source to be optimized for the ARMv7 architecture? Thank you, cenu