0001 .. SPDX-License-Identifier: GPL-2.0
0002
0003 Opera firmware
0004 ==============
0005
0006 Author: Marco Gittler <g.marco@freenet.de>
0007
0008 To extract the firmware for the Opera DVB-S1 USB-Box
0009 you need to copy the files:
0010
0011 2830SCap2.sys
0012 2830SLoad2.sys
0013
0014 from the windriver disk into this directory.
0015
0016 Then run:
0017
0018 .. code-block:: none
0019
0020 scripts/get_dvb_firmware opera1
0021
0022 and after that you have 2 files:
0023
0024 dvb-usb-opera-01.fw
0025 dvb-usb-opera1-fpga-01.fw
0026
0027 in here.
0028
0029 Copy them into /lib/firmware/ .
0030
0031 After that the driver can load the firmware
0032 (if you have enabled firmware loading
0033 in kernel config and have hotplug running).