wm: doc

Download patch

ref: 17ba9bafa9f2051f0f50c1707b21521eb2ed89f0
parent: aaeb28aa8e5cf5a9fb58b4525d724ad4661f5abd
author: Aaron Lin <jrmu@inter9.org>
date: Tue Nov 5 01:06:48 EST 2024

Specify nvram location in cmdline.txt

--- a/rpi-p9.ms
+++ b/rpi-p9.ms
@@ -17,9 +17,13 @@
 
 Mount the microSD card and make a few edits.
 
-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.
+In cmdline.txt, add this definition
+
+readparts=1 nobootprompt=local console='0 b115200' ether1=type=4330 nvram='#S/sdM0/nvram'
+
+to the end of the line. This will accomplish several things: it will configure the
+serial console, enable the wifi device in the kernel, and specify the location of
+nvram.
 
 NOTE: everything must be on a single command line. Multiple lines will not be parsed
 correctly in cmdline.txt.