Does iMX8M Plus support arm32 binaries

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Does iMX8M Plus support arm32 binaries

207 Views
AlanWen
Contributor III

On i.MX8 family, does i.MX8M plus support arm32 arch ?

As I know, we can print out the os arch by following command

getconf LONG_BIT

And then output

64

 

There are some methods about installing the arm32 libraries as shown below:

dpkg --add-architecture armhf
apt-get update
apt-get install libc6:armhf libstdc++6:armhf

Would those commands let i.MX8 support arm32 binaries ? And for every NXP processor ?

0 Kudos
Reply
1 Reply

179 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Could you tell us why you want to use the arm32, as the i.MX8MP is 64 bit arm core, the performance will be best on it.

0 Kudos
Reply