openWrt SDK Version

Hi All,

How to determine the version of OpenWrt SDK? Also is there separate SDK for cloud like aws?

Is Openwrt SDK is dependent on Openwrt OS and we can execute "cat /etc/os-release' command to determine the OpenSDK version?

Your prompt response will be highly appreciated.
Thanks

ubus call system board via ssh.

One critical factor would be this:

  • from where did you download the SDK you are using?

https://openwrt.org/docs/guide-developer/toolchain/using_the_sdk

1 Like

@psherman ,

I have downloaded the SDK from below link
https://downloads.openwrt.org/snapshots/targets/x86/64/

Also, Can we we install it on any virtual box or linux machine and can execute " cat /etc/os/release command to detrmine it's version?

SDK is the build component, not the OS where you can run the command, and get a meaningful answer.

This is a snapshot... which means bleeding edge at the time that you downloaded it (and not so much now). Is snapshot what you want?

https://openwrt.org/releases/snapshot

@psherman , I have highlighted the link sdk file. If there are any other way to download the sdk let me know.

@frollic ,Thanks

Can you please explain the below output which show version with "sdk". what is this SDK or openwrt OS? As per the openwrt os release version must be as "17.01.0" or 23.01.1 format , It shoudl not have string sdk

test:~# cat /etc/os-release
NAME="OpenWrt"
VERSION="openwrt-sdk-8_1-x64-29-0122bc9e"
ID="openwrt"
ID_LIKE="lede openwrt"
PRETTY_NAME="OpenWrt openwrt-sdk-8_1-x64-29-0122bc9e"
VERSION_ID="openwrt-sdk-8_1-x64-29-0122bc9e"
HOME_URL="https://openwrt.org/"
BUG_URL="https://bugs.openwrt.org/"
SUPPORT_URL="https://forum.openwrt.org/"

It is some proprietary knockoff. Openwrt can run on common PCs.