sam_d
November 15, 2024, 11:33am
1
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
frollic
November 15, 2024, 12:02pm
2
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
sam_d
November 18, 2024, 6:27am
4
@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?
frollic
November 18, 2024, 6:30am
5
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
sam_d
November 18, 2024, 8:45am
7
@psherman , I have highlighted the link sdk file. If there are any other way to download the sdk let me know.
sam_d
November 18, 2024, 8:54am
8
@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/ "
brada4
December 11, 2024, 2:26pm
9
It is some proprietary knockoff. Openwrt can run on common PCs.