-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anytone 878: channel 65536 not found. #41
Comments
I have been able to reproduce this issue and have a provisional fix. Not sure if this project is still active to accept a PR? |
I am having this issue with the BTECH-6x2 now after upgrading the firmware to 2.03 which was just released. I see nothing wrong with the config file itself. I can download a codeplug and write the img file that was read, but cannot apply a .conf script to either the img or directly to the radio. Actually the few times I did get it to write, the radio reported the program was corrupt after writing and had to initialize it and start over. |
@nicolasjon I tried your branch, it did stop the errors on "compile" but when I pushed the codeplug to the radio it then after restart of the radio came up with $ ls -l Same filesizes, I wonder what is different: The only thing which I did do was apply the config to the img file. So I'm comparing the hex between the versions of the images. I notice something common among the channel listing. This is from the backup.img which is working as my "recovery" right now. this is from the same line on the device.img which crashes the radio and requires initialization to restart Byte 55 and 56 seem to be ffff (65535 / 377) instead of 0000 (0 / 0). (decimal / octal). cmp gave me some interesting output as well showing the same discrepancies for all channels it seems. This difference appears for a bunch of the channel area in the image file. $ cmp -l backup.img device.img | wc -l 842 of these bytes are different and a lot of these ffff vs 0000 cases. I'm not much of a programmer, but I have done my fair share of hacking game files in hex back in the late 80s early 90s. I can probably sanitize my codeplug a bit to make it more generic with the common simplex frequencies and do the same test and paste those files. Would that help in trying to figure out what is happening here? |
I think DMR config may be changing other parts of the channel info. I did notice that things behaved slightly differently for images placed on the radio by the OEM software as opposed to DMRCONFIG. |
I'll be willing to work with you on this. I started a question up on this, I wonder if we could somehow find out the template for the codeplug from them since they do offer the software free, why not opensource the format/template. |
@nicolasjon If you do end up forking this project for the 868/878, please let me know (GitHub or [email protected]). I will point the Debian package to your repository. |
I get this error using version So far I upload only a custom_device.conf to my device, the only time I upload a device.img if I want to reset my device to a clean state. Error Log:
Reading Log:
Write Log:
|
I suggest someone fork this project and apply some of these PRs, so far this is the only software I can use to program my device because I don't have any Windows handy. |
When I want to write back the data for the device.conf file I get many errors of this type:
Firmware is the newest: 1.15
The text was updated successfully, but these errors were encountered: