ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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.

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.