diff options
author | Liu Yu <f78fk@live.com> | 2019-05-05 10:54:52 +0800 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-05-18 13:43:55 +0200 |
commit | 671c9d16e382bcace441d8ad07816f8ceeed3612 (patch) | |
tree | 749a577c94524d8bbd8d15e934f1d0d96ff98013 /target/linux/ramips/base-files | |
parent | 30dcbc741d84e36ea5408d99593ccb35f900cb5e (diff) | |
download | upstream-671c9d16e382bcace441d8ad07816f8ceeed3612.tar.gz upstream-671c9d16e382bcace441d8ad07816f8ceeed3612.tar.bz2 upstream-671c9d16e382bcace441d8ad07816f8ceeed3612.zip |
ramips: add support for HILINK HLK-7628N
Specification:
CPU: MT7628 580 MHz. MIPS 24K
RAM: 128 MB
Flash: 32 MB
WIFI: 802.11n/g/b 20/40 MHz
Ethernet: 5 Port ethernet switch
UART: 2x
Flash instruction:
The U-boot is based on Ralink SDK so we can flash the firmware using UART:
1. Configure PC with a static IP address and setup an TFTP server.
2. Put the firmware into the tftp directory.
3. Connect the UART0 line as described on the PCB.
4. Power up the device and press 2, follow the instruction to
set device and tftp server IP address and input the firmware
file name. U-boot will then load the firmware and write it into
the flash.
5. After firmware is started connect via ethernet at 192.168.1.1
Signed-off-by: Liu Yu <f78fk@live.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [removed dupped subject]
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/01_leds | 1 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index b55ca0413e..ccbe53d770 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -17,6 +17,7 @@ case $board in set_wifi_led "$boardname:amber:wlan" ;; 3g-6200nl|\ +hilink,hlk-7628n|\ skylab,skw92a|\ wnce2001) set_wifi_led "$boardname:green:wlan" diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 2e56678cf5..9c9517a7f3 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -220,6 +220,7 @@ ramips_setup_interfaces() gl-mt300a|\ gl-mt300n|\ gl-mt750|\ + hilink,hlk-7628n|\ hiwifi,hc5861b|\ jhr-n805r|\ jhr-n825r|\ @@ -498,6 +499,7 @@ ramips_setup_macs() dir-620-a1|\ esr-9753|\ freestation5|\ + hilink,hlk-7628n|\ hlk-rm04|\ mpr-a1|\ psr-680w|\ |