Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ramips: improve support for STORYLiNK SAP-G3200U3
* Increase flash SPI frequency to 50MHz The maximum SPI frequency of MX25L6406EM2I is 86 MHz, but in this patch 50 MHz was chosen as a safe value. * Update Ethernet MAC addresses Till now LAN/WAN MAC addresses were flipped compared to stock firmware. * Fix Wi-Fi LEDs by adding mt76 led nodes * Fix LAN port order LAN ports are in reverse order of switch ports. * Fix the well-known "LZMA ERROR 1" error by using lzma-loader * Set uImage name, which enables installation via stock web interface Installation via stock web interface: 1. Upload **initramfs** image file to the web page. 2. Boot into OpenWrt and perform sysupgrade with sysupgrade image. Firmware flashing via recovery mode: 1. Set up a tftp server with IP address 192.168.10.10/24. Rename the firmware file to "root_uimage" and place it in the server directory. 2. Connect the server with one of LAN ports. Press reset button and power up the device. Wait for USB LED to start blinking, then release reset button. USB LED should now stay solid. 3. The bootloader will automatically download and flash the firmware. Wait for USB LED to turn off, then power cycle the device. Signed-off-by: Sungbo Eo <[email protected]>
- Loading branch information