Jetson-Nano-Ubuntu-20-image icon indicating copy to clipboard operation
Jetson-Nano-Ubuntu-20-image copied to clipboard

/lib/ld-linux.so.3 pointing to non existing armhf file

Open cjjaeckson opened this issue 2 years ago • 1 comments

Hi,

I'm trying to install an edge microserver for thingworx. And there are some weird things going on in your image. The main problem is, that the /lib/ld-linux.so.3 interpreter is pointing to a non existing armhf file, even the jetson nano architecture is arm64. What did install it? WrongPointer

I'm trying to execute the following application: MicroserverApp

If I'm running it, it says No such file or directory

Hope you can answer my question and help. Thanks alot!

cjjaeckson avatar May 04 '23 15:05 cjjaeckson

@cjjaeckson,

You aren't installing the 32-bit version of the edge microserver on the Jetson Nano, by any chance? Looking at you screen shot of the execute command, it says "wsems: ELF 32-bit LSB executatable, ARM ..."

Qengineering avatar May 04 '23 16:05 Qengineering