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

How to check which Firmware release (version) is flashed on my Pixhawk FC #5854

Closed
aitjellal opened this issue Nov 14, 2016 · 6 comments
Closed

Comments

@aitjellal
Copy link

aitjellal commented Nov 14, 2016

Dear All,
I need to check which Firmware release (version) is flashed on my Pixhawk FC.

  • I can access my Pixhawk using both : Qgroundcontrol and MAVROS
  • no NuttShell
    best regards
@julianoes
Copy link
Contributor

In QGC you should open the mavlink inspector widget and look out for http://mavlink.org/messages/common#AUTOPILOT_VERSION or if you can access mavlink shell using Tools/mavlink_shell.py (instead of QGC), then you can use the command ver all.

@aitjellal
Copy link
Author

Thank you @julianoes ,
I still could not solve the problem:
1 - Using python script:
I have downloaded the Firmware source and compiled using CatKin then
when I try to start the python script: it does not connect. This is what I get. (my pixhawk Baud is set to 921600)
$ python mavlink_shell.py -b 921600 /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AL01OWID-if00-port0
Using MAVLink 1.0
Connecting to MAVLINK...

it stays like this.

2 - Using QgroundControl:
I could not find "AUTOPILOT_VERSION " on the mavlink inspector widget. Here is a screen-shot of my QGC (version 2.7.1)
inspektor_mavlink

@LorenzMeier
Copy link
Member

Your QGC is hopelessly outdated and so is your PX4 version. Upgrade to PX4 1.4.4 or later and QGC 3.1 or later. The autopilot version field will work then. You can also run ver all on the shell.

@eduardkieser
Copy link

Hi I also need to find out the fw version flashed to my Pixhawk 4, but I suspect that things my have changed somewaht since this solution was posted because I dont see an AUTOPILOT_VERSION message in the mavlink inspector of QGC.

@HadesGuy
Copy link

Same here.
Using version QGC 4.2.4
Please give some insight.
Thanks

@julianoes
Copy link
Contributor

Please don't necrobump. Create a new issue instead and provide details.

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

No branches or pull requests

5 participants