Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninoh-FOX authored Feb 17, 2021
1 parent f8c83e9 commit 2bdf5ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If it is the first time you install the ROGUE CFW, please do not update from STO

If you need to update your ROGUE CFW, then use the update .opk packages.

##COMPILATION
## COMPILATION

first check that your linux system has the packages installed:

Expand All @@ -38,21 +38,21 @@ if you have debian 9, just download the binarion package at:

https://github.com/Ninoh-FOX/toolchain/releases

and extract this in / opt / gcw0-toolchain
and extract this in /opt/gcw0-toolchain

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.

Once all this is configured, the steps to compile the system are:

for RG350M

: ~ / toolchain $ make rg350m_defconfig
: ~ / toolchain $ make -f Makefile.rg350m -j4
: ~/toolchain$ make rg350m_defconfig
: ~/toolchain$ make -f Makefile.rg350m -j4

for RG350

: ~ / toolchain $ make rg350_defconfig
: ~ / toolchain $ make -j4
: ~/toolchain$ make rg350_defconfig
: ~/toolchain$ make -j4

When the whole process is finished you can create the installation packages or the sd_imagen.bin with the following commands:

Expand Down

0 comments on commit 2bdf5ff

Please sign in to comment.