public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Plese Help me
@ 2009-12-24 14:56 Shu Higashiyama
  2009-12-24 16:50 ` Sergei Gavrikov
  0 siblings, 1 reply; 3+ messages in thread
From: Shu Higashiyama @ 2009-12-24 14:56 UTC (permalink / raw)
  To: ecos-discuss

Hello ALL

Ecos is developed in the environment of Ferora7. 

Redboot is operating as for HAL now at the time of change based on Lpcmt of ARM (confirmed operation). 

The kernel binary cannot be vomited though the kernel is compiled with configtool. 
Please advise there is no description that vomits the final kernel image also in 
contents of makefile and the embarrassment. 

--------------------------------------------
 Shu Higashiyama
jyu-sha Corp.

 2-20-19-609,Teraya,Tsurumi-ku,Yokohama-city,Japan

 Tel 81-45-576-0976
 Fax 81-45-576-0976

E-Mail aeb05134@nifty.com
    higashi@jiyu-sha.co.jp
URL http://homepage1.nifty.com/jiyu-sha/
    http://www.jiyu-sha.co.jp
---------------------------------------------



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] Plese Help me
  2009-12-24 14:56 [ECOS] Plese Help me Shu Higashiyama
@ 2009-12-24 16:50 ` Sergei Gavrikov
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Gavrikov @ 2009-12-24 16:50 UTC (permalink / raw)
  To: Shu Higashiyama; +Cc: ecos-discuss

On Thu, Dec 24, 2009 at 11:56:39PM +0900, Shu Higashiyama wrote:
> Hello ALL

Hello Shu,

> Ecos is developed in the environment of Ferora7.

That's great.

> Redboot is operating as for HAL now at the time of change based on
> Lpcmt of ARM (confirmed operation). 

AFAIK `lpcmt' target is based on LPC2106 CPU which has 64K of RAM, so,
it looks like that RedBoot won't be very useful for your development,
thus it will be possible to run a couple of the eCos tests in RAM with
it.

> The kernel binary cannot be vomited though the kernel is compiled
> with configtool.  Please advise there is no description that vomits
> the final kernel image also in contents of makefile and the
> embarrassment. 

If you expected that you will get something like `zImage' you won't
get the same thing with `configtool' (CT), but, you can build a set of
the eCos tests. If your HAL is the same as `lpcmt' HAL, you will get
the set of ROMable ELF images, if you select 'Build Tests' in CT. Use
JTAG to burn them into ROM. If your FLASH programmer does not support
ELFs convert got images to .bin or .hex formats with objcopy utility.
By other hand you can try to build a few set of the RAM images if you
select RAM startup in CT and rebuild the libraries and tests. The
built RAM images can be loaded into RAM with your RedBoot (I hope).
One thing: the build process in CT will be stopped on the first error:

    .bss is not within region ram

If you familiar with CLI you can build more the RAMAble tests making
`make' do not stop on the first error:

    make -k -C kernel/current tests

It's possible to build 36 RAMable kernel tests for `lpcmt':

    $ find install/tests -type f | wc -l
    36

But, IMO it seems for me that' better to use JTAG and work with
ROMable images on your target.

Hope that helps.

Sergei

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ECOS] Plese Help me
@ 2010-02-02  4:34 Shu Higashiyama
  0 siblings, 0 replies; 3+ messages in thread
From: Shu Higashiyama @ 2010-02-02  4:34 UTC (permalink / raw)
  To: ecos-discuss

Hello ALL

I have the experience of questioning by the matter of lpc2388 in the past. 
The development setting was changed to cygwin this time. 
Target board also changed to ea2468 of embedded artist. 
Porting of Redboot ended. 
Redboot starts normally. 
I want to do Porting of Ecos. 
And, compaile ended by configtools. 
However, the file for writing is not found. 
Please teach the writing file and the writing procedure. 

Regards,
--------------------------------------------
 Shu Higashiyama
jyu-sha Corp.

 2-20-19-609,Teraya,Tsurumi-ku,Yokohama-city,Japan

 Tel 81-45-576-0976
 Fax 81-45-576-0976

E-Mail aeb05134@nifty.com
    higashi@jiyu-sha.co.jp
URL http://homepage1.nifty.com/jiyu-sha/
    http://www.jiyu-sha.co.jp
---------------------------------------------



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-02-02  4:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-24 14:56 [ECOS] Plese Help me Shu Higashiyama
2009-12-24 16:50 ` Sergei Gavrikov
2010-02-02  4:34 Shu Higashiyama

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).