OpenRTX / OpenRTX

Modular Open Source Radio Firmware
https://openrtx.org
GNU General Public License v3.0
600 stars 110 forks source link

RT3S can't update codeplug #71

Closed kmihaylov closed 2 years ago

kmihaylov commented 2 years ago

Just flashed the latest fw 5ffd6e5.

Unfortunately I can't update my codeplug. I tried with the original Retevis software and also with qdmr. Qdmr says recognizes the radio and also when I click "Verify" it returns success.

silseva commented 2 years ago

Yes, this issue is due to the fact that, for various reasons, we have not implemented CPS transfer yet. However we're actively working on it and soon there will be an ad-hoc OpenRTX CPS structure with data writable using Qdmr and other tools, we already contacted the maintainers.

kmihaylov commented 2 years ago

I have some STM experience. Would you please give me some directions how is the codeplug read by the radio? I did quick view on the code and I can't understand what happens where yet.

Offtopic, is DMR mode supported?

On 15 April 2022 18:47:40 EEST, silseva @.***> wrote:

Yes, this issue is due to the fact that, for various reasons, we have not implemented CPS transfer yet. However we're actively working on it and soon there will be an ad-hoc OpenRTX CPS structure with data writable using Qdmr and other tools, we already contacted the maintainers.

-- Reply to this email directly or view it on GitHub: https://github.com/OpenRTX/OpenRTX/issues/71#issuecomment-1100188390 You are receiving this because you authored the thread.

Message ID: @.***>

silseva commented 2 years ago

The driver which reads codeplug data from the external flash is located inside platform/drivers/NVM folder. It will became obsolete soon, though, because we're moving towards having LittleFS on the external flash and save everything as files.

About DMR: is not supported yet because the AMBE+2 codec is still protected by a patent and including the binary image from the original firmware will be a patent infringment. In any case we are not thinking about dropping it.

silseva commented 2 years ago

Closing for inactivity, feel free to reopen.