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

px4_fmu-v6xrt: Fix TELEM2 always being used for mavlink #22436

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

PetervdPerk-NXP
Copy link
Member

Mavlink should only started on TELEM2 when on Skynode, replicates V6X behavior

# Start MAVLink on the UART connected to the mission computer
mavlink start -d /dev/ttyS5 -b 3000000 -r 290000 -m onboard_low_bandwidth -x -z
# if skynode base board is detected start Mavlink on Telem2
if ver hwtypecmp V6X009010 V6X010010
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to start on SN base with V6XRT? IF so we need to add that VER_REV to the list.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now we want to make sure non-SN base can use the Telem2

Getting it to work on SN would be nice as well though.

Could you handle the VER_REV list I'm not familiar with that mechanism?

@davids5 davids5 merged commit 66544d0 into PX4:main Nov 28, 2023
1 of 86 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants