summaryrefslogtreecommitdiffstats
path: root/host/docs/usrp2.rst
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-11-05 20:32:16 -0700
committerJosh Blum <josh@joshknows.com>2010-11-05 20:32:16 -0700
commite5fcd071437434919d5d67dd90a3958622dacff1 (patch)
treeb345652f1c3a11d33e6eec2d3fbbdc6389817e52 /host/docs/usrp2.rst
parent13d735c65e40af23f978f96b5b418712976ab5f2 (diff)
downloaduhd-e5fcd071437434919d5d67dd90a3958622dacff1.tar.gz
uhd-e5fcd071437434919d5d67dd90a3958622dacff1.tar.bz2
uhd-e5fcd071437434919d5d67dd90a3958622dacff1.zip
usrp2: added notes about 3rd party sd cards to docs
Diffstat (limited to 'host/docs/usrp2.rst')
-rw-r--r--host/docs/usrp2.rst15
1 files changed, 12 insertions, 3 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst
index f0d1e2744..b617fcbf4 100644
--- a/host/docs/usrp2.rst
+++ b/host/docs/usrp2.rst
@@ -11,9 +11,14 @@ Load the images onto the SD card
Use the usrp2_card_burner.py with caution. If you specify the wrong device node,
you could overwrite your hard drive. Make sure that --dev= specifies the SD card.
-Use the *--list* option to get a list of possible raw devices.
-The list result will filter out disk partitions and devices too large to be the sd card.
-The list option has been implemented on Linux, Mac OS X, and Windows.
+**Warning!**
+It is possible to use 3rd party SD cards with the USRP2.
+However, certain types of SD cards will not interface with the CPLD:
+
+* Cards can be SDHC, which is not a supported interface.
+* Cards can have unexpected timing characteristics.
+
+For these reasons, we recommend that you use the SD card that was supplied with the USRP2.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Use the card burner tool (unix)
@@ -28,6 +33,10 @@ Use the card burner tool (unix)
sudo ./usrp2_card_burner.py --dev=/dev/sd<XXX> --fpga=<path_to_fpga_image>
sudo ./usrp2_card_burner.py --dev=/dev/sd<XXX> --fw=<path_to_firmware_image>
+Use the *--list* option to get a list of possible raw devices.
+The list result will filter out disk partitions and devices too large to be the sd card.
+The list option has been implemented on Linux, Mac OS X, and Windows.
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Use the card burner tool (windows)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^