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 20, 2021
1 parent 724a2f2 commit f96d7a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ If you have a different Linux distribution, run the rebuild.sh script that is in

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

: ~/toolchain $ make rg280v_defconfig
: ~/toolchain $ make -f Makefile.rg280v -j4
~/toolchain $ make rg280v_defconfig
~/toolchain $ make -f Makefile.rg280v -j4

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

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

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

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

0 comments on commit f96d7a8

Please sign in to comment.