This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Oddly formatted target.ld


Bill Knight wrote:
> 
> PS - do you know of anyone using a JTAG version of the debugger?

I know people using the EPI Jeeni, and I know some people have used BDM
devices.

> I'm currently playing with Atmel's AT91EB40 eval board (AT91M80800).
> Our final hardware will not have an ethernet chip and we are planning
> on using both serial ports in the application.
> 
> That brings to mind a couple of other questions
> - does eCos need a console and if so, how well does it run with the
>   console redirected to NULL?

It doesn't _need_ a console, no. (RedBoot does, but you don't need that
much in the development cycle if you have JTAG). It does have diagnostic
output (which is used as a default I/O channel in general) but that's just
output. You would probably have to add a special "NULL" diagnostic device
though, to stop the output coming out, but that's just part of a port.

> - how can I specify for the application code and as much of eCos as
>   possible to be built in thumb mode?

There's a configuration option in the ARM HAL to enable thumb mode.
 
Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]