搜索资源列表
dosfsck.tar.bz2
- linux下完成对U盘的文件系统检查和修复功能函数,从dosfsck命令源码修改而来,函数中调用即可(请把.zip去掉)
ARM9LinuxBase
- ARM9与Linux基础教程 仅供个人使用,不得用于盈利目的 一:嵌入式系统基础 1. 什么是嵌入式系统 2. 嵌入式系统的特征 3. 应用及发展趋势 4. 嵌入式系统的基本组成 5. ARM处理器概述 6. S3C2410简介 7. 几种主流嵌入式操作系统分析 二:嵌入式Linux操作系统基础 1. Linux系统介绍 2. Linux安装 3. 启动 4. 基本命令
torrentflux_2.3.tar
- 这是一个嵌入式linux系统下的命令工具包,功能比起windows系统的话一般
linux-utu2440-f-nandflash.rar
- 在linux系统下使用终端烧写扬创UTU2440-F的板子NANK FLASH的软件,速度比较慢,一般用来烧写BOOTLOADER的文件,之后可以使用BOOTLOADER进行其它文件烧写。 把BOOTLOADER生成的BIN文件放在Jflash目录下,如:u-boot.bin,与Jflash-s3c2440同一目录,之后在终端输入命令: cd ../Jflash ./Jflash-s3c2440 u-boot.bin /t=5 回车后出现选择项,全部选择0选择即可,烧写时时间比较久,
2440usbslave源码
- 2440usbslave源码,可以移植到天嵌的开发板上替代原来的lib文件,有了源码方便修改。 解压需要在linux系统下用tar 命令操作,在windows下解压会出错。下载后把.rar去掉 不然不给上传-2440usbslave source code, can be transplanted to the days embedded development board to replace the original lib files easy to modify, with sou
FileSystem
- 为LINUX 设计一个简单的二级文件系统。 设计要求: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。 -To design a simple two LINUX file system. Desig
res.tar
- 《ARM嵌入式系统实验教程》P313面最后一段,要求将 /usr/local/lib/minigui/res/* 下所有文件都拷贝到开发板的/usr/local/lib/minigui/res 文件夹下。 但是由于 在 uclinux下只支持 cp srcname destname 格式,且不支持 -a 选项(实际上是任何选项都不支持),所以不能拷贝目录,也不能删除目录(痛苦啊)。 而这里要拷贝的res文件夹下的内容很多,逐个写指令来拷贝不太现实,于是我做了一个shell帮助执行这
12355512331
- 嵌入式Linux应用程序开发标准教程 Linux快速入门 Linux基础命令 Linux下C编程基础 嵌入式系统基础 嵌入式Linux开发环境的搭建 文件IO编程………… 嵌入式Linux网络编程 嵌入式Linux设备驱动开发 Qt图形编程基础-Embedded Linux application development standards based on Linux Quick Start Guide Linux Linux under the comma
Thebasicinstructionoflinux
- 此压缩包中含有的WORD中含有着Linux系统中常用的命令。-This word file has detail basic instruction of linux operating system
Embedded-Linux-application-
- 本书包括Linux 快速入门.Linux 基础命令。Linux 下的C 编程基础。嵌入式系统基础。嵌入式Linux开发环境的搭建。 文件 I/O 编程。进程控制开发。进程间通信。多线程编程。嵌入式Linux 网络编程。嵌入式Linux设备驱动开发。Qt图形编程-This book includes Linux started quickly. Linux foundation command. The C programming under Linux based. Embedded syste
ezxterm
- 在linuxMobile上实现命令行程序,类似于windows的CMD。主要用于Motorola linux系统手机。-In linuxMobile to achieve command line program similar to the windows of the CMD. Motorola linux system is mainly used in mobile phones.
arm-printscreen
- 功能:arm系列开发板,linux系统下的截屏程序,直接对FBdev设备进行读写,保存为bmp格式的图片。对arm开发板的嵌入式用户很有用处,因为在arm lilnux中没有截屏命令。-Function: arm Series development board, linux system under the screen capture programs, read and write directly to FBdev equipment, save as bmp format images
fb_display
- 一个可以使用GCC编译的linux源代码,适用于tq2440(s3c2440)开发板。编译后将代码放到某linux系统的文件目录下执行test2命令即可观看到效果。-a Linux LCD test program,assemble by gcc
3
- Linux系统命令及其使用详解,对学习LINUX有一定帮助-Linux system commands and explain the use of some help learning LINUX
grep-2.10
- linux 系统中的grep命令详解 C语言写就-grep command Detailed written in C language on linux system
Linux-Command
- 2本介绍和使用Linux命令、指令的书籍,对刚入门Linux系统的新手是不错的书籍。-And the use of Linux 2 on the command, instruction books, for beginners Linux novice is a good book.
linux-command-shell
- linux常用命令及shell linux系统命令解析-linux common commands and shell linux system command parsing
MPP.tar
- 基于Linux系统,对本地歌曲的识别、读取、存储、更新等处理生成MP3歌曲链表,并能够创建不同的播放链表实现分类存储。终端输入命令使用多进程编程方式实现对所选的MP3文件播放功能播放功能,播放器主要实现了定时播放结束、暂停、上一曲、下一曲、创建、删除播放列表等功能。-Linux-based systems, the identification of the local music, read, store, update and other processing to generate MP3
arm-printscreen
- 功能:arm系列开发板,linux系统下的截屏程序,直接对FBdev设备进行读写,保存为bmp格式的图片。对arm开发板的嵌入式用户很有用处,因为在arm lilnux中没有截屏命令。-Function: arm Series development board, linux system under the screen capture programs, read and write directly to FBdev equipment, save as bmp format images
嵌入式Linux应用程序开发详解(完整版)
- Linux介绍及系统安装,常用命令介绍及Linux系统下c语言编程基础;嵌入式系统基础以及嵌入式Linux开发环境搭建。(Linux introduction and system installation, common command introduction and the basis of C language programming under Linux system, embedded system foundation and embedded Linux development