1
1
openwrt/package/boot/uboot-tools/uboot-envtools/files
Sven Eckelmann (Plasma Cloud) c7c54f3134 ramips: add support for Plasma Cloud PAX1800-Lite
Plasma Cloud PAX1800-Lite is a dual-band Wi-Fi 6 router, based on MediaTek
MT7621A + MT79x5D platform.

Specifications:

- SOC:      MT7621AT (880 MHz)
- DRAM:     DDR3 448 MiB (Nanya NT5CC256M16DP-DI)
- Flash:    2 MiB SPI NOR (S25FL016K) + 128 MB SPI NAND (W25N02KVZEIR)
- Ethernet: 1x 10/100/1000 Mbps (SOC's built-in switch, with PoE+)
- Wi-Fi:    2x2:2 2.4/5 GHz (MT7905DAN + MT7975DN)
            (MT7905DAN doesn't support background DFS scan/BT)
- LED:      tri-color LED for status (red, blue, green)
- Buttons:  1x (reset)
- Antenna:  4x internal, non-detachable omnidirectional
- UART:     1x 4-pin (2.54 mm pitch, marked as "3V3 G/RX GND W/TX")
- Power:    12 V DC/2 A (DC jack)

MAC addresses:

WAN:     54:9C:27:xx:xx:00 (factory 0x3fff4, device label)
2.4 GHz: 54:9C:27:xx:xx:02 (factory 0x4, device label +2)
5 GHz:   54:9C:27:xx:xx:08 (factory 0xa, device label +8)

Flashing instructions:
======================

Various methods can be used to install the actual image on the flash.
Two easy ones are:

ap51-flash
----------

The tool ap51-flash (https://github.com/ap51-flash/ap51-flash) should be
used to transfer the image to the u-boot when the device boots up.

initramfs from TFTP
-------------------

The serial console (115200 8N1) must be used to access the u-boot shell
during bootup. It can then be used to first boot up the initramfs image
from a TFTP server (here with the IP 192.168.1.21):

    setenv serverip 192.168.1.21
    setenv ipaddr 192.168.1.1
    tftpboot 0x83001000 <filename-of-initramfs-kernel>.bin && bootm $fileaddr

The actual sysupgrade image can then be transferred (on the LAN port) to the
device via

    scp <filename-of-squashfs-sysupgrade>.bin root@192.168.1.1:/tmp/

On the device, the sysupgrade must then be started using

    sysupgrade -n /tmp/<filename-of-squashfs-sysupgrade>.bin

Signed-off-by: Sven Eckelmann (Plasma Cloud) <se@simonwunderlich.de>
Link: https://github.com/openwrt/openwrt/pull/20152
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-10-04 20:30:36 +02:00
..
apm821xx uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
ath79 ath79: add support for Dell SonicPoint ACi APL27-0B1 2025-07-13 01:03:36 +02:00
fw_defaults uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
fw_loadenv uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
fw_printsys uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
fw_setsys uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
imx_cortexa7 uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
imx_cortexa9 uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
imx_cortexa53 uboot-envtools: add support for Gateworks venice 2025-07-12 20:24:28 +02:00
ipq40xx uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
ipq806x uboot-tools: envtools: ipq806x: add env for IgniteNet SS-W2-AC2600 2025-06-25 02:06:57 +01:00
kirkwood uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
lantiq uboot-tools: use ubootenv_add_* functions 2025-06-26 23:12:20 +02:00
layerscape uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
mediatek_filogic mediatek: add support for Buffalo WSR-6000AX8 and AX8P 2025-09-22 00:57:51 +02:00
mediatek_mt7622 mediatek: add support for AsiaRF AP7622-WH1 2025-09-18 23:28:59 +02:00
mediatek_mt7623 uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
mediatek_mt7629 uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
mpc85xx uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
mvebu uboot-tools: use ubootenv_add_* functions 2025-06-26 23:12:20 +02:00
mxs uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
octeon uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
oxnas uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
pistachio uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
qoriq uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
qualcommax_ipq50xx uboot-envtools: use ubootenv_add_mtd function 2025-09-11 23:02:12 +02:00
qualcommax_ipq60xx uboot-tools: move ubootenv_add_* functions to common functions 2025-06-26 23:12:20 +02:00
qualcommax_ipq807x uboot-tools: update ubootenv_add_* functions 2025-06-26 23:12:20 +02:00
qualcommbe_ipq95xx uboot-tools: envtools: ipq95xx: use common function 2025-07-13 16:43:34 +02:00
ramips ramips: add support for Plasma Cloud PAX1800-Lite 2025-10-04 20:30:36 +02:00
realtek uboot-envtools: gs1900-48: set fw_env/sys.config 2025-08-03 15:34:51 +02:00
rockchip_armv8 uboot-tools: migrate uboot-envtools to uboot-tools 2025-03-22 13:18:09 +00:00
uboot-envtools.sh uboot-tools: move ubootenv_add_ubi_default to common functions 2025-06-26 23:12:20 +02:00