Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jan 2014 17:28:01 +0100
From:      =?ISO-8859-1?Q?Ren=E9_Ladan?= <rene@freebsd.org>
To:        George Mitchell <george@m5p.com>, freebsd-arm@freebsd.org
Subject:   Re: Raspberry Pi: still getting prefetch aborts
Message-ID:  <52C44211.4050907@freebsd.org>
In-Reply-To: <52BB7489.2040101@m5p.com>
References:  <52BB73B4.5030000@m5p.com> <52BB7489.2040101@m5p.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/26/2013 01:12, George Mitchell wrote:
> On 12/25/13 19:09, George Mitchell wrote:
>> FreeBSD 10.0-PRERELEASE (RPI-B) #0 r259866M: Wed Dec 25 17:26:28 EST 2013
>> (M because I selected serial output in RPI-B)
>> [...]
> 
> /etc/src.conf:
> 
> MALLOC_PRODUCTION=yes
> 
> /etc/make.conf:
> 
> WITH_PKGNG=yes
> MALLOC_PRODUCTION=yes
> WITH_NEW_XORG=yes
> 
Hmm, I have
FreeBSD 10.0-RC2 (RPI-B-RENE) #1 r259413: Sun Dec 15 13:20:27 CET 2013
(GENERIC + ums)
with pkg 1.2.4_1 built on December 16th just fine.

My image is crossbuilt on i386/amd64 with no /etc/src.conf or
/etc/make.conf using these commands:

env make __MAKE_CONF=/dev/null ARCH=arm TARGET_ARCH=armv6
TARGET_CPUTYPE=armv6 WITH_FDT=yes buildworld
env make __MAKE_CONF=/dev/null ARCH=arm TARGET_ARCH=armv6
TARGET_CPUTYPE=armv6 WITH_FDT=yes KERNCONF=RPI-B buildkernel
env make __MAKE_CONF=/dev/null ARCH=arm TARGET_ARCH=armv6
TARGET_CPUTYPE=armv6 WITH_FDT=yes KERNCONF=RPI-B DESTDIR=/media
installkernel
env make __MAKE_CONF=/dev/null ARCH=arm TARGET_ARCH=armv6
TARGET_CPUTYPE=armv6 WITH_FDT=yes DESTDIR=/media -DDB_FROM_SRC installworld

- MALLOC_PRODUCTION removed because on releng/10.0 it seems to be the
default and the build breaks otherwise.
- instructions might contains redundancy
- SD card mounted on /media

WITH_NEW_XORG worked just fine some months ago, my Pi is running
headless lately.

René




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52C44211.4050907>