-
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
-
计算器的代码,使用toshibaor NEC LSI
calculator code ,use toshibaor nec LSI
- 2023-03-27 17:20:04下载
- 积分:1
-
FLASH_RAM通过DMA传输FLASH内数据
一个通过DMA传输FLASH内的数据的程序,能够完成不适用CPU的传输
- 2022-04-18 05:06:26下载
- 积分:1
-
在Windows的GUI编程实例M传感器的显示,可以检测方向…
M传感器显示在windows GUI编程示例中,可以检测地磁的方向
- 2022-12-12 16:20:03下载
- 积分:1
-
books arduino
**************************************
- 2022-06-03 17:46:43下载
- 积分:1
-
matlab的应用,关于线性回归的。
值得参考。
matlab的应用,关于线性回归的。
值得参考。-matlab applications, on the linear regression. Worth considering.
- 2022-08-24 22:05:55下载
- 积分:1
-
minigui custom control: the black background of light blue borders and fonts tex...
minigui 自定义控件:黑背景浅蓝色边框和字体的文本显示框-minigui custom control: the black background of light blue borders and fonts text display box
- 2022-06-20 06:08:55下载
- 积分:1
-
BK2411 information hard to find, BK2411 to use essentially the same with the 24L...
BK2411资料难找,BK2411使用起来跟24L01基本一样,硬件上基本兼容,软件上只是开始要对BK2存储器进行初始化,花掉很长一段代码。初始化完成后,操作就跟24L01基本一样了-BK2411 information hard to find, BK2411 to use essentially the same with the 24L01, the hardware basically compatible, software is only the beginning of the BK2 memory to initialize, to spend a very long piece of code. Initialization is complete, operate basically the same as the Jiugen 24L01
- 2022-03-03 13:38:49下载
- 积分:1
-
Lakey这是一个免费的CW练习/收/发软件,供大家共同学习研究,有需要源码的朋友可以给我发邮件或加为MSN索取。在未来,我会不断更新其功能和修正错误。之前计划...
Lakey这是一个免费的CW练习/收/发软件,供大家共同学习研究,有需要源码的朋友可以给我发邮件或加为MSN索取。在未来,我会不断更新其功能和修正错误。之前计划2006年底前拿出的正式版本,由于个人工作和精力等原因,不得已推迟。今天发布的版本,增加了对Koch练习法的支持。但仍然是一个BETA版。
本软件的目标是设计成一个使用简便,能够尽量利用一般PC本身具有的硬件功能和性能(主要指CPU的运算和声卡的音频捕捉/播放能力),实现不用另接特殊外围接口电路,不用改/加装电键等,即可让PC具有摩尔斯电码(Morse Code)的收发能力软件。未来可逐渐通过对PC硬件性能的挖掘,实现对音频信号进行分析、过滤、处理。
这是第一个非正式发行版本,因此很多功能与设计目标还有很大差距。希望大家多提意见!
-Lakey This is a free CW practice/admission/software for the common study. need the source code to my friends or by mail from MSN Canada. In the future, I will constantly update its function and correct mistakes. Before the end of 2006 before the plan put forward by the official version, due to personal work and energy reasons, a last resort postponed. The version released today, an increase of Koch practicing law for the support. But this is still a BETA version. The software is designed to target an easy to use, to make the best use of the general PC hardware itself is functional and performance (mainly referring to the CPU arith
- 2022-02-12 14:05:46下载
- 积分:1
-
uboot Portable Document 1.2 2009 skyey simulation. . .
uboot移植文档
1.2 2009
skyey模拟-uboot Portable Document 1.2 2009 skyey simulation. . .
- 2022-10-22 21:20:03下载
- 积分:1