I wanted to use my old Nucom R5010UNv2 device to do some openWRT config tests without affecting my main router.
I connect to it (it had a previous openwrt version installed) and upload 24.10.1 firmware image using sysupgrade without conserving settings and forcing upgrade.
But when after uploading and while it was rebooting there was a power outgage.
Now it does not boot correclty.
Lucy interface is not working (connection refused error) and it is not serving IPs or doing any other function.
It seems to get blocked in some early stage of booting.
I can ssh as root to it. It reports OpenWrt SNAPSHOT, r29662-800ea46bd5.
I have tried to upload the firmware to /tmp using scp command in it to copy it from my PC (I have install an sshd server).
But I receive an error saying Permission denied.
It seems that it is read only.
So I cannot upload the file.
It has no internet access either.
I tried to follow the instruccions in the device page to recover, disconnecting it from power and pressing reset button for more than 12 seconds.
It is supposed to installl a minimal firware with a web page interface to upload the firmware, but does not work.
I have tried to use ftp to connect to it during booting with no luck, either.
Some of the 10/100 chips were never migrated and likely never will be. It may have only a 16 entry VLAN table (check with swconfig help) in which case it can't handle arbitrary VLAN setups.
I don't know, probably the functionality is somehow limited.
In this case it seems to use swconfig and not DSA (as the device is quite old) even in 24.10.1 and uses vlan 1 for lan interface. I have created VLAN 2 for wan interface and make it a router.
It works and it gives me access to internet using wan interface wit client dhcp.
It won't be a production device, just to make some configuration tests and do not play with my main router until I check it works.
Having the same openwrt version will help I expect.