View Issue Details

IDProjectCategoryView StatusLast Update
0007435NetworksHardwarepublic2024-10-24 22:31
ReporterDigitalMy 
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0007435: Xiaomi Mi Wi-Fi mini R1C router with OpenWRT
DescriptionTested router Xiaomi Mi Wi-Fi mini (R1C)

DC 12V 1A power
CPU MT7620A 580MHz
Flash 16 MB, RAM 128MB

installed OpenWRT as in https://openwrt.org/toh/xiaomi/miwifi_mini

Reset router and do initial setup with password 12345678
Upload firmware miwifi_r1cm_all_75496_2.8.91_ENG.bin using web page
Run commands after login to web page of version
http://192.168.31.1/cgi-bin/luci/;stok=d8a4aeaae9af4cbc8e259d0360a97c62/api/xqnetwork/set_wifi_ap?ssid=whatever&encryption=NONE&enctype=NONE&channel=1%3B%2Fusr%2Fsbin%2Ftelnetd
it will show {"msg":"Couldn't connect to this network(Probe timeout)","code":1616}
http://192.168.31.1/cgi-bin/luci/;stok=d8a4aeaae9af4cbc8e259d0360a97c62/api/xqsystem/set_name_password?oldPwd=12345678&newPwd=1
it will show {"code":0}
telnet 192.168.31.1 23
use root user and password 1 set before
wget http://192.168.31.175:8021/openwrt-22.03.2-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin
cat /proc/mtd
check OS1 exists
mtd -r write openwrt-22.03.2-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin OS1
TagsNo tags attached.

Activities

DigitalMy

2024-06-04 11:09

administrator  

R1C.jpg (62,425 bytes)
R1C.jpg (62,425 bytes)

DigitalMy

2024-10-24 22:31

administrator   ~0014400

Run web server on connected computer and put openwrt.bin to page root
Connect to telnet 192.168.31.1 23
cd /tmp
wget http://192.168.31.100/openwrt.bin
cat /proc/mtd
mtd -r write openwrt.bin OS1