I purchased a rugged-som board preloaded with OpenWRT and am having issues downloading/updating packages. I also cannot upgrade the firmware using built-in sysupgrade tools. I suspect this is because the firmware version that is loaded on the board is no longer supported.
The long-term solution is either to publish our own package feed for the imx/imx6ull target or to fix the package feeds used by opkg in build time rather than implement this fix. I will add this to the next release.
Thanks for your quick response! The package sources you listed did not work as they rely on the apk package manager. The version I am on only supports opkg. I was able to get what I needed by changing my sources to an archived source. I only needed to install one package and that worked for me, I will refrain from updating any packages as I am not sure about dependencies etc. I will keep an eye out for your next firmware release!
/etc/opkg/distfeeds.conf (remove the “..” at the beginning of the link)
Yes, my apologies I missed that. In which case, you can try the archive packages sources or use https://downloads.openwrt.org/releases/24.10.3/packages/arm_cortex-a7/{subdirectory}
(Changing subdirectory for the specific package feeds you want)
Yes, I will be pushing this as part of the next Rugged SOM software update.