Cudy WR3000E Attended Sysupgrade

Server response: Unsupported profile: cudy-wr3000e-v1. The requested profile was either dropped or never existed. Please check the forums for more information.

Request Data:

{
    "system_board": {
        "kernel": "6.6.119",
        "hostname": "Cudy",
        "system": "ARMv8 Processor rev 4",
        "model": "Cudy WR3000E v1",
        "board_name": "cudy-wr3000e-v1",
        "rootfs_type": "squashfs",
        "release": {
            "distribution": "OpenWrt",
            "version": "24.10.5",
            "revision": "r29087-d9c5716d1d",
            "target": "mediatek/filogic",
            "description": "OpenWrt 24.10.5 r29087-d9c5716d1d",
            "builddate": "1766005702"
        }
    },
    "advanced_mode": "1",
    "url": "https://sysupgrade.openwrt.org",
    "branch": "24.10",
    "revision": "r29087-d9c5716d1d",
    "efi": null,
    "sha256_unsigned": "",
    "client": "luci/25.360.60166~f71b938",
    "packages": {
        "iwinfo": "2024.10.20~b94f066e-r1",
        "libc": "1.2.5-r4",
        "opkg": "2024.10.16~38eccbb1-r1",
        "libpthread": "1.2.5-r4",
        "tc-bpf": "6.11.0-r1",
        "kmod-crypto-aead": "6.6.119-r1",
        "kmod-lib-crc-ccitt": "6.6.119-r1",
        "getrandom": "2024.04.26~85f10530-r1",
        "kmod-phy-aquantia": "6.6.119-r1",
        "kmod-pppoe": "6.6.119-r1",
        "procd-ujail": "2024.12.22~42d39376-r1",
        "base-files": "1668~d9c5716d1d",
        "luci-app-ttyd": "25.360.60166~f71b938",
        "libustream-mbedtls": "2024.07.28~99bd3d2b-r1",
        "fitblk": "2",
        "firewall4": "2024.12.18~18fc0ead-r1",
        "uboot-envtools": "2024.07-r1",
        "dnsmasq": "2.90-r4",
        "kmod-crypto-hmac": "6.6.119-r1",
        "kmod-crypto-acompress": "6.6.119-r1",
        "libmbedtls": "3.6.5-r1",
        "odhcp6c": "2024.09.25~b6ae9ffa-r1",
        "uci": "2025.01.20~16ff0bad-r1",
        "luci-ssl": "25.360.60166~f71b938",
        "dropbear": "2024.86-r2",
        "kmod-hwmon-core": "6.6.119-r1",
        "adguardhome": "0.107.57-r1",
        "mtd": "26",
        "odhcpd-ipv6only": "2025.10.02~b14cf98c-r2",
        "kmod-crypto-hw-safexcel": "6.6.119-r1",
        "kmod-sched": "6.6.119-r1",
        "kmod-crypto-authenc": "6.6.119-r1",
        "kmod-mt7915e": "6.6.119.2025.11.06~eb567bc7-r1",
        "urandom-seed": "3",
        "luci-mod-dashboard": "25.360.60166~f71b938",
        "ppp": "2.5.1-r1",
        "kmod-leds-gpio": "6.6.119-r1",
        "kmod-gpio-button-hotplug": "6.6.119-r5",
        "logd": "2024.04.26~85f10530-r1",
        "luci-app-attendedsysupgrade": "25.360.60166~f71b938",
        "kmod-libphy": "6.6.119-r1",
        "kmod-crypto-des": "6.6.119-r1",
        "sqm-scripts": "1.6.0-r1",
        "kmod-ppp": "6.6.119-r1",
        "mt7981-wo-firmware": "20241110-r2",
        "wpad-mesh-openssl": "2024.09.15~5ace39b0-r2",
        "libuclient": "2024.10.22~88ae8f20-r1",
        "luci": "25.360.60166~f71b938",
        "kmod-mt7981-firmware": "6.6.119.2025.11.06~eb567bc7-r1",
        "kmod-lib-lzo": "6.6.119-r1",
        "kernel": "6.6.119~6a9e125268c43e0bae8cecb014c8ab03-r1",
        "hostapd-common": "2024.09.15~5ace39b0-r2",
        "urngd": "2023.11.01~44365eb1-r1",
        "ppp-mod-pppoe": "2.5.1-r1"
    },
    "profile": "cudy-wr3000e-v1",
    "target": "mediatek/filogic",
    "version": "24.10.5",
    "diff_packages": true,
    "filesystem": "squashfs",
    "rootfs_size_mb": null

Just curious, what version are you attempting to upgrade to?

The board_name is broken on your device, that first dash should be a comma. ssh into the device, do this, then try again:

echo 'cudy,wr3000e-v1' > /tmp/sysinfo/board_name
3 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.