From owner-soc-status@FreeBSD.ORG Tue Jul 10 11:12:13 2012 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 71522106564A for ; Tue, 10 Jul 2012 11:12:13 +0000 (UTC) (envelope-from adutkowski@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3829C8FC0C for ; Tue, 10 Jul 2012 11:12:13 +0000 (UTC) Received: by obbun3 with SMTP id un3so2463704obb.13 for ; Tue, 10 Jul 2012 04:12:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=fv0ZueSP5mrIdIxuEvO2zunTy6ZiEK7iVIlP1/ySSjE=; b=dpjTlHQKfqphnh4e7Ydkyl/yqvLi3S/wcAcmESHUwnaAYF+giEEIdZyvvAD2IsQg9b neT7dKSbyZbuKAc3H/O3rz8JFf12a0kmEfQQp2/aa00R7lDrPFbigMJ6fENLNIbC6wGS 8TAqNwcI3+FXvsUgVGX8WTYqplTyM7ViNpcCQPnChuA0MJPriO/ozbqv6XgnNMUMu9BO 5hDnthrHR2ZuhF7l2Jaz533JKPdEWU2DvrMvgMoCil2wJQ+Ortrg5nsA+azehHWSpIMH 7ePbO8fmMUsJ7Ip60tVcLgQ9ueP1YtKnIdSBrTQv3fi2XzxSBcA8r4CTysJ9PKiD8MKt 3fHA== MIME-Version: 1.0 Received: by 10.182.76.168 with SMTP id l8mr40785651obw.49.1341918732682; Tue, 10 Jul 2012 04:12:12 -0700 (PDT) Sender: adutkowski@gmail.com Received: by 10.76.6.4 with HTTP; Tue, 10 Jul 2012 04:12:12 -0700 (PDT) Date: Tue, 10 Jul 2012 13:12:12 +0200 X-Google-Sender-Auth: vEAzvuM5qVPPRWDSqBp20H46Nwg Message-ID: From: Aleksander Dutkowski To: soc-status@freebsd.org, Rafal Jaworowski Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: #7 Status Report - FreeBSD/arm on BeagleBoard-xM X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2012 11:12:13 -0000 Things done last week: * boot fbsd from SD card - I have some problems with that, because Ive built world from head, instead of armv6 - this resulted in SIGSEGV. Ive don this, because world in armv6 seems to be broken. Now, I have minirootfs on SD card built from armv6. Things to do this week: * build full world from armv6 (Ive seen some new patches, maybe they fix them) * refactoring (not done last week) -- regards aleek