This is the mail archive of the ecos-discuss@sourceware.org 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: eliminating redboot by including 'platform_setup' in default image?


Andrew,

Tried that. But then it had used flash addresses to run platform_setup
And executing this code by downloading failed.
Also, I do not have any tool to flash the image to flash(am using
multi-ice 
and axd debugger). Any pointers?.
Finally it would not be a good idea to do bsp porting by flashing the
test images?.


Regards,
Vijay
 
 
------------------------
Vijay Kumar .P
Wipro Technologies,
Tel: 30295119
------------------------


-----Original Message-----
From: Andrew Lunn [mailto:andrew@lunn.ch] 
Sent: Thursday, February 23, 2006 1:32 PM
To: Vijay Kumar Peshkar (WT01 - Semiconductors IP Solutions)
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] eliminating redboot by including 'platform_setup' in
default image?


On Thu, Feb 23, 2006 at 10:54:35AM +0530, vijay.peshkar@wipro.com wrote:
> Friends,
> 
> Am trying to eliminate redboot in my BSP for ixp425.
> Plan to include the minimal boot code(PLATFORM_SETUP)
> into my vector.S for this purpose.

The correct way to do this is simply build you application with ROM
startup. No need to modify anything else.

        Andrew

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


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