cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

opera-firmware.rst (587B)


      1.. SPDX-License-Identifier: GPL-2.0
      2
      3Opera firmware
      4==============
      5
      6Author: Marco Gittler <g.marco@freenet.de>
      7
      8To extract the firmware for the Opera DVB-S1 USB-Box
      9you need to copy the files:
     10
     112830SCap2.sys
     122830SLoad2.sys
     13
     14from the windriver disk into this directory.
     15
     16Then run:
     17
     18.. code-block:: none
     19
     20	scripts/get_dvb_firmware opera1
     21
     22and after that you have 2 files:
     23
     24dvb-usb-opera-01.fw
     25dvb-usb-opera1-fpga-01.fw
     26
     27in here.
     28
     29Copy them into /lib/firmware/ .
     30
     31After that the driver can load the firmware
     32(if you have enabled firmware loading
     33in kernel config and have hotplug running).