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.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 7007 invoked from network); 20 Jan 2021 17:49:37 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 20 Jan 2021 17:49:37 -0000 Received: from a11-32.smtp-out.amazonses.com ([54.240.11.32]) by 1ess; Wed Jan 20 12:24:02 -0500 2021 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=224i4yxa5dv7c2xz3womw6peuasteono; d=amazonses.com; t=1611163432; h=From:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Message-Id:Date:To:Feedback-ID; bh=vKwOw20baGoQMEHqKeo2f2i6CAn/VhVTx9rrlFXBpWs=; b=Plq1LoLJ1liBfo+1xaTyabcx10H0P50cHI2jOIyha5Cvh2BAZwU3wlz5GRyw9IvN iTVOtU2WMygzHjfYnCIrVVObR10ygdQkKdBVWFxdSBxA9TQ2SRmZXD7ISdrzgpzs4li Y1/QeVvJVEfx6No5IiK0XS3FES+LhNG/aEgNPtVM= 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\)) Message-ID: <0100017720d2f6b4-a93bc058-3523-49a3-99c9-41d030c74716-000000@email.amazonses.com> Date: Wed, 20 Jan 2021 17:23:52 +0000 To: 9front@9front.org X-Mailer: Apple Mail (2.3608.120.23.2.1) X-Authenticated-User: mackbw@mapinternet.com X-SES-Outgoing: 2021.01.20-54.240.11.32 Feedback-ID: 1.us-east-1.X+xhoL9JiEQ8K0gzGjV36WZnSewOzOs8YCWuakKsLBY=:AmazonSES List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: self-healing full-stack control Subject: [9front] 9front on Raspberry Pi 400 Reply-To: 9front@9front.org Precedence: bulk I have been trying to get 9 on my recently purchased Raspberry Pi 400, = but have been running into some roadblocks. For better or worse, I = started with the 9fans group and have managed to get labs 9 working. = However, that lacks the 9front tools that I need to do things like rcpu, = etc.=20 So while I have had a bit of history trying to make this work, I=E2=80=99l= l give you the most recent iteration.=20 I used balenaEtcher to write the most recent pi3 image to a micro SD = card. Upon booting that, I get the following; 127 holes free 0x004f0000 0x3e600000 1041301504 1041301504 bytes free Plan 9 cpu0: 1500 MHz ARM Cortex-A72 r0p3 4006M Memory: 998M kernel data, 3008M user, 15011M swap pcienable PCI.0.0.0: pcr 0->7 pcienable PCI.1.0.0: pcr 0->2 bus dev type vid did intl memory 0 0/0 06 04 00 14e4 2711 0 ioa:00000000-00001000 4096 = nema:600000000-600100000 1048576 ->1 1 0/0 0c 03 30 1106 3483 0 0:600000007 4096 #l0: genet: 1000Mbps port 0xFFFFFFFFBD580000 irq 189 ea dca632e63357 usbxhci: 0x1106 0x3483: port 600000000 size 4096 irq 0 cpu3: 1500MHz ARM Cortex-A72 r0p3 cpu2: 1500MHz ARM Cortex-A72 r0p3 cpu1: 1500MHz ARM Cortex-A72 r0p3 #l0: phy1 id 600d84a2 oui 80361 sdhc: readerror intr 2008002 stat 1fff0000 {repeats 15 times} /dev/sdM0: BCM SD Host Controller 02 Version 10 sdhc: readerror intr 2008002 stat 1fff0000 {repeats 40 or so times} /dev/sdM0/data bootargs is (tcp, tls, il, local!device)[] In my many times trying different things, I have had a few other errors. = However, what I am showing is what I am getting now consistently having = done the following. I=E2=80=99ve replaced the Pi firmware files with the latest at of today. = I then added =E2=80=98enable_gic=3D1=E2=80=99 to the config.txt file = with no change. Consistent amongst the previous attempts were the same one or two errors = repeated many times, and not keyboard or mouse response (not surprising = as the newer Pis need to have their usb firmware uploaded in the = kernel).=20 In case there were newer updates to the source, I did a sysupdate on a = laptop I have with 9 and then tried to cross-compile a new kernel. = However, I get a much smaller kernel (only 2.9MB rather than the 4.4MB = in the 9front Pi image. I don=E2=80=99t know if this is unexpected. When = I try to boot that kernel. The console screen comes up. But after CPU = detection, the kernel panics and stops booting. I presume this is a = problem with my compilation, (or myself) so I won=E2=80=99t clutter = things up here with that kmesg unless asked for it.=20 Hope someone has some guidance. Thanks in advance! Mack=