vivi ff9

Want to know vivi ff9? we have a huge selection of vivi ff9 information on alibabacloud.com

Add commands to vivi and vivi

Add commands to vivi and vivi Add your own commands in lib/command. c of vivi The core data structure is user_command. Typedef struct user_command { Const char * name; // command name Void (* prop func) (int argc, const char **); // command execution function Struct user_command * next_cmd; // The next command Const char * helpstr; // help } User_command_t; Step

Porting VIVI Based on S3C2410

HOST: ubuntu10.04lts, tool chain: Arm-Linux-GCC 2.95, installation directory:/usr/local/ARM/2.95.3/bin target board: edukit-III, description of the S3C2410 sub-board problem: Because the edukit-III experiment box of intime comes with Linux version 2.4, in view of the popularity of the Linux kernel, we want to port linux2.6.18 on edukit-III, before porting the Linux kernel, we should first port Vivi. After the transplantation,

Solution to incorrect flash partition after VIVI IS BURNED

The experiment environment needs to be changed to the Linux 2.6 kernel, but the Linux kernel installed on the arm2410s Development Board in the lab is 2.4, so you have to re-burn all the development boards to the kernel! As the kernel image and root file system change, you need to modify the flash partition, that is, modify the VIVI source code smdk. in the c file, mtd_partition_t default_mtd_partitions [], re-compile

Debugging Vivi: A series of inexplicable errors and Their Solutions

Problem A recent project needs to port Vivi to our Samsung 2440 board at head. after the crystal oscillator frequency clock frequency is set in S, Vivi can run, but after entering main, the program crashes when the MTD device is initialized. Connect to the JTAG and use the axd debugger of ads for assembly debugging. It is found that the program is running an endless loop, according to

Vivi analysis-head. S-> main. c

I have been reading Vivi recently. By the way, I want to streamline the useful parts of VIVI to make up my own code. After completing the Assembly, head. s finally jumped into main. C. In this process, I add functions one by one. Each time a function is added, the next function is added until the test is successful. I think this accumulation is also beneficial. I may have a detailed understanding of each fu

Vivi transplanted successfully

Vivi has been successfully transplanted-general Linux technology-Linux programming and kernel information. The following is a detailed description. Today, we transplanted vivi to the development edition. vivi version is 1. 4. now let's talk about the specific modification process. download the vivi source code and deco

How to compile vivi and kernel in Cygwin

Article Title: full introduction to vivi and kernel compilation in Cygwin. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source. I recently planned to design a new product. I bought a Matrix5 system at Friendly Arm to study it. It seems wise to use arm-Linux for development! But I am used to Windows, and I am not familia

Vivi is successfully transplanted on FS2410.

The successful migration of vivi on FS2410-general Linux technology-Linux programming and kernel information. The following is a detailed description. When you port vivi to the Yunlong board, you must modify the content in the MAKEFILE. 1. Modify the partition information, which is consistent with the kernel partition. 2. Modify the vivi Bootstrap parameter and

Fedora compiles vivi's **-linux-as: unrecognizedoption '-_ ASSEMBLY _'

One, the compilation environment: gcc-2.95.3; FedoraCore9; vivi-0.1.4 (with network) Two, error Description: when compiling VIVI, error prompt: "/opt/host/armv4l/bin/armv4l-unknown-linux-as-D _ ASSEMBLY__-I/home/echokuki/s3c2410/Experimentbck/Bootloaderv1/Bootloader/I A, compiling environment: gcc-2.95.3; Fedora Core 9; vivi-0.1.4 (with Web) 2. Error description

Vivi Study Notes (commands and linux loading)

Vivi Study Notes (commands and linux loading)-Linux general technology-Linux programming and kernel information, the following is a detailed description. Vivi command: Every vivi command is a struct variable: Typedef struct user_command { Const char * name; Void (* prop func) (int argc, const char **); Struct user_command * next_cmd; Const char * helpstr;

How to Learn about camera driver in Linux: (2) how to analyze camera driver by Using Virtual Drive vivi, linuxvivi

How to Learn about camera driver in Linux: (2) how to analyze camera driver by Using Virtual Drive vivi, linuxvivi 1. Run the "strace-o xawtv. log xawtv" command to obtain the following call information:// 1 ~ 7 is called in v4l2_open1. open2. ioctl (4, VIDIOC_QUERYCAP // 3 ~ 7 is called in get_device_capabilities3. ()Ioctl (4, VIDIOC_ENUMINPUT // lists the input sources. VIDIOC_ENUMINPUT/VIDIOC_G_INPUT/VIDIOC_S_INPUT is not required.4. ()Ioctl (4, VI

Learn bootloader with Vivi

After learning the structure of Linux Through LFS, We can find several embedded components: bootloader, Linux kernel, and root file system. It starts with Bootloader and from the moment the CPU is powered on. After some searches, we found out that uboot and VIVI are two popular bootloaders on this platform. In view of the simplicity of Vivi, we started with Vivi

Add your own commands to Vivi

Related Principles: Related Mechanisms and initialization implementation are completed in lib/command. C. Including adding commands, searching commands, executing commands, and parsing commands. The core functions of specific command execution are implemented in the corresponding module. In this way, two layers of software architecture are formed: the top management layer -- command. C, and the bottom execution layer -- execution functions of the corresponding commands. The core data structure i

About some settings of VIVI bootloader

Vivi: 1 install and decompress s3c2440-utulinux-vivi.tar.bz2and arm-linux-gcc-2.95.3.tar.bz2 (if 3.4.1 is available, skip this step) 2 CD s3c2440-utulinux-vivi/ARCH/S3C2440 3 Vim head. S (assembly) Minicom: 1 CD/Media/centos_5.4_final/centos/ 2 rpm-I minicom-2.1-3.i386.rpm 3 rpm-I lrzsz-0.12.20-22.1.i386.rpm TFTP: 1 tftp-0.49-2.el5.centos.i386.rpmTftp-server-0.49-2.el5.centos.i386.rpmInstall the above tw

Brief Introduction to Linux Vivi command operations

I will introduce the Linux vi command in detail, and then introduce the Linux vi command in detail. I hope it will be useful to you. The Fedora Core Linux is developed in a community-supported way, and the development team of Red Hat Linux will

Vivi thief program background management system background shell and Breakthrough authorization Verification

A brief introduction to this set of programs, this program is a thief program, that is, there is no database, there is no so-called SQL injection.The Administrator account and password are all stored in/admin/data. php in plain text.Default

Overall Analysis of UCOS running process on S3C2410-from power-on to main function execution

First, describe the software and hardware before power-on. This Samsung company has integrated 64 m of SDRAM and 64 m of nandflash memory according to the S3C2410 generated by ARM920T soft core. Both Vivi and UCOS are stored in this nandflash because nandflash will not lose information after power failure. This vivi is a bootloader written by Samsung for ARM chips. It is used in the development stage as a s

Overall Analysis of UCOS running process on S3C2410 (4)-from power-on to main function execution.

Http://blog.csdn.net/zhanglianpin First, describe the software and hardware before power-on. This Samsung company has integrated 64 m of SDRAM and 64 m of nandflash memory according to the S3C2410 generated by ARM920T soft core. Both Vivi and UCOS are stored in this nandflash because nandflash will not lose information after power failure. This vivi is a bootloader written by Samsung for ARM chips. It is us

Experiment one. Linux command and Programming Basics Experiment __ Block chain

display all the files in the home directory, including the file's properties, size, creation time, and so on. 3.① Create a new empty file to view its property information; Enter the touch wxh password and enter the ls-l password. Display the file, view the properties of the file you just created, and the property value is-rw-rw-r--。 ② change the file property with chmod 777 , and then view the property information; Enter the chmod 777 WxH password, and then enter the ls-l password. Display

Tutorial: Compile u-boot1.1.4 and above to start the development board based on S3C2410

Tutorial: Compile u-boot1.1.4 and above to start the development board based on S3C2410 -- Linux general technology-Linux programming and kernel information, the following is the details to read. Someone has tried to compile U-BOOT 1.1.4 or above to start the S3C2410/SMDK2410 compatible development board? I recently tried to compile U-BOOT-1.1.4, U-BOOT-1.1.5, U-BOOT-1.1.6 and U-BOOT-2006-06-30-2020, using the Development Board is Chengdu Bo Rui MC2410A. MC2410A is said to be based on S3C2410, b

Total Pages: 15 1 2 3 4 5 .... 15 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.