Help to crosscompile kodi for my stb
#1
Hello everybody,

first i want say sorry for my bad english Wink

I want to cross compile Kodi as a bin for this Hardware: http://wiki.tuxbox.org/wiki/Hardware:Coo...Innenleben

I know that this Readmes are existing https://github.com/xbmc/xbmc/tree/master/doc, but i dont know if i can use one of this and which one?

I have already an toolchain for my STB...

Hope anybody can help me
Reply
#2
the specs neither say CPU this is exactly nor - most importantly - which GPU/VPU it has.
Reply
#3
(2015-08-13, 16:21)wsnipex Wrote: the specs neither say CPU this is exactly nor - most importantly - which GPU/VPU it has.

Thank you for your answer.

POWERVR 3D GPU is not exactly enough right?
Is there any Linux command to find out the right ?
Reply
#4
Code:
~ # cat /proc/cpuinfo
processor       : 0
model name      : ARMv7 Processor rev 1 (v7l)
BogoMIPS        : 1196.85
Features        : swp half thumb fastmult vfp edsp thumbee vfpv3 vfpv3d16 tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x1
CPU part        : 0xc09
CPU revision    : 1

Hardware        : Entropic Apollo STB Platform with FDT
Reply
#5
wild guess: if its a powerVR GPU, you will not have much luck getting it ti work.
Linux driver support for those is scarce at best and kodi doesn't support any HW acceleration on powerVR.

edit: android might work, if you're lucky
Reply
#6
(2015-08-15, 14:49)wsnipex Wrote: wild guess: if its a powerVR GPU, you will not have much luck getting it ti work.

Ok thank you really sad Sad

(2015-08-15, 14:49)wsnipex Wrote: edit: android might work, if you're lucky

But Android is an apk not a bin?
Reply

Logout Mark Read Team Forum Stats Members Help
Help to crosscompile kodi for my stb0