ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
From the output of file
I gather that upgrade
is a 64 bit ELF:
upgrade: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, for GNU/Linux 2.6.15, BuildID[sha1]=c76418091f961fb8c3c488c65475503db2bd25e0, not stripped
So you can't run that on your Odroid, because that is an ARM, not an x86 type processor.
2 | No.2 Revision |
From the output of file
I gather that upgrade
is a 64 bit ELF:
upgrade: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, for GNU/Linux 2.6.15, BuildID[sha1]=c76418091f961fb8c3c488c65475503db2bd25e0, not stripped
So you can't run that on your Odroid, because that is an ARM, not an x86 type processor.processor. The fact that the Odroid CPU is 32 bit doesn't really matter at this point.