From owner-freebsd-arm@FreeBSD.ORG Wed Oct 29 05:31:38 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8BE841C for ; Wed, 29 Oct 2014 05:31:38 +0000 (UTC) Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC7FEB7 for ; Wed, 29 Oct 2014 05:31:38 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id kx10so2420194pab.12 for ; Tue, 28 Oct 2014 22:31:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=OJmfje3lqEVvifOf8FwdKFxe1DLckhsy7bt5KCXBpws=; b=kWUM2yw6OqyHeO3Vo/sSiyCRb8bKOepqiR2Z6VA5lBVm8jCg7gCG+8i1p1obvn/2JY XUIQafVzB3jmi+aTD5tfBH9kLYxMwuxRmjkpChpErhDh4tw9OEKiqTZSLNX/zzmrQT0N tKdnLVd79Oqtf0vyIhJXDm6HC8GcPsdCzOxWP4GgLnSV8aPyNbkMA7TzqC992ggnLpV2 I48taduT6MjmfohHxLbyPzKUPNzXiZ1IsGeiEFY9Kp9GQb4vnv/JScDAgVEHitdLPJtP 4wldRguqu1/asccR1H9L8zYxVDKTdRNJj0P95h0ryTeIcX8G3Vaa7nTiv15SWReuhZ0t IjFQ== X-Received: by 10.68.250.196 with SMTP id ze4mr8325850pbc.2.1414560698264; Tue, 28 Oct 2014 22:31:38 -0700 (PDT) Received: from [192.168.0.4] (c211-30-51-180.frank3.vic.optusnet.com.au. [211.30.51.180]) by mx.google.com with ESMTPSA id ra2sm3160955pbc.27.2014.10.28.22.31.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 Oct 2014 22:31:37 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: Re: new support for Raspberry Pi B+ From: Felix Friedlander In-Reply-To: <20141028171728.2n3rcc34r95gk4ck@webmail.FoxValley.net> Date: Wed, 29 Oct 2014 16:31:30 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: <90D05C87-D695-456E-B7B4-BA863D225133@gmail.com> References: <544D8D53.5060100@foxvalley.net> <20141028171728.2n3rcc34r95gk4ck@webmail.FoxValley.net> To: draymond@FoxValley.net, freebsd-arm@freebsd.org X-Mailer: Apple Mail (2.1990.1) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 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 Oct 2014 05:31:38 -0000 I=E2=80=99m certainly in favour of embedding the hack in the images, as = I have been unable to implement it (I have no FreeBSD or Linux system to = edit the filesystem on, and Mac OS doesn=E2=80=99t seem to be able to = mount it even though it=E2=80=99s UFS) > On 29 Oct 2014, at 9:17 am, draymond@FoxValley.net wrote: >=20 > Quoting Luiz Otavio O Souza : >=20 >> With the patch the card is always identified with correct speed and >> bus speed, this leads to consistent failures as RPi cannot handle HS >> speed for some cards, whence the the use of hw.bcm2835.sdhci.hs=3D"0" = to >> make it work. >=20 > Thanks, Luiz. That explains a lot. I agree this is a move in the = right direction but one thing to consider is that new official images = will be unusable to many people because they won't be able to add the = hw.bcm2835.sdhci.hs=3D"0" hack if it consistently fails to boot. It = might be a good idea to embed the hack into official images until this = gets sorted out. >=20 > Do you have any ideas on the I/O errors during the partition resize = operation with my SanDisk 32GB? Let me know if you want me to try = anything else out. >=20 > Keep up the good work. :) >=20 > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"