Will the Matlab Compiler Runtime will support the ARMv6 under Debian Linux???

8 views (last 30 days)
I want to run a computer vision code for detecting the number of vehicles in raspberry pi.

Accepted Answer

Walter Roberson
Walter Roberson on 9 Feb 2016
Edited: Walter Roberson on 9 Feb 2016
No. The ARMv6 will never be supported by MATLAB Compiler Runtime. I cannot predict as yet whether the ARMv7 will ever be supported; perhaps by R2019b, but it would not surprise me if the ARMv8 is the lowest ARM version that will ever be supported.
By the way, you asked the wrong question. MATLAB is already able to generate code for Raspberry Pi. But the MATLAB Compiler Runtime is only used for systems that MATLAB itself will run on, so the question you asked is the same as asking whether MATLAB itself will be ported to run on Raspberry Pi.
You can create Simulink models to run on Raspberry Pi and those models can use Computer Vision Toolbox blocks and can call Embedded MATLAB functions that call upon Computer Vision Toolbox routines. This is not the same technology as using MATLAB Compiler and MCR.
  1 Comment
Ainul Wadhihah Abdul Rahim
You mentioned about "MATLAB Compiler Runtime is only used for systems that MATLAB itself will run on", but what does it mean by "used for systems that MATLAB itslef will run on" ?
In my case, I want to run standalone execution of simulink on raspberry pi. I believe with just the Raspi support package for simulink is enough to do this, but I couldn't get it to work without raspi connecting to internet and MATLAB after deployment.

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!