Skip to content

AREDN Support for Cudy TR1200 (mt76x8 chipset) #2530

@uguraltinsoy

Description

@uguraltinsoy

I have a Cudy TR1200 travel router. Its hardware is very similar to the OpenWRT One device — both use the mt76x8 chipset.

I successfully built the AREDN firmware for this device, but I encountered a few issues:

  • LAN and WAN ports do not work initially, but I wrote a startup script that fixes this automatically when the device boots.
  • DTDLink (Device-to-Device Link) is currently not working.
  • On 2.4 GHz Wi-Fi, channels -1, -2, -3, and -4 appear in the list, but none of them are functional. I tested channel -2, but it did not work.
  • The 5 GHz Wi-Fi LAN Hotspot mode works perfectly.

In summary, the device:

  • Can obtain an IP address via WAN,
  • Can share internet through LAN,
    but Mesh Wi-Fi and DTD connections are not working at this time.

My goal is to make this device fully compatible with the AREDN network.
I would appreciate any guidance or suggestions from the development team or experienced users.

Attached to this issue:

  • My cudy-tr1200.config build configuration file,
#
# Global build settings
#
CONFIG_JSON_OVERVIEW_IMAGE_INFO=y
CONFIG_SIGNED_PACKAGES=y
CONFIG_SIGNATURE_CHECK=y
CONFIG_DOWNLOAD_CHECK_CERTIFICATE=y
CONFIG_USE_APK=y

# Cudy TR1200 v1
CONFIG_TARGET_ramips=y
CONFIG_TARGET_ramips_mt76x8=y
CONFIG_TARGET_ramips_mt76x8_DEVICE_cudy_tr1200-v1=y
CONFIG_HAS_SUBTARGETS=y
CONFIG_HAS_DEVICES=y
CONFIG_TARGET_BOARD="ramips"
CONFIG_TARGET_SUBTARGET="mt76x8"
CONFIG_TARGET_PROFILE="DEVICE_cudy_tr1200-v1"
CONFIG_TARGET_ARCH_PACKAGES="mipsel_24kc"
CONFIG_CPU_TYPE="24kc"

# 2. USB
CONFIG_PACKAGE_kmod-usb-core=y
CONFIG_PACKAGE_kmod-usb2=y

# 4. Dosya Sistemi Sürücüleri (Kernel Modülleri)
CONFIG_PACKAGE_kmod-fs-ext4=y
CONFIG_PACKAGE_kmod-fs-vfat=y

# (Wi-Fi)
CONFIG_PACKAGE_kmod-mt7603=y  # 2.4GHz Wi-Fi (MT7628)
CONFIG_PACKAGE_kmod-mt7615e=y # 5GHz Wi-Fi (MT7613BEN çipi için bu sürücü kullanılır)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions