Skip to content
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

Porting Steam/ other game servers to Amlogic TV boxes? #16

Closed
siliconhippy opened this issue Apr 18, 2021 · 3 comments
Closed

Porting Steam/ other game servers to Amlogic TV boxes? #16

siliconhippy opened this issue Apr 18, 2021 · 3 comments

Comments

@siliconhippy
Copy link

Looks good !

Can this be used to port Steam / other game servers to 64 bit ARM OSes like armbian.com on TV boxes with Amlogic SoCs ( S905, S905X, S905W)?

There was an Exagear + Wine emulator for RPi, Odroid, Pine64, Cubieboard and Banana Pi SBCs that supported Windows programs porting including retro games and also CSGO. But it shut down in Feb '19.

Below is an interesting description of Windows to ARM ports, including the Hangover project:

https://gist.github.com/MIvanchev/14de59fa2552d315ac74c30cf1c0b01e

Your insights would be appreciated !

@Kron4ek
Copy link
Owner

Kron4ek commented Apr 18, 2021

There are x86-64 binaries and libraries inside Conty (since it includes regular Arch Linux), so it can't work on ARM directly. In theory though it may be possible to use it in conjunction with user space x86-64 emulation (for instance, qemu), but i haven't tested this use case so can't say for sure if it will work or not.

@siliconhippy
Copy link
Author

Ok thanks ☺️

So Conty containers are for x86_64, not ARM ?

@Kron4ek
Copy link
Owner

Kron4ek commented Apr 18, 2021

Yes, it's for x86_64. You'll need x86-64 libraries and an emulator anyway if you want to run game servers since most of them are only for x86 architecture and don't work on ARM.

@Kron4ek Kron4ek closed this as completed Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants