From owner-freebsd-arm@freebsd.org Wed May 29 11:56:38 2019 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ED7D15C07AB for ; Wed, 29 May 2019 11:56:38 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from mail.rlwinm.de (mail.rlwinm.de [IPv6:2a01:4f8:171:f902::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11ED88FA20 for ; Wed, 29 May 2019 11:56:36 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from crest.bultmann.eu (unknown [IPv6:2a00:c380:c0d5:1:91fa:3876:ba6a:d1bc]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.rlwinm.de (Postfix) with ESMTPSA id 19FB12521B for ; Wed, 29 May 2019 11:56:33 +0000 (UTC) Subject: Re: SheevaPlug To: freebsd-arm@freebsd.org References: <06a490bd83591a41a80b5390ed4ad001daaff82c.camel@freebsd.org> From: Jan Bramkamp Message-ID: <4c648504-105c-5834-2ff3-0e24e12370cc@rlwinm.de> Date: Wed, 29 May 2019 13:56:31 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 11ED88FA20 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of crest@rlwinm.de designates 2a01:4f8:171:f902::5 as permitted sender) smtp.mailfrom=crest@rlwinm.de X-Spamd-Result: default: False [-3.75 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; DMARC_NA(0.00)[rlwinm.de]; MX_GOOD(-0.01)[mail.rlwinm.de]; NEURAL_HAM_SHORT(-0.71)[-0.705,0]; IP_SCORE(-0.74)[ipnet: 2a01:4f8::/29(-2.00), asn: 24940(-1.68), country: DE(-0.00)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 May 2019 11:56:38 -0000 I did run FreeBSD 8.x on a DockStar based on the same Kirkwood SoC. Back than ARM Support was a lot less mature and anything file system related was painfully slow, because of the damn VIVT caches that required special flags when mounting UFS to avoid running into aliassing problems. When some "smart" userland code e.g. the perl5.8 build ran into similar caching problem the kernel had to disable all caching for the aliased memory mappings. This increased the perl5.8.9 build time to >25 hours. On 29.05.19 09:40, Balanga Bar wrote: > The reasons I'm investing so much time and effort are:- > > it's an opportunity to learn a new technology ie FreeBSD/ARM > > discover something about building kernels > > finish a long term project of replacing the stock Linux on my GoFlex Home > with FreeBSD > > It is not clear to me if anyone has ever managed to run FreeBSD on one of > these units. I have reached the point where it runs OK but only when > booting from USB. If I manage to get it to recognise the hard disk I'll be > more than happy and am not really concerned about what may happen after > freebsd 13. > > On Tue, May 28, 2019 at 4:29 PM Ian Lepore wrote: > >> On Tue, 2019-05-28 at 15:24 +0100, Balanga Bar wrote: >>> Thanks for the links. I notice that the HowTo page is nine years old and >>> wonder if anything needs updating... >>> >>> I did notice that the SHEEVAPLUG kernel configuration file in the HowTo >>> page is truncated. Any idea what's missing? >>> >>> As for the SD Card reader support, has that ever existed? In the Wiki >>> https://en.wikipedia.org/wiki/SheevaPlug it says it had FreeBSD >> support, so >>> would assume a Card must have need available at one time.. >>> >>> I'm particularly interested in the GOFLEX HOME unit and would love to >> find >>> a config file which lets me use a hard disk. I have it booting from a USB >>> stick but have hit a brick wall providing hard disk access. I guess I'll >>> put the GFH on the back burner and concentrate on the SheevaPlug. >>> >>> >> It is astounding to me that you're investing so much effort into >> hardware that doesn't really work properly with freebsd (as you're >> discovering), isn't really supported by the project (as you're >> discovering), and for those reasons, is unlikely to be included at all >> after freebsd 13 (like, the code will probably be removed). >> >> -- Ian >> >> >> > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"