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: HAL_PLATFORM_RESET


On Thu, 2002-10-24 at 14:12, Tim Drury wrote:
> 
> I'm still trying to get my board to return to a reset
> (or redboot) state after running a test instead of
> looping forever inside cyg_test_exit().  The macro
> to reset the board, HAL_PLATFORM_RESET, is not
> defined for my ARM eb40a.  What would be the
> best way to define it?  Jump to the reset vector?
> Call cyg_start()?

Jumping to the reset vector would be the first thing to try.
Calling 'cyg_start()' won't do anything for you.

-- 
------------------------------------------------------------
Gary Thomas                  |
eCosCentric, Ltd.            |  
+1 (970) 229-1963            |  eCos & RedBoot experts
gthomas@ecoscentric.com      |
http://www.ecoscentric.com/  |
------------------------------------------------------------


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