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

tfmini not working on V4 hardware #8713

Closed
ChristophTobler opened this issue Jan 17, 2018 · 6 comments
Closed

tfmini not working on V4 hardware #8713

ChristophTobler opened this issue Jan 17, 2018 · 6 comments
Labels

Comments

@ChristophTobler
Copy link
Contributor

#8548 doesn't work for me on a Pixracer or Intel Aero...
I have tried on a Pixhawk (v3 target) and there it worked. On Pixracer and Intel Aero, I get

ERROR [tfmini] immediate read failed
ERROR [tfmini] Task exited with errno=11

Any Ideas @ayushgaud?

I was disabling mavlink on those ports https://github.com/PX4/Firmware/blob/master/ROMFS/px4fmu_common/init.d/rcS#L545-L554

@dagar
Copy link
Member

dagar commented Jan 17, 2018

@ayushgaud
Copy link
Contributor

ayushgaud commented Jan 17, 2018 via email

@ChristophTobler
Copy link
Contributor Author

Sorry, forget to mention that I actually did that...
I used tfmini start /dev/ttyS3 on the Intel Aero (which should be the telemetry port) and tfmini start /dev/ttyS1 on the Pixracer (TELEM1, if I remember correctly)

@dagar
Copy link
Member

dagar commented Jan 17, 2018

@ChristophTobler did you stop mavlink on those interfaces (or prevent it from starting)?

@ChristophTobler
Copy link
Contributor Author

@dagar I stopped the instances mentioned in the first comment. That should be enough right?
Can I stop a stream on a specific device (e.g. /dev/ttyS1) without stopping mavlink completely (mavlink stop)?

@ChristophTobler
Copy link
Contributor Author

fix in #8726.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants