* [LTP] i.MX31 Platform Embedded Linux LTP Test
@ 2010-01-18 10:49 TED ITC Agarwal Ashish
2010-01-18 11:09 ` Garrett Cooper
0 siblings, 1 reply; 5+ messages in thread
From: TED ITC Agarwal Ashish @ 2010-01-18 10:49 UTC (permalink / raw)
To: ltp-list
Hello All,
This is Ashish Agarwal, I am new to LTP.
Last day i was succeeded to install the LTP over Fedora 7 system. and run test as well.
As my main motive of LTP learn is to Test a customized Embedded Linux system for Freescale i.Mx31 CPU.
My Project specs are as below:
Kernel: 2.6.19.2
CPU: i.MX31
Rootfs mounted over : Flash (jffs2 file system, 256MB)
So my motive is to install the LTP and run the test.
Because my system is mounted over Flash, so it can be seen as the memory is remained is not so much as we can use in general projects (PC's).
and i had not include any "make" and "gcc" components to my customized kernel. (because of memory)
So how can i install the LTP over the system. (i have USB ports, and mass storage driver support).
--
Ashish Agarwal
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LTP] i.MX31 Platform Embedded Linux LTP Test
2010-01-18 10:49 TED ITC Agarwal Ashish
@ 2010-01-18 11:09 ` Garrett Cooper
0 siblings, 0 replies; 5+ messages in thread
From: Garrett Cooper @ 2010-01-18 11:09 UTC (permalink / raw)
To: TED ITC Agarwal Ashish; +Cc: ltp-list
On Mon, Jan 18, 2010 at 2:49 AM, TED ITC Agarwal Ashish
<ashish.g@teldevice.co.jp> wrote:
> Hello All,
>
> This is Ashish Agarwal, I am new to LTP.
>
> Last day i was succeeded to install the LTP over Fedora 7 system. and run test as well.
>
> As my main motive of LTP learn is to Test a customized Embedded Linux system for Freescale i.Mx31 CPU.
>
> My Project specs are as below:
>
> Kernel: 2.6.19.2
> CPU: i.MX31
> Rootfs mounted over : Flash (jffs2 file system, 256MB)
>
> So my motive is to install the LTP and run the test.
>
> Because my system is mounted over Flash, so it can be seen as the memory is remained is not so much as we can use in general projects (PC's).
> and i had not include any "make" and "gcc" components to my customized kernel. (because of memory)
>
> So how can i install the LTP over the system. (i have USB ports, and mass storage driver support).
Please read the INSTALL file for more details on how to configure,
compile, and install LTP. The out-of-build-tree method may be suitable
for your needs.
HTH,
-Garrett
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LTP] i.MX31 Platform Embedded Linux LTP Test
[not found] <0016e649c930347566047d6e6c5b@google.com>
@ 2010-01-22 3:05 ` TED ITC Agarwal Ashish
2010-01-22 4:17 ` Garrett Cooper
0 siblings, 1 reply; 5+ messages in thread
From: TED ITC Agarwal Ashish @ 2010-01-22 3:05 UTC (permalink / raw)
To: md.zafar.ziya, yanegomi; +Cc: LTP Mailing List
Hi All
As i am novice to LTP. thanks for your help.
> Please read the INSTALL file for more details on how to configure,
>compile, and install LTP. The out-of-build-tree method may be suitable
>for your needs.
>HTH,
> -Garrett
> cross compile LTP for the target board and port only binary for the
> required test cases and the required scripts.
>--
>md.zafar.ziya
yes it is true that Cross compile option will help me out.
but the main target for now is to how to cross compile LTP.
i did goo' for the cross compile steps or hints but not got any specific help from whr i have to start
or wch way i will proceed.
like some questions mention that there were some settings to the makefile
------------------------------------
CROSS_COMPILER=/opt/ppc64/powerpc64-linux/bin/powerpc64-linux-
CROSS_CFLAGS= -mpowerpc64
LDFLAGS=-static
LOADLIBES=-lpthread -lc -lresolv -lnss_dns -lnss_files -lm -lc
LIB_DIR=/lib64
export LOADLIBES LIB_DIR
---------------------------------------
i had no idea about what to do where to do :(
really it feels you terrible ...
but i had no other choice .. i tried to search lot but not succeeded
:-(
Please suggest me any link that can help me or the starting point manual
any language material will be a gre8 help :)
--
Ashish
md.zafar.ziya@gmail.com ????????:
> Hi,
>
> cross compile LTP for the target board and port only binary for the
> required test cases and the required scripts.
>
>
> Thanks and regards
>
> zafar ziya
>
> On Jan 18, 2010 4:19pm, TED ITC Agarwal Ashish
> <ashish.g@teldevice.co.jp> wrote:
> > Hello All,
> >
> >
> >
> > This is Ashish Agarwal, I am new to LTP.
> >
> >
> >
> > Last day i was succeeded to install the LTP over Fedora 7 system. and
> run test as well.
> >
> >
> >
> > As my main motive of LTP learn is to Test a customized Embedded Linux
> system for Freescale i.Mx31 CPU.
> >
> >
> >
> > My Project specs are as below:
> >
> >
> >
> > Kernel: 2.6.19.2
> >
> > CPU: i.MX31
> >
> > Rootfs mounted over : Flash (jffs2 file system, 256MB)
> >
> >
> >
> > So my motive is to install the LTP and run the test.
> >
> >
> >
> > Because my system is mounted over Flash, so it can be seen as the
> memory is remained is not so much as we can use in general projects (PC's).
> >
> > and i had not include any "make" and "gcc" components to my
> customized kernel. (because of memory)
> >
> >
> >
> > So how can i install the LTP over the system. (i have USB ports, and
> mass storage driver support).
> >
> >
> >
> > --
> >
> >
> >
> > Ashish Agarwal
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> >
> > Throughout its 18-year history, RSA Conference consistently attracts the
> >
> > world's best and brightest in the field, creating opportunities for
> Conference
> >
> > attendees to learn about information security's most important issues
> through
> >
> > interactions with peers, luminaries and emerging and established
> companies.
> >
> > http://p.sf.net/sfu/rsaconf-dev2dev
> >
> > _______________________________________________
> >
> > Ltp-list mailing list
> >
> > Ltp-list@lists.sourceforge.net
> >
> > https://lists.sourceforge.net/lists/listinfo/ltp-list
> >
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LTP] i.MX31 Platform Embedded Linux LTP Test
2010-01-22 3:05 ` [LTP] i.MX31 Platform Embedded Linux LTP Test TED ITC Agarwal Ashish
@ 2010-01-22 4:17 ` Garrett Cooper
2010-01-22 4:21 ` TED ITC Agarwal Ashish
0 siblings, 1 reply; 5+ messages in thread
From: Garrett Cooper @ 2010-01-22 4:17 UTC (permalink / raw)
To: TED ITC Agarwal Ashish; +Cc: LTP Mailing List
On Thu, Jan 21, 2010 at 7:05 PM, TED ITC Agarwal Ashish
<ashish.g@teldevice.co.jp> wrote:
> Hi All
>
> As i am novice to LTP. thanks for your help.
>
>
>> Please read the INSTALL file for more details on how to configure,
>>compile, and install LTP. The out-of-build-tree method may be suitable
>>for your needs.
>>HTH,
>> -Garrett
>
>
>> cross compile LTP for the target board and port only binary for the
>> required test cases and the required scripts.
>>--
>>md.zafar.ziya
>
>
> yes it is true that Cross compile option will help me out.
> but the main target for now is to how to cross compile LTP.
>
> i did goo' for the cross compile steps or hints but not got any specific
> help from whr i have to start
> or wch way i will proceed.
>
> like some questions mention that there were some settings to the makefile
>
> ------------------------------------
>
> CROSS_COMPILER=/opt/ppc64/powerpc64-linux/bin/powerpc64-linux-
> CROSS_CFLAGS= -mpowerpc64
> LDFLAGS=-static
> LOADLIBES=-lpthread -lc -lresolv -lnss_dns -lnss_files -lm -lc
> LIB_DIR=/lib64
> export LOADLIBES LIB_DIR
> ---------------------------------------
>
> i had no idea about what to do where to do :(
>
> really it feels you terrible ...
>
> but i had no other choice .. i tried to search lot but not succeeded
> :-(
>
> Please suggest me any link that can help me or the starting point manual
>
> any language material will be a gre8 help :)
>
> --
> Ashish
>
>
>
> md.zafar.ziya@gmail.com ????????:
>>
>> Hi,
>>
>> cross compile LTP for the target board and port only binary for the
>> required test cases and the required scripts.
What versions of LTP are you gentlemen using?
Thanks,
-Garrett
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LTP] i.MX31 Platform Embedded Linux LTP Test
2010-01-22 4:17 ` Garrett Cooper
@ 2010-01-22 4:21 ` TED ITC Agarwal Ashish
0 siblings, 0 replies; 5+ messages in thread
From: TED ITC Agarwal Ashish @ 2010-01-22 4:21 UTC (permalink / raw)
To: Garrett Cooper; +Cc: LTP Mailing List
Hi
It is 20091231
{ltp-full-20091231.tgz}.
--
Thanks
Ashish
Garrett Cooper ????????:
> On Thu, Jan 21, 2010 at 7:05 PM, TED ITC Agarwal Ashish
> <ashish.g@teldevice.co.jp> wrote:
>> Hi All
>>
>> As i am novice to LTP. thanks for your help.
>>
>>
>>> Please read the INSTALL file for more details on how to configure,
>>> compile, and install LTP. The out-of-build-tree method may be suitable
>>> for your needs.
>>> HTH,
>>> -Garrett
>>
>>> cross compile LTP for the target board and port only binary for the
>>> required test cases and the required scripts.
>>> --
>>> md.zafar.ziya
>>
>> yes it is true that Cross compile option will help me out.
>> but the main target for now is to how to cross compile LTP.
>>
>> i did goo' for the cross compile steps or hints but not got any specific
>> help from whr i have to start
>> or wch way i will proceed.
>>
>> like some questions mention that there were some settings to the makefile
>>
>> ------------------------------------
>>
>> CROSS_COMPILER=/opt/ppc64/powerpc64-linux/bin/powerpc64-linux-
>> CROSS_CFLAGS= -mpowerpc64
>> LDFLAGS=-static
>> LOADLIBES=-lpthread -lc -lresolv -lnss_dns -lnss_files -lm -lc
>> LIB_DIR=/lib64
>> export LOADLIBES LIB_DIR
>> ---------------------------------------
>>
>> i had no idea about what to do where to do :(
>>
>> really it feels you terrible ...
>>
>> but i had no other choice .. i tried to search lot but not succeeded
>> :-(
>>
>> Please suggest me any link that can help me or the starting point manual
>>
>> any language material will be a gre8 help :)
>>
>> --
>> Ashish
>>
>>
>>
>> md.zafar.ziya@gmail.com ????????:
>>> Hi,
>>>
>>> cross compile LTP for the target board and port only binary for the
>>> required test cases and the required scripts.
>
> What versions of LTP are you gentlemen using?
> Thanks,
> -Garrett
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-01-22 4:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <0016e649c930347566047d6e6c5b@google.com>
2010-01-22 3:05 ` [LTP] i.MX31 Platform Embedded Linux LTP Test TED ITC Agarwal Ashish
2010-01-22 4:17 ` Garrett Cooper
2010-01-22 4:21 ` TED ITC Agarwal Ashish
2010-01-18 10:49 TED ITC Agarwal Ashish
2010-01-18 11:09 ` Garrett Cooper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox