Let us imagine that you are in a room with a black box; you turn the box on and find that you are met with a helpful terminal.
Is there a command that could allow one to decipher that in that black box is a raspberry pi?
Let us imagine that you are in a room with a black box; you turn the box on and find that you are met with a helpful terminal.
Is there a command that could allow one to decipher that in that black box is a raspberry pi?
sudo lshw
will list all hardware available on that system and thus at least allow an educated guess as to whether the box contains a Raspberry Pi.
Anyway, if the system in that box is running Ubuntu, it won't be a Raspberry Pi, since Ubuntu does not support its CPU.
lshw
command. Nor is there a lsb_release
. So this will not be a conclusive procedure.
– Jos
Nov 22 '15 at 17:30
lsb_release -a; uname -a
may give you a clue but you can always ask on the Raspberry Pi Forum – Warren Hill Nov 19 '13 at 15:43