E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
NUC977
nuc977
串口测试
app_uart10_nuvoton.c/*******************************************************************************Copyright(c)2014NuvotonTechnologyCorp.Allrightsreserved.********************************************
oshan2012
·
2023-03-30 23:25
NUC977
Linux
RTL8188EU 移植
硬件平台:NUC977+RTL8188EU(usb接口)软件操作系统:Linux-3.10.101rtl8188EU驱动版本:解压缩rtl8188eu驱动代码,修改Makefile文件支持
nuc977
内核
zpzyf
·
2020-08-11 05:41
LINUX
ARM9
RTL8201 移植
硬件平台:
NUC977
软件平台:linux-3.10.101内核配置支持RealtekPHY修改驱动添加支持rtl8201diff-Npura/drivers/net/phy/realtek.cb/drivers
zpzyf
·
2020-07-30 07:09
LINUX
ARM9
nuc977
linux 最简单的驱动测试
1.建立drv_hello.c#include#includestaticint__initnuc977_hello_init(void){printk("nuc977_hello_init()\r\n");return0;}staticvoid__exitnuc977_hello_exit(void){printk("nuc977_hello_exit()\r\n");}module_init(
oshan2012
·
2020-07-07 18:18
NUC977
Linux
nuc977
配置nfs
ubuntu16.04安装nfs服务如果用:apt-getinstallnfs-kernel-serverportmap安装后会自动运行打开/etc/exports文件,在末尾加入:/*保存(注意/*之间有空格)注:/etc/exports为NFS服务器的配置文件,"/*"是挂载根目录下的所有文件执行下面重启NFS服务/etc/init.d/nfs-kernel-serverrestart注:nf
oshan2012
·
2020-07-07 18:18
NUC977
Linux
nuc977
linux i9341 2.8寸lcd配置
BSP是这样的LCD接口設置要使能LCD屏幕支持的話,請依照以下的選項來設置內核:DeviceDrivers--->Graphicssupport--->Supportforframebufferdevices--->[*]NUC970LCDframebuffersupportNUC970LCDpanelselection(800x4805-InchColorTFTLCD)--->LCDsourc
oshan2012
·
2020-07-07 18:18
NUC977
Linux
nuc977
linux应用 helloworld
我是在windows下写的helloworld.c文件#includeintmain(){printf("helloworld\r\n");printf("nuc977linux3.1.x\r\n");return0;}用ftp软件传到ubuntu在ubuntu下打开terminal到helloworld.c文件目录下arm-linux-gcchelloworld.c-ohelloworld打开开
oshan2012
·
2020-07-07 18:47
NUC977
Linux
nuc977
ping: sendto: Network is unreachable
~#ping192.168.0.199PING192.168.0.199(192.168.0.199):56databytesping:sendto:Networkisunreachable用route命令测试,全是空的~#routeKernelIProutingtableDestinationGatewayGenmaskFlagsMetricRefUseIface原来是文件系统问题手动命令~#i
oshan2012
·
2020-07-07 18:47
NUC977
Linux
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他