Is there a way to get the hardware and software bit length from the pi its-self?
Posted: Mon Jul 13, 2020 3:37 pm
Is there a way to get the hardware and software bit length from the pi its-self? For example Pi maybe ARM v7 and 64 bit hardware, but could be running only a (older) 32 bit (length) OS image.
Want to avoid some type of static lookup (data) table to resolve this. So need the following:
1. How to query hardware for bit length
2. How to query OS to get the current bit length
Any help appreciated.
Want to avoid some type of static lookup (data) table to resolve this. So need the following:
1. How to query hardware for bit length
2. How to query OS to get the current bit length
Any help appreciated.