Linux使用system()获取执行结果
#include<stdlib.h> #include<stdio.h> #include<string.h> #include<unistd.h> static int getResultF...
modbus 在imx6ul上的移植
在 官网上下载 modbus的压缩文件 http://libmodbus.org/ 点击上边你的3.0.6的stable 稳定版的文件,。 下载到虚拟机内,解压。 cd &nb...
imx6ul调试adc总结
imx6ul调试adc 修改设备树 , 去掉了TSC的部分,增加了adc1的设备属性,结果发现在 /sys/bus/iio/device/下为空的了,什么都没有。 反复检查在启动的打印过程中发现&nb...
compile devicetree.dts error: Unable to parse input tree 总结
在编译imx6 或者更改设备树的时候,有时候会出现这个错误。 Error: ./zynq-zc702_rl.d...
MX6UL如何修改PWM输出
采用lcd电阻触摸一路GPIO1_IO04用作PWM控制,并输出2.4K的方波。 CPU默认可输出8路PWM,默认背光采用的为PWM1,增加GPIO1_IO...
imx6uL调试USB2514b-3
测量勾514B的晶振发现该芯片竟然没起震。 后来焊下晶振,发现该批晶振的缺口焊盘是2脚而不是1脚。
imx6uL调试USB2514b-2
[ 2.900105] usb 1-1: device no response, device descriptor read/64, error -71 [ 3.220056] usb ...
imx6uL调试USB2514b-1
项目中自己设计的板子,使用的imx6ul 和USBHUB 芯片 usb2514b 但是在调试中发现 [ 1.730092] usb 1-1: new full-speed ...