You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When PX4 does not detect an SD card present, it will give a popup alert on QGC: "Operation timeout, aborting transfer".
The alert also happens to board like Kakute H7 mini, which does not have a SD card slot, and the alert is preventing user from configuring the flight controller.
This issue only happens on version 1.15 and later.
To Reproduce
Update to latest stable or master PX4 firmware.
Wait for QGC connect to flight controller board without SD card slot.
Expected behavior
No "Operation timeout, aborting transfer" alert
Screenshot / Media
No response
Flight Log
No response
Software Version
1.15.1 stable
Flight controller
Kakute H7 mini
Vehicle type
None
How are the different components wired up (including port information)
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
It seems to happen to me constantly since v1.15.x with the px4_fmu-v3_default firmware image, regardless of whether SD card present or not. I can't save any config and overall nothing seems to work.
I had to downgrade to v1.14.4 image by building it myself.
Edit: it works without issues till v1.14.4 on QGC v4.4.2. v1.15.x shows those warnings.
For anyone's reference (just following the CI pipeline):
docker run -it --rm px4io/px4-dev-nuttx-focal:2022-08-12 . Note - you might have to mount a volume somewhere to access the build artifact.
cd ~ && git clone --recurse-submodules --branch v1.14.4 https://github.com/PX4/PX4-Autopilot && cd PX4-Autopilot/
make distclean; git clean -ff -x -d .
git fetch --tags
ccache -s
make px4_fmu-v3_default
Flash the /root/PX4-Autopilot/build/px4_fmu-v3_default/px4_fmu-v3_default.px4 file using "Custom file" option in QGroundControl.
Describe the bug
When PX4 does not detect an SD card present, it will give a popup alert on QGC: "Operation timeout, aborting transfer".
The alert also happens to board like Kakute H7 mini, which does not have a SD card slot, and the alert is preventing user from configuring the flight controller.
This issue only happens on version 1.15 and later.
To Reproduce
Expected behavior
No "Operation timeout, aborting transfer" alert
Screenshot / Media
No response
Flight Log
No response
Software Version
1.15.1 stable
Flight controller
Kakute H7 mini
Vehicle type
None
How are the different components wired up (including port information)
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: