wm: doc

Download patch

ref: 2e7b986264dffbd69f1edd2394ef3845a6dc4d7a
parent: c2254e0d1698333a390bbe409e0330f69eb729d9
author: Aaron Lin <jrmu@inter9.org>
date: Sun Oct 27 16:32:00 EDT 2024

Enable wifi in cmdline.txt

--- a/rpi-p9.ms
+++ b/rpi-p9.ms
@@ -12,7 +12,10 @@
 
 Mount the microSD card and make a few edits.
 
-In cmdline.txt, add the definition console='0 b115200' to the end of the line.
+In cmdline.txt, add the definition console='0 b115200' ether1=type=4330 to the end
+of the line. This will accomplish two things: first it will configure the serial
+console and it will also enable the wifi device in the kernel.
+
 NOTE: everything must be on a single command line. Multiple lines will not be parsed
 correctly in cmdline.txt.