Skip to content
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

x-lite internal IXJT-XLITE not accessible #5261

Closed
1 task done
chrisu365 opened this issue Jul 7, 2024 · 4 comments · Fixed by #5262
Closed
1 task done

x-lite internal IXJT-XLITE not accessible #5261

chrisu365 opened this issue Jul 7, 2024 · 4 comments · Fixed by #5262
Assignees
Labels
bug 🪲 Something isn't working

Comments

@chrisu365
Copy link

Is there an existing issue for this problem?

  • I have searched the existing issues

What part of EdgeTX is the focus of this bug?

Transmitter firmware

Current Behavior

The radio is an x-lite accst model using an internal IXJT module flashed by IXJT-XLITE_ACCST_2.1.0_LBT working fine on Open TX 2.3.15
After flashing Edge TX v2.10.2 selecting xlite-1de0600.bin the internal RF can only choose between MULTI or CRSF
EdgeTX v2.10.2 is unable to flash the internal iXJT RF module of the Frsky X-Lite
The bug was already fixed for radios using an ISRM module:
#1552
Any chance to get a fix for radios with internal IXJT module ?

Expected Behavior

Internal IXJT should be usable

Steps To Reproduce

Firmware is stored on SD card
Select file and option to "Flash Int. Module"
"Device reset..." is displayed and within 5 seconds beeps
Following beep you get error "FW update error" "Device not responding"
Reverting to OpenTX and flashing process works as expected
Video of process and failure available on request.

Version

2.10.2

Transmitter

FrSky X-Lite / S / Pro

Operating System (OS)

No response

OS Version

No response

Anything else?

No response

@chrisu365 chrisu365 added bug 🪲 Something isn't working triage Bug report awaiting review / sorting labels Jul 7, 2024
@pfeerick
Copy link
Member

pfeerick commented Jul 7, 2024

For the moment, just to get it working again, you can edit your RADIO/radio.yml, and change internalModule to TYPE_XJT_PXX1 . Make sure you also change manuallyEdited up the top from 0 to 1, so that the radio accepts the invalid file checksum that will result from the edit to the file ;) Then go into model settings, and if it isn't giving XJT as the option for internal RF, toggle it off and you should then have XJT as the other option.

internalModule: TYPE_XJT_PXX1

@pfeerick pfeerick removed the triage Bug report awaiting review / sorting label Jul 7, 2024
@pfeerick pfeerick self-assigned this Jul 7, 2024
@chrisu365
Copy link
Author

i modified the radio.yml
manuallyEdited: 1
internalModule: TYPE_XJT_PXX1
HARDWARE Page shows XJT
the receiver (GR-x08 Unifirmware) binds but no servoresponse and no sensors found
FW update error" "Device not responding" remains

@chrisu365
Copy link
Author

Compiled a firmware using #5262
The internal XJT module works 👍

@pfeerick
Copy link
Member

pfeerick commented Jul 7, 2024

Fantastic! Thanks for the confirm that it works as expected :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants