Redmi Router AC2100 Windows Flashing Procedure

Hi,

I manage to copy the SSH access script into the Firefox "web console" (Not in Chromium-based Opera ??)

I manage to paste the SSH script by using Putty, which is provided with SCP command line prompt.

I have to execute PuTTY in C:\PuTTY directory, otherwise the path c:\Program Files (x86)\PuTTY is not usable.

But when I execute the command line "pscp -scp c:/PuTTY/openwrt-24.10.0-rc2-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin root@192.168.31.1:\tmp", I get this error message just after entering the right password :

"scp: tmp: Read-only file system"

So, I can't go further and can't flash the two files for converting the routeur.

Is somebody can tell me how to turn \tmp writable ?

I think I miss something basic. ;-(

Could you give me a solution ?

Best regards.

Your slashes nibble left to right.

Yes, thanks.

So the right command is :
pscp -scp c:/PuTTY/openwrt-24.10.0-rc2-ramips-mt7621-xiaomi_redmi-router-ac2100-squashfs-kernel1.bin root@192.168.31.1:/tmp

Notice that I flash the router to the 2.0.503 firmware to check the partition was writable.

And I could flash the openwrt firmware as well.

Through root@XiaoQiang, verify the correct file name before flashing, otherwise you will get this error message :

"Couldn't open image file ... !"

Thank you very much !
Cheers !
See you.