wm: doc

Download patch

ref: 5b2f26e9f17d00138ecb971f6383bdbc9bbd30e6
parent: 83e9d0b9edb4b8013e91c13c95372db66e99c4d7
author: Aaron Lin <jrmu@inter9.org>
date: Fri Nov 1 01:16:59 EDT 2024

Remove references of raspberry pi since there is now a separate cpu-rpi-p9.ms page, and remove references to inter9.org

--- a/cpu-p9.ms
+++ b/cpu-p9.ms
@@ -26,7 +26,6 @@
 ip/ipconfig ether /net/ether1
 
 Replace ESSID and make sure to store the wifi password in /lib/wpa/ESSID.
-For wifi on Raspberry Pi boards, see rpi-wifi-p9.
 
 Note: You may also want to copy these lines to /cfg/$sysname/termrc and also to run the
 command manually, because by default, plan 9 runs as a terminal service. It will not
@@ -42,16 +41,14 @@
 bad authentication id
 bad authentication domain
 authid: glenda
-authdom: fork.inter9.org
+authdom: example.com
 auth password:
 secstore password:
 
 Make sure to configure the auth server, see auth-p9.ms.
 
-Build the cpu kernel:
+Build the cpu kernel for x86:
 
-For x86:
-
 cd /sys/src/9/pc
 mk 'CONF=pccpuf'
 term% 9fat:
@@ -77,35 +74,11 @@
 
 bootfile=sdC0!9fat!9pcf
 
-For Raspberry Pi:
-
-% cd /sys/src/9/bcm
-% mk 'CONF=picpu'
-% dossrv; mount /srv/dos /n/9fat /dev/sdM0/dos
-% cp /sys/src/9/bcm/9picpu /n/9fat/
-
-Edit config.txt so the [pi1] block reads as follows:
-
-[pi1]
-# Pi Zero W uses this entry, not [pi0]
-kernel=9picpu
-
-Edit cmdline.txt so it reads as follows:
-
-readparts=1 nobootprompt=local console='0 b115200' ether1=type=4330 nvram='#S/sdM0/nvram'
-
-Make sure cmdline.txt is only one single line!
-
-(You may want to replace picpu with pi2cpu, pi4cpu)
-
 Clear nvram and then set a new password:
 
 term% echo garbage >/dev/sdC0/nvram
 
-Remember to replace sdC0 with your actual hard disk. On Raspberry
-Pi, replace sdC0 with sdM0:
-
-% echo garbage >/dev/sdM0/nvram
+Remember to replace sdC0 with your actual hard disk.
 
 Set the password: