pikeyd165 – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -=:[ About ]:=-
2  
3 This is a fork of pikeyd[1] in order to get pi2jamma to work inside
4 an arcade machine. The bcm2835 and the original source code for
5 pikeyd165 is provided and ready to be compiled or cross-compiled to
6 match the target architecture. The sources have been modified to
7 create a static binary such that the result has no dependencies.
8  
9 -=:[ Contents ]:=-
10 * bcm2835 library v1.71 @ https://www.airspayce.com/mikem/bcm2835/
11 * pikeyd165 @ https://github.com/xovox/regamebox_pikeyd165
12  
13 -=:[ Usage ]:=-
14  
15 1. Compile the bcm2835 library:
16  
17 cd bcm2835
18 make clean
19 ./configure --target=aarch64-linux-gnu --host=aarch64-linux-gnu
20 make
21  
22 where "aarch64-linux-gnu" is the cross-compiler of choice.
23  
24 2. Compile pikeyd165:
25  
26 cd pikeyd165
27 make clean
28 make
29  
30 3. Copy pikeyd165 from the pikeyd165 directory to your pi2jamma
31 arcade machine.
32  
33 -=:[ References ]:=-
34  
35 1. https://github.com/mmoller2k/pikeyd