|
|
本帖最后由 mxwz01 于 2022-2-15 22:05 编辑
- Also known as the "Xiaomi Router AX3200" in western markets.
- SoC: MediaTek MT7622B
- RAM: DDR3 256 MiB (ESMT M15T2G16128A)
- Flash: SPI-NAND 128 MiB (ESMT F50L1G41LB)
- WLAN: 2.4/5 GHz 4T4R
- 2.4 GHz: MediaTek MT7622B
- 5 GHz: MediaTek MT7915E
- Ethernet: 4x 10/100/1000 Mbps
- Switch: MediaTek MT7531B
- LEDs/Keys: 2/2 (Internet + System LED, Mesh button + Reset pin)
- UART: Marked J1 on board VCC RX GND TX, beginning from "1". 3.3v, 115200n8
- Power: 12 VDC, 1.5 A
- Notes:
- Ethernet mac addresses exist in both u-boot-env and bdata
- Only u-boot-env is used here.
- Installation:
- 1. Complete initial device setup
- 2. Login to device and make requests to endpoint http://<PLACEHOLDER1><COMMAND>
- Replacing the <stok> with the session token from your login,
- and the <COMMAND> with the following commands to "unlock" the device.
- nvram set ssh_en=1
- nvram set uart_en=1
- nvram set boot_wait=on
- nvram commit
- sed -i '/flg_ssh.*release/ { :a; N; /fi/! ba };/return 0/d' /etc/init.d/dropbear
- (Replace <PASSWORD> below with desired password do not execute this line)
- echo -e “<PASSWORD>/n<PASSWORD>” | passwd root
- /etc/init.d/dropbear enable
- /etc/init.d/dropbear start
- 3. Login to the device over ssh with root and the password chosen
- 4. SCP the images over to /tmp
- 5. 'mtd write factory.bin firmware', 'mtd write factory.bin firmware1',
- 'mtd write -r rootfs overlay'
- Device should reboot at this point.
- Reverting to stock:
- Typical Xiaomi tftp that accepts their signed images.
- Triggered by holding reset pin on powerup.
- A simple implementation of this would be via dnsmasq's
- dhcp-boot option or using the vendor's (Windows only)
- recovery tool available on their website.
- Signed-off-by: Richard Huynh <voxlympha@gmail.com>
复制代码
相关主题地址github地址
相关讨论的地址
相关固件的地址
- 30 MB is not enough.
- This way of partitioning adds much more space for user data
复制代码
固件的地址
|
|