bpk1981in
Posts: 15
Joined: Mon Sep 14, 2015 1:38 pm

boot loader version in jessie image

Tue May 23, 2017 1:52 pm

Hi,

I am using jessie image and my os-release reads as below

Code: Select all

pi@raspberrypi:~ $ cat /etc/os-release 
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
I would like to know which version of boot loader is being used in this image. Can some one please let me know

Thanks in advance

Regards,
Pavan

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: boot loader version in jessie image

Tue May 23, 2017 5:30 pm

bpk1981in wrote:Hi,

I am using jessie image and my os-release reads as below

Code: Select all

pi@raspberrypi:~ $ cat /etc/os-release 
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
I would like to know which version of boot loader is being used in this image. Can some one please let me know

Thanks in advance

Regards,
Pavan
http://wiki.beyondlogic.org/index.php?t ... ot_Process

Not quite sure what you want to know !!
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

bpk1981in
Posts: 15
Joined: Mon Sep 14, 2015 1:38 pm

Re: boot loader version in jessie image

Wed May 24, 2017 3:32 am

I just want to know the version of boot loader & kernel version being used in this image. To get the kernel version, after booting can be obtained in the following way:

Code: Select all

pi@raspberrypi: $ uname -a
Linux raspberrypi 4.4.11-v7+ #888 SMP Mon May 23 20:10:33 BST 2016 armv7l GNU/Linu
I can see that kernel version 4.4.11 is being used in this image.

But I could n't get any command to get the version of boot loader being used here. I thought from boot logs, I can get that version info. But that version is not getting printed even in the console.

Please let me know how do I check the boot loader version being used here

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: boot loader version in jessie image

Wed May 24, 2017 9:10 pm

Use
vcgencmd version

BTW, your kernel is more than a year old. The time to update it is NOW!
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

runboy93
Posts: 352
Joined: Tue Feb 28, 2017 1:17 pm
Location: Finland
Contact: Website

Re: boot loader version in jessie image

Wed May 24, 2017 10:02 pm

Yup, it's time to update, as 4.9.xx came stable while ago.

bpk1981in
Posts: 15
Joined: Mon Sep 14, 2015 1:38 pm

Re: boot loader version in jessie image

Thu May 25, 2017 4:24 am

vcgencmd version gave me the following output

Code: Select all

vcgencmd version
May 20 2016 19:05:21 
Copyright (c) 2012 Broadcom
version faf071dd4885c5ac1a89483d35a5326e7f69495f (clean) (release)
How do I know what is the bootloader version from the above response?
Please let me know

andrum99
Posts: 1219
Joined: Fri Jul 20, 2012 2:41 pm

Re: boot loader version in jessie image

Thu May 25, 2017 1:11 pm

bpk1981in wrote:vcgencmd version gave me the following output

Code: Select all

vcgencmd version
May 20 2016 19:05:21 
Copyright (c) 2012 Broadcom
version faf071dd4885c5ac1a89483d35a5326e7f69495f (clean) (release)
How do I know what is the bootloader version from the above response?
Please let me know
You generally don't need to know what the bootloader version is on the Raspberry Pi. Do you have a specific reason why you need to know this? The advice generally is just keep your system up-to-date using 'sudo apt-get update && sudo apt-get upgrade': this takes care of updating everything, including the binary blob (aka "firmware") which is the closest thing the Pi has to a separate bootloader.

The 'vcgencmd version' command gives you the version of the Broadcom firmware which is present on the SD card which you Pi boots from. Sometimes, when troubleshooting a problem, you may be asked to quote this information. At all other times you don't need to worry about it.

bpk1981in
Posts: 15
Joined: Mon Sep 14, 2015 1:38 pm

Re: boot loader version in jessie image

Thu May 25, 2017 1:26 pm

I am using raspberry pi for my application which collects some sensor data and pushes to the cloud. This involves Qt as front end where in which I need to display current boot loader, kernel version along with application version number and other details inside device information page. I badly need to find out the boot loader version number to be displayed on this page. Please let me know to get the boot loader version number

Thanks in advance

Martin Frezman
Posts: 1009
Joined: Mon Oct 31, 2016 10:05 am

Re: boot loader version in jessie image

Thu May 25, 2017 1:43 pm

I think people are trying to tell you that there is no such thing.

For all practical purposes, the Pi doesn't have a boot loader. Hence, no boot loader version.
If this post appears in the wrong forums category, my apologies.

andrum99
Posts: 1219
Joined: Fri Jul 20, 2012 2:41 pm

Re: boot loader version in jessie image

Thu May 25, 2017 9:56 pm

bpk1981in wrote:I am using raspberry pi for my application which collects some sensor data and pushes to the cloud. This involves Qt as front end where in which I need to display current boot loader, kernel version along with application version number and other details inside device information page. I badly need to find out the boot loader version number to be displayed on this page. Please let me know to get the boot loader version number

Thanks in advance
I would just use the "version" reported by the 'vcgencmd version' command. Like I said, there isn't really a standalone bootloader on the Raspberry Pi. The closest thing it has is the binary blob that gets loaded at startup, which contains the Broadcom "firmware". The 'vcgencmd version' command returns the version of this firmware.

I take it this is a college assignment?

Return to “General discussion”