Identity_linux_arm64: cannot execute binary file: Exec format error

Hello,

I’m tryin to set up node on RPi,

When i choose Download the Identity Binary (ARMBased)i get the file called:

https://github.com/storj/storj/releases/download/v0.21.1/identity_linux_arm64.zip

NOTE it’s arm64

While setup instruction show in example:

./identity_linux_arm create storagenode
(not “64”)
But it does not matter, it does not install anyway. i get error:

./identity_linux_arm64 create storagenode
-bash: ./identity_linux_arm64: cannot execute binary file: Exec format error

i’ve tried to change permissions (example also show not 64v.), but i get same error.

Any idea how to solve it out?

Thank you.

What Rpi version and OS are you running on it?

Most Rpi OS’s are 32 bit only so 64bit Programs will not run.

You want to get this for 32bit OS:
https://github.com/storj/storj/releases/download/v0.21.1/identity_linux_arm.zip

Thank you.
Problem solved.

Awesome, you can mark @S0litiare’s reply as the solution.