Teltonika RUT Firmware building using docker
860
Create a directory for the firmware source files:
mkdir src && cd src
Download the Teltonika firmware source from https://wiki.teltonika-networks.com/view/Software_Development_Kit currently RUT9XX_R_00.06.07.4
wget https://wiki.teltonika-networks.com/gpl/RUT9XX_R_GPL_00.06.07.4.tar.gz
Uncompress the source
tar -xvzf RUT9XX_R_GPL_00.06.07.4.tar.gz
To run the docker container and open a terminal inside the container, with your current directory available inside the container as /home/build/src
docker run --rm -it -v $(pwd):/home/build/src kgolding/teltonika-build-with-docker
Once in the container run make to build firmware for uploading via RUT web interface which will be in bin/ar71xx/tltFws/
The docker image also includes the nano file editor and mc file manager.
See https://wiki.teltonika-networks.com/view/RUT_Software_Development_Kit_instructions
Repo: https://github.com/kgolding/teltonika-build-with-docker
Content type
Image
Digest
Size
255.4 MB
Last updated
over 5 years ago
docker pull kgolding/teltonika-build-with-docker