From 24fca6b58d37d390057f423ae4e6c3e5c9930d0a Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 12 May 2010 19:08:03 -0700 Subject: notes on usrp2 card burner --- host/docs/usrp2.rst | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'host') 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 /firmware/microblaze - sudo ./u2_flash_tool --dev=/dev/sd -t fpga -w - -Load the firmware image: + cd /share/uhd/utils + sudo ./usrp2_card_burner.py --dev=/dev/sd --fpga= + sudo ./usrp2_card_burner.py --dev=/dev/sd --fw= +Use the card burner tool (windows): :: - cd /firmware/microblaze directory - sudo ./u2_flash_tool --dev=/dev/sd -t s/w -w + /share/uhd/utils/usrp2_card_burner.py --gui + ------------------------------------------------------------------------ Setup networking -- cgit v1.2.3