Use only user image with limeFLASH. You can checkout previous user image from Git and reprogram it with software.
LimeSDR Mini V2 has two bitstream files (user and gold) stored in FLASH memory. From software user can only access and overwrite user section. If user section gets somehow corrupted gold image is loaded automatically on power on and you can recover/reprogram user section.
Gold image is only used when programming via JTAG.
I apologize that it has taken awhile for me to get back to this and check it as my shoulder needed to recover sufficiently, etc. However, I have now tested the gw file “lms7_trx_impl1.bit” which was referenced previously.
I am using the WriteRegister and ReadRegister functionality of LimeSuiteNG to set bit 3 of 0x000A and also to check that at the end to make sure it is still set. I am setting it by first reading in the value of that register, then ORing it with 8 to set bit 3.
When I do this I am happy to report that it does indeed appear to work - thank you so much for doing this and again I apologize for taking so long to check it.