]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/media/dvb-drivers/opera-firmware.rst
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / Documentation / media / dvb-drivers / opera-firmware.rst
1 Opera firmware
2 ==============
3
4 Author: Marco Gittler <g.marco@freenet.de>
5
6 To extract the firmware for the Opera DVB-S1 USB-Box
7 you need to copy the files:
8
9 2830SCap2.sys
10 2830SLoad2.sys
11
12 from the windriver disk into this directory.
13
14 Then run:
15
16 .. code-block:: none
17
18         scripts/get_dvb_firmware opera1
19
20 and after that you have 2 files:
21
22 dvb-usb-opera-01.fw
23 dvb-usb-opera1-fpga-01.fw
24
25 in here.
26
27 Copy them into /lib/firmware/ .
28
29 After that the driver can load the firmware
30 (if you have enabled firmware loading
31 in kernel config and have hotplug running).