zynq运行 *** 作系统之linux kernel编译

zynq运行 *** 作系统之linux kernel编译,第1张

然后拷贝出arch/arm/boot/uImage 到SD卡即可

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根据硬件工程的配置情况),并在该节点下添加如下内容:


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/8657652.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-19
下一篇 2023-04-19

发表评论

登录后才能评论

评论列表(0条)

保存