public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] issue about porting ecos on new target board
@ 2003-04-16  3:49 P_CHING_KUANG
  2003-04-16  9:33 ` Robert Cragie
  0 siblings, 1 reply; 6+ messages in thread
From: P_CHING_KUANG @ 2003-04-16  3:49 UTC (permalink / raw)
  To: ecos-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=big5, Size: 486 bytes --]

Dear,

I am new for ecos project, and I want to port it on Samsung KS32C41000
ARM7TDMI CPU.
Do you have some suggestion?  Which process supported by ecos is similar
with this process ?

Regards,
Steve


------------------------------------------
¥xÆW³Ìª«¶W©Ò­Èªº¤j²³¤ÆµêÀÀ¶l¥ó¥D¾÷
http://mymailer.url.com.tw



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

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

* RE: [ECOS] issue about porting ecos on new target board
  2003-04-16  3:49 [ECOS] issue about porting ecos on new target board P_CHING_KUANG
@ 2003-04-16  9:33 ` Robert Cragie
  0 siblings, 0 replies; 6+ messages in thread
From: Robert Cragie @ 2003-04-16  9:33 UTC (permalink / raw)
  To: P_CHING_KUANG, ecos-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="big5", Size: 1532 bytes --]

I can't find any information about your processor on the Samsung website
(http://www.samsung.com/Products/Semiconductor/). However, it sounds like it
might be similar to the S3C4510/S3C4530 used in ARM's E7T or Samsung's
SNDS100, so the 'e7t' or 'snds' targets would probably be your best starting
point for a port.

Robert Cragie, Design Engineer
_______________________________________________________________
Jennic Ltd, Furnival Street, Sheffield, S1 4QT,  UK
http://www.jennic.com  Tel: +44 (0) 114 281 2655
_______________________________________________________________

> -----Original Message-----
> From: ecos-discuss-owner@sources.redhat.com
> [mailto:ecos-discuss-owner@sources.redhat.com]On Behalf Of P_CHING_KUANG
> Sent: 16 April 2003 04:45
> To: ecos-discuss@sources.redhat.com
> Subject: [ECOS] issue about porting ecos on new target board
>
>
> Dear,
>
> I am new for ecos project, and I want to port it on Samsung KS32C41000
> ARM7TDMI CPU.
> Do you have some suggestion?  Which process supported by ecos is similar
> with this process ?
>
> Regards,
> Steve
>
>
> ------------------------------------------
> ¥xÆW³Ìª«¶W©Ò­Èªº¤j²³¤ÆµêÀÀ¶l¥ó¥D¾÷
> http://mymailer.url.com.tw
>
>
>
> --
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
>
>


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

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

* [ECOS] issue about porting ecos on new target board
@ 2003-04-25 12:54 P_CHING_KUANG
  0 siblings, 0 replies; 6+ messages in thread
From: P_CHING_KUANG @ 2003-04-25 12:54 UTC (permalink / raw)
  To: ecos-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=big5, Size: 2586 bytes --]

> Dear,
>
> I had some problme in setting up the parameter of arm-elf-gcc (makefile),
> please help me to solve it.
> I tried to use the ARM E7T redboot binary code (RAM mode) to port
> it on the
> new target board
> (KS32C41000,  http://www.samsungusa.com/cgi-
> bin/nabc/semiconductors/system_lsi/32_bit_arm_based_risc_mpu/pda/k
> s32c41100/
> ks32c41100.jsp
> )
>
> But when I use the debugger(v2.51) to load the redboot.elf, the
> simulator
> broke down and did not
> show any error message. So I though that maybe the setting of makefile had
> some problem. Below is
> the setting in my E7T redboot and the makefile of KS32C41000's
> sample code.
> (I had ever tried to write a small sample code and use the E7T's
> arm-elf-gcc setting, it still could
> not work with KS32C41000's simulator.)
>
> #----REDBOOT E7T in hal_arm_e7tcdl settings (I had modified some
> parameter)----------
> #using the arm-elf-gcc
>
> TEXT_ADRS = 0xc000000    # ROM entry address
>
> CFLAGS	= -mcpu=arm7tdmi -mbig-endian -mno-short-load-words -Wall
> -Wpointer-arith -Wstrict-
> prototypes -Winline -Wundef -Woverloaded-virtual -g -O2
> -ffunction-sections
> -fdata-sections -fno-
> rtti -fno-exceptions -fvtable-gc -finit-priority
>
> LDFLAG	= -mcpu=arm7tdmi -Ttext $(TEXT_ADRS) -mbig-endian
> -mno-short-load-words -Wl,--
> gc-sections -Wl,-static -g -nostdlib
>
> #----REDBOOT E7T in hal_arm_e7tcdl settings (I had modified some
> parameter)----------
>
>
> #----KS32C41000 Sample code in the makefile settings-----------
> PRJ= 41test
> ARMLINK= armlink
> ARMASM = armasm
> ARMCC  = armcc
> LFLAGS = -ro-base 0xc000000 -rw-base 0x0c040000 -elf
> AFLAGS = -bi -apcs 3/32bit/noswst/nofp -cpu ARM7TM
> CFLAGS = -c -g+ -fc -apcs 3/32bit/noswst/nofp -bi -processor
> ARM7TDMI -arch
> 4T
> #If you doesn't debug,use following CFLAGS for more faster operation.
> #CFLAGS = -c -g- -fc -apcs 3/32bit/noswst/nofp -bi -processor ARM7TM -arch
> 4T
> all: $(PRJ).elf
> $(PRJ).elf: $(PRJ).o
> 	del $(PRJ).bin
>         del $(PRJ).elf
>         $(ARMLINK) $(LFLAGS) -o $(PRJ).elf $(PRJ).o
>         fromelf -nodebug -nozeropad $(PRJ).elf -bin $(PRJ).bin
> $(PRJ).o: $(PRJ).c
> 	del $(PRJ).o
> 	$(ARMCC) $(CFLAGS) $(PRJ).c -o $(PRJ).o
>
> #----KS32C41000 Sample code in the makefile settings-----------
>
> Regards,
> Steve


------------------------------------------
ªÀ¹Î¡B¤p«¬¥ø·~ÁʶRµêÀÀ¥D¾÷ªº³Ì¨Î¿ï¾Ü
http://mymailer.url.com.tw



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

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

* RE: [ECOS] issue about porting ecos on new target board
  2003-04-16 12:44 ` Robert Cragie
  2003-04-16 13:10   ` francila
@ 2003-04-16 13:17   ` francila
  1 sibling, 0 replies; 6+ messages in thread
From: francila @ 2003-04-16 13:17 UTC (permalink / raw)
  To: Robert Cragie; +Cc: P_CHING_KUANG, ECOS

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=X-UNKNOWN, Size: 3811 bytes --]


oops sorry,
i have miss read the cpu name ...
so  S3C4510 and  KS32C50100 are the same (e7t)
and KS32C41000 should not be the same...
apologies,

Aurelien Francillon
 
On Wed, 16 Apr 2003, Robert Cragie wrote:

> I have found data sheet on S3C44B0X which is a similar part to the one you
> mention and, yes, you're right, it's quite different.
> 
> In this case, you would still be wise to start from an ARM7TDMI core based
> port, so 'e7t' or 'snds' would still be appropriate. However, you will need
> to consider all aspects of the port - the cache control, UART, system
> configuration, memory map, clock configuration etc. when doing the port. I
> would suggest buying Anthony Massa's book 'Embedded Software Development
> with eCos' (ISBN 0-13-035473-2) - this has a whole chapter on porting.
> 
> Robert Cragie, Design Engineer
> _______________________________________________________________
> Jennic Ltd, Furnival Street, Sheffield, S1 4QT,  UK
> http://www.jennic.com  Tel: +44 (0) 114 281 2655
> _______________________________________________________________
> 
> > -----Original Message-----
> > From: P_CHING_KUANG [mailto:p_ching_kuang@ms10.url.com.tw]
> > Sent: 16 April 2003 11:59
> > To: rcc@jennic.com
> > Subject: [ECOS] issue about porting ecos on new target board
> >
> >
> > Dear,
> > Thanks for replying.
> > I think it is not similar with the S3C4510/S3C4530.
> >
> > You can find this process at below website:
> > http://www.samsungusa.com/cgi-
> > bin/nabc/semiconductors/system_lsi/32_bit_arm_based_risc_mpu/pda/k
> > s32c41000/
> > ks32c41000.jsp
> >
> > Hope to hear your reply, thanks.
> >
> > Regards,
> > Steve
> >
> > ____________________Original Message_____________________
> >
> > I can't find any information about your processor on the Samsung website
> > (http://www.samsung.com/Products/Semiconductor/). However, it
> > sounds like it
> > might be similar to the S3C4510/S3C4530 used in ARM's E7T or Samsung's
> > SNDS100, so the 'e7t' or 'snds' targets would probably be your
> > best starting
> > point for a port.
> >
> > Robert Cragie, Design Engineer
> > _______________________________________________________________
> > Jennic Ltd, Furnival Street, Sheffield, S1 4QT,  UK
> > http://www.jennic.com  Tel: +44 (0) 114 281 2655
> > _______________________________________________________________
> >
> > > -----Original Message-----
> > > From: ecos-discuss-owner@sources.redhat.com
> > > [mailto:ecos-discuss-owner@sources.redhat.com]On Behalf Of P_CHING_KUANG
> > > Sent: 16 April 2003 04:45
> > > To: ecos-discuss@sources.redhat.com
> > > Subject: [ECOS] issue about porting ecos on new target board
> > >
> > >
> > > Dear,
> > >
> > > I am new for ecos project, and I want to port it on Samsung KS32C41000
> > > ARM7TDMI CPU.
> > > Do you have some suggestion?  Which process supported by ecos is similar
> > > with this process ?
> > >
> > > Regards,
> > > Steve
> > >
> > >
> > > ------------------------------------------
> > > ¥xÆW³Ìª«¶W©Ò­Èªº¤j²³¤ÆµêÀÀ¶l¥ó¥D¾÷
> > > http://mymailer.url.com.tw
> > >
> > >
> > >
> > > --
> > > Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> > > and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> > >
> > >
> >
> >
> > ------------------------------------------
> > ¥xÆW³Ìª«¶W©Ò­Èªº¤j²³¤ÆµêÀÀ¶l¥ó¥D¾÷
> > http://mymailer.url.com.tw
> >
> >
> >
> 
> 
> -- 
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> 
> 


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

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

* RE: [ECOS] issue about porting ecos on new target board
  2003-04-16 12:44 ` Robert Cragie
@ 2003-04-16 13:10   ` francila
  2003-04-16 13:17   ` francila
  1 sibling, 0 replies; 6+ messages in thread
From: francila @ 2003-04-16 13:10 UTC (permalink / raw)
  To: Robert Cragie; +Cc: P_CHING_KUANG, ECOS

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=X-UNKNOWN, Size: 4092 bytes --]

hi,

I confirm that they are they are really the same cpu  just the name who is
different (probably comercial purpose ...)

I had to work for university ( ufrima-imag UJF Grenoble) on evt7 board
and some have a S3C4510 some others have KS32C50100 (olders ones) whith
wery little difents PCB  versions but exectely the same behaviour and
compiler (that was ARM tools ) and the docs from samsung are the sames.

best regards, 
Aurelien Francillon

On Wed, 16 Apr 2003, Robert Cragie wrote:

> I have found data sheet on S3C44B0X which is a similar part to the one you
> mention and, yes, you're right, it's quite different.
> 
> In this case, you would still be wise to start from an ARM7TDMI core based
> port, so 'e7t' or 'snds' would still be appropriate. However, you will need
> to consider all aspects of the port - the cache control, UART, system
> configuration, memory map, clock configuration etc. when doing the port. I
> would suggest buying Anthony Massa's book 'Embedded Software Development
> with eCos' (ISBN 0-13-035473-2) - this has a whole chapter on porting.
> 
> Robert Cragie, Design Engineer
> _______________________________________________________________
> Jennic Ltd, Furnival Street, Sheffield, S1 4QT,  UK
> http://www.jennic.com  Tel: +44 (0) 114 281 2655
> _______________________________________________________________
> 
> > -----Original Message-----
> > From: P_CHING_KUANG [mailto:p_ching_kuang@ms10.url.com.tw]
> > Sent: 16 April 2003 11:59
> > To: rcc@jennic.com
> > Subject: [ECOS] issue about porting ecos on new target board
> >
> >
> > Dear,
> > Thanks for replying.
> > I think it is not similar with the S3C4510/S3C4530.
> >
> > You can find this process at below website:
> > http://www.samsungusa.com/cgi-
> > bin/nabc/semiconductors/system_lsi/32_bit_arm_based_risc_mpu/pda/k
> > s32c41000/
> > ks32c41000.jsp
> >
> > Hope to hear your reply, thanks.
> >
> > Regards,
> > Steve
> >
> > ____________________Original Message_____________________
> >
> > I can't find any information about your processor on the Samsung website
> > (http://www.samsung.com/Products/Semiconductor/). However, it
> > sounds like it
> > might be similar to the S3C4510/S3C4530 used in ARM's E7T or Samsung's
> > SNDS100, so the 'e7t' or 'snds' targets would probably be your
> > best starting
> > point for a port.
> >
> > Robert Cragie, Design Engineer
> > _______________________________________________________________
> > Jennic Ltd, Furnival Street, Sheffield, S1 4QT,  UK
> > http://www.jennic.com  Tel: +44 (0) 114 281 2655
> > _______________________________________________________________
> >
> > > -----Original Message-----
> > > From: ecos-discuss-owner@sources.redhat.com
> > > [mailto:ecos-discuss-owner@sources.redhat.com]On Behalf Of P_CHING_KUANG
> > > Sent: 16 April 2003 04:45
> > > To: ecos-discuss@sources.redhat.com
> > > Subject: [ECOS] issue about porting ecos on new target board
> > >
> > >
> > > Dear,
> > >
> > > I am new for ecos project, and I want to port it on Samsung KS32C41000
> > > ARM7TDMI CPU.
> > > Do you have some suggestion?  Which process supported by ecos is similar
> > > with this process ?
> > >
> > > Regards,
> > > Steve
> > >
> > >
> > > ------------------------------------------
> > > ¥xÆW³Ìª«¶W©Ò­Èªº¤j²³¤ÆµêÀÀ¶l¥ó¥D¾÷
> > > http://mymailer.url.com.tw
> > >
> > >
> > >
> > > --
> > > Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> > > and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> > >
> > >
> >
> >
> > ------------------------------------------
> > ¥xÆW³Ìª«¶W©Ò­Èªº¤j²³¤ÆµêÀÀ¶l¥ó¥D¾÷
> > http://mymailer.url.com.tw
> >
> >
> >
> 
> 
> -- 
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> 
> 


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

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

* RE: [ECOS] issue about porting ecos on new target board
       [not found] <2630820034316105910875@ms10.url.com.tw>
@ 2003-04-16 12:44 ` Robert Cragie
  2003-04-16 13:10   ` francila
  2003-04-16 13:17   ` francila
  0 siblings, 2 replies; 6+ messages in thread
From: Robert Cragie @ 2003-04-16 12:44 UTC (permalink / raw)
  To: P_CHING_KUANG, ECOS

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="big5", Size: 3192 bytes --]

I have found data sheet on S3C44B0X which is a similar part to the one you
mention and, yes, you're right, it's quite different.

In this case, you would still be wise to start from an ARM7TDMI core based
port, so 'e7t' or 'snds' would still be appropriate. However, you will need
to consider all aspects of the port - the cache control, UART, system
configuration, memory map, clock configuration etc. when doing the port. I
would suggest buying Anthony Massa's book 'Embedded Software Development
with eCos' (ISBN 0-13-035473-2) - this has a whole chapter on porting.

Robert Cragie, Design Engineer
_______________________________________________________________
Jennic Ltd, Furnival Street, Sheffield, S1 4QT,  UK
http://www.jennic.com  Tel: +44 (0) 114 281 2655
_______________________________________________________________

> -----Original Message-----
> From: P_CHING_KUANG [mailto:p_ching_kuang@ms10.url.com.tw]
> Sent: 16 April 2003 11:59
> To: rcc@jennic.com
> Subject: [ECOS] issue about porting ecos on new target board
>
>
> Dear,
> Thanks for replying.
> I think it is not similar with the S3C4510/S3C4530.
>
> You can find this process at below website:
> http://www.samsungusa.com/cgi-
> bin/nabc/semiconductors/system_lsi/32_bit_arm_based_risc_mpu/pda/k
> s32c41000/
> ks32c41000.jsp
>
> Hope to hear your reply, thanks.
>
> Regards,
> Steve
>
> ____________________Original Message_____________________
>
> I can't find any information about your processor on the Samsung website
> (http://www.samsung.com/Products/Semiconductor/). However, it
> sounds like it
> might be similar to the S3C4510/S3C4530 used in ARM's E7T or Samsung's
> SNDS100, so the 'e7t' or 'snds' targets would probably be your
> best starting
> point for a port.
>
> Robert Cragie, Design Engineer
> _______________________________________________________________
> Jennic Ltd, Furnival Street, Sheffield, S1 4QT,  UK
> http://www.jennic.com  Tel: +44 (0) 114 281 2655
> _______________________________________________________________
>
> > -----Original Message-----
> > From: ecos-discuss-owner@sources.redhat.com
> > [mailto:ecos-discuss-owner@sources.redhat.com]On Behalf Of P_CHING_KUANG
> > Sent: 16 April 2003 04:45
> > To: ecos-discuss@sources.redhat.com
> > Subject: [ECOS] issue about porting ecos on new target board
> >
> >
> > Dear,
> >
> > I am new for ecos project, and I want to port it on Samsung KS32C41000
> > ARM7TDMI CPU.
> > Do you have some suggestion?  Which process supported by ecos is similar
> > with this process ?
> >
> > Regards,
> > Steve
> >
> >
> > ------------------------------------------
> > ¥xÆW³Ìª«¶W©Ò­Èªº¤j²³¤ÆµêÀÀ¶l¥ó¥D¾÷
> > http://mymailer.url.com.tw
> >
> >
> >
> > --
> > Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> > and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> >
> >
>
>
> ------------------------------------------
> ¥xÆW³Ìª«¶W©Ò­Èªº¤j²³¤ÆµêÀÀ¶l¥ó¥D¾÷
> http://mymailer.url.com.tw
>
>
>


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

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

end of thread, other threads:[~2003-04-25 11:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-16  3:49 [ECOS] issue about porting ecos on new target board P_CHING_KUANG
2003-04-16  9:33 ` Robert Cragie
     [not found] <2630820034316105910875@ms10.url.com.tw>
2003-04-16 12:44 ` Robert Cragie
2003-04-16 13:10   ` francila
2003-04-16 13:17   ` francila
2003-04-25 12:54 P_CHING_KUANG

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