- 博客(15)
- 资源 (2)
- 收藏
- 关注
转载 转:ubuntu16.04 安装 go
转:ubuntu16.04 安装 go1,下载go安装包wget https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz 2,解压 sudo tar -C /usr/local -xzf go1.8.3.linux-amd64.tar.gz3,配置环境变量vim /etc/profile添加:export ...
2018-07-25 15:00:21
320
1
转载 转:iconv编码转换模块移植到ARM
源文:https://blog.youkuaiyun.com/qq_26006367/article/details/76147638 一、iconv交叉编译 这个网上说明很多,再次不做过多说明 libiconv下载地址:http://www.gnu.org/software/libiconv/ 下载解压完毕后: ./configure -pr...
2018-07-17 17:50:31
690
原创 Qt远程部署调试
1、安装最新的Qt Creator2、在Qt Creator 添加远程设备 打开: 工具–>选项–>设备 添加:通用Linux设备, 输入名称(随便取),设备IP地址(arm端需要支持ssh服务端,和sftp服务端),用户,密码 点击下一步测试: 上图...
2018-06-26 14:11:56
4457
2
原创 Qt触摸屏 超时关屏,触摸亮屏
不带桌面管理的linux平台 通过重写QApplication的notify监听触摸事件,来控制定时器重新计时Application.h#ifndef APPLICATION_H#define APPLICATION_H#include <QApplication>#include <QTimer>#include <QWidget>#includ...
2018-06-26 10:44:04
3614
1
原创 Qt实现触摸屏校准界面
Qt4.8.6 arm 平台 根据qt-everywhere-opensource-src-4.8.6/examples/qws/mousecalibration 示例修改calibration.h#ifndef CALIBRATION_H#define CALIBRATION_H#include <QDialog>#include <QWSPointerCalibrat...
2018-06-25 20:12:24
6306
6
原创 wpa_supplicant 交叉编译,移植
wpa_supplicant 交叉编译,移植下载地址:http://w1.fi/wpa_supplicant/依赖:openssl,libnl库 libnl交叉编译 openssl交叉编译wget http://w1.fi/releases/wpa_supplicant-2.6.tar.gz解压,进入wpa_supplicant-2.6/wpa_supplicant 目录拷...
2018-06-21 17:36:49
1133
转载 libnl移植,交叉编译
libnl移植,交叉编译下载地址:http://www.infradead.org/~tgr/libnl/ubuntu下载wget http://www.infradead.org/~tgr/libnl/files/libnl-1.1.4.tar.gz解压后配置,编译,安装#!/bin/bash./configure \ --host=arm-linux-gnuea...
2018-06-21 13:41:31
3632
1
原创 openssl交叉编译
交叉编译openssl下载地址:https://github.com/openssl/openssl我下载的版本是:wget https://github.com/openssl/openssl/archive/OpenSSL_1_1_1-pre8.tar.gz 解压,配置(创建shell脚本方便配置)#!/bin/sh./config \ shared \ ...
2018-06-21 13:31:57
742
转载 libconv库移植
libconv移植,交叉编译libconv移植,交叉编译下载地址:http://www.gnu.org/software/libiconv/ubuntu下载wget https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.15.tar.gz解压后配置,编译,安装./configure \ --host=a...
2018-06-21 10:03:09
768
原创 linux在内核中设置开机logo
1、获取一张16色的bmp格式的logo图片,其他格式可用:可牛影像,ps等工具转换成bmp格式2、制作ppm格式 ubuntu安装:netpbm工具 sudo apt-get install netpbm #!/bin/bashif [ "x$1" == "x" ];then echo "usage:$0 logo_file" exit 0fi...
2018-06-20 11:56:44
925
转载 linux启动过程中,去除屏幕左上角光标闪烁
注释drivers/video/console/fbcon.c 两个函数内容 static void fb_flashcursor(struct work_struct *work) static void fbcon_cursor(struct vc_data *vc, int mode)重新编译内核
2018-06-19 17:54:43
4140
转载 Linux CAN编程详解
转发自:http://velep.com/archives/1181.html《Linux CAN编程详解》是一篇百度文库上的文档,主要描述了以下内容:can总线介绍及其帧类型;Linux 系统中CAN 接口配置;Linux 系统中CAN 接口应用程序开发;Linux 系统中CAN 接口编程实例总体来说,这篇文档,对于嵌入式linux can应用编程还是
2016-09-28 10:04:56
1464
marvell 88E1510 1518 1512 1514 datasheet 和原理图
2017-02-06
linux cpu使用率,内存使用率 api
2016-08-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人