明远智睿MY-IMX6-EK200 Linux-3.0.35测试手册

该测试手册详细介绍了MY-IMX6评估板的各项功能测试,包括网口、USB、SD卡、音视频、LED(GPIO)、按键、串口、RTC、WatchDog、SPI、CAN、PCIe、WIFI、IPU、GPU和VPU的测试方法。测试前需连接设备并按照手册进行操作,如设置环境变量、插入设备并检查通信状态。测试过程中通过命令行工具进行操作,并观察系统输出以确认功能是否正常。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

测试前的准备(preparation before test)


1)请按照《Linux快速启动手册》中的“Linux快速启动” -> “连接设备”进行连接。
  please refer to "connection of device"->"Linux fast boot" in 《Linux fast boot manual》 for the connection。
2)请按照《Linux快速启动手册》中的“Linux快速启动” -> “启动设备”进行启动。
  please refer to "booting device" ->"Linux fast boot" in 《Linux fast boot manual》 for the booting。

测试项目(test item)


网口测试(lan port test)

MY-I.MX6 评估板支持双网口(2个百兆网口)。
MY-I.MX6 evalution board support dual lan port(two 100-Mbps ethernet lan ports2)。

测试说明(test instruction)

  • 第1个以太网口位置底板正面“P4”,第2个以太网口位置底板正面“P5”。

the first ethernet lan port is “P4”on front view of base board,the second one is “P5”on front view of base board。

  • 系统启动后默认开启第1个以太网口,并且默认IP为192.168.3.104。

defauted lan port is the first one after system boot,with defauted IP as 192.168.3.104。

测试方法(test method)

1) 测试第1个以太网口
test the first ethernet lan port

  • 连接网线:用网络连接评估板“P4”与计算机网口

connect lan line:connect “P4”on evaluation board with computer lan port through network

  • 设置计算机IP:设置计算机网口IP为192.168.3.9

set computer IP:set computer lan port IP as 192.168.3.9
MY-IMX6-EK200 L3035 2.1.2.1.png

  • 执行测试命令:$ ping -I eth0 192.168.3.9 -c 2 -w 4

run test command :$ ping -I eth0 192.168.3.9 -c 2 -w 4

  • 观察测试结果:系统会输出类似如下信息:

observe test result:system will output following information:
--- 192.168.3.9 ping statistics ---
2packets transmitted, 2 packets received, 0% packet loss

  • 测试结果:“0% packet loss”表示测试通过

test result:“0% packet loss”represent test passing

2) 测试第2个以太网口
test the second ethernet lan port

  • 连接网线:拔下第1个网口的网线接口插入到评估板“P5”,网线另一端保持与计算机网口相连。

connect lan line:take out lan line from the first lan port then plug in “P5”on evaluation board,another end of lan line is kept in connection with lan port of computer。

  • 设置计算机IP:设置计算机网口IP为192.168.3.9(如已经设置过可执行下一步骤)。

set computer IP:set computer lan port IP as 192.168.3.9(if the setting was already done then go direclty into next step)。

  • 设置第2个网口IP:$ ifconfig eth1 192.168.3.18,设置后系统会输出第2个网口的工作状态信息,类似如下:

set the second lan port IP:$ ifconfig eth1 192.168.3.18,after the setting system will output working condition of the second lan port, as below:
smsc95xx 2-1.1:1.0: eth1: link up, 100Mbps, full-duplex, lpa 0xCDE1

  • 执行测试命令:$ ping -I eth1 192.168.3.9 -c 2 -w 4

run test command:$ ping -I eth1 192.168.3.9 -c 2 -w 4

  • 观察测试结果:系统会输出类似如下信息:

observe test result:system will output the following message
--- 192.168.3.9 ping statistics ---

2packets transmitted, 2 packets received, 0% packet loss

  • 测试结果:“0% packet loss”表示测试通过

test result:“0% packet loss”represent test passing

附图

说明:
instruction:
  第1个红框为网口1的测试命令
  the first red frame is test command for lan port 1
  第2个红框为网口1的测试结果
  the second red frame is test result for lan port1
  第3个红框为网口2的IP配置
  the third red frame is IP configuration for lan port2
  第4个红框为网口2的状态信息
  the fourth red frame is status information for lan port2
  第5个红框为网口2的测试命令
  the fifth red frame is test command for lan port2
MY-IMX6-EK200 L3035 2.1.3.1.png


USB测试(USB test)

测试说明(test instruction)

  MY-I.MX6 V2.5 评估板有2个USB HOST接口,位于底板正面“J8”。
  MY-I.MX6 V2.5 evaluation board has two USB HOST ports,in“J8”in base board。

测试方法(test method)

  1) 开始测试
  start test
  将USB设备插入底板USB接口,系统会输出类似如下信息:
  plug USB device in USB port in base board,system will output the following message:
usb *-*.*: new high speed USB device number * using fsl-ehci
……
  2) 测试结束
  test end
  将USB设备从底板拔出,系统会输出类似如下信息:
  take out USB device from the base board,system will output the following message:
usb *-*.*: USB disconnect, device number *

附图(reference symbols)

说明:
instruction:
  图片上第1个红框为插入U盘时系统输出的信息;
  the first red frame in image is message outputed by system when insert U disk
  图片上第2个红框为拔出U盘时系统输出的信息;
  the second red frame in image is message outputed by system when take out U disk
  图片上第3个红框为插入USB鼠标时系统输出的信息;
  the third red frame in image is message outputed by system when insert USB mouse
  图片上第4个红框为拔出USB鼠标时系统输出的信息。
  the fourth red frame in image is message outputed by system when take out USB mouse。
MY-IMX6-EK200 L3035 2.2.3.1.png


SD卡接口测试(SD card interface test)

测试说明(test instruction)

  SD卡接口位于底板背面“J25”。
  SD card interface is in“J25”in rear view of base board。


开始测试(start test)

  1) 往SD卡槽插入设备
  insert device in SD card slot
  插入SD卡到底板SD卡接口。系统输出以下信息(见附图)即表示SD接口正常:
  insert SD card in SD card port in base board, system will output following message(see attached image),e.g.SD port is normal:
mmc*: new high speed SD card at address ****
mmcblk*: mmcx:xxxx SA**G *.**GiB
 mmcblk*: p*

  2)从SD卡槽弹出设备
  pop-up device from SD card slot
  再次住SD卡槽按下SD卡,底板会弹出SD卡。系统输出以下信息(见附图)表示SD卡接口弹出正常:
  press again SD card in SD card slot,base board will pop-up SD card。system will output following message(see attached image),e.g.function of SD card port pop-up is normal:
mmc*: card **** removed

  3) 结束测试
  end test
  SD卡弹出后拨出SD卡即结束测试。
  take out SD card after SD card pop-up,to end the test。


附图(reference symbols)

MY-IMX6-EK200 L3035 2.3.3.1.png

音视频测试(A/V test)

测试说明(test instruction)

这项测试是通过播放有声视频验证评估板的音频功能和视频功能。
  this test is to verify the function of video & audio of evaluation board by playing vocal video。

测试方法(test method)

1)准备测试
  prepare test
连接音频输出设备到底板正面的音频座子,音频座子在底板正面“J20”,丝印名称是“HP”。
  

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值