From owner-freebsd-arm@FreeBSD.ORG Sat Aug 31 17:37:12 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 813D1B82 for ; Sat, 31 Aug 2013 17:37:12 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (ip-2-1-0-2.r03.asbnva02.us.ce.gin.ntt.net [IPv6:2001:418:0:5000::16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3BBA62C8D for ; Sat, 31 Aug 2013 17:37:12 +0000 (UTC) Received: from wonderland.m5p.com (localhost [IPv6:::1]) by mailhost.m5p.com (8.14.5/8.14.5) with ESMTP id r7VHb4Sv042376 for ; Sat, 31 Aug 2013 13:37:09 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Message-ID: <522229C0.5030504@m5p.com> Date: Sat, 31 Aug 2013 13:37:04 -0400 From: George Mitchell User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130716 Thunderbird/17.0.7 MIME-Version: 1.0 To: "freebsd-arm@freebsd.org" Subject: What's the recipe? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 on 10.100.0.3 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (mailhost.m5p.com [IPv6:::1]); Sat, 31 Aug 2013 13:37:09 -0400 (EDT) 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: Sat, 31 Aug 2013 17:37:12 -0000 Have you built a working Raspberry Pi image recently? If so, for the benefit of the rest of us, could you share a few secrets? 1. What system did you do the build on? If it was an i386 or amd64, what svn version was it built with? 2. What did you have in /etc/src.conf and /etc/make.conf, both for building the build system itself and for building the RPi? 3. What svn version of /usr/src did you use in building the RPi image? 4. Did you use crochet? If so, what was the last commit in your git log? When I say "working," I'm hoping for the ability to run stably for a number of days, running NFS and CUPS. I've been doing this since January with a precompiled image I downloaded then which worked wonderfully with one of my printers, but not the other one. Now there's a patch that enables both printers to work, and I would love to build a new image. So I've been thrashing around trying to find the answers to the questions above without success. Thanks for any help you can give! -- George