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 796d838 commit f8c83e9
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,66 @@ Special Thanks to Pcercuei (https://github.com/pcercuei), Mthuurne (https://gith
- [ ] Modernize 3D APIs - 2.1.x
- [ ] HDMI support - 2.2.x

## INSTALLATION

If it is the first time you install the ROGUE CFW, please do not update from STOCK or another base system, use the sd_image.bin and burned in a new microsd (recommended a 16Gb of good speed), because if you can not have system failures.

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

##COMPILATION

first check that your linux system has the packages installed:

bison flex gettext texinfo wget cpio python unzip mercurial subversion libncurses5-dev libc6-dev-i386 bzr libssl-dev g ++ - multilib rsync java-wrappers mtools gcj-4.9-jdk

clone the repository with the command:

git clone --recursive https://github.com/Ninoh-FOX/toolchain


If you don't have the GCW0 build environment installed on your system there are two steps.

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

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

for RG350

: ~ / 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:

for RG350M

: ~/toolchain/updaters$ ./create_kernel_m.sh (this creates a kernel update package)

: ~/toolchain/updaters$ ./create_updater_m.sh (this creates a complete system update package)

: ~/toolchain/updaters/imager_m$ sudo ./create_sdimage.sh (this creates the sd_image.bin file)

for RG350

: ~/toolchain/updaters$ ./create_kernel.sh (this creates a kernel update package)

: ~/toolchain/updaters$ ./create_updater.sh (this creates a complete system update package)

: ~/toolchain/updaters/imager$ sudo ./create_sdimage.sh (this creates the sd_image.bin file)

: ~/toolchain/updaters$ ./create_flashe.sh (this creates a flasher internal sdcard install package with the file sd_image.bin from previeus step)


# update firmware 1.7.10: <br>
https://github.com/Ninoh-FOX/RG350-ROGUE-CFW/releases/tag/1.7.10

Expand Down

0 comments on commit f8c83e9

Please sign in to comment.