diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-12 19:08:03 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-12 19:08:03 -0700 |
commit | 24fca6b58d37d390057f423ae4e6c3e5c9930d0a (patch) | |
tree | 07ad20c7cb30e484b858f48b87c185d1a00786a8 /host/docs | |
parent | 9fd30e928e3599b43b3d9bbd7be82793a62d7944 (diff) | |
download | uhd-24fca6b58d37d390057f423ae4e6c3e5c9930d0a.tar.gz uhd-24fca6b58d37d390057f423ae4e6c3e5c9930d0a.tar.bz2 uhd-24fca6b58d37d390057f423ae4e6c3e5c9930d0a.zip |
notes on usrp2 card burner
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/usrp2.rst | 17 |
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 |