Hi Maxin,

Thank you very much for your reply. I have done all the steps that you've 
mentioned and created LTP-Cross compiled binary images for beagleboard.

I have copied the LTP binaries along with required boot-able &kernel (2.6.32) 
images on to the SD card formating with FAT32 file system. Booted the 
beagleboard  and got the command prompt as below and tries to execute 
"runalltests.sh" in command prompt. I'm getting the below errors.

"root@beagleboard: ./runalltests.sh "

Running tests.......
[24280.369506] warning: process `bdflush01' used the obsolete bdflush system 
call
[24280.380249] Fix your initscripts?
.......................................................

Generating HTML Output.....!!
INFO: creating /media/mmcblk0p1/results directory
./runltp: line 954: perl: not found
Generated HTML Output.....!!
Location: /media/mmcblk0p1/output/2010_Aug_21-18h_46m_44s.html

       ###############################################################"

            Done executing testcases."
            LTP Version:  LTP-20100228
       ###############################################################"

Generating HTML Output.....!!
./runltp: line 954: perl: not found
Generated HTML Output.....!!
Location: /media/mmcblk0p1/output/2010_Aug_21-18h_46m_44s.html

       ###############################################################"

            Done executing testcases."
            LTP Version:  LTP-20100228
       ###############################################################"

Generating HTML Output.....!!
./runltp: line 954: perl: not found
Generated HTML Output.....!!
Location: /media/mmcblk0p1/output/2010_Aug_21-18h_46m_44s.html
...................

???root@beagleboard:/media/mmcblk0p1# ./runalltests.sh: line 380: syntax error: 
unterminated quoted string
./runltp: line 955: ?: not found
*** glibc detected *** /bin/sh: free(): invalid pointer: 0x000a0b00 ***
./runalltests.sh: line 380: syntax error: unterminated quoted string


Can you please suggest me on how to solve the above errors to run command 
"runalltests.sh" and "runltp.sh" scripts.

There are some of individual testscripts. If i am trying to execute with below 
command a

root@beagleboard:/media/mmcblk0p1/testscripts# ./diskio.sh
........................
incrementing stop
ERROR [line: open failed: No such file or directory
]
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=255 corefile=no
cutime=0 cstime=0
<<<test_end>>>
ltp-pan reported FAIL

Can you please suggest me how to solve the above errors to run all the 
individual test scripts like "diskio.sh" etc......
Thanks in advance for your time and support.

Best Reagrds,
Rajender

________________________________________
From: Maxin B John [[email protected]]
Sent: Monday, August 01, 2011 7:34 PM
To: G Rajender
Cc: [email protected]
Subject: Re: [LTP] How to test Linux Kernel using LTP on Beagleboard (ARM 
Cortex-A8 based board)

Hi Rajender,

On Mon, Aug 1, 2011 at 4:13 PM, G Rajender <[email protected]> wrote:
>
> I have successfully installed Scratchbox1 and selected the armv7 target in 
> sub-menu. I got shell prompt like "[ sbox- armv7  ~]". I have downloaded the 
> LTP source "ltp-full-20100228.ar.gz" from LTP-web.
>
> Can you please share the procedure of how to Cross-Compile the LTP source 
> code using Scratchbox1 to generate the binaries for the beagleboard.
>

The Scratchbox environment simplifies the cross-compilation process.
Within the Scratchbox environment, perform the following steps:

# tar zxvf ltp-full-20100228.tar.gz
# cd ltp-full-20100228
# ./configure
# make
# make install

You will find the cross-compiled binaries in "/opt/ltp" directory in
Scratchbox. Move these binaries to your Beagleboard to execute LTP
test-suite on the target board.

Hope this helps.
Maxin B. John


Larsen & Toubro Limited

www.larsentoubro.com

This Email may contain confidential or privileged information for the intended 
recipient (s) If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to