Greetings,
I am connecting to my PLUTO via an Ethernet - USB adapter. Ethernet works without issue** and I can work with my device. This includes updating my firmware using the on-device command (after uploading firmware):
# /sbin/update_frm.sh pluto.frm
What my question is: Is there a similar update that doesn't flash the device, but only temporarily updates it? I would like the functionality of the helper script pluto_ramboot Problem is, pluto_ramboot requires USB access and DFU mode. I for reasons** cannot get to this mode. During development, I will need to check out firmware often and don't want to have to risk bricking a device with a bad update if I can help it.
** For some as yet unknown reason, once I connected a wired Ethernet network to my Ubuntu machine, USB connections no longer work using IP address. I disconnected the Ethernet connection, rebooted, and connected only with USB cable, even to a brand new PLUTO; Still USB access using IP address fails. The Pluto SDR drive mounts and I can see the config etc. that way. I have something wonky in my host machine somewhere. Even if this worked, when deployed I will only have Ethernet access anyway so question remains.
Thank you!
Steve