From nobody Tue May 07 17:18:51 2024 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VYlPD5yTSz5JH1c for ; Tue, 07 May 2024 17:18:56 +0000 (UTC) (envelope-from mike@karels.net) Received: from mail2.karels.net (mail2.karels.net [3.19.118.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "freebsd", Issuer "freebsd" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VYlPD5PDlz4fRv for ; Tue, 7 May 2024 17:18:56 +0000 (UTC) (envelope-from mike@karels.net) Authentication-Results: mx1.freebsd.org; none Received: from mail2.karels.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by mail2.karels.net (8.18.1/8.18.1) with ESMTP id 447HItuC053622; Tue, 7 May 2024 12:18:55 -0500 (CDT) (envelope-from mike@karels.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=karels.net; s=mail2; t=1715102336; bh=Pluo6Upn6onG68efSgTxFKKSTnJeqEQsth+njITVUxo=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=II1AFbAk8tgQcd49JNfRfCH8NJKnSQ2l6BRFGINygQc2eW5P/zfrQqVCk7u0w+5J3 ESJaoj1yJWgjw/MDsnlaekNmQDsMkm6r8Qb0ZuS5bGkkPuw1C7omA6mdncTpIn5iRx gXPC2xoeCgUJnWwY2W2m1fRpsSXEC/bBnRcf9k60w2Ep6u94KpBOXZMTNjGvq+X/9N +q7YB5v7AKJaKiIL4+GqsYuP2kp2AdSjb2BcdhxAOxqTICxHgULY/XRLYbDoEmDwAf bNWH9hzukj0WhEYcU3SJb3osiippVcI/AJY1Parc4oMqbWL3ssMIJ88nHchz4TiZzc aC2uuv1LD9fOw== Received: from [10.0.2.130] ([73.62.165.147]) by mail2.karels.net with ESMTPSA id hVGVMH9iOmZ00QAAs/W3XQ (envelope-from ); Tue, 07 May 2024 12:18:55 -0500 From: Mike Karels To: HP van Braam Cc: FreeBSD ARM List Subject: Re: SD card timeouts on older Raspberry Pi 4 models on 14.1-BETA Date: Tue, 07 May 2024 12:18:51 -0500 X-Mailer: MailMate (1.14r6028) Message-ID: In-Reply-To: References: List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16509, ipnet:3.16.0.0/14, country:US] X-Rspamd-Queue-Id: 4VYlPD5PDlz4fRv On 7 May 2024, at 12:14, HP van Braam wrote: > sdhci_bcm1: mem 0x7e340000-0x7e3400ff = irq 79 on simplebus1 > mmc1: on sdhci_bcm1 > ... > > > > I'm working on a similar problem that gets triggered when there are mul= tiple sd card interfaces active. Did you make any changes at all to confi= g.txt, and do you have any peripherals attached to the pi? > No changes to config.txt, or the boot partition in general. I have a USB= SSD disk attached, but that was true for all of the tests. I can try without= it though. > > It would also be good to ensure that you're giving it enough power. I believe I am using the "official" power supply, and it has been working= with lots of software versions since. Mike