Loading README.md +20 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,26 @@ The following STFs were or are currently involved in the evolutions of the ETSI ## Installation ### Deployment on OpenWrt device (e.g. Gl.iNet device) ### Deployment with OpenWrt (e.g. Gl.iNet device) - Step 1: Download the Gl.iNet SDK ``` git clone https://github.com/gl-inet/sdk.git cd ./sdk ``` - Step 2: List all available targets. We will use mt300n-v2 (target: ramips-1806) for the Gl.iNet Mango ``` ./download.sh ``` - Step 3: Build the SDK for the Gl.iNet Mango ``` ./builder.sh -t ramips-1806 ``` - Step 4: Build the ETSI ITS-bridge OpenWrt package ``` cd ./1806/ramips/ git clone https://forge.etsi.org/rep/plugtests/its-plugtests/its-bridge.git package/its-bridge make package/its_bridge/compile V=s ``` ### Deployment on Linux box device (e.g. NanoPI R2S) Loading Loading
README.md +20 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,26 @@ The following STFs were or are currently involved in the evolutions of the ETSI ## Installation ### Deployment on OpenWrt device (e.g. Gl.iNet device) ### Deployment with OpenWrt (e.g. Gl.iNet device) - Step 1: Download the Gl.iNet SDK ``` git clone https://github.com/gl-inet/sdk.git cd ./sdk ``` - Step 2: List all available targets. We will use mt300n-v2 (target: ramips-1806) for the Gl.iNet Mango ``` ./download.sh ``` - Step 3: Build the SDK for the Gl.iNet Mango ``` ./builder.sh -t ramips-1806 ``` - Step 4: Build the ETSI ITS-bridge OpenWrt package ``` cd ./1806/ramips/ git clone https://forge.etsi.org/rep/plugtests/its-plugtests/its-bridge.git package/its-bridge make package/its_bridge/compile V=s ``` ### Deployment on Linux box device (e.g. NanoPI R2S) Loading