From owner-freebsd-arm@FreeBSD.ORG Tue Aug 6 14:11:30 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A04D65D8 for ; Tue, 6 Aug 2013 14:11:30 +0000 (UTC) (envelope-from shigeru@os-hackers.jp) Received: from mail2.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id 72B0B20A8 for ; Tue, 6 Aug 2013 14:11:30 +0000 (UTC) Received: from localhost (w142149.ppp.asahi-net.or.jp [121.1.142.149]) by mail2.asahi-net.or.jp (Postfix) with ESMTP id 53DB33ED5F for ; Tue, 6 Aug 2013 23:11:23 +0900 (JST) Date: Tue, 06 Aug 2013 23:10:16 +0900 (JST) Message-Id: <20130806.231016.41648149.shigeru@os-hackers.jp> To: freebsd-arm@freebsd.org Subject: exporting my private RaspberryPi/clang binary and binary packages From: shigeru@os-hackers.jp X-Mailer: Mew version 3.3 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Aug 2013 14:11:30 -0000 Hi all, I make FreeBSD/RaspberryPi Image at 2013/08/02 (r253877). It seems me stable. Now it works 4 days and I make some binary packages at native environmet. [root@rpi ~]# uname -a FreeBSD rpi.mercury.tokyo.iiji.jp 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r253877: Fri Aug 2 10:22:58 JST 2013 root@mercury.tokyo.iiji.jp:/root/rpi/build/work/obj/arm.armv6/root/rpi/build/work/src/sys/RPI-B arm [root@rpi ~]# uptime 10:56PM up 4 days, 9:36, 2 users, load averages: 0.18, 0.14, 0.15 I use my tool for creating an environemt to build SD image. If you have an interest my image and tool, you can download from following URL. - tool -- http://freebsd-current.os-hackers.jp/pub/FreeBSD/tools/freebsd_pi/ - SD image: -- http://freebsd-current.os-hackers.jp/pub/FreeBSD/snapshots/20130802/ --- root password is 'freebsd-pi' - package images: -- http://freebsd-current.os-hackers.jp/pub/FreeBSD/ports/arm/packages-10-current/ Thanks, --- YAMAMOTO Shigeru