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.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21520 invoked from network); 28 Oct 2021 08:02:48 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 28 Oct 2021 08:02:48 -0000 Received: from outgoing.selfhost.de ([82.98.82.6]) by 4ess; Thu Oct 28 03:55:05 -0400 2021 Received: (qmail 28438 invoked from network); 28 Oct 2021 07:54:47 -0000 Received: from unknown (HELO mx03.bss-wf.de) (postmaster@emdtgvmf.mail.selfhost.de@84.150.37.53) by mailout.selfhost.de with ESMTPA; 28 Oct 2021 07:54:47 -0000 Received: by mx03.bss-wf.de (Postfix, from userid 1000) id E54B33DD8E; Thu, 28 Oct 2021 09:54:46 +0200 (CEST) Received: from 9nb.pala (216.83.219.46.dynamic-pppoe.dt.ipv4.wtnet.de [216.83.219.46]) by mx03.bss-wf.de (Postfix) with ESMTPSA id 8D8343DD78 for <9front@9front.org>; Thu, 28 Oct 2021 09:54:45 +0200 (CEST) Message-ID: To: 9front@9front.org Date: Thu, 28 Oct 2021 09:54:44 +0200 From: theinicke@bss-wf.de In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: mobile cloud scripting XMPP over SSL blockchain core-oriented optimizer Subject: Re: [9front] Has anyone got 9front to work on raspberry pi 400? Reply-To: 9front@9front.org Precedence: bulk Have not tested, but in theory writing the raspberry pi image to a usb drive and using the filesystem there should work. You just have to make sure to select the right partition at bootargs: There should be a new device /dev/sdXX with its partition listed and you should select the hjfs partition /dev/sdXX/fs like: local!/dev/sdXX/fs -m N with N being default that was suggested at prompt. See hjfs(4) and boot(8) for details. Cheers, Tobias Heinicke Quoth joseph turco : > Thanks for the response cinap, maybe if I become experienced with 9front I > could attempt to fix it someday, for now, could you point me to the USB > image I should use? Am i just flashing the rpi image on a usb drive or is > there another iso i need to use? > > regards, > > Joseph Turco > > On Wed, Oct 27, 2021 at 5:49 PM wrote: > > > > Hello all, > > > > > I have a raspberry pi 400, and have some issues with 9front working > > > correctly. The issue I have is that at boot is seems to complain about > > the > > > SD card (in the 9front bootloader). > > > > there is no bootloader. what you'r looking at is the booted kernel > > and a rc script asking you for the root filesystem. you can enter > > a shell by typing !rc. > > > > > It asks me what to boot from, but then > > > spits out the same error after selecting (local) and goes back to asking > > > how to boot. Am i doing something wrong? > > > > theres some mmc controller issues on the pi400. i do not have a pi400 > > myself, > > but someone had on the mailinglist and we managed to get at least the xhci > > working with some remote troubleshooting. but then he vanished, so this is > > still a open issue. > > > > you can try using usb or network boot for now. the pi400 and pi4 should > > be quite similar... tho they shuffled the physical memory map around a bit. > > but i have no theory at this point. it is too long ago. > > > > > Regards, > > > > > Joseph Turco > > > > -- > > cinap > > >