Sign inSign up

insysicom/m3sdk

By insysicom

Updated over 5 years ago

Deprecated SDK for cross compiling for armv7hf. Please use insysicom/m3sdk_v5 for new projects!

Image
1

3.3K

insysicom/m3sdk repository overview

About This Image

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/m3sdk
  • m3sdkv4 docker pull insysicom/m3sdk:m3sdkv4

How to Use This Image

Execute 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.

Feedback and Support

If you encounter any bugs with the tool or have other feedback please provide it here.

Tag summary

Content type

Image

Digest

Size

370.9 MB

Last updated

over 5 years ago

docker pull insysicom/m3sdk