This is the mail archive of the ecos-discuss@sourceware.cygnus.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]

RE: Running from RAM



On 26-Jun-00 amassa@cts.com wrote:
> 
> Have you been successful using the EPPC-bug firmware to download an image
> and run from RAM?
> 

To do this, you'll need to set additional config options.  Try:
   enable CYGSEM_HAL_POWERPC_COPY_VECTORS
   enable CYGDBG_HAL_DIAG_DISABLE_GDB_PROTOCOL

This should let your program work in this environment.  Note: you won't have
GDB around and so you won't be able to set breakpoints, etc.

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