MY-IMX6系列评估板 Linux-3.0.35 驱动和设备

来自明远智睿的wiki
Admin讨论 | 贡献2018年6月11日 (一) 15:54的版本

跳转至: 导航搜索

文档说明(document instruction)


系统环境说明(system environment instruction)

  • 编译主机CPU架构:64位

compife CPU architeture of host:64 bit

  • 编译主机系统:Linux

compife system of host:Linux

  • Linux发行版:Ubuntu

Linux release version:Ubuntu

  • Ubuntu版本类型:服务器版

Ubuntu version type:server version

  • Ubuntu版本号:12.04.5

Ubuntu version no.:12.04.5

  • Ubuntu系统类型:x86-64

Ubuntu system type:x86-64
  注意:开发主机请使用ubuntu 12.04.5 x86-64(桌面版或服务器版均可),使用其他发行版的Linux或Ubuntu的其它版本可能会遇到的不必要的问题。
  note:for development host please use ubuntu 12.04.5 x86-64(either desktop version or server version is ok),some unneccesory problems may arise if other release versions or other buntu versions are used.


操作说明(operating instruction)

1)文档中以“$”开头的行,其后是Linux命令。
lines starting with “$”in document,following it will be Linux command。
2)文档中所有的Linux命令建议手动输入到Linux主机执行(直接复制、粘贴到Linux主机上执行,可能会执行失败)。
lines starting with “$”in document,following it will be Linux command。
3)文档中的Linux执行命令,如果空格后的下一个字符是“-”的(如:sudo apt-get –y install之类的),请手动输入到Linux主机执行(直接复制、粘贴到Linux主机上执行,通常会执行失败)。
if following a space is charater “-”in any executing command in the document(e.g:sudo apt-get –y install and the like),please enter manually to Linux host for execution(direct copy,pasting to Linux host to run,which may cause failure of execution)。
4)文档中所有一行没写完的Linux命令请手动输入到Linux主机执行,(因为复制、粘贴命令不能包含类似“换行符”之类的特殊字符)。
any line with unfinished Linux command in the document,please enter manually to Linux host for execution(since copy,pasting can't contain special charater such as “line break”)。
5)按文档输入并执行Linux命令时注意观察命令的执行结果与文档图片中的是否一致,以确认命令是否输入有误及是否执行失败。
pay attention to whether the executing result is consistent with image in the document or not when enter and execut Linux command,to ensure whether there is an incorrect entry of command or failure of exectuion.
6)第一遍编译请严格按照文档进行,否则可能出现莫名其妙的错误。
please follow strictly the documents to compife for the first time,otherwise there may arise some unexpected mistakes。


截图说明(screenshots instruction)

为使视图看起来简洁整齐,截图中的命令提示符统一使用myzr$。
To make the view look neat and tidy ,myzr$ should be used uniformly as command prompt in the screenshots。

图片中的Linux命令(Linux command in image)

在文档的图片中观察“linyn@u12045-serv:~$”开头的行可以直观的看到输入的
In the image of the document, you can see the input Linux command visually from the lines that start with “linyn@u12045-serv:~$”

驱动及相关设备文件(driving & relevant device file)


评估板对应的Linux-3.0.35版本及对应的源码文件和设备见下表:
file in source code and device corresponding to evaluation board in Linux-3.0.35 as following table:

功能
(function)
源码位置
(position of source code)
Linux 设备和文件夹
(Linux device and folder)
GPIO drivers/gpio/gpiolib.c /sys/class/gpio/
LED drivers/leds/leds-gpio.c /sys/class/leds/
BUTTON drivers/input/keyboard/gpio_keys.c /dev/input/event0
LVDS drivers/video/mxc/ldb.c /dev/fb*
LCD drivers/video/mxc/mxc_lcdif.c /dev/fb*
BACKLIGHT drivers/video/backlight/pwm_bl.c /sys/class/backlight/
UART drivers/tty/serial/imx.c /dev/ttymxc*
I2C drivers/i2c/i2c-dev.c /dev/i2c-*
SPI drivers/spi/spidev.c /dev/spidev1.0
MMC/SD/SDIO drivers/mmc/host/ /dev/mmcblk*
NAND GPMI drivers/mtd/nand/gpmi-nand/ /dev/mtd*
TOUCH SCREEN drivers/input/touchscreen/ft5x06_ts.c /dev/input/event1
FEC drivers/net/fec.c eth0,eth1
PWM arch/arm/plat-mxc/pwm.c NC
HDMI drivers/video/mxc_hdmi.c /dev/mxc_hdmi
IPU drivers/mxc/ipu3/ /dev/mxc_ipu
GPU drivers/mxc/gpu-viv/ /dev/galcore
VPU drivers/mxc/vpu/mxc_vpu.c /dev/mxc_vpu
OV5642 drivers/media/video/mxc/capture/ /dev/video0
MIPI DSI drivers/video/mxc/mipi_dsi.c NC
MIPI CSI2 drivers/mxc/mipi/mxc_mipi_csi2.c NC
V4L2 drivers/media/video/mxc/ NC
SGTL5000 sound/soc/codecs/sgtl5000.c /dev/snd/
PCIE arch/arm/mach-mx6/pcie.c /sys/class/pci_bus
TW6865 drivers/media/video/TW68-video.c /dev/video0~7
SATA drivers/ata/ahci_platform.c /dev/sda或/dev/sdb
WM8962 sound/soc/codecs/wm8962.c /dev/snd/
ISL1208 drivers/rtc/rtc-isl1208.c /dev/rtc0
USB drivers/usb/ NC
FLEXCAN drivers/net/can/flexcan.c can0,can1
WATCHDOG drivers/watchdog/imx2_wdt.c /dev/watchdog

板级目录:arch/arm/mach-mx6/
board level directory:arch/arm/mach-mx6/
板级文件:arch/arm/mach-mx6/board-myimx6ek***.c (“***”表示200或314)
board level file:arch/arm/mach-mx6/board-myimx6ek***.c (“***”represent 200 or 314)
管脚功能定义:arch/arm/mach-mx6/board-myimx6ek***-6*.h (“***”表示200或314,“*”表示q或u)
function definition of pin:arch/arm/mach-mx6/board-myimx6ek***-6*.h (“***”represent 200 or 314,“*”represent q or u)
管脚标号定义:arch/arm/plat-mxc/include/mach/iomux-mx6*.h (“*”表示q或dl)
notation definition of pin:arch/arm/plat-mxc/include/mach/iomux-mx6*.h (“*”represent q or dl)
注意:如果想详细了解驱动的相关文件,请查看“i.MX_6Dual6Quad_Linux_Reference_Manual.pdf”文件;想详细查看寄存器,请查看“IMX6DQRM_201406.pdf”文件。
note:if would like to know more about relevant files about driving,please refer to file“i.MX_6Dual6Quad_Linux_Reference_Manual.pdf”;if want to check detailedly the registor ,please refer to file“IMX6DQRM_201406.pdf”。
</div>