Releases: Harwesta/GTW360-router
Openwrt 23.05.05 with LTE modem support
How to install.
-
Format USB flash disk with FAT32 MBR type, copy rescue image file "fitImage-rescue-gtw360" to root partition.
-
Unzip two attached .zip file and copy .img file to USB disk.
-
Insert disk and power up device.
-
Wait to boot up and connect to SSH console (without password):
ssh [email protected]
-
Mount USB flash disk (check for correct device name):
mount /dev/sda1 /mnt/
-
Restore eMMC partition with two stages:
dd if=/mnt/gtw360-YYYY-MM-DD_1.img of=/dev/mmcblk1 bs=1M conv=fsync
dd if=/mnt/gtw360-YYYY-MM-DD_2.img of=/dev/mmcblk1 bs=1M seek=3728 conv=fsync
-
Unmount disk, remove them.
umount /dev/sda1
-
Power off device, power up and waiting to boot up.
Connect to WiFi access point SSID="GTW360", password="1234567890", login to web console http://192.168.1.1
user=root, password is empty.
Login to Homed web console http://192.168.1.1:8080
user=homed, password=homed
Login to V2Raya web console:
user=root, password=1234567890
If you installed the modem and made a modification to reset it - be sure to configure Watchcat to your modem interface name!
By default the interface name is wwan0, if it is different - correct it in the settings.
See the list of installed packages in the file opkg-list-installed.txt
Enjoy :)