tn3399_openwrt/target/linux
INAGAKI Hiroshi 4645a6d318 ipq806x: add support for NEC Aterm WG2600HP
NEC Aterm WG2600HP is a 2.4/5 GHz band 11ac router, based on Qualcomm
IPQ8064.

Specification:

- IPQ8064 (384 - 1,400 MHz)
- 512 MB of RAM
- 32 MB of Flash (SPI)
- 4T4R 2.4/5 GHz
- 5x 10/100/1000 Mbps Ethernet
- 12x LEDs, 4x keys
- 1x USB 3.0 Type-A
- UART header on PCB
  - RX, TX, NC, GND, Vcc from power connector side
  - baudrate: 115200 bps

Flash instruction using initramfs image:
1. Connect serial cable to UART header
2. Connect power cable and turn on the router
3. When the "Press the [f] key and hit [enter] to enter failsafe mode"
message is displayed on the console, press the "f" key and Enter key
sequentially to enter the failsafe mode
4. create fw_env.config file with following contents on failsafe mode:
  /dev/mtd9 0x0 0x10000 0x10000
5. Execute following commands to add and change the environment
variables of U-Boot
  fw_setenv ipaddr "192.168.0.1"
  fw_setenv serverip "192.168.0.2"
  fw_setenv autostart "yes"
  fw_setenv bootcmd "tftpboot 0x44000000 wg2600hp-initramfs.bin;
  bootipq"
6. Set the IP address of the computer to 192.168.0.2, connect to the LAN
port of WG2600HP, and start the TFTP server on the computer
7. Rename OpenWrt initramfs image for WG2600HP to
"wg2600hp-initramfs.bin" and place it in the TFTP directory
8. Remove power cable from WG2600HP, reconnect it and restart WG2600HP
9. WG2600HP downloads initramfs image from TFTP server on the computer,
loads it and boot with initramfs image
10. On the initramfs image, execute "mtd erase firmware" to erase stock
firmware and execute sysupgrade with the sysupgrade image
11. Wait ~180 seconds to complete flashing

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-06-19 20:46:01 +02:00
..
adm5120
adm8668
apm821xx kernel: bump 4.14 to 4.14.48 2018-06-05 22:54:00 +03:00
ar7
ar71xx ar71x: add support for Mikrotik Routerboard wAP R 2018-06-19 14:32:47 +02:00
arc770 arc770: bump kernel to 4.14 2018-06-19 14:32:47 +02:00
archs38
armvirt
at91
ath25
ath79 ath79: fix qm5p-ac-v2 dts file 2018-06-18 23:23:30 +02:00
au1000
bcm53xx bcm53xx: exit if writing kernel during sysupgrade fails 2018-06-18 13:47:08 +02:00
brcm47xx kernel: bump to 4.9.105 2018-06-01 08:25:14 +02:00
brcm63xx
brcm2708 kernel: bump 4.9 to 4.9.109 2018-06-18 15:25:28 +02:00
cns3xxx
gemini gemini: Cook SQ201 images 2018-06-18 06:35:33 +02:00
generic mips: fix dynamic ftrace 2018-06-18 20:29:26 +02:00
imx6
ipq40xx ipq40xx: add support for ZyXEL WRE6606 2018-06-18 18:21:20 +02:00
ipq806x ipq806x: add support for NEC Aterm WG2600HP 2018-06-19 20:46:01 +02:00
ixp4xx kernel: bump to 4.9.105 2018-06-01 08:25:14 +02:00
kirkwood
lantiq lantiq: atm: fix ifx_atm driver integration 2018-06-18 15:26:41 +02:00
layerscape kernel: bump to 4.9.105 2018-06-01 08:25:14 +02:00
malta
mcs814x
mediatek mediatek: mt7622: Do not deactivate CONFIG_BLK_DEV 2018-06-18 07:10:19 +02:00
mpc85xx kernel: bump to 4.9.105 2018-06-01 08:25:14 +02:00
mvebu mvebu: enable CONFIG_HW_RANDOM 2018-06-18 20:29:38 +02:00
mxs
octeon
octeontx
omap
omap24xx
orion
oxnas kernel: bump 4.14 to 4.14.48 2018-06-05 22:54:00 +03:00
pistachio
ppc40x
ppc44x
ramips ramips: mt7621: fix wireless package selection 2018-06-19 20:45:29 +02:00
rb532
sunxi kernel: bump 4.9 to 4.9.108 2018-06-18 07:10:19 +02:00
uml
x86 kernel: bump 4.9 to 4.9.106 2018-06-07 09:04:46 +02:00
xburst
zynq zynq: remove support for kernel 4.4 2018-06-07 09:00:49 +02:00
Makefile