Deprecated SDK for cross compiling for armv7hf. Please use insysicom/m3sdk_v5 for new projects!
3.3K
This repository contains the official INSYS icom M3 SDK. You can use this SDK to build customized containers for your supported INSYS icom device. See https://github.com/insys-icom/M3_Container for further information.
Right now we only support the latest and m3sdkv4tag which both corresponds to M3 SDK v4.
latest docker pull insysicom/m3sdkm3sdkv4 docker pull insysicom/m3sdk:m3sdkv4Execute docker run --rm -it -v <source_dir>:/workspace insysicom/m3sdk /bin/bash --login to mount the source code you would like to build. Don't forget to change the source directory! Or go to the source code directory and enter docker run --rm -it -v $(pwd):/workspace insysicom/m3sdk /bin/bash --login to mount the current directory.
For more instructions check https://github.com/insys-icom/M3_Container.
If you encounter any bugs with the tool or have other feedback please provide it here.
Content type
Image
Digest
Size
370.9 MB
Last updated
over 5 years ago
docker pull insysicom/m3sdk