What is difference between arm64 and armhf?
armhf stands for “arm hard float”, and is the name given to a debian port for arm processors (armv7+) that have hardware floating point support. On the beaglebone black, for example: :~$ dpkg –print-architecture armhf Although other commands (such as uname -a or arch) will just show armv7l :~$ cat /proc/cpuinfo processor : 0 model … Read more