Difference between revisions of "GNURadio: Mengubah board RFX1800 menjadi RFX900"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Mengubah board dapat menggunakan perintah cd /usr/local/src/gnuradio-3.3.0/usrp/host/apps/ ./burn-db-eeprom -h Usage: burn-db-eeprom [options] You must specify a type with -t or --ty...) |
Onnowpurbo (talk | contribs) |
||
Line 28: | Line 28: | ||
+ | Burn EEPROM di RFX board agar menjadi RFX900 | ||
+ | |||
+ | cd /usr/local/src/gnuradio-3.3.0/usrp/host/apps/ | ||
+ | burn-db-eeprom -A --force -t rfx900 | ||
+ | |||
+ | Hasilnya | ||
+ | |||
+ | TX_A: OK | ||
+ | RX_A: OK | ||
+ | |||
+ | dan | ||
+ | |||
+ | burn-db-eeprom -B --force -t rfx900 | ||
+ | |||
+ | Hasilnya | ||
+ | |||
+ | TX_B: no d'board, skipped | ||
+ | RX_B: no d'board, skipped | ||
Revision as of 20:26, 2 May 2011
Mengubah board dapat menggunakan perintah
cd /usr/local/src/gnuradio-3.3.0/usrp/host/apps/ ./burn-db-eeprom -h
Usage: burn-db-eeprom [options] You must specify a type with -t or --type, and at least one side using -A and/or -B. Options: -h, --help show this help message and exit -t TYPE, --type=TYPE choose type from ['basicrx', 'basictx', 'bitshark_rx', 'dbsrx', 'dbsrx_clkmod', 'dtt754', 'dtt768', 'experimental_rx', 'experimental_tx', 'lfrx', 'lftx', 'rfx1200', 'rfx1200_mimo_a', 'rfx1200_mimo_b', 'rfx1200_rx', 'rfx1200_tx', 'rfx1800', 'rfx1800_mimo_a', 'rfx1800_mimo_b', 'rfx1800_rx', 'rfx1800_tx', 'rfx2400', 'rfx2400_mimo_a', 'rfx2400_mimo_b', 'rfx2400_rx', 'rfx2400_tx', 'rfx400', 'rfx400_mimo_a', 'rfx400_mimo_b', 'rfx400_rx', 'rfx400_tx', 'rfx900', 'rfx900_mimo_a', 'rfx900_mimo_b', 'rfx900_rx', 'rfx900_tx', 'tvrx', 'tvrx2', 'tvrx2_mimo', 'tvrx3', 'tvrx3_mimo', 'tvrx_mimo', 'wbx_lo', 'wbx_ng', 'xcvr2450'] -A, --burn-a burn eeprom(s) on side A -B, --burn-b burn eeprom(s) on side B -f, --force force init of already initialized eeproms
Burn EEPROM di RFX board agar menjadi RFX900
cd /usr/local/src/gnuradio-3.3.0/usrp/host/apps/ burn-db-eeprom -A --force -t rfx900
Hasilnya
TX_A: OK RX_A: OK
dan
burn-db-eeprom -B --force -t rfx900
Hasilnya
TX_B: no d'board, skipped RX_B: no d'board, skipped