video_subsys_7441

所属分类:Linux/Unix编程
开发工具:LINUX
文件大小:143KB
下载次数:1
上传日期:2018-03-31 12:43:33
上 传 者孑风
说明:  用于linux 7441驱动,外部驱动文件,直接交叉编译即开在嵌入式平台使用
(For Linux 7441 driver, external drive file, direct cross compilation is used in embedded platform.)

文件列表:
video_subsys_7441\memtester-4.3.0\BUGS (399, 2012-06-10)
video_subsys_7441\memtester-4.3.0\CHANGELOG (4772, 2012-06-10)
video_subsys_7441\memtester-4.3.0\conf-cc (128, 2012-06-10)
video_subsys_7441\memtester-4.3.0\conf-ld (62, 2012-06-10)
video_subsys_7441\memtester-4.3.0\COPYING (18007, 2012-06-10)
video_subsys_7441\memtester-4.3.0\extra-libs.sh (197, 2012-06-10)
video_subsys_7441\memtester-4.3.0\find-systype.sh (3395, 2012-06-10)
video_subsys_7441\memtester-4.3.0\make-compile.sh (31, 2012-06-10)
video_subsys_7441\memtester-4.3.0\make-load.sh (73, 2012-06-10)
video_subsys_7441\memtester-4.3.0\make-makelib.sh (210, 2012-06-10)
video_subsys_7441\memtester-4.3.0\Makefile (2132, 2012-06-10)
video_subsys_7441\memtester-4.3.0\memtester.8 (4721, 2012-06-10)
video_subsys_7441\memtester-4.3.0\memtester.c (13517, 2012-06-10)
video_subsys_7441\memtester-4.3.0\memtester.h (679, 2012-06-10)
video_subsys_7441\memtester-4.3.0\sizes.h (1357, 2012-06-10)
video_subsys_7441\memtester-4.3.0\testddr (23282, 2016-11-08)
video_subsys_7441\memtester-4.3.0\tests.c (14093, 2012-06-10)
video_subsys_7441\memtester-4.3.0\tests.h (2489, 2016-11-08)
video_subsys_7441\memtester-4.3.0\types.h (890, 2012-06-10)
video_subsys_7441\memtester-4.3.0\warn-auto.sh (64, 2012-06-10)
video_subsys_7441\memtester-4.3.0.tar.gz (22113, 2016-11-07)
video_subsys_7441\video_subsys\7441_hdmiInit (66166, 2016-11-13)
video_subsys_7441\video_subsys\7441_vgaInit (66166, 2016-11-13)
video_subsys_7441\video_subsys\build.sh (148, 2016-11-07)
video_subsys_7441\video_subsys\inc\adv7441a.h (340, 2016-05-11)
video_subsys_7441\video_subsys\inc\i2c_dev.h (965, 2016-05-11)
video_subsys_7441\video_subsys\inc\video_const.h (11910, 2016-05-11)
video_subsys_7441\video_subsys\inc\video_subdev.h (3272, 2016-11-10)
video_subsys_7441\video_subsys\inc\video_timing.h (1125, 2016-05-11)
video_subsys_7441\video_subsys\lib\buildlib.sh (74, 2016-11-07)
video_subsys_7441\video_subsys\lib\libvideosubdev.a (24560, 2016-11-13)
video_subsys_7441\video_subsys\SI\adv7441.IAB (40960, 2016-11-12)
video_subsys_7441\video_subsys\SI\adv7441.IAD (728, 2016-11-12)
video_subsys_7441\video_subsys\SI\adv7441.IMB (12288, 2016-11-13)
video_subsys_7441\video_subsys\SI\adv7441.IMD (448, 2016-11-13)
video_subsys_7441\video_subsys\SI\adv7441.PFI (44, 2016-11-13)
video_subsys_7441\video_subsys\SI\adv7441.PO (776, 2016-11-13)
video_subsys_7441\video_subsys\SI\adv7441.PR (3944, 2016-12-30)
... ...

memtester Utility to test for faulty memory subsystem. by Charles Cazabon Copyright 1999 Simon Kirby. Version 2 Copyright 1999 Charles Cazabon. Version 3 not publicly released. Version 4 rewrite: Copyright 2004-2012 Charles Cazabon. Licensed under the terms of the GNU General Public License version 2 (only). See the file COPYING for details. About memtester memtester is a utility for testing the memory subsystem in a computer to determine if it is faulty. The original source was by Simon Kirby . I have by this time completely rewritten the original source, and added many additional tests to help catch borderline memory. I also rewrote the original tests (which catch mainly memory bits which are stuck permanently high or low) so that they run approximately an order of magnitude faster. The version 4 rewrite was mainly to accomplish three things: (1) the previous code was basically a hack, and was ugly. (2) to make the code more portable. The previous version required some hackery to compile on some systems. (3) to make the code fully ***-bit aware. The previous version worked on ***-bit systems, but did not fully stress the memory subsystems on them -- this version should be better at stress-testing ***-bit systems. Building memtester memtester is currently only distributed in source-code form. Building it, however, is simple -- just type `make`. There's no `configure` script or anything like that. If you have a really strange system/toolchain, you might need to edit the conf-cc or conf-ld files, but try to build it without changes first. For example, if you want to cross-compile with `armgcc`, you would edit conf-cc and conf-ld to use `armgcc` instead of `cc`. You can also change the contents of these files for other reasons; for example, if your compiler isn't in your PATH, you could change it to use `/path/to/cc` or similar. You can run the resulting binary from anywhere, but if you want to install it and the manpage to /usr/local/, `make install` will do that. Edit INSTALLPATH in the makefile if you prefer a different location. I've successfully built and run memtester 4 on the following systems: HP Tru*** Unix 4.0g (Alpha) HP Tru*** Unix 5.1b (Alpha) HP-UX 11i 11.11 (PA-RISC) HP-UX 11i 11.23 (***-bit Itanium) Debian GNU/Linux 3.0 (various) other 32-bit Linux (RedHat, SuSE, Ubuntu, etc) (various) RedHat Enterprise Linux/CentOS (***-bit AMD Opteron) FreeBSD 4.9 (32-bit Intel) FreeBSD 5.1 (***-bit Alpha) NetBSD 1.6 (32-bit Intel) Darwin (OS X) 7.5.0 (32-bit PowerPC) OS X Leopard/Panther/whatever -- 32- or ***-bit, PPC or x86 It should, however, work on other Unix-like systems -- I simply don't have access to systems running Solaris, AIX, etc. at the moment. If you have trouble building memtester on your system, please report it to me so I can fix this. Using memtester Usage is simple for the basic case. As root, run the resulting memtester binary with the following commandline: memtester [runs] where is the amount of memory to test, in megabytes by default. You can optionally include a suffix of B, K, M, or G (for bytes, kilobytes, megabytes, and gigabytes respectively). [runs] is an optional limit to the number of runs through all tests. An optional "-p physaddr" argument available to cause memtester to test memory starting at a specific physical memory address (by mmap(2)ing a device file representing physical memory (/dev/mem by default, but can be specified with the "-d device" option) starting at an offset of `physaddr`, which is given in hex). Note: the memory specified will be overwritten during testing; you therefore *cannot* specify a region belonging to the kernel or other applications without causing the other process or entire system to crash). If you use this option, it is up to you to ensure the specified memory is safe to overwrite. That makes this option mostly of use for testing memory-mapped I/O devices and similar. Thanks to Allon Stern for the idea behind this feature. For example, if you want to test a bank of RAM or device which is ***kbytes in size and starts at physical address 0x0C0000 through the normal /dev/mem, you would run memtester as follows: memtester -p 0x0c0000 ***k [runs] If instead that device presented its memory as /dev/foodev at offset 0, you would run memtester instead as follows: memtester -p 0 -d /dev/foodev ***k [runs] Note that the "-d" option can only be specified in combination with "-p". memtester must run as user root so that it can lock its pages into memory. If memtester fails to lock its pages, it will issue a warning and continue regardless. Testing without the memory being locked is generally very slow and not particularly accurate, as you'll end up testing the same memory over and over as the system swaps the larger region. Current Version The current version of memtester should be available at http://pyropus.ca/software/memtester/ Questions, comments, and feature requests should be directed to me at . Read BUGS to report bugs found in memtester.

近期下载者

相关文件


收藏者