From owner-freebsd-arm@FreeBSD.ORG Sun Dec 23 21:38:49 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A0C2165 for ; Sun, 23 Dec 2012 21:38:49 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from smtp4.clear.net.nz (smtp4.clear.net.nz [203.97.37.64]) by mx1.freebsd.org (Postfix) with ESMTP id 09F3A8FC12 for ; Sun, 23 Dec 2012 21:38:48 +0000 (UTC) Received: from mxin1-orange.clear.net.nz (lb2-srcnat.clear.net.nz [203.97.32.237]) by smtp4.clear.net.nz (CLEAR Net Mail) with ESMTP id <0MFI00G9N6SFXN40@smtp4.clear.net.nz> for freebsd-arm@freebsd.org; Mon, 24 Dec 2012 10:38:40 +1300 (NZDT) Received: from 202-0-48-19.paradise.net.nz (HELO localhost) ([202.0.48.19]) by smtpin1.paradise.net.nz with ESMTP; Mon, 24 Dec 2012 10:38:38 +1300 Date: Mon, 24 Dec 2012 10:38:25 +1300 From: Andrew Turner Subject: Raspberry Pi EABI test image To: freebsd-arm@freebsd.org Message-id: <20121224103825.086cd584@fubar.geek.nz> MIME-version: 1.0 X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; i386-portbld-freebsd8.1) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Pirate: Arrrr 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: Sun, 23 Dec 2012 21:38:49 -0000 I have made a test image built from the EABI branch for the Raspberry Pi. It is available from: http://people.freebsd.org/~andrew/rpi/rpi-eabi-r244581.img.xz I would appreciate it if people with a Raspberry Pi could test this as I am likely to start merging EABI support into head early next year. As far as I can tell everything should work with the exception of gdb which is known to be broken. To load the image you need to uncompress the file and run a command similar to: dd if=rpi-eabi-r244581.img of=/dev/mmcsd0 Changing the of= device as required for your system. The SD card should boot into FreeBSD with the console on the HDMI port and a login prompt on the UART. Andrew