summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/docs/usrp2.rst17
1 files changed, 8 insertions, 9 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst
index c453354ca..e8901b839 100644
--- a/host/docs/usrp2.rst
+++ b/host/docs/usrp2.rst
@@ -45,22 +45,21 @@ Run the following commands:
Load the images onto the SD card
------------------------------------------------------------------------
**Warning!**
-Use the u2_flash_tool with caution. If you specify the wrong device node,
+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.
-Load the FPGA image:
-
+Use the card burner tool (linux):
::
- cd <uhd-repo-path>/firmware/microblaze
- sudo ./u2_flash_tool --dev=/dev/sd<XXX> -t fpga -w <path_to_fpga_image>
-
-Load the firmware image:
+ cd <prefix>/share/uhd/utils
+ 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 card burner tool (windows):
::
- cd <uhd-repo-path>/firmware/microblaze directory
- sudo ./u2_flash_tool --dev=/dev/sd<XXX> -t s/w -w <path_to_firmware_image>
+ <path_to_python.exe> <prefix>/share/uhd/utils/usrp2_card_burner.py --gui
+
------------------------------------------------------------------------
Setup networking