-
Notifications
You must be signed in to change notification settings - Fork 3
Home
akosinov edited this page Apr 3, 2018
·
9 revisions
most basic case: u has a STB card on linux system and wants programing Unicable II device, so:
- download dconv and dsqsend
- compile dconv using Go (if you don't have Go, use on debian-based linux apt-get install golang)
- compile dsqsend using gcc
- make .dsq or .bin file in original app and put it to linux host
- use
./dconv -i <filename> -it <dsq or bin> -ot dsq -l 6 | ./dsqsend
if you don't see any error messages then your device programmed.