1.7.8.1
Changelog:
1.7.8.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
- Gmenu2x now can link .opk and .dge files.
- New boot logo
- 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:
- Download a base system "sd_image.bin" from releases.
for Windows:
- Format the new sdcard / internel sdcard with SD FORMATTER 5.0.1 ( https://www.sdcard.org/downloads/formatter/ ) two times.
- 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:
-
Format the new sdcard / internel sdcard with gnome-disk-utility.
-
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]