bash: ./mmwave_sdk_02_00_00_04-Linux-x86-Install.bin: cannot execute binary file: Exec format error

I am trying to execute this binary file. I did

sudo chmod +x ./mmwave_sdk_02_00_00_04-Linux-x86-Install.bin

and got the following error

bash: ./mmwave_sdk_02_00_00_04-Linux-x86-Install.bin: cannot execute binary file: Exec format error

I am on a nvidia jetson nano running ubuntu 18.04. On the ti forum other people have had success with this version of ubuntu. Any help would be appreciated.


The architecture of the cpu and the executable don't match, this can not work without a virtual machine that supports cpu emulation, which may not be performant and might not exist.

You will need to either get a Jetson compatible version of this, recompile it, run it in a x86 compatible virtual machine (which likely would be slow), or run this on another machine.