openwrt/target/linux/mediatek
INAGAKI Hiroshi 74f15628dd mediatek: add support for Buffalo WSR-2533DHP2
This adds support for the Buffalo WSR-2533DHP2.

The device uses the Broadcom TRX image format with a special magic. To
be able to boot the images or load them they have to be wrapped with
different headers depending how it is loaded.

There are multiple ways to install OpenWrt on this device.
Boot ramdisk from U-Boot
----------------------------
This will load the image and not write it into the flash.

1. Stop boot menu with "space" key
2. Select "System Load Linux to SDRAM via TFTP."
3. Load this image:
   openwrt-mediatek-mt7622-buffalo_wsr-2533dhp2-initramfs-kernel.bin
4. The system boots the image

Write to flash from U-Boot
-----------------------------
This will load the image over tftp and directly write it into the flash.

1. Stop boot menu with "space" key
2. Select "System Load Linux Kernel then write to Flash via TFTP."
3. Load this image:
   openwrt-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory-uboot.bin
4. The system writes this image into the flash and boots into it.

Write to flash from Web UI
-----------------------------
This will load the image over over the Web UI and write it into the flash

1. Open the Web UI
2. Go to "管理" -> "ファームウェア更新"
3. Select "ローカルファイル指定" and click "更新実行"
4. Load this image:
   openwrt-mediatek-mt7622-buffalo_wsr-2533dhp2-squashfs-factory.bin
5. The system writes this image into the flash and boots into it.

Specifications
-------------------
* SoC:       MT7622 (4x4 2.4 GHz Wifi)
* Wifi:      MT7615 (4x4 5 GHz Wifi)
* Flash:     Winbond W29N01HZ 128MB SLC NAND
* RAM        256MB
* Ethernet:  Realtek RTL8367S (5 x 1GBit/s, SoC via 2.5GBit/s)

Co-Developed-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2021-03-15 17:02:17 +01:00
..
base-files mediatek: add support for Ubiquiti UniFi 6 LR 2021-02-18 01:15:45 +01:00
dts mediatek: add support for Buffalo WSR-2533DHP2 2021-03-15 17:02:17 +01:00
files-5.4/drivers mediatek: move out-of-tree DTS files to dedicated dts folder 2021-02-19 00:05:53 +00:00
files-5.10/drivers/net/phy mediatek: mt7622: add Linux 5.10 support 2021-02-28 00:45:56 +00:00
image mediatek: add support for Buffalo WSR-2533DHP2 2021-03-15 17:02:17 +01:00
mt7622 mediatek: add support for Buffalo WSR-2533DHP2 2021-03-15 17:02:17 +01:00
mt7623 treewide: remove execute bit and shebang from board.d files 2021-03-06 11:30:06 +01:00
mt7629 treewide: remove execute bit and shebang from board.d files 2021-03-06 11:30:06 +01:00
patches-5.4 mediatek: support non standard trx magic values 2021-03-15 16:57:34 +01:00
patches-5.10 mediatek: support non standard trx magic values 2021-03-15 16:57:34 +01:00
Makefile treewide: fix spelling 'seperate' -> 'separate' 2021-02-28 23:59:21 +00:00
modules.mk mediatek: build btmtkuart as a kernel module 2020-09-22 21:07:50 +08:00