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

[Bug] "Operation timeout, aborting transfer" alert on flight controller board with no SD card slot #23904

Open
HB-SP-P opened this issue Nov 7, 2024 · 3 comments

Comments

@HB-SP-P
Copy link

HB-SP-P commented Nov 7, 2024

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

  1. Update to latest stable or master PX4 firmware.
  2. 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

@JOKERBING
Copy link

I also encountered the same problem using the main version

@JOKERBING
Copy link

I have solved this problem. By configuring the defconfig file, I used FLASH on the SPI bus, turned off VNet MMCSD_SDIO, and turned on VNet MMCSD_SPI.

@HB-SP-P
Copy link
Author

HB-SP-P commented Nov 20, 2024

I tried the lates stable release on the Kakute H7 mini, and the warning no longer appears. I guess it is fixed?

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

No branches or pull requests

2 participants