PrvtN00b

Results 6 comments of PrvtN00b

i just compiled it for debian 12, but I have no clue of how to do it for an enigma 2 STB ![Image](https://github.com/user-attachments/assets/8ad0b877-8796-4b4c-bc12-651674a6b0e9)

Try today and ran it like this, with the same result, it won start on my Enigma 2 STB. ![Image](https://github.com/user-attachments/assets/3e8bbbe0-1971-498c-b3d6-77c1a2672708)

> 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: ![Image](https://github.com/user-attachments/assets/9ee298e7-da1e-4df5-a5d8-b71bcb9adaee) 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: ![Image](https://github.com/user-attachments/assets/983a350f-7253-42a6-9962-a3952743f1f3) - 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. ![Image](https://github.com/user-attachments/assets/32f93452-a6de-4b98-ba93-4cafb5c848ca) ![Image](https://github.com/user-attachments/assets/b55c9b11-632c-4888-a62c-035013fe70c4)

> 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...