Hi, Am 2017-11-07 11:49, schrieb Rick Thomas:
How do I know if a machine is ARMv4t? I have a sheevaplug and a couple of openrd machines (one “client”, the other “ultimate”) that are still doing useful work. Are they v4t?
cat /proc/cpuinfo should do the trick. It might not show the 't' after the 4, but it should definitely show whether it's an ARMv4 or not. (And Debian's armel doesn't support any non-'t' ARMv4 CPUs, so if it's ARMv4 and running Debian's armel port, it's ARMv4t.) Regards, Christian