码迷,mamicode.com
首页 >  
搜索关键字:devicetree    ( 28个结果
嵌入式 emmc 中 安装 烧录 内核 kernel,设备树 devicetree ,根文件系统 rootfs
一般调试嵌入式开发板喜欢选择 利用 TFTP 传送 内核与 设备树, 利用 nfs 加载根文件系统。 uboot 环境变量 设置如下: bootargs=root=/dev/nfs rw nfsroot=192.168.1.4:/exports/rfs ip=192.168.1.200 video= ...
分类:Web程序   时间:2017-12-08 20:56:55    阅读次数:273
Zynq UltraScale+ MPSoC device tree 中 CCF中 clock output数字映射表
目的:方便使用Zynq UltraScale+ MPSoC的朋友们在添加PL侧IP后在对应的devicetree 如何设置对应的clock input参数 预备知识:阅读zynqmp-clk-ccf.dtsi,文档位置 linux-xlnx-xilinx-v2017.1\arch\arm64\boo ...
分类:其他好文   时间:2017-10-13 23:39:44    阅读次数:304
[I2C]pca9555应用层测试代码
驱动方面: 首先配置I2C内核驱动,将pca9555的源码built-in进入(这里根据需要可能要配thermal的驱动),然后在devicetree中根据pca9555硬件I2C地址配置节点。 测试源码: 问题如下: 1. 应用程序中直接fd句柄是整个I2C0总线的文件句柄,而只是在set地址的时 ...
分类:其他好文   时间:2017-05-23 23:43:31    阅读次数:332
zynq PS侧DMA驱动
linux中,驱动必然会有驱动对应的设备类型。在linux4.4版本中,其设备是以设备树的形式展现的。 PS端设备树的devicetree表示如下 324 dmac_s: dmac@f8003000 { 325 compatible = "arm,pl330", "arm,primecell"; 326 reg = ;...
分类:其他好文   时间:2016-06-21 07:03:20    阅读次数:291
Windbg对过滤驱动DriverEntry函数下断点技巧
方法1: 1> 先用DeviceTree.exe查看指定的过滤驱动的Load Address(加载地址) 2> 再用LordPE.EXE查看指定过滤驱动文件的入口点地址 3> 计算过滤驱动的DriverEntry函数内存地址 DriverEntry函数内存地址 = Load Address + 入口...
分类:数据库   时间:2015-10-11 11:26:44    阅读次数:375
[Zedboard u-boot Linux系统移植]-Embedded Linux® Hands-on Tutorial for the ZedBoard?
本文翻译自Embedded Linux® Hands-on Tutorial for the ZedBoard? 本文主要是详细讲解zedboard硬件系统搭建,u-boot,linux-kernel移植,linaro文件系统移植。过程中需要生成的文件有system.bit,fsbl.elf,u-boot.elf,devicetree.dtb,uImage(zImage和uImage区别请看),l...
分类:数据库   时间:2015-07-16 11:41:11    阅读次数:299
linux下devicetree中常用的of函数
int of_property_read_u8_array(const struct device_node *np, const char *propname,u8 *out_values, size_t sz); int of_property_read_u16_array(const struct device_node *np, const char *propname,u16 *out...
分类:系统相关   时间:2015-05-07 22:15:53    阅读次数:384
【转】(DT系列六)devicetree中数据和 struct device有什么关系
原文网址:http://www.cnblogs.com/biglucky/p/4057499.htmldevicetree中数据和structdevice有什么关系总体来说,devicetree与structdevice的关系应该还是在其生成platformdevice的时候,一直传递的struct...
分类:其他好文   时间:2015-05-04 17:31:03    阅读次数:101
【转】(DT系列五)Linux kernel 是怎么将 devicetree中的内容生成plateform_device
原文网址:http://www.cnblogs.com/biglucky/p/4057495.htmlLinux kernel 是怎么将 devicetree中的内容生成plateform_device1,实现场景(以Versatile Express V2M为例说明其过程)以arch/arm/ma...
分类:系统相关   时间:2015-05-04 17:23:33    阅读次数:126
【转】android MSM8974 上DeviceTree简介----不错
原文网址:http://blog.csdn.net/dongwuming/article/details/12784213简介主要功能是不在代码中硬编码设备信息,而是用专门的文件来描述。整个系统的设备节点会形成一个树,设备节点里可以设置属性。官网在http://www.devicetree.org。...
分类:移动开发   时间:2015-05-04 15:03:16    阅读次数:237
28条   上一页 1 2 3 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!