You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ If it is the first time you install the ROGUE CFW, please do not update from STO
21
21
22
22
If you need to update your ROGUE CFW, then use the update .opk packages.
23
23
24
-
##COMPILATION
24
+
##COMPILATION
25
25
26
26
first check that your linux system has the packages installed:
27
27
@@ -38,21 +38,21 @@ if you have debian 9, just download the binarion package at:
38
38
39
39
https://github.com/Ninoh-FOX/toolchain/releases
40
40
41
-
and extract this in /opt / gcw0-toolchain
41
+
and extract this in /opt/gcw0-toolchain
42
42
43
43
If you have a different Linux distribution, run the rebuild.sh script that is inside the toolchain folder to create the correct / opt / gcw0-toolchain for your system.
44
44
45
45
Once all this is configured, the steps to compile the system are:
46
46
47
47
for RG350M
48
48
49
-
: ~ / toolchain$ make rg350m_defconfig
50
-
: ~ / toolchain$ make -f Makefile.rg350m -j4
49
+
: ~/toolchain$ make rg350m_defconfig
50
+
: ~/toolchain$ make -f Makefile.rg350m -j4
51
51
52
52
for RG350
53
53
54
-
: ~ / toolchain$ make rg350_defconfig
55
-
: ~ / toolchain$ make -j4
54
+
: ~/toolchain$ make rg350_defconfig
55
+
: ~/toolchain$ make -j4
56
56
57
57
When the whole process is finished you can create the installation packages or the sd_imagen.bin with the following commands:
0 commit comments