Skip to content

Commit 40cc212

Browse files
committed
Fix 'wifionly' hint: -p is the wrong option here
OK tj@
1 parent ec942a0 commit 40cc212

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

faq/faq4.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,11 @@ <h2 id="WifiOnly">Bootstrapping Wireless Firmware</h2>
507507
# <b>vnconfig install76.img</b>
508508
vnd0
509509
# <b>mount /dev/vnd0a /mnt</b>
510-
# <b>fw_update -Fv -p /mnt iwm</b>
510+
# <b>cd /mnt</b>
511+
# <b>fw_update -Fv iwm</b>
512+
Get/Verify iwm-firmware-20240410.tgz ... done.
513+
fw_update: download iwm
514+
# <b>cd /</b>
511515
# <b>umount /mnt</b>
512516
# <b>vnconfig -u vnd0</b>
513517
</pre>

0 commit comments

Comments
 (0)