banner
miaoer

miaoer

喵二の小博客 xLog 分站
tg_channel
telegram

Troubleshooting Guide for Redmi AX6000 OpenWrt Flashing Tutorial

The tutorial I released in December last year has been maintained for 12 months, and I am very grateful for everyone's support. This machine is also one that I think is relatively easy to flash, and it is our determination to maintain the tutorial for a long time. This article will answer some questions.

First, you need to know what you are doing. Our tutorial requires mutual combination.

1

Tip: The video version is displayed at the top of the blog as a "Bilibili small window".

Script Online Repair#

In some regions, accessing this jsdelivr may be more difficult. The modified command is to remove certificate verification, and the other steps are the same as the blog.

Note that if there is no response, you can use [CTRL] + [C] to terminate the command execution and try again multiple times, which will not cause "bricking"! Running with the same output as the blog video is sufficient.

Enable Telnet

cd /tmp && curl --silent --insecure -O https://fastly.jsdelivr.net/gh/miaoermua/unlock-redmi-ax6000@main/setup.sh && chmod +x setup.sh && ./setup.sh

Backup and Flash U-Boot

cd /tmp && curl --silent --insecure -O https://fastly.jsdelivr.net/gh/miaoermua/unlock-redmi-ax6000@main/uboot.sh && chmod +x uboot.sh && ./uboot.sh

Script Running Issues#

Regarding the script, it is not absolutely necessary to use the online method here. You can also install it offline. I won't demonstrate it here, you can check my source code.

unlock-redmi-ax6000

If you don't understand, use the online script. There is nothing to explain. Just read the script yourself.

SSH#

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell and learn about new features and improvements! https://aka.ms/PSWindows

PS C:\Users\Cat> ssh [email protected]
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ECDSA key sent by the remote host is
85:82:b1:58:20:21:a5:da:be:24:e8:14:9a:12:b2:d2.
Please contact your system administrator.
Add correct host key in C:\Users\Cat\.ssh/known_hosts to get rid of this message.
Offending ECDSA key in C:\Users\Cat\.ssh/known_hosts:5
ECDSA host key for 192.168.31.1 has changed and you have requested strict checking.
Host key verification failed.

This problem occurs because you have previously connected to this IP with SSH, which causes the keys to be inconsistent. You can clear this key using this command, or delete this file at this path C:\Users<username>.ssh/known_hosts.

ssh-keygen -R 192.168.31.1

Password#

The password is available in the blog, don't forget it. Also, the SSH password input does not display plaintext and it is not stuck or unable to enter. Please use English for input.

Ethernet Port Issues#

Currently, the official definition of the AX6000's Ethernet port is custom, and OpenWrt does not adapt to this. You can only set port 1 as WAN and the other 3 as LAN. Of course, you can enter the system to change it yourself.

No Lights#

The U-Boot we use is an old version of U-Boot from hanwckf, which does not have a driver for the lights. But it can perfectly flash most systems. It seems that the later updates removed support for large partitions and switched to U-BOOT MOD (112M).

Wait a moment, and the lights will come on after entering the OpenWrt bootloader.

Third-Party Systems#

We do not restrict third-party systems. You need to flash a third-party OpenWrt system in U-Boot. But if there is a problem, we are not responsible. Please take another route.

Method to enter U-Boot: Hold down the Reset button and plug in the power for 15 seconds (you can do more but not less).

Limited Storage Space#

80-60M is not small. You can install some plugins and use our software source. However, we still recommend installing fewer plugins to ensure system stability.

Too Few Plugins#

The limited number of plugins is to ensure stability. So if you need to install additional plugins, you can follow the links below:

You need to have the latest version v23.8 to use the software source normally.

How to Flash CatWrt on Third-Party Systems#

If you have flashed a third-party system, you need to prepare an old version of U-Boot and update it to the version we specify. CatWrt is based on Lean's LEDE and uses a large partition table.

Currently, the options are: original version (OpenWrt dual partition), U-BOOTMOD (112M large partition), and large partition (LEDE/QWRT).

So if you don't know how to downgrade, you can first flash the official MiWiFi firmware according to the tutorial you choose. Here, you can install the official version of immortalwrt, update the software source, install kmod-mtd-rm, and then follow our tutorial to restore the official firmware and start over.


This article is synchronized and updated to xLog by Mix Space
The original link is https://www.miaoer.xyz/posts/blog/redmiax6000_openwrt_qanda


Footnotes#

  1. https://www.miaoer.xyz/posts/network/flash-redmi-ax6000

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.