You are not logged in.
Hi!
Im new to Xubuntu. Just got the odroid u3, preinstalled emmc and are going to setup processing (processing.org)
How do I know which version Im using. 32 bit or 64 bit of Xubuntu and what version of processing I shall download
Offline
To get the Xubuntu version that you are running:
cat /etc/lsb-release
To get the machine architecuture (32 or 64 bit):
uname -m
...where "x86_64" = 64 bit and "i686" = 32 bit.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
thanks
uname -m
only prints: armv7l
is that 32 or 64?
Offline
I have very little knowledge of ARM architectures. However, according to wikipedia, it looks like 32-bit.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 523.98 KiB (Peak: 529.73 KiB) ]