Rock64 with arm64/armhf (should work for others)

Other hardware interoperability tutorials for game consoles.
Post Reply
sephirotdnf
Posts: 69
Joined: Sat Feb 23, 2013 4:11 pm

Rock64 with arm64/armhf (should work for others)

Post by sephirotdnf »

My setup:
Rock64 4GB RAM + 32GB eMMC
https://www.pine64.org/?page_id=7147

Ayufan's Debian Stretch arm64 stable
https://github.com/ayufan-rock64/linux- ... tag/0.5.15


For armhf please simply follow Raspberry PI tutorial:
https://gimx.fr/wiki/index.php?title=RPi
Updates automated via GIMX.


For arm64 follow this tutorial:
https://gimx.fr/wiki/index.php?title=De ... t_on_Linux
  • Select libraries for Ubuntu 16.04 / Raspbian Stretch
  • Make sure you select 4 cores (not 2) for compilation (make -j 4)
Xbox One - remember you need oldest pad (without 3.5mm jack), connected directly (not via any hub) to USB 2.0 (haven't tested USB 3.0 as I have HDD in there) otherwise it won't be recognised by GIMX.

Image



Update:
https://gimx.fr/forum/viewtopic.php?p=13753#p13753
Go to folder where you have GIMS source code from Github (/home/rock64/GIMX by default)

Code: Select all

cd /home/rock64/GIMX
Clear Make

Code: Select all

make clean
Update source Code from Github

Code: Select all

git pull
Compile

Code: Select all

make -j 4
Install

Code: Select all

sudo make install
Not sure if you have to set up setuid and permissions once again.


Mouse Tweaks:
Will be updated soon.
User avatar
GoDlike
Posts: 1317
Joined: Thu Apr 28, 2016 12:47 pm
Location: Poland

Re: Rock64 with arm46/armhf (should work for others)

Post by GoDlike »

Excellent work! Many thanks for helping our community :-)
My hardware: PS3 Slim CFW 4.80 | PS4 Pro 500 Million LE | PS5 | Xbox Series X
Steam: Godlike_RU | PSN: GoDlike_RU | XBL: GoDlike
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Rock64 with arm64/armhf (should work for others)

Post by Matlo »

sephirotdnf wrote: Sat Feb 10, 2018 5:02 pm Update:
https://gimx.fr/forum/viewtopic.php?p=13753#p13753
Go to folder where you have GIMS source code from Github (/home/rock64/GIMX by default)

Code: Select all

cd /home/rock64/GIMX
Clear Make

Code: Select all

make clean
Update source Code from Github

Code: Select all

git pull
Compile

Code: Select all

make -j 4
Install

Code: Select all

sudo make install
Not sure if you have to set up setuid and permissions once again.
This is no more required, I changed the source code to allow compilation to complete on architectures that are not officially supported.
From now cloning the repository includes theses changes.
Setting up setuid and permissions has to be done only once.
GIMX creator
Post Reply