How can I determine which version of the Raspberry Pi firmware is installed on my Raspberry Pi?
Asked
Active
Viewed 9,694 times
1 Answers
4
You can check the kernel version like this:
uname -a
Linux RPi 3.1.19 #1 PREEMPT Fri Jun 1 14:16:38 CEST 2012 armv6l GNU/Linux
And the GPU firmware with:
/opt/vc/bin/vcgencmd version
May 31 2012 13:35:03
Copyright (c) 2012 Broadcom
version 317494 (release)

Xedret
- 281
- 3
- 6