Hi
I’m trying to update the firmware on usrp2’s sd card but I’can’t find
the
flash tool.
I know there was a posting on this topic few weeks ago, where Eric
posted
some Code, but I do not really know what to do with this.
http://www.mail-archive.com/[email protected]/msg20924.html
Maybe someone can help me with this or where to get the tool
Greets
Hanno
On Thu, Nov 26, 2009 at 01:22:36PM +0100, Hanno Jung wrote:
Hi
I’m trying to update the firmware on usrp2’s sd card but I’can’t find the flash
tool.
I know there was a posting on this topic few weeks ago, where Eric posted some
Code, but I do not really know what to do with this.
http://www.mail-archive.com/[email protected]/msg20924.html
Hi Hanno,
within the source tree (using trunk or 3.2.2):
[insfl4:gnuradio]% find . -name u2_flash_tool
./usrp2/firmware/u2_flash_tool
[insfl4:gnuradio]% usrp2/firmware/u2_flash_tool --help
Usage: u2_flash_tool: [options] filename
Options:
-h, --help show this help message and exit
-w, --write write FILE to TARGET slot
-v, --verify verify FILE against TARGET slot
-r, --read read TARGET slot, write to FILE
-t TARGET, --target=TARGET
select TARGET slot from: fpga, s/w [default=s/w]
–dev=DEV specify flash device file, e.g., /dev/sdb. Be
careful!
Does this help?
MB
–
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)
Dipl.-Ing. Martin B.
Research Associate
Kaiserstraße 12
Building 05.01
76131 Karlsruhe
Phone: +49 721 608-3790
Fax: +49 721 608-6071
www.cel.kit.edu
KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association
2009/11/26 Martin B. [email protected]
http://www.mail-archive.com/[email protected]/msg20924.html
Options:
Building 05.01
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Thx Martin but for some reason the tool was really not where it was
supposed
to be.
I solved the whole problem by recompiling and reinstalling gnuradio.
After that updating the firmware worked fine.
Thanks