From ce0a3da138f5de23f0647d991fd4a1dfaef17286 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 14 May 2010 12:32:40 -0700 Subject: card burner notes --- host/docs/usrp2.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'host/docs') diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index e8901b839..4731b73cf 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -48,14 +48,26 @@ Load the images onto the SD card 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. -Use the card burner tool (linux): +Use the *--list* option to get a list of possible raw devices. +The list result will filter out disk partitions and devices too large to be the sd card. +The list option has not yet been implemented on macosx. + +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Use the card burner tool (unix) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :: + sudo /share/uhd/utils/usrp2_card_burner.py --gui + + -- OR -- + 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): +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Use the card burner tool (windows) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :: /share/uhd/utils/usrp2_card_burner.py --gui -- cgit v1.2.3