RUTOS Software Development Kit (SDK) Instruction

Hi, I have RUTX11 and I need to install PTP server on router. I try do it using Ubuntu24 and this instruction: https://wiki.teltonika-networks.com/view/RUTOS_Software_Development_Kit\_(SDK)\_Instruction

But I stuck on this command:

sudo apt install binutils binutils-gold bison build-essential bzip2   \   ca-certificates curl cmake default-jdk device-tree-compiler   \   devscripts ecj file flex fuse g++ gawk gcc gcovr gengetopt gettext   \   git gnupg groff gperf help2man java-wrappers java-propose-classpath   \   jq libc6-dev libffi-dev libexpat-dev libncurses5-dev libpcre3-dev   \   libsqlite3-dev libssl-dev libxml-parser-perl lz4 liblz4-dev   \   libzstd-dev make ocaml ocaml-findlib ocaml-nox patch pkg-config   \   psmisc python-is-python3 python3.11 python3.11-dev   \   python3-setuptools python3-yaml rsync ruby sharutils subversion swig   \   u-boot-tools unzip uuid-dev vim-common wget zip zlib1g-dev

Where I can find updated instruction how to use SDK on Ubuntu24?

Hello,

I have created a ticket for our R&D team to consult regarding your issue. Once I receive any feedback from them, I will let you know.

Best regards,

thank You @marija, please update instruction from documentation to version compatible with ubuntu 24.04 LTS or 25.05

Hello,

I received a feedback that default Ubuntu 24.04 repositories do not contain Python3.11, so you need to add an additional repository:

sudo add-apt-repository ppa:deadsnakes/ppa

Then update the repositories (sudo apt update) and try installing the packages from the README file.

Let me know how it goes!

Best regards,