“MYZR-IMX6-EK200 Android-5.1.1 Test Manual”的版本间的差异

来自明远智睿的wiki
跳转至: 导航搜索
(创建页面,内容为“<div> = '''Applicable scope''' = 640px<br> = '''Test project''' = == '''UART test''' == === '''Test instruction''' === (1)Total...”)
 
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
<div>
+
[^_^]: MY-IMX Android-5.1.1 Test Manual
  
= '''Applicable scope''' =
+
## **Applicable scope** 
  
[[File:Android test 1.jpg|640px]]<br>
+
{| class="wikitable"
 +
|-
 +
!colspan=2 style="background:yellow;color:blue"| sphere of application
  
= '''Test project''' =
+
|-
== '''UART test''' ==
+
!style="background:blue;color:white"| evaluation board type   
=== '''Test instruction''' ===
+
!style="background:blue;color:white"| system type
 +
|-
 +
| MYZR-IMX6-EK200
 +
| Android 5.1.1
  
 +
|-
 +
| MYZR-IMX6-EK314
 +
| Android 5.1.1
  
(1)Total 4 serial interfaces,defaulted Uart2 by test program,but you can choose other interface as per what is needed.<br>
+
|-
(2)Need to shorten send&receive pins of interface before test,pins shortened are different among different development boards,correspondence as below :<br>
+
|}   
[[File:Android test 2.1.1.jpg|640px]]<br>
 
  
(3)Here choose defaulted configuration,i.e Uart2,shorten the according pins.<br>
+
 
 +
## **Test project** 
 +
### I.)uart Test 
 +
Before testing, you need to short the serial port's transceiver pin. The pins of different development boards are different. The corresponding relationship is as follows:   
 +
[[File:Android test 1.2.jpg|640px]]
 +
 
 +
* Test method: 
 +
1)Select the serial port to test, set the baud rate 
 +
2)Click on the device button 
 +
3)Enter the content to send 
 +
4)Click the Transfer Data button 
 +
5)Click the Close Device button 
  
=== '''Test method''' ===
+
###**II.)Gpio Test** 
 +
[[File:Android test 1.3.jpg|640px]] 
  
(1)Click“Uart”button,to boot test program.<br>
+
* Test method: 
 +
1)Input: Enter a GPIO set to input pin
 +
2)Output: Enter a GPIO set to the output pin
 +
3)Click the high/low level button to set the level 
 +
4)Test the output pin level with a multimeter 
  
[[File:Android test 2.1.2.jpg|640px]]<br>
+
###**Iii.)Spi Test**
 +
Before the test, the pins of the SPI need to be short-connected. The pins of the short connections of different development boards are different. The corresponding relationships are as follows: 
  
(2)Click“OpenDev”to open device.<br>
+
{| class="wikitable"
(3)Click“send”to send data.<br>
+
|-
If there is a successful receiving of data,texbox will be popuped on the right side,i.e.a success of test,as below:<br>
+
!style="background:blue;color:white"| evaluation board type   
[[File:Android test 2.1.2 2.jpg|640px]]<br>
+
!style="background:blue;color:white"| SPIx
If not receiving of data,that means a failure of test, please check out whether pins were shortened, errors as below:<br>
+
!style="background:blue;color:white"| MISO   
 +
!style="background:blue;color:white"| MOSI
  
[[File:Android test 2.1.2 3.jpg|640px]]<br>
+
|-
 +
|rowspan=2|MYZR-IMX6-EK200
 +
|SPI1
 +
|J7:7
 +
|J7:9
  
(5)When test is finished,click close,to exit the test of serial interface.<br>
 
  
 +
|-
 +
|SPI2
 +
|J7:8
 +
|J7:10
  
  
== '''SPI test''' ==
+
|-
=== '''Test instruction''' ===
+
|rowspan=2|MYZR-IMX6-EK314
(1)Need to shorten SPI pins before test,pins shortened are different among different development boards,correspondence as below:<br>
+
|SPI1
 +
|J13:7
 +
|J13:11
  
[[File:Android test 2.2.1.jpg|640px]]<br>
+
|-
 +
|SPI2
 +
|J13:6
 +
|J13:12
  
(2)EK200 match up with test program by SPI2;EK314 match up with test program by SPI1;so need to shorten pins according to actual condition.<br>
+
|-
=== '''2.2.2 Test method''' ===
+
|}
(1)Click“SPI”button,to boot test program.<br>
+
 
+
* Test method
[[File:Android test 2.2.2.jpg|640px]]<br>
+
1)Click on the device button   
 +
2)Enter what you want to send 
 +
3)Click the data transfer button   
 +
4)Click the Close Device button   
 
    
 
    
(2)Click“OpenDev”to open device.<br>
+
###**Iv. )I2C Test **   
(3)Click“send”to send data。if there is a successful receiving of data,texbox will be popuped on the right side,i.e.a success of test,as below:<br>
+
[[File:Android test 1.5.jpg|640px]]     
  
[[File:Android test 2.2.2 2.jpg|640px]]<br>
+
* Test method:  
 +
1)Select I2C bus to test  
 +
2)Click to read I2C button to read the device on the bus 
  
If not receiving of data,that means a failure of test, please check out whether pins were shortened, errors as below:<br>
+
###**V.) Can Test**     
 
+
Before testing, it is necessary to connect CAN pins, connect CAN _ L of CAN 1 with CAN _ L of CAN 2, and connect CAN _ H of CAN 1 with CAN _ H of CAN 2.   
[[File:Android test 2.2.2 3.jpg|640px]]<br>
+
[[File:Android test 1.6.jpg|640px]]  
 
+
 
(4)When test is finished,click close,to exit the test program.<br>
+
* Test method:
 
+
1)Click on Open Device 
== '''I2C test''' ==
+
2)Enter the content to send, not more than 8 
 
+
3)Click to transmit data 
=== '''Test instruction''' ===
+
4)Click to close device 
 
 
There are total 3 IIC bus on evaluation board,each bus has its own device,test program only list the device for each bus,not for test.<br>
 
 
 
=== '''Test method''' ===
 
  
(1)Click“I2C”button,to boot test program.<br>
+
###**VI.) Usb test** 
 +
Check the USB and SD cards. 
 +
[[File:Android test 1.7.jpg|640px]]     
  
[[File:Android test 2.3.2.jpg|640px]]<br>
+
###**VII.) media Test**   
 +
Bring your own video before testing. 
 +
[[File:Android test 1.8.jpg|640px]]    
 
    
 
    
(2)Click“ListI2C”,to list all I2C bus,total 3 units,the following figure:<br>
+
*Test methods:
 
+
1)Select a video  
[[File:Android test 2.3.2 2.jpg|640px]]<br>
+
2)Play Video  
 
 
(3)Click“ListDevice”to list all devices on one of the bus,default is i2c-0,as below:<br>
 
 
 
[[File:Android test 2.2.2 3.jpg|640px]]<br>
 
 
 
(4)Click drop-down manu on right,to get separate list of devices on the other two bus,example:<br>
 
 
 
[[File:Android test 2.2.2 4.jpg|640px]]<br>
 
[[File:Android test 2.2.2 5.jpg|640px]]<br>
 
 
 
 
 
(5)Finish test,exit test.<br>
 
 
 
== '''CAN test''' ==
 
=== '''Test instruciton''' ===
 
 
 
Need to connect CAN pins before test,connect CAN_L of CAN1 with CAN_L of CAN2,connect CAN_H of CAN1 with CAN_H CAN2.<br>
 
 
 
=== '''Test method''' ===
 
 
 
(1)Click“CAN”button,to boot test program <br>
 
 
 
[[File:Android test 2.4.2 .jpg|640px]]<br>
 
 
 
(2)Click“OpenDev”to open device,click“Send”to send data,if there is a successful receiving of data,texbox will be popuped on the right side,as below:<br>
 
 
 
[[File:Android test 2.4.2 2.jpg|640px]]<br>
 
 
 
If not receiving of data,that means a failure of test, please check out whether CAN pins were shortened,errors as below:<br>
 
 
 
[[File:Android test 2.4.2 3.jpg|640px]]<br>
 
 
 
(3)Test is over,exit CAN test.<br>
 
 
 
== '''USB&SD test''' ==
 
=== '''Test instruction''' ===
 
(1)Check out whether USB and SD read & write is normal or not.<br>
 
=== '''Test method''' ===
 
(1)Click“SD/U disk”button,to boot test program.<br>
 
 
 
[[File:Android test 2.4.5.jpg|640px]]<br>
 
 
 
(2)Insert U disk or SD card,click“SD”or“U disk”button to read out the content of SD card or U disk.<br>
 
 
 
[[File:Android test 2.4.5 2.jpg|640px]]<br>
 
 
 
(3)Test is over,exit test program <br>
 
 
 
== '''WIFI& lan port test''' ==
 
 
 
=== '''Test instruction''' ===
 
 
 
Check out function of WIFI and lan port.<br>
 
 
 
=== '''WIFI test method''' ===
 
 
 
(1)Click“WIFI button”,to boot test program.<br>
 
 
 
[[File:Android test 2.6.2.jpg|640px]]<br>
 
 
 
(2)Click“wifi”switch,after open wifi then click“search”to search wifi.<br>
 
 
 
[[File:Android test 2.6.2 2.jpg|640px]]<br>
 
 
 
(3)Click Wifi which will be linked,enter password for the link.<br>
 
 
 
(4)If a successful link,then click“Link”to link with baidu.<br>
 
 
 
(5)If failure of link,please check out whether network is working.<br>
 
 
 
=== '''Lan port test method''' ===
 
 
 
(1)Connect lan cable with lan port <br>
 
 
 
(2)Click“Intent”button to link to baidu <br>
 
 
 
 
 
== '''Multi media test''' ==
 
 
 
=== '''Test instruction''' ===
 
 
 
(1)Test functions of audio and vedio.
 
 
 
=== '''Test method''' ===
 
 
 
(1)Click“Audio/video”button,to boot test program.<br>
 
 
 
[[File:Android test 2.7.2.jpg|640px]]<br>
 
 
 
(2)Wear earphone,click“Play_music”,can hear a piece of music.<br>
 
 
 
(3)Click“Play_video”,to play a piece of vedio.<br>
 
 
 
[[File:Android test 2.7.2 2.jpg|640px]]<br>
 
 
 
(4)Test is over,exit test program.<br>
 
 
 
== '''GPIO test''' ==
 
 
 
=== '''Test instruction''' ===
 
 
 
(1)Test functions of GPIO.
 
 
 
=== '''Test method''' ===
 
 
 
(1)Click and select the GPIO port to test in the output1 or output2 drop-down box.<br>
 
 
 
[[File:Android test 2.7.2 3.png|640px]]<br>
 
 
 
(2)Click the button named“output1“ to control the level of the left port, and click the button named "output2" can control the level of the right port.<br>
 
 
 
(3)Click  the "1" in the left side  can make  "output1" be high level, click the 0 in the left side can make  "output1" be  low level. You also can click on the right side of the figure to control the level of "output2" as well.<br>
 
 
 
== '''Product instroduction''' ==
 
 
 
=== '''Product photo''' ===
 
 
 
(1)Click“Product”button,you can see the instruduction and photo of our products,left or right sliding screen for more information.<br>
 
 
 
[[File:Android test 2.8.1.png|640px]]<br>
 
  
</div>
+
###**VIII.) Wifi Test** 
 +
[[File:Android test 1.9.jpg|640px]]
 +
*Test methods: 
 +
1)Click the WiFi switch to turn on WiFi and wait for WiFi search results 
 +
2)Click the WiFi you want to connect to   
 +
3)Enter password, click the connection button

2020年10月22日 (四) 13:50的最新版本

Applicable scope

sphere of application
evaluation board type
system type
MYZR-IMX6-EK200 Android 5.1.1
MYZR-IMX6-EK314 Android 5.1.1

Test project

I.)uart Test

Before testing, you need to short the serial port's transceiver pin. The pins of different development boards are different. The corresponding relationship is as follows:
Android test 1.2.jpg

  • Test method:
    1)Select the serial port to test, set the baud rate
    2)Click on the device button
    3)Enter the content to send
    4)Click the Transfer Data button
    5)Click the Close Device button

II.)Gpio Test

Android test 1.3.jpg

  • Test method:
    1)Input: Enter a GPIO set to input pin 2)Output: Enter a GPIO set to the output pin 3)Click the high/low level button to set the level
    4)Test the output pin level with a multimeter

Iii.)Spi Test

Before the test, the pins of the SPI need to be short-connected. The pins of the short connections of different development boards are different. The corresponding relationships are as follows:

evaluation board type
SPIx MISO
MOSI
MYZR-IMX6-EK200 SPI1 J7:7 J7:9
SPI2 J7:8 J7:10
MYZR-IMX6-EK314 SPI1 J13:7 J13:11
SPI2 J13:6 J13:12
  • Test method:
    1)Click on the device button
    2)Enter what you want to send
    3)Click the data transfer button
    4)Click the Close Device button

**Iv. )I2C Test **

Android test 1.5.jpg

  • Test method: 1)Select I2C bus to test 2)Click to read I2C button to read the device on the bus

V.) Can Test

Before testing, it is necessary to connect CAN pins, connect CAN _ L of CAN 1 with CAN _ L of CAN 2, and connect CAN _ H of CAN 1 with CAN _ H of CAN 2.
Android test 1.6.jpg

  • Test method: 1)Click on Open Device
    2)Enter the content to send, not more than 8
    3)Click to transmit data
    4)Click to close device

VI.) Usb test

Check the USB and SD cards.
Android test 1.7.jpg

VII.) media Test

Bring your own video before testing.
Android test 1.8.jpg

  • Test methods:

1)Select a video
2)Play Video

VIII.) Wifi Test

Android test 1.9.jpg

  • Test methods:

1)Click the WiFi switch to turn on WiFi and wait for WiFi search results
2)Click the WiFi you want to connect to
3)Enter password, click the connection button