Apalis T30 Installed Image Version Info

Hi,
I’m trying to find out what image version a board in the field has been flashed with.
What is the best way to find out? I’ve tried checking the kernel log, but that doesn’t seem to give me the version info. Thanks.

1 Like

Check /etc/issue - this will list the Linux image version.

The kernel log should also have this info - try:

dmesg | grep "Linux version"

This should list the kernel version which has the image version appended to it, e.g. “3.14.52-v2.6b2+g9ace52b” indicates v2.6 beta 2 image.

You can also find the kernel version with uname -a.

Thanks, /etc/issue is what I’m looking for.