Hi,
I just updated my RUTX50 to the firmware RUTX_R_00.07.12.3_WEBUI.bin. However, I was unable to load any firmware modules that I require for a streaming video application as the repos at tied to a particular snapshot and will not load:
This is the full package list I need:
kmod-dma-buf kmod-i2c-core kmod-input-core kmod-video-core kmod-video-uvc kmod-video-videobuf2 libpthread mjpg-streamer mjpg-streamer-input-uvc mjpg-streamer-output-http mjpg-streamer-output-rtsp python3 python3-pip python3-cryptography
If I flash the unit with base Openwrt I can download them all, and get them to run, but the GPS unit on the modem doesn’t interact well with gpsd.
So really, I would like to be able to use the above packages from within RUTOS
Hello,
As latest RutOS versions use OpenWRT 21 with an updated kernel, OpenWRT feeds will likely not have the necessary packages built for 5.10 kernel version.
Instead, I would suggest compiling our SDK with the necessary packages: https://wiki.teltonika-networks.com/view/RUTOS_Software_Development_Kit_(SDK)_Instruction
Some of your listed kernel modules are compiled by default, and some need to be selected in menuconfig
.
As for packages, they will need to be added separately or installed from OpenWRT feeds. For compiling third-party packages, please refer to OpenWRT documentation: [OpenWrt Wiki] Creating packages
Keep in mind, that Python is already available in our SDK (but needs to be selected to be compiled into the firmware), and pip can be installed by following these instructions: RUTX09 RUTX_R_00.07.09.1 pylogix - #3 by AndzejJ
Best regards,
Daumantas G.
Thanks - that all makes sense. I thought compiling a custom image was probably the way to go, but just wanted to check that I was on the right track.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.