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: Mips Atlas CYG_HAL_STARTUP == RAM ?


Chris Hanna wrote:
> 
> Ok, so i have to use CYG_HAL_STARTUP == ROM instead.
> So i have to burn a ROM, how do i debug ?

diag_printf ;-)

Really, jtag or similar might be the only real way in such cases.

Or try to complete the port[1] :-).

> How do i build a binary or S-record file ?

mipsisa32-elf-objcopy -O binary foo foo.bin
mipsisa32-elf-objcopy -O srec foo foo.srec 

where foo is the ELF format file as built by gcc.

> > On Wed, 2002-02-13 at 22:24, Chris Hanna wrote:
> > > Is CYG_HAL_STARTUP == RAM ok or not for this platform ?
> >
> > We don't make a habit of claiming stuff is broken/unsupported when it is
> > working. So when you see "Currently only ROM startup type is supported."
> > it probably means just that.

To be honest I think more specifically this is a RedBoot only port. There
are features missing in the port required for "full" eCos applications.

Jifl

[1] Or, ahem, pay someone who will do it for you (not thinking of any
company in particular of course.... :-))
-- 
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]