Difference between revisions of "Getting started with AI on NXP i.MX8M Plus/Introduction/Overview/Development tools"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 6: Line 6:
 
   <li> Python for scripting.
 
   <li> Python for scripting.
 
   <li> gcc or g++
 
   <li> gcc or g++
  <>
 
 
</ol>
 
</ol>
 +
 +
<syntaxhighlight lang='bash'>
 +
 +
</syntaxhighlight>

Revision as of 19:16, 14 November 2021

In this section we are going to install some dependencies required for development. In general terms, we are going to need:

  1. Linux 18.04 LTS as development environment.
  2. Yocto (Hardknott or Gatesgarth) as the main development tool.
  3. Python for scripting.
  4. gcc or g++