Configure the location of arm-Linux-gcc

1. decompress the arm-Linux-GCC File Such as: # tar xvzf arm-linux-gcc-4.5.1-v6-vfp-20101103.tgz-C/ 2. Install arm-Linux-GCC in a directory. For example, install arm-Linux-GCC in the/opt/friendlyarm/toolschain/4.5.1 directory. 3. Modify the

Linux I/O optimization considerations

For Linux I/O performance tuning, you can consider the following aspects: 1. The pre-read granularity of Block devices. The size of this value is determined based on the granularity of read and write operations. 2. Block device

Linux system stop and restart commands

Study Notes: Linux system stop and restart commands  Source: chinaunix blog Date: 2006.05.21 (0 comments in total) I want to commentStatement: You can freely repost this article, but be sure to keep the integrity of this article.Author: Zhang

File Transfer between Linux

SCP command in Linux The SCP command of Linux can copy files and directories between Linux;============================SCP command============================SCP can copy files between two Linux Hosts;Basic command format:SCP [optional

Linux Device Driver-simple hello world module (1)

Use the kernel of the host machine to compile the hello world module. 1. Select a working directory. I select/opt/guoqian/hellomod; Mkdir-p/opt/guoqian/hellomod   2. Use vim to edit hello. c. The Code is as follows: #include #include MODULE_LICENSE("

Linux fork, vfork create sub-process

# Include # Include # Include # Include # Include # Include Int main (void){Pid_t child;If (child = vfork () =-1) // create a sub-process{Printf ("error ");Exit (1 );}Else if (child = 0) // sub-process{Printf ("I can do it, % d \ n", getpid

Simple chat with TCP/IP creation threads in linux (2)

Bored on weekends, create a multi-thread to implement the simple chat function. By the way, let's take a look at the Linux TCP/IP. Next I will post code for everyone to learn! Some code is repeated in article (1), so I will not comment it out!   ====

Linux SVN Problems

[Root @ rhes6 SVN] # SVN Add 186SVN: Warning: cannot set lc_ctype localeSVN: Warning: Environment Variable Lang is en SVN: Warning: Please check that your locale name is correct VI/etc/profileAdd a row:Export lc_all = CSource/etc/profile Path =

Linux svn rollback version Library

From: http://rtxbc.iteye.com/blog/870160 First, make sure that we get the latest code and runLinux code SVN up index/   Find the exact version to undo:Linux code SVN log -- limit 10 index/TPL/CSS/global.css   According to the log, we suspect

Install activeMQ on linux

From: http://blog.163.com/yangzhanghui_job/blog/static/17957506220127171173225/ 1. Create a folder activemqMkdir/Server 2. AuthorizationChmod 777/Server 3. Download The activemq installation package and copy it to the/activemq

Use of condition variables in linux

Conditional variables allow us to sleep and wait for certain conditions to appear. (In windows, the interlock function can be used to simulate the conditional variables in linux) A condition variable is a mechanism for synchronizing global variables

Common linux commands

I learned about linux shell commands for about two hours today. I have introduced a lot of linux shell commands that I don't know at ordinary times. I sorted it out and pasted it out.   Basic Linux shell format: Command [options]

Summary of the byte sequence in linux

1. Concept of byte sequence Byte sequence refers to the storage order of data that occupies more than one byte in the memory. Generally, there are two types of byte sequence: small and large. Large-end alignment: the low-address location of the

Functions of some header files in linux

Except for the include directory under the kernel source code, there are include directories under the arch/arm/mach-s3c2410/and arch/arm/plat-s3c24xx/directory. #include         /* printk() */ #include         /* kmalloc() */ # Include /*

SD card partitioning and Linux kernel Compilation

1. Do not mount the SD card umount to the SD card Partition2. view the SD card fdisk/dev/sdbCommand (m for help): dPartition number (1-4): 1 Command (m for help): dSelected partition 2 Command (m for help ):Command (m for help ):Command (m for help )

About the sticky bit in linux)

To delete a file, you do not have to have the write permission for the file, but you must have the write permission for the file's parent directory. That is to say, even if you do not have the write permission for a file, but you have the write

Detailed description of tree commands in linux

(1) tree-A displays all files and directories (2) tree-D displays the directory name rather than the content (3) tree-F displays the complete relative path name before each file or directory. (4) tree-F adds "*", "/", "= ","@", "|. (5)

Ubuntu12.10 install the cross compiler Arm-None-Linux-gnueabi-gcc

1. Download arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 Cp arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2/usr/local/ 2. decompress the cross-compilation tool chain Cd/usr/local/Tar-jxvf

X86 LINUX Driver "Hello world !" Example

Mail: bookworepeng@Hotmail.com Qq: 196568501 Author: DriveMonkey Phone: 13410905075 Source: # Include # include MODULE_LICENSE ("Dual BSD/GPL"); static int mmap_init (void) {printk (KERN_ALERT "Hello world! \ N "); return 0;} static void

Embedded linux Kernel online upgrade references

Author: DriverMonkey Phone: 13410905075 Qq: 196568501 Mail: bookworepeng@hotmail.com Undertaking: Embedded outsourcing project (13410905075) Writing Kernel Image to NAND FlashTranslate this page to Writing Kernel Image to NAND Flash

Total Pages: 5467 1 .... 4800 4801 4802 4803 4804 .... 5467 Go to: GO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.