Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Dec 2015 23:15:14 +0100 (CET)
From:      Andreas Schwarz <freebsd.asc@strcmp.org>
To:        freebsd-arm@FreeBSD.org
Subject:   Re: Updating / keeping current strategies?
Message-ID:  <475b25742d8.1cb61c79@mail.schwarzes.net>
In-Reply-To: <5666F37C.4060908@denninger.net>
References:  <5666F37C.4060908@denninger.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 08.12.15, Karl Denninger wrote:

> What are people doing in this regard with devices like the Raspberry Pi2?
>
> Build times for a "make buildworld" are measured in (many) hours to a
> day or more and require a USB-attached disk for temporary storage, as
> the ramdisk for /tmp that is typically mounted blows up due to lack of
> space and SD cards are slow enough on writes (especially small writes)
> as to make the process virtually impossible.  But even with a
> USB-attached disk the process is ridiculous in terms of consumed
> walllclock time.

I'm building the world directly at my RPI2 without problems. Did this 
already with my former RPI and I'm not using an extra USB Disk.

Building the toolchain takes ~300, kernel ~50 and world ~800 minutes.

I'm using a 1 GB swap partition and tmpfs (not md) for /tmp and /var/tmp, 
no problem so far.


root@pizelot:~ # swapinfo
Device          1K-blocks     Used    Avail Capacity
/dev/mmcsd0s2b    1048576     9548  1039028     1%


root@pizelot:~ # df
Filesystem     1K-blocks    Used   Avail Capacity  Mounted on
/dev/mmcsd0s2a   1015324   63940  870160     7%    /
devfs                  1       1       0   100%    /dev
/dev/mmcsd0s2d   8106716 3897656 3560524    52%    /usr
/dev/mmcsd0s2e   8106716  163200 7294980     2%    /var
/dev/mmcsd0s2f   8106716      16 7458164     0%    /home
tmpfs            1224992      40 1224952     0%    /tmp
tmpfs            1224956       4 1224952     0%    /var/tmp


-asc




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?475b25742d8.1cb61c79>