What's new

A silly question re bootloader version

Hi all,

Very basic but how do you check which version of boot loader you are running?

Thanks Slav

you can use:
nvram get bl_version

Or under tools => Bootloader (CFE)
 
Last edited:
you can use:
nvram get bl_version
This command will show some value from NVRAM. It will be the same even after bootloader update, until you'll reset settings to factory default values. Too see CFE version please use:
Code:
strings /dev/mtd0ro | grep bl_version
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top