Hi all,

Does CE.net support ARM720T ? If yes, why CEPB has not a BSP for ARM720t?
If not, Where or how can I get a BSP for it?

Thank you very much
Regards
Lee

Re: Does CE.net support ARM720T ? by Yannick

Yannick
Wed Dec 03 02:14:07 CST 2003

ARM720T is supported by CE.NET (it is the base architecture of most of
smartphone devices)
The sample BSP is the ARMIntegrator one, which is ARM920T and ARM720T
compliant, depending on environment variables.


--
----------------------------------------------------------------
Yannick Chamming's
ADESET
Windows Embedded Manager
ychammings_AT_adeset_DOT_com>
http://www.adeset.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------

"Lee Ning" <li.ning@advantech.com.cn> wrote in message
news:uvzgp8UuDHA.1224@TK2MSFTNGP09.phx.gbl...
> Hi all,
>
> Does CE.net support ARM720T ? If yes, why CEPB has not a BSP for ARM720t?
> If not, Where or how can I get a BSP for it?
>
> Thank you very much
> Regards
> Lee
>
>



Re: Does CE.net support ARM720T ? by Lee

Lee
Wed Dec 03 02:59:32 CST 2003

Thank you very much.
I found a environment variables named FORCE_TGTCPU. Is it this one
control the CPU type? Only this one?
If yes, does it mean that what I should do is to modify this variables to
FORCE_TGTCPU = ARM720 if I choose ARM720T cpu?
Thanks a lot.

Regards
Lee
"Yannick Chamming's" <ychammings_nospam@adeset.com> wrote in message
news:eg2BuVXuDHA.3256@TK2MSFTNGP11.phx.gbl...
> ARM720T is supported by CE.NET (it is the base architecture of most of
> smartphone devices)
> The sample BSP is the ARMIntegrator one, which is ARM920T and ARM720T
> compliant, depending on environment variables.
>
>
> --
> ----------------------------------------------------------------
> Yannick Chamming's
> ADESET
> Windows Embedded Manager
> ychammings_AT_adeset_DOT_com>
> http://www.adeset.com
> Tél : +33 (0)4.72.18.57.77
> Fax : +33 (0)4.72.18.57.78
> ----------------------------------------------------------------
>
> "Lee Ning" <li.ning@advantech.com.cn> wrote in message
> news:uvzgp8UuDHA.1224@TK2MSFTNGP09.phx.gbl...
> > Hi all,
> >
> > Does CE.net support ARM720T ? If yes, why CEPB has not a BSP for
ARM720t?
> > If not, Where or how can I get a BSP for it?
> >
> > Thank you very much
> > Regards
> > Lee
> >
> >
>
>



Re: Does CE.net support ARM720T ? by Yannick

Yannick
Wed Dec 03 03:25:43 CST 2003

I think it should be something like that. However, it is "only" a sample
BSP, so you will have to develop your own one from this sample, focusing on
ARM720T specific features identified in the various sources

--
----------------------------------------------------------------
Yannick Chamming's
ADESET
Windows Embedded Manager
ychammings_AT_adeset_DOT_com>
http://www.adeset.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------

"Lee Ning" <li.ning@advantech.com.cn> wrote in message
news:Okv#KvXuDHA.2360@TK2MSFTNGP10.phx.gbl...
> Thank you very much.
> I found a environment variables named FORCE_TGTCPU. Is it this one
> control the CPU type? Only this one?
> If yes, does it mean that what I should do is to modify this variables to
> FORCE_TGTCPU = ARM720 if I choose ARM720T cpu?
> Thanks a lot.
>
> Regards
> Lee
> "Yannick Chamming's" <ychammings_nospam@adeset.com> wrote in message
> news:eg2BuVXuDHA.3256@TK2MSFTNGP11.phx.gbl...
> > ARM720T is supported by CE.NET (it is the base architecture of most of
> > smartphone devices)
> > The sample BSP is the ARMIntegrator one, which is ARM920T and ARM720T
> > compliant, depending on environment variables.
> >
> >
> > --
> > ----------------------------------------------------------------
> > Yannick Chamming's
> > ADESET
> > Windows Embedded Manager
> > ychammings_AT_adeset_DOT_com>
> > http://www.adeset.com
> > Tél : +33 (0)4.72.18.57.77
> > Fax : +33 (0)4.72.18.57.78
> > ----------------------------------------------------------------
> >
> > "Lee Ning" <li.ning@advantech.com.cn> wrote in message
> > news:uvzgp8UuDHA.1224@TK2MSFTNGP09.phx.gbl...
> > > Hi all,
> > >
> > > Does CE.net support ARM720T ? If yes, why CEPB has not a BSP for
> ARM720t?
> > > If not, Where or how can I get a BSP for it?
> > >
> > > Thank you very much
> > > Regards
> > > Lee
> > >
> > >
> >
> >
>
>



Re: Does CE.net support ARM720T ? by Lee

Lee
Thu Dec 04 00:18:43 CST 2003

Yes, I should develop my own BSP according to my hardware platform.

But there is still a problem that is which file FORCE_TGTCPU = ARM920 is
defined in? And how to modify this variables? I can not find a file defining
FORCE_TGTCPU.

I can only see FORCE_TGTCPU in command line so I can only change it in
command line, but this is useless in IDE.
Thanks a lot.

Regards
Lee

"Yannick Chamming's" <ychammings_nospam@adeset.com> wrote in message
news:uFqqu9XuDHA.2244@TK2MSFTNGP09.phx.gbl...
> I think it should be something like that. However, it is "only" a sample
> BSP, so you will have to develop your own one from this sample, focusing
on
> ARM720T specific features identified in the various sources
>
> --
> ----------------------------------------------------------------
> Yannick Chamming's
> ADESET
> Windows Embedded Manager
> ychammings_AT_adeset_DOT_com>
> http://www.adeset.com
> Tél : +33 (0)4.72.18.57.77
> Fax : +33 (0)4.72.18.57.78
> ----------------------------------------------------------------
>
> "Lee Ning" <li.ning@advantech.com.cn> wrote in message
> news:Okv#KvXuDHA.2360@TK2MSFTNGP10.phx.gbl...
> > Thank you very much.
> > I found a environment variables named FORCE_TGTCPU. Is it this one
> > control the CPU type? Only this one?
> > If yes, does it mean that what I should do is to modify this variables
to
> > FORCE_TGTCPU = ARM720 if I choose ARM720T cpu?
> > Thanks a lot.
> >
> > Regards
> > Lee
> > "Yannick Chamming's" <ychammings_nospam@adeset.com> wrote in message
> > news:eg2BuVXuDHA.3256@TK2MSFTNGP11.phx.gbl...
> > > ARM720T is supported by CE.NET (it is the base architecture of most of
> > > smartphone devices)
> > > The sample BSP is the ARMIntegrator one, which is ARM920T and ARM720T
> > > compliant, depending on environment variables.
> > >
> > >
> > > --
> > > ----------------------------------------------------------------
> > > Yannick Chamming's
> > > ADESET
> > > Windows Embedded Manager
> > > ychammings_AT_adeset_DOT_com>
> > > http://www.adeset.com
> > > Tél : +33 (0)4.72.18.57.77
> > > Fax : +33 (0)4.72.18.57.78
> > > ----------------------------------------------------------------
> > >
> > > "Lee Ning" <li.ning@advantech.com.cn> wrote in message
> > > news:uvzgp8UuDHA.1224@TK2MSFTNGP09.phx.gbl...
> > > > Hi all,
> > > >
> > > > Does CE.net support ARM720T ? If yes, why CEPB has not a BSP for
> > ARM720t?
> > > > If not, Where or how can I get a BSP for it?
> > > >
> > > > Thank you very much
> > > > Regards
> > > > Lee
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Re: Does CE.net support ARM720T ? by Yannick

Yannick
Thu Dec 04 02:53:13 CST 2003

look at ARMINTEGRATOR.BAT located in ARMINTEGRATOR directory

--
----------------------------------------------------------------
Yannick Chamming's
ADESET
Windows Embedded Manager
ychammings_AT_adeset_DOT_com>
http://www.adeset.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------

"Lee Ning" <li.ning@advantech.com.cn> wrote in message
news:OpISx5iuDHA.2352@TK2MSFTNGP09.phx.gbl...
> Yes, I should develop my own BSP according to my hardware platform.
>
> But there is still a problem that is which file FORCE_TGTCPU = ARM920 is
> defined in? And how to modify this variables? I can not find a file
defining
> FORCE_TGTCPU.
>
> I can only see FORCE_TGTCPU in command line so I can only change it in
> command line, but this is useless in IDE.
> Thanks a lot.
>
> Regards
> Lee
>
> "Yannick Chamming's" <ychammings_nospam@adeset.com> wrote in message
> news:uFqqu9XuDHA.2244@TK2MSFTNGP09.phx.gbl...
> > I think it should be something like that. However, it is "only" a sample
> > BSP, so you will have to develop your own one from this sample, focusing
> on
> > ARM720T specific features identified in the various sources
> >
> > --
> > ----------------------------------------------------------------
> > Yannick Chamming's
> > ADESET
> > Windows Embedded Manager
> > ychammings_AT_adeset_DOT_com>
> > http://www.adeset.com
> > Tél : +33 (0)4.72.18.57.77
> > Fax : +33 (0)4.72.18.57.78
> > ----------------------------------------------------------------
> >
> > "Lee Ning" <li.ning@advantech.com.cn> wrote in message
> > news:Okv#KvXuDHA.2360@TK2MSFTNGP10.phx.gbl...
> > > Thank you very much.
> > > I found a environment variables named FORCE_TGTCPU. Is it this one
> > > control the CPU type? Only this one?
> > > If yes, does it mean that what I should do is to modify this variables
> to
> > > FORCE_TGTCPU = ARM720 if I choose ARM720T cpu?
> > > Thanks a lot.
> > >
> > > Regards
> > > Lee
> > > "Yannick Chamming's" <ychammings_nospam@adeset.com> wrote in message
> > > news:eg2BuVXuDHA.3256@TK2MSFTNGP11.phx.gbl...
> > > > ARM720T is supported by CE.NET (it is the base architecture of most
of
> > > > smartphone devices)
> > > > The sample BSP is the ARMIntegrator one, which is ARM920T and
ARM720T
> > > > compliant, depending on environment variables.
> > > >
> > > >
> > > > --
> > > > ----------------------------------------------------------------
> > > > Yannick Chamming's
> > > > ADESET
> > > > Windows Embedded Manager
> > > > ychammings_AT_adeset_DOT_com>
> > > > http://www.adeset.com
> > > > Tél : +33 (0)4.72.18.57.77
> > > > Fax : +33 (0)4.72.18.57.78
> > > > ----------------------------------------------------------------
> > > >
> > > > "Lee Ning" <li.ning@advantech.com.cn> wrote in message
> > > > news:uvzgp8UuDHA.1224@TK2MSFTNGP09.phx.gbl...
> > > > > Hi all,
> > > > >
> > > > > Does CE.net support ARM720T ? If yes, why CEPB has not a BSP for
> > > ARM720t?
> > > > > If not, Where or how can I get a BSP for it?
> > > > >
> > > > > Thank you very much
> > > > > Regards
> > > > > Lee
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>