What's the recipe?
Takeshi Taguchi
taguchi949 at gmail.com
Sun Sep 1 11:07:26 UTC 2013
On Sat, 31 Aug 2013 13:37:04 -0400
George Mitchell <george+freebsd at m5p.com> wrote:
> 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?
there are no secrets ;-)
> 1. What system did you do the build on? If it was an i386 or amd64,
> what svn version was it built with?
amd64 on virtualbox.
# uname -a
FreeBSD amd64-01 10.0-CURRENT FreeBSD 10.0-CURRENT #10 r255093M: Sat Aug 31
21:41:10 JST 2013 root at amd64-01:/usr/obj/usr/src/sys/VIRTUALBOX amd64
>
> 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?
i use same make|src.conf for pi and amd64.
% egrep -v ^# /etc/make.conf
COPTFLAGS= -O -pipe
TOP_TABLE_SIZE= 101
WITH_PKGNG=YES
NO_WERROR=
WERROR=
PERL_VERSION=5.14.4
WITH_NEW_XORG=yes
% egrep -v ^# /etc/src.conf
MALLOC_PRODUCTION=YES
i think we stil need MALLOC_PRODUCTION. because jemalloc issue
does not fixed yet.
>
> 3. What svn version of /usr/src did you use in building the RPi image?
% uname -a
FreeBSD raspberry-pi 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255093M: Sun Sep 1
02:25:56 JST 2013 root at amd64-01:/usr/home/armdevel/crochet-freebsd/work/obj
/arm.armv6/usr/src/sys/RPI-B arm
i applied 2 patch:
a. 'working console on manut prompt' patch. i found it this ml.
b. enabling mount_smbfs on arm patch. kern/180438.
and i disabled any debugging options on my KERNCONF.
> 4. Did you use crochet? If so, what was the last commit in your git
> log?
Yes.
% git log
commit b154a2f1252eaa5f4d821439d0d9005cea94e580
Merge: a6f4cc5 8d03c23
Author: Tim Kientzle <kientzle at acm.org>
Date: Sat Aug 17 12:00:52 2013 -0700
...
Merge branch 'skibo-master'
Thanks.
--
Takeshi Taguchi <taguchi949 at gmail.com>
More information about the freebsd-arm
mailing list