“MY-IMX6-EK314(EN)”的版本间的差异

来自明远智睿的wiki
跳转至: 导航搜索
第1行: 第1行:
  
[^_^]: MY-IMX6-EK200 Use and Development Guide
+
### Operation
 
 
<br/>
 
 
 
### Instructions for use of this document
 
  
 
--------------------------------------------------------------------------------
 
--------------------------------------------------------------------------------
* All participants in the project need to know '''"Other necessary documents for Part V"'''
 
* All personnel in the project who need to use the development board need to understand and operate the '''"first part of the development board use fast entry"'''
 
* Software development engineers(including BSP engineers, application software engineers) in the project need to understand and complete the '''"Part 2 Basic Guidance for Software Development"'''
 
* In the project, BSP development engineers need to understand '''"Part 3 Advanced Guidance for Software Development"'''.
 
* The hardware development engineer in the project needs to read '''"Part 4 Hardware Development Guidance"'''.
 
 
''' Link to manual ''' 
 
'''Test Manual:'''[[MY-IMX Linux-4.9.88 Test Manual(EN)|《Linux-4.9.88》]], [[ MY-IMX Linux-4.1.15 Test Manual(EN)|《Linux-4.1.15》]], [[MY-IMX6-EK200 Linux-3.14.52 Test Manual|《Linux-3.14.52》]], [[MY-IMX6-EK200 Linux-3.0.35 Test Manual|《Linux-3.0.35》]], [[MY-IMX6-EK200 Android-5.1.1 Test Manual|《Android-5.1.1》]] 
 
'''Development Environment Guidance Manual''':[[MYZR Win10 VB5212 U14045 x64 Env|《Ubuntu14.04+Win10 (Recommended)》]], [[MYZR Win10 VB5118 U12045 x64 Env |《Ubuntu12.04+Win10》]], [[MYZR Win7 VB4340 U12045  x64 Env |《Ubuntu12.04+Win7》]]   
 
'''Build Manual:'''[[MY-IMX Linux-4.9.88 Build Manual|《Linux-4.9.88》]], [[MY-IMX6 Linux-4.1.15 Build Reference Manual|《Linux-4.1.15》]], [[MY-IMX6-A9 Linux-3.14.52 Build Manual v2.0|《Linux-3.14.52》]], [[MY-IMX6-A9 Linux-3.0.35 v3.0|《Linux-3.0.35》]], [[MY-IMX6 Android-5.1.1 Build Manual|《Android-5.1.1》]], [[MY-IMX6 Android-4.4.2 Build Manual|《Android-4.4.2》]] 
 
 
'''Description: Open all links in the document, it is recommended to use the mouse right click to open in the new tab.'''   
 
  
<br/>
+
##### Quick Start 
 +
  [[MY-IMX6-EK314 Quick Start|MY-IMX6-EK314 Quick Start]]
  
### The first part of the development board USES a quick start
+
##### Burning  
 
+
  [[MY-IMX6 MfgTool User Guide]]<br>
--------------------------------------------------------------------------------
 
 **This part of the content and operation, the first reading and completion of about half a day** 
 
 1. After getting the development board, the first thing is to prepare for the use of the development board, installation of terminal software is necessary.Open '''[[Terminal software XShell reference manual |《Terminal Software Reference Manual》]]''', refer to  ''' Software Download and Installation''' to install the terminal software. 
 
 2. After the installation of terminal software, open '''[[MY-IMX6-EK314 Quick Start|《Quick Start》]] ''', refer to the document to start the development board.  
 
 3. After the development board is started successfully, refer to '''[[MY-IMX6 MfgTool-v2.6 User Guide(EN) | 《Burning Manual》]] '''for a burn.The purpose is to familiarize yourself with the burn operation and prepare for the next functional verification. 
 
 4. After the development board is burned, open the corresponding '''【Test Manual】 '''  and conduct a test to verify that all functions of the development board are normal.
 
<br/>
 
  
### The second part is the basic guidance of software development
+
##### Test Manual 
 +
* Linux-3.0.35 <br>
 +
[[MY-IMX6-EK200 Linux-3.0.35 Test Manual|MY-IMX6 Linux-3.0.35 Test Manual]] <br>
 +
* Linux-3.14.52 <br>
 +
[[MY-IMX6-EK200 Linux-3.14.52 Test Manual|MY-IMX6 Linux-3.14.52 Test manual]] <br>
 +
[[MY-IMX6-EK200 Linux-3.14.52 QT Test Manual|MY-IMX6 Linux-3.14.52 QT Test manual]] <br>
 +
* Android-5.1.1 <br>
 +
[[MY-IMX6-EK200 Android-5.1.1 Test Manual|MY-IMX6 Android-5.1.1 Test Manual]] <br>
  
--------------------------------------------------------------------------------
 
 **The second part of the software development basic guidance of this part of the content and operation, the first reading and completion of about half a day** 
 
 1. First of all, to develop software, we need to establish a development environment. When building an embedded development environment, we will encounter various problems. To avoid wasting unnecessary time and energy, we recommend using our virtual machine environment. Turn on the '''【 Development Environment Instruction Manual 】''' and configure the virtual machine with reference to the document. 
 
 2. After the development environment is established, you should refer to '''【Building Manual】''' for a compilation, and retain the compiled target files. 
 
 3. After compiling the target file, update the target file to the device, and it is best to refer to the '''【Test Manual】''' for another test to verify that the compiled target file is ok.
 
<br/>
 
  
### The third part is advanced guidance of software development
+
### Development
  
 
--------------------------------------------------------------------------------
 
--------------------------------------------------------------------------------
 After completing the '''Development board using quickstart ''' and ''' Software development basic guidance ''', the basic things we have been familiar with.Then, the next step, is secondary development needs to understand the content.
+
##### Environment
#### U-Boot Board level file 
+
* Windows 10 + VirtualBox 5.2.12 + Ubuntu 14.04.
 1. u-boot Board file location: '''board/myzr ''' 
+
[[MYZR Win10 VB5212 U14045 x64 Env|Setting up Development Environment]] <br>
 2. u-boot Board level configuration file: '''include/configs/myimx\*.h  ''' 
 
 3. u-boot Polar compilation configuration file:''' configs/<ek_name>-<cpu_type>-<mem_size>-\*_defconfig  ''' 
 
#### Linux Kernel board-level files   
 
 1. Kernel plate-level compilation configuration file: '''arch/arm/configs/myimx*_defconfig  ''' 
 
 2. Kernel board-level device tree file: '''arch/arm/boot/dts/<ek_name>-<cpu_type>-<mem_size>-\*'''   
 
 3. Kernel development reference manual: '''network disk《i.MX_Linux_Reference_Manual.pdf》 ''' 
 
<br/>
 
  
### The fourth part hardware development guidance
+
##### Building
 +
* Linux   
 +
[[MY-IMX6-A9 Linux-3.0.35 v3.0|MY-IMX6 Linux-3.0.35 Build Manual]] <br>
 +
[[MY-IMX6 Linux-3.0.35 Build Manual|MY-IMX6 Linux-3.0.35 Build Manual(旧的)]] <br>
 +
[[MY-IMX6-A9 Linux-3.14.52 Build Manual v2.0|MY-IMX6 Linux-3.14.52 Build Manual]] <br>
 +
[[MY-IMX6 Linux-3.14.52 Build Manual|MY-IMX6 Linux-3.14.52 Build Manual(旧的)]] <br>
 +
[[MY-IMX6 Linux-4.1.15 Build Reference Manual|MY-IMX6 Linux-4.1.15  Build Manual]] <br>
 +
[[MY-IMX6 Linux-4.1.15  Build Manual|MY-IMX6 Linux-4.1.15 Build Manual(旧的)]] <br>
 +
[[MY-IMX Linux-4.9.88 Build Manual|MY-IMX Linux-4.9.88 Build Manual]] <br>
  
--------------------------------------------------------------------------------
+
* Android   
 1. First of all, it is necessary for hardware engineers to understand the introduction and basic principles of our development board floor. See '''[[ MY-IMX6-MB314 Hardware Introduction|《 Base Plate Introduction》]]'''  for details. 
+
[[MY-IMX6 Android-4.4.2 Build Manual]] <br>
 2. The hardware engineer opens the network disk, downloads the hardware schematic diagram file to carry on the reference, or carries on the design based on our schematic diagram.
+
[[MY-IMX6 Android-5.1.1 Build Manual]] <br>
 3. If some interfaces and functions need to be changed, please refer to the ''' Pin definition & detailed function description''' in '''[[MY-IMX6-CB314 Hardware Introduction|《 Core board introduction》]]'''.Refer to "1.1 _nxp-document-> reference-manual" in the network disk for more details. 
 
<br/>
 
  
### Part V Other necessary documents
+
##### Developer Guide
 +
* Linux-3.0.35 
 +
[[MY-IMX6 Linux-3.0.35 Device and Driver]] <br>
 +
[[MY-IMX6 Linux-3.0.35 System Logo Development]] <br>
 +
[[MY-IMX6 Linux-3.0.35 GPIO Development]] <br>
 +
[[MY-IMX6 Linux-3.0.35 gpio-leds Development]] <br>
 +
[[MY-IMX6 Linux-3.0.35 gpio-keys Development]] <br>
 +
* Linux-3.14.52 
 +
[[MY-IMX6 Linux-3.14.52 Device and Driver]] <br>
 +
* Android-4.4.2 
 +
[[MY-IMX6 Android-4.4.2 WIFI and 3G Migration Development]]<br>
 +
[[MYZR Android-4.4.2 Dual Screen asynchronous APK Test Manual|MY-IMX6-EK314 Android-4.4.2 Double Screen asynchronous]] <br>
 +
### Hardware manual
  
 
--------------------------------------------------------------------------------
 
--------------------------------------------------------------------------------
#### i.MX Family Comparison Table 
 
* Network disk location: "1.1_NXP-Document -> brochure"   
 
**The document has only one page and it is recommended that all participants in the project read it.**   
 
#### i.MX Applications Processors Fact Sheet   
 
* Location of network disk:"1.1_NXP-Document -> fact-sheet"   
 
**The corresponding document is only two pages long and is recommended for all people involved in the project.** 
 
#### i.MX Applications Processor Reference Manual   
 
* Location of network disk: "1.1_NXP-Document -> reference-manual"   
 
**The corresponding documents are up to 6,000 pages long, and software and hardware engineers can read them selectively during the design and development process.** 
 
#### i.MX Applications Processor Technical Data 
 
* Location of network disk:"1.1_NXP-Document -> technical-data" 
 
**The corresponding document has about 200 pages of content. Software and hardware engineers can browse and decide whether to read it in detail.**
 
 
<br/>
 
  
--------------------------------------------------------------------------------
+
##### Core board introduction
<pre>
+
  [[MY-IMX6-CB314 Hardware Introduction]]<br>
--------------------------------------------------------------------------------
+
##### Base plate introduction
* ZhuHai MYZR Technology CO.,LTD.
+
  [[MY-IMX6-MB314 Hardware Introduction]]<br>
* Latest Update: 2019/01/02 
+
##### Hardware layout instruction
* Supporter: Tang Bin(Linux), Lin YuanNan(Android)
+
  [[MY-IMX6 Hardware Development Guide]]<br>
--------------------------------------------------------------------------------
 
</pre>
 

2019年1月4日 (五) 10:28的版本

Operation


Quick Start

  MY-IMX6-EK314 Quick Start

Burning

  MY-IMX6 MfgTool User Guide

Test Manual

Development


Environment
Building
Developer Guide

Hardware manual


Core board introduction

  MY-IMX6-CB314 Hardware Introduction

Base plate introduction

  MY-IMX6-MB314 Hardware Introduction

Hardware layout instruction

  MY-IMX6 Hardware Development Guide