Skip to content

1.7.8.1

Compare
Choose a tag to compare
@Ninoh-FOX Ninoh-FOX released this 08 Dec 20:09
· 154 commits to master since this release
40feb13

Changelog:

1.7.8.1:

  1. boot partition now is mount too in /media/system in rw mode for recovery the system from pc if this is possible.

intructions for recovery or external update:

You can copy the kernel or rootfs to the internal SD card of the RG350 using FTP, SFTP or SCP. I recommend SCP since it is just one line on the command prompt. It does require setting up SSH keypair authentication though.

for kernel

scp vmlinuz.bin [email protected]:/media/system/
scp modules.squashfs [email protected]:/media/system/update_m.bin

for rootfs

scp rootfs.squashfs [email protected]:/media/system/update_r.bin

Reboot the RG350 to activate the new kernel or rootfs. Don't use the reset button: part of the kernel or of the rootfs may not have been flushed from the write cache yet.

You can use too:

ssh [email protected]
RG350:media/data/local/home# reboot

  1. Gmenu2x now can link .opk and .dge files.
  2. New boot logo
  3. New sd_image for make a new sdcard from 0 with full optimization (Thanks to https://github.com/gcwnow)

Instructions for a clear update/ fix internal sdcard or change of internal sdcard:

  1. Download a base system "sd_image.bin" from releases.

for Windows:

  1. Format the new sdcard / internel sdcard with SD FORMATTER 5.0.1 ( https://www.sdcard.org/downloads/formatter/ ) two times.
  2. Download Win32 disk imager ( https://sourceforge.net/projects/win32diskimager/ ) and flash (writer) the FW base imagen in the sdcard.

4. NOT RESIZER THE EXT4 PARTITION IN WINDOWS!!
only put the internal sd in the console and follow the instructions.

for Linux:

  1. Format the new sdcard / internel sdcard with gnome-disk-utility.

  2. Flash the FW base imagen in the sdcard with gnome-disk-utility.
    Or type in a terminal:

    sudo dd if=sd_image.bin of=/dev/[sdcard mount poin]

4. Not resize!! Put the internal sd in the console and follow the instructions.