How can I install thopiekar repo on IMX8MP(aarch64 architecture) to run QGroundControl

root@verdin-imx8mp-15034062:~# flatpak remote-add --if-not-exists thopiekar.eu https://dl.thopiekar.eu/flatpak/_.flatpakrepo
Warning: Could not update extra metadata for ‘thopiekar.eu’: Invalid compressed data

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


Hello!

To run QGroundControl on your Verdin iMX8M Plus module with the aarch64 architecture, it seems you’re encountering an issue with adding a Flatpak repository due to invalid compressed data. Let’s go through some steps to help you resolve this:

  1. Check Your Network Connection: Ensure that your device is connected to a stable internet network, as connectivity issues can sometimes lead to problems with downloading repository data.

  2. Verify the Repository URL: Double-check the URL you are using to add the Flatpak repository. Make sure there are no typos and that the URL is correct.

  3. Update Flatpak: It’s important to have the latest version of Flatpak. You can update it by running the following commands:

    sudo apt update
    sudo apt install flatpak
    
  4. Clear the Flatpak Cache: Clearing the cache can sometimes fix issues with repository data. You can do this by executing:

    flatpak uninstall --unused
    flatpak repair
    
  5. Consider an Alternative Installation Method: If the problem persists, you might want to try an alternative method to install QGroundControl. The AppImage version of QGroundControl is a standalone executable that doesn’t require Flatpak. Ensure your system has the necessary permissions to execute AppImage files.

By following these steps, you should be able to resolve the issue with the Flatpak repository and proceed with installing QGroundControl on your device.

If you have any more questions or need further assistance, feel free to ask!

Best regards,
Toradex AI Assistant

Please, also check if these links can help you solve your problem:

Deploy and Debug python application on Verdin IMX88MM board.

Hi @Abdullah, sorry for the late reply

Was the answer from @ToradexAI enough for you to install the QGroundControl?
Do you still need help with this topic?

ToradexAl’s answer was not enough for me but I install the QGC by cross compiling so I dont need help with this topic.
Thanks