Skip to content

Commit c61f06c

Browse files
dstoeJamesH65
authored andcommitted
Fix typo in net_tutorial.md (raspberrypi#768)
1 parent d36e9e2 commit c61f06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/raspberrypi/bootmodes/net_tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Now, enable USB boot mode with the following command:
1717
echo program_usb_boot_mode=1 | sudo tee -a /boot/config.txt
1818
```
1919

20-
This adds `program_usb_boot_mode=1` to the end of `/boot/config.txt`. Reboot the Raspberry Pi with `sudo reboot`. Once the client Raspberry Pi has rebooted, check that the OTP is has been programmed with:
20+
This adds `program_usb_boot_mode=1` to the end of `/boot/config.txt`. Reboot the Raspberry Pi with `sudo reboot`. Once the client Raspberry Pi has rebooted, check that the OTP has been programmed with:
2121

2222
```
2323
$ vcgencmd otp_dump | grep 17:

0 commit comments

Comments
 (0)