How do I verify my OS as 32 or 64 bits?
I need that to select NEW version of Eclipse, not the one which came with installing Raspbian ? bit system
How do I verify my OS as 32 or 64 bits?
I need that to select NEW version of Eclipse, not the one which came with installing Raspbian ? bit system
At the time of this writing, all officially supported operating systems are 32bit, and I'm not familiar with any unofficially supported 64bit builds that are particularly usable.
The command, uname –m
will tell you what architecture your device runs on.
uname -m
head over here to find out whether it's 32 or 64 bit: https://unix.stackexchange.com/questions/136407/is-my-linux-arm-32-or-64-bit
My Pi 3 says armv7l
which is 32 bit.
– Paul Masri-Stone
Dec 11 '17 at 14:58