摘要:USB直接作为host时省掉一个5V的DCDC,直接连接到5V的输入上面。对于Linux SDK,需要一个patch去确保这个设计能够正常工作,patch内容请参考:static struct omap_musb_board_data musb_board_data = { .interface_t...
阅读全文
摘要:1 删除/bin/ip 保留/sbin/ip2 ip link set can0 type can bitrate 125000 ip link set can1 type can bitrate 1250003 ifconfig can0 up ifconfig can1 up4 ...
阅读全文
摘要:1. Overview / What is Socket CAN--------------------------------The socketcan package is an implementation of CAN protocols (Controller Area Network) ...
阅读全文
摘要:netctl is a CLI-based tool used to configure and manage network connections via profiles. It is a native Arch Linux project for network configuration....
阅读全文
摘要:* linux/drivers/video/fpga_fb.c --fpga graphics adaptor frame buffer device* Created 16 Sep2011* Based on dnfb.c** History:** This file is subject to ...
阅读全文
摘要:Linux网络编程(一)Linux网络编程--网络知识介绍Linux网络编程--网络知识介绍客户端和服务端 网络程序和普通的程序有一个最大的区别是网络程序是由两个部分组成的--客户端和服务器端.客户端 在网络程序中,如果一个程序主动和外面的程序通信,那么我们把这个程序称为客户端程序。 比如我们使用f...
阅读全文