Running the application developed on the Raspberry Pi 4 Ubuntu 18.04.3 lts 64 on the Raspbian Buster 32 bit Compute Module.
Solved
Installation and Deployment
-
Hi
im not sure what "Raspbian Buster 32 bit Compute Module" is
but it sounds 32 bit so you must compile your app as 32 bit also to run it there. -
@Mucahit
Well on the pi board where you compile the 64 bit version.
Install the Qt 32 bit packet also
and compile app as 32 bit but selecting the 32 bit kit in "Projects"Ah, it seems to be like the normal PI so same architecture i would assume
which makes it far easier :) -
@Mucahit
Hi
I dont think you can compile directly on it.
But on the pi board where you compile the 64 version, you can compile a 32 bit version to run on the
Compute module i think.
Seems to be same ARM processor and chipset.