Bug #11199
closedUnable to upload back to radio
100%
Description
My Baofeng uv-6 works fine, but when I download from the radio an make changes, im not able to upload back.
This happens every time I try.
CHIRP worked fine both ways from start, but suddenly I got this issue. All other models I have work fine.
I find it hard to see if any others have had the same problem.
Files
Updated by Dan Smith 9 months ago
Need a debug log and a .img file per How_To_Report_Issues and IssueInstructions.
Updated by Ole Christian Eklund 9 months ago
- File Skjermbilde 2024-02-24 172951.png Skjermbilde 2024-02-24 172951.png added
- File chirp_debug-it65svy4.txt chirp_debug-it65svy4.txt added
Dan Smith wrote in #note-1:
Need a debug log and a .img file per How_To_Report_Issues and IssueInstructions.
Both are included.
Updated by Dan Smith 9 months ago
Please attach the CHIRP .img
file you're trying to upload. Not a screenshot "image".
It looks to me like the driver is preventing you from uploading an image taken from one radio into another that has a different firmware. @Jim Unroe can confirm, but if so that means it's doing its job to help avoid a breakage.
Updated by Ole Christian Eklund 9 months ago
I have to UV-6, both bought at the same time as a lot of two.
Updated by Ole Christian Eklund 9 months ago
Dan Smith wrote in #note-3:
Please attach the CHIRP
.img
file you're trying to upload. Not a screenshot "image".It looks to me like the driver is preventing you from uploading an image taken from one radio into another that has a different firmware. @Jim Unroe can confirm, but if so that means it's doing its job to help avoid a breakage.
Both radios worked fine both ways at the beginning. If there are issues with the driver, could you advice me for what to do?
Updated by Ole Christian Eklund 5 months ago
Ole Christian Eklund wrote in #note-6:
Dan Smith wrote in #note-3:
Please attach the CHIRP
.img
file you're trying to upload. Not a screenshot "image".It looks to me like the driver is preventing you from uploading an image taken from one radio into another that has a different firmware. @Jim Unroe can confirm, but if so that means it's doing its job to help avoid a breakage.
Both radios worked fine both ways at the beginning. If there are issues with the driver, could you advice me for what to do?
Hi again. I have still not found a solution for my issue. How can I resett my radio or repair the firmware?
Updated by Ole Christian Eklund 5 months ago
Hi
This is exactly what I do, but it will not work.
Vennlig hilsen
Ole Christian Eklund
+47 93068729
Sendt fra min iPhone
- juni 2024 kl. 03:19 skrev Jim Unroe redmine@chirpmyradio.com:
Updated by Jim Unroe 5 months ago
Ole Christian Eklund wrote in #note-9:
Hi
This is exactly what I do, but it will not work.Vennlig hilsen
Ole Christian Eklund
+47 93068729
Sendt fra min iPhone
- juni 2024 kl. 03:19 skrev Jim Unroe redmine@chirpmyradio.com:
Are you able to download from a radio and immediately upload back into it?
Updated by Ole Christian Eklund 5 months ago
- File image0.jpeg image0.jpeg added
I’m able to download and save in CHIRP, but not able to upload back.
Vennlig hilsen
Ole Christian Eklund
+47 93068729
Sendt fra min iPhone
- juni 2024 kl. 13:22 skrev Jim Unroe redmine@chirpmyradio.com:
Updated by Alexandre J. Raymond 5 months ago
Jim Unroe, would changing this condition in do_upload()
if has_dropped_byte and not aux_matched:
to this
if has_dropped_byte and (radio._aux_block and not aux_matched):
work?
Updated by Jim Unroe 5 months ago
Alexandre J. Raymond wrote in #note-13:
Jim Unroe, would changing this condition in
do_upload()
if has_dropped_byte and not aux_matched:
to this
if has_dropped_byte and (radio._aux_block and not aux_matched):
work?
Yes. Something similar to that. I will attach at test driver later today with the 'fix'.
Updated by Jim Unroe 5 months ago
- File uv5r_no_aux_block.py uv5r_no_aux_block.py added
The attached test driver module should properly support the UV-6 without breaking support for the other models. I don't have a UV-6 available for testing (the original radios that were used were loaned to me has had to be returned). This needs to be tested by those wiht physical access to the radio. How to test: LoadingTestModules
Updated by Ole Christian Eklund 5 months ago
Thank you so much.
Best regards
Ole Christian Eklund
+47 93068729
Sendt fra min iPhone
- juni 2024 kl. 18:36 skrev Jim Unroe redmine@chirpmyradio.com:
Updated by Ole Christian Eklund 5 months ago
I will get back to you as soon as I have tested this.
Vennlig hilsen
Ole Christian Eklund
+47 93068729
Sendt fra min iPhone
- juni 2024 kl. 10:25 skrev Ole Christian Eklund oceklund@online.no:
Thank you so much.
Best regards
Ole Christian Eklund
+47 93068729
Sendt fra min iPhone
- juni 2024 kl. 18:36 skrev Jim Unroe redmine@chirpmyradio.com:
Updated by Ole Christian Eklund 5 months ago
- File chirp_debug-sp8baf0v.txt chirp_debug-sp8baf0v.txt added
Many thanks for your help. It worked.
But do I understand right that I have to upload the driver everytime I start CHIRP?
OR only when I want to do changes to the UV-6?
Med vennlig hilsen
Ole Christian Eklund
+47 93068729
Fra: Jim Unroe redmine@chirpmyradio.com
Sendt: fredag 21. juni 2024 21.36
Til: undisclosed-recipients:
Emne: [CHIRP - Bug #11199] Unable to upload back to radio
Updated by Jim Unroe 5 months ago
- Assignee set to Jim Unroe
- Target version set to chirp-py3
Ole Christian Eklund wrote in #note-18:
But do I understand right that I have to upload the driver everytime I start CHIRP?
OR only when I want to do changes to the UV-6?
Every time you start CHIRP but only when you want to program your UV-6.
At least until the patch gets submitted and becomes available in a future build.
Now that I have confirmation that it works, I will try to get the changes submitted.
Updated by Anonymous 5 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset github|b231fa0b673f87e3df9d88467c5a8f34d76e5425.
Updated by Ole Christian Eklund 4 months ago
With the new CHIRP-update, everything is now working properly.
Thank you for all the help.
Best wishes
Ole Christian Eklund
+47 93068729
Sendt fra min iPhone
- juni 2024 kl. 01:06 skrev Jim Unroe redmine@chirpmyradio.com: