From nobody Tue May 07 17:14:35 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 4VYlJP4vcPz5JGd4 for ; Tue, 07 May 2024 17:14:45 +0000 (UTC) (envelope-from hp@tmm.cx) Received: from klara.tmm.cx (klara.tmm.cx [IPv6:2a01:4f8:150:3445::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4VYlJN1FY0z4djB for ; Tue, 7 May 2024 17:14:44 +0000 (UTC) (envelope-from hp@tmm.cx) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tmm.cx header.s=mail header.b=cxelcYvD; dmarc=pass (policy=reject) header.from=tmm.cx; spf=pass (mx1.freebsd.org: domain of hp@tmm.cx designates 2a01:4f8:150:3445::2 as permitted sender) smtp.mailfrom=hp@tmm.cx Received: from 14d7edb59102 (elsa.tmm.cx [5.9.105.3]) by klara.tmm.cx (Postfix) with ESMTP id 76D0F9C12A50 for ; Tue, 7 May 2024 17:14:35 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 klara.tmm.cx 76D0F9C12A50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tmm.cx; s=mail; t=1715102077; bh=hnse1qSpmZ8zUfqyFC+iM2tYeKXT07RcKjsm3iuvo1E=; h=Subject:From:To:Date:From; b=cxelcYvDuMLcDxNXATDcohTaugk8d3MctF358A3gr2K8wWqTOWornlED7CyTYpkJ5 icDRPfwlAQ2ql89sigsYay+REGgqfLTx/uVwKkZgMSS0fN75G7oSeH4QM2TxnbZ3W2 LO4n7skplfwbo0H5S+5K9rs79aFnPeioy2rgrE3Q= Received: by 14d7edb59102 (kopano-spooler) with MAPI; Tue, 7 May 2024 17:14:35 +0000 Subject: RE: SD card timeouts on older Raspberry Pi 4 models on 14.1-BETA From: "HP van Braam" To: "FreeBSD ARM List" Date: Tue, 7 May 2024 17:14:35 +0000 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: multipart/alternative; boundary="=_X5CeEsZepcEGfVdxaiN760nvGDphC6ZuaBe07B+QihGA-dwo" X-Priority: 3 (Normal) X-Mailer: Kopano 11.0.2 Thread-Index: AYBPlQiioC5YOnZnRuGGOx9gy2JaqQ== Message-Id: X-Spam-Status: No, score=0.0 required=2.4 tests=HTML_MESSAGE,UNPARSEABLE_RELAY autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on klara.tmm.cx X-Spamd-Bar: - X-Spamd-Result: default: False [-1.90 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FAKE_REPLY(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; MV_CASE(0.50)[]; MID_RHS_NOT_FQDN(0.50)[]; DMARC_POLICY_ALLOW(-0.50)[tmm.cx,reject]; R_SPF_ALLOW(-0.20)[+a:klara.tmm.cx]; R_DKIM_ALLOW(-0.20)[tmm.cx:s=mail]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; RCVD_NO_TLS_LAST(0.10)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE]; MLMMJ_DEST(0.00)[freebsd-arm@freebsd.org]; TO_DN_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; HAS_X_PRIO_THREE(0.00)[3]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; DKIM_TRACE(0.00)[tmm.cx:+] X-Rspamd-Queue-Id: 4VYlJN1FY0z4djB This is a multi-part message in MIME format. Your mail reader does not understand MIME message format. --=_X5CeEsZepcEGfVdxaiN760nvGDphC6ZuaBe07B+QihGA-dwo Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable sdhci_bcm1: mem 0x7e340000-0x7e3400ff ir= q 79 on simplebus1 mmc1: on sdhci_bcm1 =2E.. I'm working on a similar problem that gets triggered when there are multi= ple sd card interfaces active. Did you make any changes at all to config.= txt, and do you have any peripherals attached to the pi=3F It would also be good to ensure that you're giving it enough power. --=_X5CeEsZepcEGfVdxaiN760nvGDphC6ZuaBe07B+QihGA-dwo Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable = RE: SD card timeouts on older Raspberry Pi 4 models on 14.1-BETA=


sdhci_bcm1: <Broadcom 2708 SDHCI controller> m= em 0x7e340000-0x7e3400ff irq 79 on simplebus1
mmc1: <MMC/SD bus&g= t; on sdhci_bcm1
...


I'm working on a similar problem = that gets triggered when there are multiple sd card interfaces active. Di= d you make any changes at all to config.txt, and do you have any peripher= als attached to the pi=3F


It would also be good to ensure t= hat you're giving it enough power.

--=_X5CeEsZepcEGfVdxaiN760nvGDphC6ZuaBe07B+QihGA-dwo--