mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2024-11-06 10:47:35 +01:00
8a26abaf79
This allows (among others) to build rtl-sdr nightly packages for a variety of distributions as part of the network:osmocom:nightly builds
66 lines
2.5 KiB
Groff
66 lines
2.5 KiB
Groff
.TH "rtl_eeprom" 1 "0.5.0" RTL-SDR "User Commands"
|
|
.SH NAME
|
|
rtl-eeprom \- EEPROM programming tool for RTL2832 based DVB-T receivers
|
|
.SH DESCRIPTION
|
|
Dumps configuration and also writes EEPROM configuration.
|
|
Written by Steve Markgraf and incorporated in the osmocom rtl-sdr project.
|
|
.LP
|
|
Use at your own risk, especially -w!
|
|
.LP
|
|
Much software is available for the RTL2832. Most of the user-level
|
|
packages rely on the librtlsdr library which comes as part of the
|
|
rtl-sdr codebase. This codebase contains both the library itself and
|
|
also a number of command line tools such as rtl_test, rtl_sdr,
|
|
rtl_tcp, and rtl_fm. These command line tools use the library to test
|
|
for the existence of RTL2832 devices and to perform basic data
|
|
transfer functions to and from the device.
|
|
.LP
|
|
Because most of the RTL2832 devices are connected using USB, the
|
|
librtlsdr library depends on the libusb library to communicate with
|
|
the device.
|
|
.SH USAGE
|
|
Writing bad information to the EEPROM will make your
|
|
device useless.
|
|
.SH SYNOPSIS
|
|
.B rtl_eeprom [OPTIONS]
|
|
.SH OPTIONS
|
|
.IP "-d device_index (default: 0)"
|
|
.IP "-m <str> set manufacturer string"
|
|
.IP "-p <str> set product string"
|
|
.IP "-s <str> set serial number string"
|
|
.IP "-i <0,1> disable/enable IR-endpoint"
|
|
.IP "-g <conf> generate default config and write to device"
|
|
<conf> can be one of:
|
|
realtek Realtek default (as without EEPROM)
|
|
realtek_oem Realtek default OEM with EEPROM
|
|
noxon Terratec NOXON DAB Stick
|
|
terratec_black Terratec T Stick Black
|
|
terratec_plus Terratec T Stick+ (DVB-T/DAB)
|
|
.IP "-w <filename> write dumped file to device"
|
|
.IP "-r <filename> dump EEPROM to file"
|
|
.IP "-h display this help text"
|
|
.LP
|
|
Use on your own risk, especially -w!
|
|
.SH SEE ALSO
|
|
RTL-SDR wiki documentation:
|
|
.B http://sdr.osmocom.org/trac/wiki/rtl-sdr
|
|
.LP
|
|
Other rtl-sdr programs:
|
|
.sp
|
|
rtl_adsb(1), rtl_fm(1), rtl_sdr(1), rtl_tcp(1), rtl_test(1)
|
|
.SH AUTHOR
|
|
This manual page was written by Maitland Bottoms
|
|
for the Debian project (but may be used by others).
|
|
.SH COPYRIGHT
|
|
Copyright (c) 2013 A. Maitland Bottoms <bottoms@debian.org>
|
|
.LP
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 2 of the License, or
|
|
(at your option) any later version.
|
|
.LP
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|