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: RedBoot + Configuration tool 2.11 question


On Tue, 2003-07-29 at 12:52, G.Muruganandam wrote:
> Hello,
> 
> I am porting the redboot to IXP2400/2800 board. I got the full source from 
> the Intel website.
> I am able to build and program the flash.
> 
> But I am unable to make the printf working. I am assuming that it could be 
> a ecos configuration issue.
> Please correct me if I am wrong.
> 
> ( I have tested the serial port by sending a character through the it)
> 
> 
> To make sure that the configuration is not an issue, I have downloaded the 
> ecos configuration tool ver 2.11,
> installed in my machine and read the ecc.ecc file using the tool.
> 
>  From that, I understood, the redboot sources that I have, has the 
> following packages added to it and both are
> enabled. But the package groups are grayed out.
> 
> 1. 16x5x Generic serial device drivers
> 2. XScale IQ80310 serial device drivers ( Serial 0 and Serial 1 Ports are 
> enabled )

RedBoot does not use the serial device drivers - those are interrupt
driven and only used by eCos applications.  RedBoot relies on the HAL,
in particular hal_diag for its I/O.

-- 
Gary D. Thomas <gary.thomas@mind.be>


-- 
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]