From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10474 invoked from network); 8 Nov 2021 18:34:34 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 8 Nov 2021 18:34:34 -0000 Received: from a8-40.smtp-out.amazonses.com ([54.240.8.40]) by 4ess; Mon Nov 8 13:28:18 -0500 2021 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=a4tryept6ew4kp6pdupzhtikhmwphypy; d=mapinternet.com; t=1636395926; h=From:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:To:In-Reply-To:Message-Id; bh=sCiNeR6tt5j+aTisap/4JdNNvdPCoHpuz2HDBXqbIFE=; b=Ow2tAMSahdgkorAfK/uhhTfhtFchcSBTdo45CXdJBKDAzP8nLoMLYRQ2bSM6kMFQ ayhmcFl4tbMNoslcUDSibV5ftgBqqJkJFdtuYRTVNf2Kje8PglB2PDDdCtJd77mr0w4 37mIoGQjiNC+DJJp8VDYkAlKckk0gprgI7dKh0oA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=ug7nbtf4gccmlpwj322ax3p6ow6yfsug; d=amazonses.com; t=1636395926; h=From:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:To:In-Reply-To:Message-Id:Feedback-ID; bh=sCiNeR6tt5j+aTisap/4JdNNvdPCoHpuz2HDBXqbIFE=; b=aM2x9W5oUWH3DT62bCLMpFuacxi1FKXdT21aYaEqSDTtpt2FheGneLKjOboGyMI0 ZYX8i5UjixAjOdEMLDqnTBrA3AsZlQxTybN/TnpXCAhhAtf49fHuCXKGEjgR+uMC4HM 7b/hb/+V14TqdIL8am+IkbQCEQcJ/GeWb59dzNdA= X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=50.202.122.66; envelope-from=; From: Mack Wallace Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.1\)) Date: Mon, 8 Nov 2021 18:25:26 +0000 References: To: 9front@9front.org In-Reply-To: Message-ID: <0100017d00cc4300-5b748622-ae08-4f14-8093-bdd98beb656d-000000@email.amazonses.com> X-Mailer: Apple Mail (2.3608.120.23.2.1) X-Authenticated-User: mackbw@mapinternet.com Feedback-ID: 1.us-east-1.X+xhoL9JiEQ8K0gzGjV36WZnSewOzOs8YCWuakKsLBY=:AmazonSES X-SES-Outgoing: 2021.11.08-54.240.8.40 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: leveraged callback frontend Subject: Re: [9front] pi 400 and cm4 mmc issues Reply-To: 9front@9front.org Precedence: bulk I took the individual files from git and compiled them into a new = kernel. I tried that kernel on a 4GB Pi400, an 8GB Raspberry Pi 4b, and = a 1GB Pi Compute Module 4 (w/o eMMC) on the DFRobot mini router board. = All were able to boot and mount the SD card with this change where = previously one would boot, get errors, and not be able to mount the SD. = So great catch cinap! I did not expect any changes with a Compute Module 4 with eMMC as that = is trying to boot from the eMMC and not the SD card. I tried anyway, and = get the usual emmc: cmd 371a0000 arg 0 error intr 0 stat 1fff0001 that = seems to indicate a missing SD card.=20 I haven=E2=80=99t done extensive testing, but for the first three; = Pi400, CM4 w/o eMMC, and 8BB PI4b; things seem to work - I can=E2=80=99t = imagine the changes affecting much else. I have other problems (which I = am sure others can affirm with pity and derision), but those are for = another thread.=20 Thank you! mackbw > On Nov 8, 2021, at 4:45 AM, cinap_lenrek@felloff.net wrote: >=20 > as you might have seen. i pushed the changes to sdhc and bootargs > yesterday to 9front, also adding some improvements to sdmmc so it > will not block too long when there is no sdcard inserted. >=20 > i tested with my raspberry pi 4 model b and all worked like expected. >=20 > so no need to apply the patches manually anymore... in case anyone > wants helping to test this. >=20 > -- > cinap >=20