Vanila Openwrt fit images for the GL.iNET B3000
It comes with the usual caveat, use at your own risk !! Serial connection is required for flashing, see instructions below A final warning ... use at your own risk
setup tftp server with ip 192.168.1.1
put the openwrt-qualcommax-ipq50xx-glinet_gl-b3000-squashfs-nand-factory.ubi file into root of tftp server
- power up router with serial console open to see boot log
- press "gl" when prompted by uboot
- enter the following cmds ...
setenv ipaddr 192.168.1.2
setenv serverip 192.168.1.1
tftpboot openwrt-qualcommax-ipq50xx-glinet_gl-b3000-squashfs-nand-factory.ubi
flash rootfs
setenv flag_try_sys1_failed 0
setenv flag_boot_rootfs 0
setenv flag_last_success 0
saveenv
reset