-
cayman开发平台提供的 PXA270 linux内核源码
cayman开发平台提供的 PXA270 linux内核源码-cayman development platform provided by PXA270 linux kernel source code
- 2022-03-13 13:43:15下载
- 积分:1
-
安卓开发 百度地图
在老师指导下编的源码,安卓百度地图的,功能还可以,查询公交路线,卫星定位等等等啦,需要从百度地图官网上注册一下,下载钥匙,匹配一下,然后就可以用了。可以运行的程序,起码在我自己电脑上跑的起来,希望对大家有用哈!
- 2022-01-30 22:57:41下载
- 积分:1
-
基于I2C的RTC(实时时钟)的小程序,用c编写的,实现的是年历功能...
基于I2C的RTC(实时时钟)的小程序,用c编写的,实现的是年历功能-based on the I2C RTC (real-time clock) a small program, c prepare, and achieving the calendar function
- 2022-03-12 11:03:08下载
- 积分:1
-
Microsoft Web Architecture Pocket Guide
Microsoft Web Architecture Pocket Guide
- 2022-02-20 13:33:38下载
- 积分:1
-
rootfs挂载 【mini_rootfs】
应用背景
本地挂载:
# setenv bootargs root=/dev/mtdblock4 init=/linuxrc console=ttySAC0,115200 rootfstype=yaffs rw
nfs方式挂载rootfs
本地PC端:
1 准备好/mini_rootfs
2 安装软件包
#apt-get install nfs-common nfs-kernel-server portmap
3 配置nfs服务
#vim /etc/exports
加上以下内容:
/mini_rootfs *(rw,sync,no_root_squash)
重启nfs服务器
#/etc/init.d/nfs-kernel-server restart
开发端:
1 配置内核以支持NFS启动
make menuconfig
[*] Networking support --->
Networking options --->
[*] IP: kernel level autoconfiguration
File systems --->
[*] Network File Systems ---&
- 2022-10-20 07:15:04下载
- 积分:1
-
Can be modified serial clock procedures, using serial debugging tool for debuggi...
能用串口修改时间的时钟程序,用串口调试助手工具调试.电路大家看程序就知道了,用S8952的单片机.-Can be modified serial clock procedures, using serial debugging tool for debugging aides. See procedures on the U.S. circuit know, with the single-chip S8952.
- 2022-12-08 02:05:04下载
- 积分:1
-
ce ftp客户端
ce ftp客户端-ce ftp client
- 2022-03-24 09:49:41下载
- 积分:1
-
osciloscope source code on bascom avr microcontroller
osciloscope source code on bascom avr microcontroller
- 2022-07-05 07:56:11下载
- 积分:1
-
iic总线读取bq3050
battery managment system with bq3050 and monitor tempurature voltage current capacity and curve of ovc and soc.
- 2022-04-15 03:37:32下载
- 积分:1
-
VB源代码,有2个按钮控件,一个选择目录,一个打开选好目录的EXE格式原件!需要添加一个CommonDialog 的部件!...
VB源代码,有2个按钮控件,一个选择目录,一个打开选好目录的EXE格式原件!需要添加一个CommonDialog 的部件!-Private Sub Command3_Click()
Shell Text1.Text
End Sub
Private Sub Command4_Click()
dakai1.InitDir = "c:"
dakai1.Filter = "EXE(*.exe,*.bat)|*.exe*.bat"
dakai1.Action = 1
Text1.Text = dakai1.FileName
End Sub
- 2023-08-26 00:10:03下载
- 积分:1