-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest bin for Dinobot 4K Plus #222
Comments
Hi @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 read it, but in my case instructions aren´t clear, even using chatgpt, manage to compile it for my debian PC, but still no go for this Enigma 2 STB. |
So basically it is an ARM core, just like Vuplus etc. So you could use this compiler, did you download an ARM compiler? this one for example: Did you unpack it in (home dir ~) like:
Then run this on the command line, in the SatPI dir:
Then run first this to see if it compiles and runs:
|
this is how I did it. on a Debian 12 PC
confirm compiler is install:
`#!/bin/sh use:source ./env.sh [gcc12]CFLAGS as used for Vu+ uno 4KARM based Chipsexport CPU_FLAGS="-march=armv7-a -mtune=cortex-a15 -mfpu=neon-vfpv4" if [[ -n $1 && $1 = "gcc12" ]] ; then from my OpenATV copy from /usr/lib/libdvbcsa.so.1.1.0 rename to libdvbcsa.so the paste to the debian PC ran source envARM.sh then ranmake LIBDVBCSA=yes |
I tried to compile it by myself, but I'm totally illiterate cross compiling files, so anyone with a bin that includes OSCAM too I would be more than welcome.
Thanks!
The text was updated successfully, but these errors were encountered: