Linux with HDMI video output on the ZED, ZC702 and ZC706 boards
https://wiki.analog.com/resources/tools-software/linux-drivers/platforms/zynq
ADV7511 HDMI transmitter Linux Driver
https://wiki.analog.com/resources/tools-software/linux-drivers/drm/adv7511
Building the Zynq Linux kernel and devicetrees from source
https://wiki.analog.com/resources/eval/user-guides/ad-fmcomms2-ebz/software/linux/zynq_2015r2#build_the_devicetree_fcmomms2345
axiiic
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841974/Linux+I2C+Driver
一、在前一篇博客中,我们采用xilinx针对Zynq 7000处理器提供的spi-cadence.c驱动实现了芯片上SPI总线驱动的注册,接下来需要修改设备树文件以时我们的外设挂接在SPI总线下。在petalinux工程的../subsystems/linux/configs/device-tree目录下找到zynq相关的设备树文件,目录所包含的文件如下图所示。
打开其中的zynq-7000.dtsi文件,找到其中的spi0节点(具体使用spi0还是spi1根据硬件工程的配置情况),并在该节点下添加如下内容:
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)