Check Zephyr Version

Check Zephyr Version #

Find the version of Zephyr OS you are currently using.

Commands #

1
2
3
4
5
# Go to your Zephyr installation Directory
cd Workspace/zephyr

# View the Last 2 commits in Zephyr repository
git log --abbrev-commit --pretty=oneline -2

Typical Output #

Typical output of version check on Zephyr OS

This shows that we are on Patch Level 99 of Version 2.3.0.