`
openfetion
  • 浏览: 27680 次
  • 性别: Icon_minigender_1
  • 来自: 广州
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

embedded system log!

阅读更多
when mount nfs from target board

# mount -t nfs 192.168.1.2:/home/xxx/nfs /tmp/mnt
system will complain

rpcbind: server localhost not responding, timed out
xxx

the reason is no portmapper running on target

use this:

# mount -t nfs -o nolock 192.168.1.2:/home/xxx/nfs /tmp/mnt

OK!

分享到:
评论
5 楼 openfetion 2008-09-23  
升级 kernel

u-boot> tftp 0x22000000 uImage
u-boot> nand erase 0x200000 0x200000
u-boot> nand write 0x22000000 0x200000 0x200000
4 楼 openfetion 2008-09-23  
Yaffs2 patch

patch-ker.sh c /home/xxx/xxx/linux-2.6.xx

OK!
2 楼 openfetion 2008-08-14  
1 楼 openfetion 2008-08-14  
Ctrl+C 不能终止程序

see

http://www.sudu.cn/info/html/edu/code/20070101/286081.html

相关推荐

    Serial 1.3.9 MAC

    Serial is a modern terminal emulator designed to make working with servers, network equipment, and embedded hardware easier for serialengineers and system administrators. For system administrators,...

    ndi_encode.zip

    // This file is provided under the NDI ... printf("system uptime. Reprogram the FPGA (reboot) to restore normal operation.\n"); printf("\n"); default: // Don't do anything break; } }

    mysql5.7.tar.gz

    原始版本Server version: 5.7.32-35-log Source distribution; 编译 cmake \ -DCMAKE_INSTALL_PREFIX=/data1/server/mysql \ -DDEFAULT_CHARSET=utf8mb4 \ -DDEFAULT_COLLATION=utf8mb4_general_ci \ -DEXTRA_...

    HP ProLiant Gen8 故障排除指南.pdf

    在本指南中,我们还将讨论一些常见的故障排除问题,例如 Accelerator Board not Detected、Accelerator Error Log、Accelerator Parity Read Errors: X 等。这些问题都可以通过检查服务器的硬件和软件状态来解决。

    海康威视 ios sdk 说明书

    The device network SDK is developed based on private network communication protocol, and it is designed for the remote connection and configuration of embedded DVR, DVS, IPC and the other IP devices....

    afuwin.rar

    - /CLNEVNLOG Clear Event Log. - /CAPSULE Override Secure Flash policy to Capsule - /RECOVERY Override Secure Flash policy to Recovery - /EC Program Embedded Controller Block. (Flash Type) ...

    NewSID(光学习一下代码就可以了,没看清楚介绍别运行)

    Moving a BDC Here are the steps you should follow when you want to move a BDC from one domain to another: Boot up the BDC you want to move and log in. Use NewSID to synchronize the SID of the BDC ...

    数据结构与算法分析c语言实现

    C 语言是一种高效的编程语言,它广泛用于操作系统、embedded system、ゲーム开发等领域。C 语言的实现了各种数据结构与算法,例如数组、链表、栈、队列、树等。 本章节总结了数据结构与算法的基础知识,并通过 C ...

    spring-framework-reference

    - **Support for embedded databases**:支持嵌入式数据库。 ### 四、核心技术 #### 3.1 Introduction to the Spring IoC container and beans Spring IoC容器是Spring框架的核心,它负责管理应用程序中的对象...

    spring-boot-reference.pdf

    9. System Requirements 9.1. Servlet Containers 10. Installing Spring Boot 10.1. Installation Instructions for the Java Developer 10.1.1. Maven Installation 10.1.2. Gradle Installation 10.2. Installing...

    Android开发 二维码扫描,识别相册图片二维码

    window.addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS); window.setStatusBarColor(ContextCompat.getColor(this, R.color.colorPrimaryDark)); } ``` 这里,`R.color....

    F5 201 考点总结1

    ### F5 EUD (Embedded Update Daemon) 相关知识点 #### EUD 日志与操作 1. **日志路径**:EUD 的日志文件位于 `/shared/log/eud.log`,文件格式为 txt。 2. **退出与重启**:可以通过 `21quitEUDandRebootsystem`...

    wince上简单的科学型计算器

    开发基于Wince的计算器应用,首先需要安装Microsoft Windows Embedded Compact SDK,其中包含Visual Studio扩展和必要的工具链。在Visual Studio中,你可以创建一个新的C#或C++项目,选择适当的设备目标平台(如...

    Beginning T-SQL with Microsoft SQL Server 2005 and 2008

    You will learn how the INSERT, UPDATE, and DELETE statements interact with the relational database engine and transaction log to lock and modify data rows with guaranteed consistency. You will not ...

    BIOS中英文对照表

    说明 每个主板都不一样 Time/System Time 时间/系统时间 Date/System Date 日期/系统日期 Level 2 Cache 二级缓存 System Memory 系统内存 Video Controller 视频控制器 ...System Event Log 系统事件日志

    bios的设置,,,,,

    设置为"Only By <Fn> Key"在NumLock灯亮时保持embedded键区为禁用状态。 External Hot Key 外部热键:该设置可以在外接PS/2键盘上按照与使用笔记本电脑上的键的相同的方式使用键。如果您使用ACPI操作系统,如...

    CFPerformanceMonitor_wincecfperformance_

    标题中的“CFPerformanceMonitor_wincecfperformance_”很可能是指一个针对Windows CE(Windows Embedded Compact)平台的性能监控工具,主要用于监测和分析系统运行时的性能指标。Windows CE是一种嵌入式操作系统,...

    BobBuilder_app

    Theoretically a b+tree is O(N log k N) or log base k of N, now for the typical values of k which are above 200 for example the b+tree should outperform any binary tree because it will use less ...

    Apache Geronimo 2.1_ Quick Reference.pdf

    Java System Info portlet 15 Server Logs portlet 15 Web Server portlet 16 JMS Server portlet 16 Repository portlet 16 JMS Resources portlet 16 Database Pools portlet 16 Deploy New portlet 16 ...

Global site tag (gtag.js) - Google Analytics