This may sound dumb. I had this ConnectCore 6 plus board, the processor should be i.MX6QuadPlus .
I would like to know the CPU bitness. 32 or 64? I have a python 3.8.5 (64bit).
My Dev Machine is 64bit, if ConnectCore is 32bit, will python program run?
Here is what is had: Cannot execute binary file: Exec format error (at Digiboard)
$file Hello (at Digiboard)
ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=24675b0091f38f45c5c1c5484cf24925b439b164, stripped
The simple program is able to execute at the dev machine
Any idea to resolve this?