You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
xqrepack
2
2
=========
3
3
4
-
These scripts allow you to modify the *Xiaomi R3600* firmware image to make sure SSH and UART access is always enabled.
4
+
These scripts allow you to modify the *Xiaomi AX3600 and Xiaomi AX6000* firmware image to make sure SSH and UART access is always enabled.
5
5
6
6
The default root password is `password`. Please remember to login to the router and change that after the upgrade. Your router settings like IP address and SSIDs are stored in the nvram and should stay the same.
It should be something like `miwifi_r3600_firmware_xxx_yyy.bin`.
29
-
Put it/them to `orig-firmwares` directory.
29
+
Put it/them to `orig-firmwares` in the specific router model directory.
30
+
E.g. for an AX3600 router copy the firmware to `orig-firmwares/AX3600`
30
31
31
32
2. Run `make` to build archives of patched firmwares.
32
33
This will build patched images with following naming convention:
33
-
-`<firmware_image_name>_SSH.zip`: patched with original `repack-squashfs.sh` script, which enables SSH and does its best to disable Xiaomi functions/bloatware
34
+
-`<firmware_image_name>_<ROUTER_MODEL>_SSH.bin`: patched with original `repack-squashfs.sh` script, which enables SSH and does its best to disable Xiaomi functions/bloatware
34
35
35
-
3. After extracting a generated archive of your liking, you will get `r3600-raw-img.bin` file.
36
-
Flash this file directly into the router using SSH.
36
+
3. Flash this file directly into the router using SSH.
37
37
You cannot use the web UI because this is a raw image, and more importantly has no signature.
38
38
39
39
If you are using a recently xqrepack'ed firmware, you can use the `xqflash` utility on the router to flash an update image:
If you are using a original image, just copy xqrepack via scp to the router to prevent manual flashing.
42
44
43
45
After it completes successfully, you should be able to `reboot`.
44
46
@@ -50,7 +52,7 @@ Manual Flashing
50
52
51
53
The R3600 firmware uses an A/B partition system, called `rootfs` and `rootfs_1`. This corresponds to `mtd12` and `mtd13`. Find the partition that is not the one in use and use `ubiformat` to write the raw image onto the partition:
0 commit comments