diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-01-16 18:26:39 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-01-16 18:26:39 -0800 |
commit | 707d714367303494ff6477538632673ff4f08662 (patch) | |
tree | d822c6980d983797d1ea211f1100915dcdd1081a /host/docs | |
parent | e3ee1053e9a8fc57b0cb202c0d5c7b17f7952561 (diff) | |
download | uhd-707d714367303494ff6477538632673ff4f08662.tar.gz uhd-707d714367303494ff6477538632673ff4f08662.tar.bz2 uhd-707d714367303494ff6477538632673ff4f08662.zip |
docs: Fix Doxygen warnings
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/usrp_n3xx.dox | 6 |
1 files changed, 3 insertions, 3 deletions
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=<yourimage>.sdimg of=/dev/<yoursdcard> bs=1M + $ sudo dd if=$yourimage.sdimg of=/dev/$yoursdcard bs=1M - The `<yoursdcard>` 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 |