openwrt
openwrt copied to clipboard
mediatek: filogic: add support for Keenetic KN-3411
Add Keenetic KN-3411 support Specification:
- MT7981 CPU using 2.4GHz and 5GHz WiFi (both AX)
- 256MB RAM
- 128MB SPI NAND
- 3 LEDs (red, green, blue)
- 1 button (reset)
- 1 1Gbit ethernet port (integrated phy)
Serial Interface:
- 3 Pins GND, RX, TX
- Settings: 115200, 8N1
Notes:
- The device supports dual boot mode
- Factory bootloader does not support image with ubi (only kernel (fit) + squashfs is accepted)
- Leds: green - status, red - 2.4 Ghz, blue - 5 Ghz
- Second firmware partition (firmware_2) is used for rootfs_data and formated as ubi
Flash instruction: The only way to flash OpenWrt image is to use tftp recovery mode in U-Boot:
- Configure PC with static IP 192.168.1.2/24 and tftp server.
- Rename "openwrt-mediatek-filogic-keenetic_kn-3411-squashfs-factory.bin" to "KN-3411_recovery.bin" and place it in tftp server directory.
- Connect PC with ethernet port, press the reset button, power up the device and keep button pressed until status led start blinking.
- Device will download file from server, write it to flash and reboot.
Signed-off-by: Maxim Anisimov [email protected]