public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* RE: [ECOS] Re: Flash support for ea2648 target
@ 2010-03-02 13:10 Shu Higashiyama
  2010-03-02 17:13 ` Sergei Gavrikov
  0 siblings, 1 reply; 15+ messages in thread
From: Shu Higashiyama @ 2010-03-02 13:10 UTC (permalink / raw)
  To: ecos-discuss

Hi All.

LPC2468 OEM Board /embeddedartists is used. 

I'm sorry.
Please teach the reason why Flash of ea2468 operates.  

Please continue your favors toward continuation. 

I am sorry my best regards in a rudimentary question because it is a beginner. 
--------------------------------------------
 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] 15+ messages in thread
* RE: [ECOS] Re: Flash support for ea2648 target
@ 2010-03-02 11:55 viren.dobariya
  2010-03-02 12:19 ` Sergei Gavrikov
  0 siblings, 1 reply; 15+ messages in thread
From: viren.dobariya @ 2010-03-02 11:55 UTC (permalink / raw)
  To: ecos-discuss



> On Tue, 2 Mar 2010, Sergei Gavrikov wrote:
>
> [Add Youqiang Zou to CC]
>
>> On Tue, 2 Mar 2010, viren.dobariya@aftek.com wrote:
>>>> On Tue, 2 Mar 2010, viren.dobariya wrote:
>>>>> Hi, sergei,
>>>>>      I am still struggling with flash problem in EA-2468 board.
>>>>>      In this mail, you mention that Youqiang Zou added
>>>>> CYG_FLASH_DRIVER definition to flash_ea2468.c. Can you explain me
>>>>> detail?
>>>>> Should I add same definition for my board??
>>>>
>>>> As I could understand, it is possible the same definition should be
>>>> added
>>>> to current platform specific driver. But, Youqiang also pointed that
>>>> he
>>>> use other flash parts, so, do not apply his lines as is. To know what
>>>> the
>>>> macro is (does), please, refer to eCos documentation:
>>>>
>>>> http://ecos.sourceware.org/docs-latest/ref/io-flash.html
>>>> http://ecos.sourceware.org/docs-latest/ref/ecos-flash-v2-dev.html
>>>>
>>>> Sergei
>>>
>>> Hi, Sergei,
>>>   Thanks for documentation.
>>>   Can you ask Youqiang Zou that how did he add CYG_FLASH_DRIVER
>>> defination?? If he gives us example then i will add according to my
>>> device.
>>>
>>>
>>> Thanks,
>>> Viren
>>
>> I was looking the cludges when I got his e-mail and I'd seen that he did
>> CC to the list, but, may be he is not subscribed to the list, so, you
>> have
>> got no copy. Well, he wrote
>
>          Youqiang> Refered to the arm_aim711_flash.c, I changed the
>          Youqiang> flash_ea2468.c as the below list.
>
>          Youqiang> // The EA LPC2468 OEM board has one SST 39VF3201 part
>          Youqiang> #define CYGNUM_FLASH_INTERLEAVE (1)
>          Youqiang> #define CYGNUM_FLASH_SERIES     (1)
>          Youqiang> #define CYGNUM_FLASH_WIDTH      (16)
>          Youqiang> #define CYGNUM_FLASH_BASE       (0x80000000)
>
> [drop some implementation details]
>
>          Youqiang> I had not the EA2468 board, my platform is:
>          Youqiang> Platform: LPC2478 Board (ARM7TDMI-S)
>          Youqiang> RAM: 0xa0000000-0xa2000000 [0xa000aac8-0xa1ffc000
> available]
>          Youqiang> FLASH: 0x81000000-0x811fffff, 512 x 0x1000 blocks
>
> I assume that is the real RedBoot's output and that looks like that
> CYGNUM_FLASH_BASE address was pointed on 0x81000000. Other chip select
> pin? So, check that too. Also, CYGNUM_FLASH_WIDTH says about 16-bit.
>
> They said here
> http://ecos.sourceware.org/docs-latest/ref/ecos-flash-library.html
> Will Robinson!
>
>
> Sergei
> --
>
>> My comments: as I can see there is fitted other flash parts on his
>> board,
>> so, I do not think that you must change own definition, just define
>> CYG_FLASH_DRIVER properly acording the used FLASH's "geometry".
>>
>>
>> Sergei
> --

//-----------------------------------

hi, Sergei
thanks a lot.........
now, My flash is working.
Thanks for your kind support.
once again thank you very much...

Thanks,
Viren

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




-- 
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] 15+ messages in thread
* [ECOS] Flash support for ea2648 target
@ 2010-02-24  8:06 Sergei Gavrikov
  2010-02-24  9:38 ` [ECOS] " cetoni GmbH - Uwe Kindler
  0 siblings, 1 reply; 15+ messages in thread
From: Sergei Gavrikov @ 2010-02-24  8:06 UTC (permalink / raw)
  To: eCos discuss list; +Cc: Uwe Kindler

Hi Uwe,

If you have a time... Uwe, you are an author/contributor of an eCos
HAL for the Embedded Artists LPC2468 OEM board. This month some guys
reported here that they have not success with a fitted FLASH on the
board, in particular they had not got FLASH support in RedBoot.

Can you, please, guide here, how add FLASH support for RedBoot for the
target? I saw no redboot*.ecm files in HAL tree. I'm sorry, I have not
the same hardware to look on the issue more deeper, but, at the least,
Shu Higashiyama reported that FLASH ID codes read itself properly and
flash initialization code failed.

More recent thread on the issue
http://ecos.sourceware.org/ml/ecos-discuss/2010-02/msg00081.html

Thanks. Best regards,

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] 15+ messages in thread

end of thread, other threads:[~2010-03-02 17:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-02 13:10 [ECOS] Re: Flash support for ea2648 target Shu Higashiyama
2010-03-02 17:13 ` Sergei Gavrikov
  -- strict thread matches above, loose matches on Subject: below --
2010-03-02 11:55 viren.dobariya
2010-03-02 12:19 ` Sergei Gavrikov
2010-02-24  8:06 [ECOS] " Sergei Gavrikov
2010-02-24  9:38 ` [ECOS] " cetoni GmbH - Uwe Kindler
2010-02-24 11:04   ` viren.dobariya
2010-02-24 11:52     ` Sergei Gavrikov
     [not found]       ` <36610.59.95.41.73.1267020667.squirrel@mail.aftek.com>
2010-02-24 15:09         ` Sergei Gavrikov
2010-02-24 11:33   ` Sergei Gavrikov
2010-02-27 18:11     ` Sergei Gavrikov
2010-03-02  4:52       ` viren.dobariya
2010-03-02  5:48         ` Sergei Gavrikov
2010-03-02  6:09           ` viren.dobariya
2010-03-02  8:04             ` Sergei Gavrikov
2010-03-02  8:47               ` Sergei Gavrikov

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).