On Wed, 2008-10-29 at 16:22 -0500, Catalin Lacatus wrote: > Thanks again. Now I have two options whether to get current trunk > revision or use u2_flash_tool to write two images.
Just to be clear: you'll need to upgrade to the current trunk version of GNU Radio, *and*, use u2_flash_tool to write the downloadable images onto the SD card. > I tried to use this command but not successful in writing the images to > SD card. > > sudo u2_flash_tool --dev=/dev/sdb -t s/w usrp2/firmware/txrx.bin -w (SD card > mounted as /dev/sdb in my machine). The command is correct, but you'll need to run it from the directory that u2_flash_tool is in, and reference it with ./u2_flash_tool. We don't install this script on the path. (from usrp2/firmware directory): $ sudo ./u2_flash_tool --dev=/dev/sdb -t s/w txrx.bin -w $ sudo ./u2_flash_tool --dev=/dev/sdb -t fpga u2_rev3.bin -w For the above to work, you'll need to put the full path to wherever you downloaded the .bin files. -Johnathan _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
