On Thu, Aug 28, 2008 at 03:19:27PM +0800, qu.linux wrote: > I'm a new user for ltp, and I have a develop board using embedded > linux, and the architecture is MIPS. I want to use ltp for testing my > embedded linux in the board, including yaffs2 fs, vfat fs, nand flash > etc. So how can I cross compile ltp for mips? May i only compile some > parts for testing fs and flash? Are there any other tools for testing > my board?
We use the method described in the toplevel Makefile to cross compile ltp in PTXdist [1]. If you are interested in the details, you can check the corresponding LTP recipie in PTXdist: https://iocaste.extern.pengutronix.de/viewsvn/ptxdist/trunks/ptxdist-trunk/rules/ user: guest pass: guest The rule sets are in ltp-*.make. You can surely also use PTXdist to build a rootfs with ltp inside, but as all of these activities are part of the upcoming ptxdist-2.x series, there are no good examples available yet, and the automatic scripts for cross-testing are also still work in progress. So if you are interested in following the PTXdist side of the development, please subscribe our mailing list. rsc [1] PTXdist Homepage: http://www.pengutronix.de/software/ptxdist/index_en.html -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, Germany Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
