Support for arm64
I am using ubuntu20.04 arm64 in parallels desktop 17.0. However, QGC.appimage can't run on arm64.
Do you intend to provide arm64 version?
Can you change the topic to "Support for arm64" platform?
Can you change the topic to "Support for arm64" platform?
Ok, I have changed it.
needed too
Did you try building QGC for arm64?
https://dev.qgroundcontrol.com/master/en/getting_started/
Did you try building QGC for arm64?
https://dev.qgroundcontrol.com/master/en/getting_started/
I am using arm64 ubuntu. If you have a x64 PC, could you x64-arm64 cross build it? Thanks very much.
I think it would be much easier if you try the build yourself.
Did you try building QGC for arm64?
https://dev.qgroundcontrol.com/master/en/getting_started/
try, but without success :(
@booo Ditto on the request. The instructions for building QGroundControl require building Qt5. I've tried numerous times on Nvidia Jetson to build qt5, but the build fails, and I'm not sure why (perhaps memory issues?). It would be a huge help if a compiled version for arm64 were already provided.
@booo Ditto on the request. The instructions for building QGroundControl require building Qt5. I've tried numerous times on Nvidia Jetson to build qt5, but the build fails, and I'm not sure why (perhaps memory issues?). It would be a huge help if a compiled version for arm64 were already provided.
I want to run QGC on arm64 ubuntu, we have the same problem
@dagar
I am able to run QGroundControl on macos and the px4 on parallels ubuntu 20.04 arm box successfully.
I am able to run QGroundControl on macos and the px4 on parallels ubuntu 20.04 arm box successfully.
How about QGC on arm-based Ubuntu? I know px4 sitl can be builded on it, and qgc also can run on Mac by Rosetta.
@SEUZTh @mfry90 @hyperion11 and @ everyone who need to run qgc on arm-based ubuntu: summary as:
- Must be install flatpak 1.12.4 or later. To install 1.12.4, run the following in a terminal:
sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepoflatpak install flathub org.kde.Platform/aarch64/5.15-21.08flatpak remote-add --if-not-exists thopiekar.eu https://dl.thopiekar.eu/flatpak/_.flatpakrepoflatpak install thopiekar.eu org.mavlink.qgroundcontrolafter that, maybe restart your computer is need.
I am able to run QGroundControl on macos and the px4 on parallels ubuntu 20.04 arm box successfully.
How about QGC on arm-based Ubuntu? I know px4 sitl can be builded on it, and qgc also can run on Mac by Rosetta.
unfortunately no. I checked your latest post followed the steps completely without error. But can not start qgc, what is the command ?
I am able to run QGroundControl on macos and the px4 on parallels ubuntu 20.04 arm box successfully.
How about QGC on arm-based Ubuntu? I know px4 sitl can be builded on it, and qgc also can run on Mac by Rosetta.
unfortunately no. I checked your latest post followed the steps completely without error. But can not start qgc, what is the command ?
after that, maybe restart your computer is need.
@nihavend
@nihavend
I restarted my parallels vm. But no command for qgc
@nihavend
I restarted my parallels vm. But no command for qgc
is there anything output on terminal when you do that 5 step?
mengchaoheng
Because I had a restart I lost the output but executed one ore time :
parallels@ubuntu-linux-20-04-desktop:~/dev/github$ flatpak install thopiekar.eu org.mavlink.qgroundcontrol Looking for matches… Skipping: org.mavlink.qgroundcontrol/aarch64/stable is already installed
mengchaoheng
Because I had a restart I lost the output but executed one ore time :
`
parallels@ubuntu-linux-20-04-desktop:~/dev/github$ flatpak install thopiekar.eu org.mavlink.qgroundcontrol
Looking for matches…
Skipping: org.mavlink.qgroundcontrol/aarch64/stable is already installed
`
Find qgc in lower left quarter of Ubuntu,just klick it
mengchaoheng
Because I had a restart I lost the output but executed one ore time :
parallels@ubuntu-linux-20-04-desktop:~/dev/github$ flatpak install thopiekar.eu org.mavlink.qgroundcontrol Looking for matches… Skipping: org.mavlink.qgroundcontrol/aarch64/stable is already installedFind qgc in lower left quarter of Ubuntu,just klick it
I thought it was set to path as executable or something similar. Never thought it will be installed as an app. Thanks @mengchaoheng.
I was just leaving working on M1. Do you have a slack account ?
mengchaoheng
Because I had a restart I lost the output but executed one ore time :
parallels@ubuntu-linux-20-04-desktop:~/dev/github$ flatpak install thopiekar.eu org.mavlink.qgroundcontrol Looking for matches… Skipping: org.mavlink.qgroundcontrol/aarch64/stable is already installedFind qgc in lower left quarter of Ubuntu,just klick it
I thought it was set to path as executable or something similar. Never thought it will be installed as an app. Thanks @mengchaoheng.
I was just leaving working on M1. Do you have a slack account ?
Run qgc by 'flatpak run --device=all org.mavlink.qgroundcontrol', see
https://github.com/mavlink/qgroundcontrol/issues/10205#issuecomment-1104257576
flatpak run --device=all org.mavlink.qgroundcontrol
I made it work as you mentioned before via app search and tried your last advice from command line. Thanks @mengchaoheng
I'm trying to install on ubuntu 20.04 arm64 and have following:

looks like the QCG app has dependency on specific version of KDE and more recent versions are not being accepted? too fresh for the subject but honestly can't make it run...
@SEUZTh @mfry90 @hyperion11 and @ everyone who need to run qgc on arm-based ubuntu: summary as:
- sudo apt install flatpak
- flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- flatpak install flathub org.kde.Platform/aarch64/5.15
- flatpak remote-add --if-not-exists thopiekar.eu https://dl.thopiekar.eu/flatpak/_.flatpakrepo
- flatpak install thopiekar.eu org.mavlink.qgroundcontrol after that, maybe restart your computer is need.
If using mac M1 and have ubuntu installed on parallels, this works like a charm.
@SEUZTh @mfry90 @hyperion11 and @ everyone who need to run qgc on arm-based ubuntu: summary as:
- sudo apt install flatpak
- flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- flatpak install flathub org.kde.Platform/aarch64/5.15
- flatpak remote-add --if-not-exists thopiekar.eu https://dl.thopiekar.eu/flatpak/_.flatpakrepo
- flatpak install thopiekar.eu org.mavlink.qgroundcontrol
after that, maybe restart your computer is need.
If using mac M1 and have ubuntu installed on parallels, this works like a charm.
is work now? I have been test a few days ago but failed since the author remove it.
@SEUZTh @mfry90 @hyperion11 and @ everyone who need to run qgc on arm-based ubuntu: summary as:
- sudo apt install flatpak
- flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- flatpak install flathub org.kde.Platform/aarch64/5.15
- flatpak remote-add --if-not-exists thopiekar.eu https://dl.thopiekar.eu/flatpak/_.flatpakrepo
- flatpak install thopiekar.eu org.mavlink.qgroundcontrol
after that, maybe restart your computer is need.
If using mac M1 and have ubuntu installed on parallels, this works like a charm.
is work now? I have been test a few days ago but failed since the author remove it.
yes mate, worked for me with no problems, literally minutes ago.
parallels@ubuntu-linux-20-04-desktop:~$ flatpak install flathub org.kde.Platform/aarch64/5.15
Looking for matches…
error: Nothing matches org.kde.Platform in remote flathub
parallels@ubuntu-linux-20-04-desktop:~$
@Abdelnacerr can you help me?
I can't install org.kde.Platform/aarch64/5.15, how did you do that? @Abdelnacerr