-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
62 lines (46 loc) · 1.86 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
This is a simple app that sets the clock.
This will be needed for platforms that only have a framebuffer available
and has SDL 1.2 available. (although, this could be ported to other libraries or one that uses fbdev directly).
This doesn't work on Beta OpenDingux yet as setting the clock requires sudo rights.
How to compile
===============
For now i assume that you have access to a linux computer or a linux VM.
This may work for WSL2 as well but it wasn't tested.
Stock firmware (2014 based)
___________________________
Download this toolchain :
http://www.gcw-zero.com/files/opendingux-gcw0-toolchain.2014-08-20.tar.bz2
And extract it to /opt.
In /opt/gcw0-toolchain, you should have the following folder called "usr". If that's the case, you're good.
Then open up a terminal in this folder and compile it with :
make -f Makefile.gcw0
Once compilation is sucessful, package everything up with :
./package gcw0
You can now push your OPK to your console either via FTP (to /media/apps) with an FTP client like Filezilla
or alternatively, use the external sd card slot and put the OPK in a folder called "apps".
Beta/Nightly firmware
___________________________
Download this toolchain :
http://od.abstraction.se/opendingux/opendingux-gcw0-toolchain.2020-10-01.tar.gz
And extract it to /opt.
In /opt/gcw0-toolchain, you should have the following files and folders:
bin
etc
include
lib
lib64
libexec
man
mipsel-buildroot-linux-musl
mipsel-gcw0-linux-uclibc
relocate-sdk.sh
sbin
share
usr
Then open up a terminal in this folder and compile it with :
make -f Makefile.gcw0
Once compilation is sucessful, package everything up with :
./package gcw0
You can now push your OPK to your console either via MTP (connect your console to your PC, make sure to use USB2 on the RG-350),
and put it in "Apps".
or alternatively, use the external sd card slot and put the OPK in a folder called "apps".