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 22, 2021
1 parent 2bdf5ff commit 6cbbf40
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 @@ -58,19 +58,19 @@ When the whole process is finished you can create the installation packages or t

for RG350M

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

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

: ~/toolchain/updaters/imager_m$ sudo ./create_sdimage.sh (this creates the sd_image.bin file)
: ~/toolchain/updaters/imager_rg350m$ 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_kernel_rg350.sh (this creates a kernel update package)

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

: ~/toolchain/updaters/imager$ sudo ./create_sdimage.sh (this creates the sd_image.bin file)
: ~/toolchain/updaters/imager_rg350$ 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)

Expand Down

0 comments on commit 6cbbf40

Please sign in to comment.