I have a xiaomi RA75 device, sold as "MiWifi Range Extender AC1200".
See https://fccid.io/2AFZZRA75 for hardware description and photos
These devices are rather cheap for a dual band device. I also like the form factor.
It is similar enough that it runs fine with the MIR4A_100M Firmware, 21.02.3 and 22.03.0-rc6 tested.
Differences, as far as I can see:
Only one LAN (maps to WAN-port)
Form factor (wall wart)
But the stock firmware is different so there is not easy way to install:
There is a nginx webserver on the device, but no HTML UI. The device needs to be configured by an app. This is annoying. Especially since OpenWRTInvasion does not work, because you can't find a stok, and the rest is also unlikely to work.
I have already put in the time of soldering an UART port, and from there the TFTP install method works (use the chinese, not the international version)
For me, this is good enough. The device won't be very popular until somebody finds a way for a solderless install.
But I am willing to document the hardware and maybe provide a patch to better support it.
Should this even be its own model? Seems a waste of resources to build its own image. The differences from R4A would only be the description and the switch config.
Hi friends,
I have it now also, but the communication over the serial port is not ok.
If I set the 115200,8,N,1, then the first part of the data is not ok (U-Boot), only from the
The part "Linux started".
If I changed tto 115200,7,n,1, the is everything ok. The full protocol, but it's not possible to do anything with the keybord.
Tried again (with openwrt-22.03.0-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin) and a factory fresh unit. Was able to flash without a problem.
Maybe there are different versions on the market? Where did you buy yours?
On the end I managed to flash and boot the image. The reason I could not in the beginning, is that I did not use the power source of the device, I powered it through the UART.
After connecting the main power source and the GND, RX, TX (Vcc disconnected), I was able to boot openwrt.
i have been able to install the openwrt on the RA75
using the KERNEL and SYSUPDATE image form the technical data page.
but i'm not able to acces it.
via the LAN i got a nginx 403 for luci
and a rejected connection via ssh
i know the device share the firmware with the MIR4A_100M as described
but no coonnection is posible
is there something am i missing to get acces to it?
it has a dhcp server running on wireless and the ethernet port
Wireless 192.168.41.0/24
Ethernet Port 192.168.51.0/24
i tried seting up a 192.168.1.0/24 address on the devices so see if there is a way to acces it via this address pool but no luck, either connecting a wan cable to it will not get an ip or give me internet access.
i am trying to build a new image form source for this devices using the MIR4A_100M profile i'll share any progress,
if u can help me with any config for the build or the problems i'm having please let me know
Hi,
In the config from the 100m, the only ethernet port is the WAN port, and this is firewalled
You have to change this from the serial console.
Either
Disable firewall and connect to the DHCP'ed address
Switch the eth Ports in /etc/config/network and access via 192.168.1.1
If you see garbage in uboot or you can't select 2 in u boot menu It's bad USB to ttl. I had the same problem with ch340g. I tried an old rs232 to ttl and worked instantly.
I guess the owners of RA75 most common use case is as a range extender or dumb AP.
I was trying to configure it after flashing via console to disable firewall and switch ports but didn't succeed.
Is it possible to make a firmware with your patch, that has it initially configured as AP and build it with https://github.com/P3TERX/Actions-OpenWrt ? This will make it a lot easier
Hi,
I am optimistic to get my patches merged soon. I'd rather put my effort on this route, but the link looks interesting, I'll keep that in mind.
(BTW: Log in via console and disable the firewall should get you started)