- What is the load command used when creating the board?
- Are you able to deploy a sample model and run it on the board?
Deployer installation test problem arm cortex A framework
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
I'm trying to configure the Embedded Coder Support Package for ARM Cortex-A Processors and i have a problem during the 5th step.
During the installation process of the deployer, a test is required at the end and it always fails. 
This is what the log gives me:
Error occurred in matlabshared.targetsdk.verify.Deployer/checkBuildDownload and it did not run to completion.
         ---------
         Error ID:
         ---------
         'codertarget:build:DownloadCallbackError'
         --------------
         Error Details:
         --------------
         Error using codertarget.tools.BuildHook
         The following error occurred during deployment to your hardware board:
         Error connecting to SSH server at 192.168.7.2
         Error in codertarget.tools.BuildHook/after_make
                             after_make(hookH);
         Error in
                             buildHooksAfterMakeFcn = @()coder.coverage.BuildHook...
                             buildHooksAfterMakeFcn();
                         [buildResult, mainObjFolder] = buildProcedure...
             [buildResult, mainObjFolder] = obj.make_rtw(varargin);
         [buildResult, mainObjFolder] = h.make_rtw(buildArgs, varargin{:});
         Error in build_target
         Error in build_target
         Error in build_standalone_rtw_target
         Error in slbuild_private
         Error in slbuild_private
         [varargout{1:nargout}]=feval(varargin{:});
            sl('slbuild_private', mdl, target, varargin{2:end});
                       slbuild(sys, 'StandaloneCoderTarget', ...
         Error in matlabshared.targetsdk.verify.Deployer/checkBuildDownload
     =======================================================================
I'd like to know what should I change to correct it. I followed correctly the documentation.
6 Kommentare
  Venkatesh Chilapur
    
 am 22 Nov. 2021
				
      Bearbeitet: Venkatesh Chilapur
    
 am 22 Nov. 2021
  
			Hi Corantin,
Also, can you help us with which board is being used.? Is it some custom board that is being used?
Regards,
Venkatesh C
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

