查看“MY-I.MX6-DEMO 评估板 Android4.2.2 快速启动”的源代码
←
MY-I.MX6-DEMO 评估板 Android4.2.2 快速启动
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
=MY-IMX6-MB200正面图(MY-IMX6-MB200 top view)= [[文件:myimx6ek200_front.jpg|642px]] =MY-IMX6-MB200背面图(MY-IMX6-MB200 bottom view)= [[文件:myimx6ek200_back.jpg|642px]] =图示模块(icon module)= {| class="wikitable" |- !图示<br>(icon) !接口描述<br>(decription of interface) !丝印<br>(silkscreen) |rowspan=20| !图示<br>(icon) !接口描述<br>(decription of interface) !丝印<br>(silkscreen) |- |1 |18/24bit LVDS0 |J11 |19 |RTC_Licell |BT1 |- |2 |18/24bit RGB |J15 |20 |UART5/TTL |J16 |- |3 |18/24bit LVDS1 |J19 |21 |UART4/TTL |J14 |- |4 |10M/100M Ethernet |P1 |22 |GPIO |J13 |- |5 |Audio |J26 |23 |UART3/TTL |J12 |- |6 |HDMI |J23 |24 |UART2/TTL |J10 |- |7 |USBOTG |J25 |25 |SPI2 |J9 |- |8 |PWR_SATA |J27 |26 |SPI1 |J8 |- |9 |SATA |J20 |27 |MIPI_CSI |J7 |- |10 |USBHOST |J21 |28 |CMOS_CSI |J6 |- |11 |UART1/RS232 |P2 |29 |CAN2 |J5 |- |12 |PWR_Switch |J24 |30 |CAN1 |J4 |- |13 |DC_5V_IN |J22 |31 |I2C3 |J3 |- |14 |nRESET |SW4 |32 |I2C2 |J2 |- |15 |KEY1 |SW3 |33 |I2C1 |J1 |- |16 |KEY2 |SW2 |34 |SD3 |J18 |- |17 |KEY3 |SW1 |35 |WIFI |U8 |- |18 |SD2 |J18 |36 |PCIE |J29 |} =Android 快速启动(Android fast boot)= 1.检查<br> <span style="background:#CCCCCC">check</span><br> 底板跟核心板的连接。如果核心板跟底板是单独分开,请按照附录中的核心板的插拔方法将核心板插在底板上 <br> <span style="background:#CCCCCC">connection between base board and core board. if core board and base board is seperated,please insert core board in the base board in the way described in the appendix.</span><br> 2.准备<br> <span style="background:#CCCCCC">prepare</span><br> 准备好串口线(跟 PC 机直连的串口线,也可以用 USB 转串口线),以太网线,电源(直流 5V,2A 及以上)。 <br> <span style="background:#CCCCCC">get ready serial port line(serial port line which can be connected directly with PC,or USB to serial port line),ethernet line,power supply(DC 5V,2A or above)</span><br> 3.配置串口<br> <span style="background:#CCCCCC">configure serial port</span><br> 选择合适的串口 <br> <span style="background:#CCCCCC">choose proper serial port</span><br> [[文件:MY_I.MX6_DEMO_Android4.2.2_1.png]]<br> <br> 端口做如下设置 <br> <span style="background:#CCCCCC">set interface as below</span><br> <br> [[文件:MY_I.MX6_DEMO_Android4.2.2_2.png]]<br> 3.操作 <br> <span style="background:#CCCCCC">operation</span><br> 将核心板 2 位拨码开关拨到 1:OFF,2:ON 处 <br> <span style="background:#CCCCCC">turn 2 bit dial switch to 1:OFF,2:ON </span><br> 将串口线连接到 MY-I.MX6X 底板上的串口上(图 1 中的图示 11) <br> <span style="background:#CCCCCC">connect serial port line to serial port of base board of MY-I.MX6X (icon 11 in figure1)</span><br> 将开关(图 1 中的图示 12)拨到断开状态(—:闭合,O:断开) <br> <span style="background:#CCCCCC">turn swtich(icon12 in figure1) to be off status(1:closed,0:off)</span><br> 将 5V 电源插到电源接口(图 1 中的图示 13)。<br> <span style="background:#CCCCCC">plug 5V power supply in the power interface</span><br> 闭合开关,串口将有信息输出 <br> <span style="background:#CCCCCC">close the swtich, there will be output of information in the serial port</span><br> 系统默认是从 SPI 启动,加载 SD 或 EMMC 中的内核和文件系统,系统默认的液晶显示接口是 LVDS1 接口(图 1 中图示 3) <br> <span style="background:#CCCCCC">defaulted booting by system start with SPI,load SD or kernel and file system in EMMC,defaulted display interface of crystal liquid by system is LVDS1(icon3 in figure1)</span><br> 开机之后,会有启动 logo,如果发现开机 logo 不能够显示正常,请关闭电源 3 秒,再开机等待系统起来之后 进入 android 界面。进入界面之后,即可正常的 android 操作。Android 系统上配置了电容屏,用户可以像操 作手机一样操作 android 系统。启动完毕之后,即可开始功能模块的测试。Android 测试方式请参考 《MY-I.MX6-DEMO-V2.2 Android 测试手册》 <br> <span style="background:#CCCCCC">after starting up,there will be a logo booting,if the starting up logo can't be displayed normally,please turn off power for 3 seconds,re-start up and wait untill the system is started up,enter android interface,then android operations can be done normally.capacitor screen is configured in android system,users can operate android system as they operate mobile phones.after the booting,test for function module can be conducted. test method for android can be refered to 《MY-I.MX6-DEMO-V2.2 Android test manual</span><br> == Android 快速启动环境变量设置(<span style="color:red">针对核心板 V1.0 版本</span>)<br>(setting for environment variables of Android fast boot(<span style="color:red"> versus V1.0 version of core board</span>)) == ===SPI+SD 启动:(SPI+SD start) === $ setenv bootcmd booti mmc1 <br> $ saveenv <br> ===SPI+SD LVDS1 配置:(SPI+SD LVDS1 configuration:) === $ setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,LDB-XGA,bpp=32 <br> video=mxcfb1:off video=mxcfb2:off fbmem=10M fb0base=0x27b00000 vmalloc=400M <br> androidboot.console=ttymxc0 androidboot.hardware=freescale <br> ===SPI+SD LVDS0 配置:(SPI+SD LVDS0 configuration) === $ setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,LDB-XGA,bpp=32 ldb=sin0 <br> video=mxcfb1:off video=mxcfb2:off fbmem=10M fb0base=0x27b00000 vmalloc=400M <br> androidboot.console=ttymxc0 androidboot.hardware=freescale <br> ===SPI+SD Dual Displays: LVDS and HDMI Displays === $ setenv bootargs console=ttymxc0,115200 androidboot.console=ttymxc0 vmalloc=400M init=/init <br> video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:dev=hdmi,1920x1080M@60,bpp=32 video=mxcfb2:off <br> fbmem=10M androidboot.hardware=freescale <br> ===SPI+SD RGB 配置:(SPI+SD RGB configuration) === $ setenv bootargs console=ttymxc0,115200 init=/init <br> video=mxcfb0:dev=lcd,SEIKO-WVGA,bpp=32,if=RGB24 video=mxcfb1:off video=mxcfb2:off fbmem=10M <br> fb0base=0x27b00000 vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale <br> ===SPI+SD HDMI 配置:(SPI+SD HDMI configuration) === $ setenv bootargs console=ttymxc0,115200 androidboot.console=ttymxc0 vmalloc=400M init=/init <br> video=mxcfb0:dev=hdmi,1920x1080M@60,bpp=32 video=mxcfb1:off video=mxcfb2:off fbmem=28M <br> androidboot.hardware=freescale <br> ===Booting with Dual Displays: LVDS and HDMI Displays === $ setenv bootargs console=ttymxc0,115200 androidboot.console=ttymxc0 vmalloc=400M init=/init <br> video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:dev=hdmi,1920x1080M@60,bpp=32 video=mxcfb2:off <br> fbmem=10M androidboot.hardware=freescale <br> ==Android 快速启动环境变量设置(<span style="color:red">针对核心板 V2.1 版本</span>)<br>(setting for environment variables of Android fast boot(<span style="color:red"> versus V2.1 version of core board</span>))== ===SPI+EMMC 启动:(SPI+EMMC start up:) === $ setenv bootcmd booti mmc2 <br> $ saveenv <br> ===SPI+EMMC LVDS1 配置:(SPI+EMMC LVDS1 configuration) === $ setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,LDB-XGA,bpp=32 <br> video=mxcfb1:off video=mxcfb2:off fbmem=10M fb0base=0x27b00000 vmalloc=400M <br> androidboot.console=ttymxc0 androidboot.hardware=freescale <br> ===SPI+EMMC LVDS0 配置:(SPI+EMMC LVDS0 configuration) === $ setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,LDB-XGA,bpp=32 ldb=sin0 <br> video=mxcfb1:off video=mxcfb2:off fbmem=10M fb0base=0x27b00000 vmalloc=400M <br> androidboot.console=ttymxc0 androidboot.hardware=freescale <br> ===SPI+SD Dual Displays: LVDS and HDMI Displays === $ setenv bootargs console=ttymxc0,115200 androidboot.console=ttymxc0 vmalloc=400M init=/init <br> video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:dev=hdmi,1920x1080M@60,bpp=32 video=mxcfb2:off <br> fbmem=10M androidboot.hardware=freescale <br> ===SPI+EMMC RGB 配置:(SPI+EMMC RGB configuration) === $ setenv bootargs console=ttymxc0,115200 init=/init <br> video=mxcfb0:dev=lcd,SEIKO-WVGA,bpp=32,if=RGB24 video=mxcfb1:off video=mxcfb2:off fbmem=10M <br> fb0base=0x27b00000 vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale <br> ===SPI+EMMC HDMI 配置:(SPI+EMMC HDMI configuration) === $ setenv bootargs console=ttymxc0,115200 androidboot.console=ttymxc0 vmalloc=400M init=/init <br> video=mxcfb0:dev=hdmi,1920x1080M@60,bpp=32 video=mxcfb1:off video=mxcfb2:off fbmem=28M <br> androidboot.hardware=freescale <br> ===SPI+EMMC: LVDS and HDMI Displays === $ setenv bootargs console=ttymxc0,115200 androidboot.console=ttymxc0 vmalloc=400M init=/init <br> video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:dev=hdmi,1920x1080M@60,bpp=32 video=mxcfb2:off <br> fbmem=10M androidboot.hardware=freescale <br>
返回至
MY-I.MX6-DEMO 评估板 Android4.2.2 快速启动
。
导航菜单
个人工具
登录
命名空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
[-_-]
NXP平台:
MYZR-IMX6-EK200
MYZR-IMX6-EK200(EN)
MYZR-IMX6-EK314
MYZR-IMX6-EK314(EN)
MYZR-IMX6-EK336
MYZR-IMX6-EK336(EN)
MYZR-IMX6-EK140
MYZR-IMX6-EK140(EN)
MYZR-IMX6-EK140P
MYZR-IMX6-EK140P(EN)
MYZR-IMX8M-EK300
MYZR-IMX8M-EK300(EN)
MYZR-IMX8M-EVK
MYZR-IMX8Mmini-EK240
MYZR-IMX8Mmini-EK240(EN)
MYZR-IMX28-EK142
MYZR-IMX28-EK142(EN)
MYZR-LS1012A-EK200
MYZR-LS1012A-EK200(EN)
Rockchip平台:
MYZR-RK3288-EK314
MYZR-RK3288-EK314(EN)
MYZR-RK3399-EK314
MYZR-RK3399-EK314(EN)
Allwinner平台:
MYZR-R16-EK166
MYZR-R16-EK166(EN)
Microchip平台:
MYZR-SAMA5-EK200
MYZR-SAMA5-EK200(EN)
网关产品:
GW200
GW300
GW310/GW311
ST平台:
MYZR-STM32-EK152
所有页面
工具
链入页面
相关更改
特殊页面
页面信息