Failed to run mudfish openwrt on Raspberry Pi 3B+ OpenWrt

Hello, I’ve encountered a problem where my Raspberry Pi 3B+ doesn’t support mudfish openwrt architecture, maybe you can help me to find any solution to be able to run mudfish on my Raspberry Pi 3B+. Many thanks before

Install log :
root@OpenWrt:~# opkg install mudfish-pi_2.6.9-1_aarch64_cortex-a72.ipk
Unknown package ‘mudfish-pi’.
Collected errors:

  • pkg_hash_fetch_best_installation_candidate: Packages for mudfish-pi found, but incompatible with the architectures configured
  • opkg_install_cmd: Cannot install package mudfish-pi.

CPU Info :
root@OpenWrt:~# cat /proc/cpuinfo
processor : 0
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4

processor : 1
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4

processor : 2
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4

processor : 3
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4

Hardware : BCM2835
Revision : a020d3
Serial : 000000008b8de14d
Model : Raspberry Pi 3 Model B Plus Rev 1.3

opkg print-architecture :
root@OpenWrt:~# opkg print-architecture
arch all 1
arch noarch 1
arch aarch64_cortex-a53 10

Could you please check the output of the following command?

  • ubus call system board

Which these outputs, I can’t figure out which OpenWRT version and target were used on your board…

No problem!, here’s the output below

{
    "kernel": "5.15.137",
    "hostname": "OpenWrt",
    "system": "ARMv8 Processor rev 4",
    "model": "Raspberry Pi 3 Model B Plus Rev 1.3",
    "board_name": "raspberrypi,3-model-b-plus",
    "rootfs_type": "ext4",
    "release": {
            "distribution": "OpenWrt",
            "version": "23.05.2",
            "revision": "r23630-842932a63d",
            "target": "bcm27xx/bcm2710",
            "description": "OpenWrt 23.05.2 build by Radenku.com"
    }

}

Okay. When I checked the target, bcm27xx/bcm2710 isn’t what Mudfish currently supports. :slight_smile: So I’d pushed a change to the build server to support this target and it’s building right now. If it goes well, the new build for this target shows at Index of /releases/openwrt/packages-23.05/ link. I expect it takes 6 ~ 8 hours until the build is completed.

If it doesn’t appear even after 24 hours, please let me know again. It means the build is failed at some point…

Thank you so much, i’ll let you know if the builds worked

Hello, the build has succeeded but i have one last question. Is the LUCI from another arch works for another arch? Thanks before

:frowning: The build wasn’t successful. I’d triggered another one to build Luci stuff. It’ll take another hours…