From 707d714367303494ff6477538632673ff4f08662 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 16 Jan 2018 18:26:39 -0800 Subject: docs: Fix Doxygen warnings --- host/docs/usrp_n3xx.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'host/docs') diff --git a/host/docs/usrp_n3xx.dox b/host/docs/usrp_n3xx.dox index 22dd3fe22..4b6bfbd39 100644 --- a/host/docs/usrp_n3xx.dox +++ b/host/docs/usrp_n3xx.dox @@ -98,7 +98,7 @@ Checklist: - Connect clocking (if required) - Connect external LOs (if required) -\subsection n3xx_getting_started_fpga_update Updating the file system +\subsection n3xx_getting_started_fs_update Updating the file system Before doing any major work with a newly acquired USRP N3XX, it is recommended to update the file system to the latest version. By default, the N3xx supports @@ -109,9 +109,9 @@ two methods of updating: another computer with an SD card reader. Download the latest SD card image file (it typically has a `.sdimg` file ending) and run the following command: - $ sudo dd if=.sdimg of=/dev/ bs=1M + $ sudo dd if=$yourimage.sdimg of=/dev/$yoursdcard bs=1M - The `` device node depends on your operating system and which + The `$yoursdcard` device node depends on your operating system and which other devices are plugged in. Typical values are `sdb` or `mmcblk0`. 2. Using Mender to update. For more details on this procedure, see Section -- cgit v1.2.3