Porting Zyxel LTE5398-M904

sorry maybe a stupid question when and if the device will be switched to Openwrt:

Zyxel LTE5398-M904

I have this device with root access,
what should you know to port to Openwrt ?

what features do i lose with an openwrt install on this ?

thanks to all the developers.

When someone who owns it get their hands dirty, someone like you.

Question is, what you should know ...

You're the guy with the device ...

1 Like

I'm sorry but my skills are not high enough to allow me to carry out the porting

since in this period some zyxel models are added to Openwrt, I was wondering if someone has already started doing it (a developer)

surely I don't have the adequate knowledge, I can still help you/help me if possible for a possible debug if instructed how do it

Thank you

Hoping to do something useful, I attach what I have been able to deduce about the router

The Zyxel LTE5398-M904 router featuring 2 Ethernet ports + 1 rj11 port for phone

Specifications:

  • CPU:
    cat /proc/cpuinfo
    system type : MT7621
    cpu model : MIPS 1004Kc V2.15
    BogoMIPS : 583.68

  • RAM: 256MB DDR3
    free
    total used free shared buffers
    Mem: 254816 112592 142224 0 0
    -/+ buffers: 112592 142224
    Swap: 0 0 0

  • Wi-Fi 2.4Ghz: lsmod | grep mt7603e
    mt7603e 1435234 0

  • Wi-Fi 5Ghz: lsmod | grep mt7615e
    mt7615e 3746894 0

  • Switch: MT7530 2x1Gbit Ports
    switch | grep mt7530

  • WWAN: Quectel EG18 Revision: EG18EAPAR01A08M4G (atcmd ati)

  • USB: 1x optional USB2.0 external port

  • Switches/Buttons: WPS, Reset, Power Switch

  • LEDs: Power, Wi-Fi, Data, Signal 1-5, Phone

uname -a
Linux LTE5398-M904 3.10.14 #1 SMP Tue Jun 28 10:51:01 CST 2022 mips GNU/Linux

zycli swversion show
V1.00(ABQV.2)C0

lsusb
Bus 001 Device 003: ID 18a5:0302 Verbatim, Ltd
Bus 002 Device 002: ID 2c7c:0512
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

cat /proc/mtd
dev: size erasesize name
mtd0: 07f80000 00020000 "ALL"
mtd1: 00080000 00020000 "Bootloader"
mtd2: 00080000 00020000 "Config"
mtd3: 00040000 00020000 "Factory"
mtd4: 01ec0000 00020000 "Kernel"
mtd5: 01ec0000 00020000 "Kernel2"
mtd6: 00100000 00020000 "wwan"
mtd7: 01000000 00020000 "data"
mtd8: 00100000 00020000 "rom-d"
mtd9: 00080000 00020000 "reserve"

1 Like