PrvtN00b
PrvtN00b
i just compiled it for debian 12, but I have no clue of how to do it for an enigma 2 STB 
Try today and ran it like this, with the same result, it won start on my Enigma 2 STB. 
> Hi [@PrvtN00b](https://github.com/PrvtN00b) > > Which CPU is in the Dinobot 4K? > > Did you look at https://github.com/Barracuda09/SATPI/wiki/Cross-Compiling-SatPI CPU:  Did you look at https://github.com/Barracuda09/SATPI/wiki/Cross-Compiling-SatPI -----> yes i did...
this is how I did it. on a Debian 12 PC - apt install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf confirm compiler is install:  - nano /root/satpi/envARM.sh `#!/bin/sh # use: # source ./env.sh...
here is an example, after clicking restart, it now shows the IP and also tvheadend can see it now.  
> Do you use tvheadend in docker? > > Then you have do add in environment name= "RUN_OPTS" and value = "--satip_xml http://192.168.50.92:8875/desc.xml" > > So tvheadend know then were...