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 over VxWorks


Andrew Lunn wrote:

SECTION_rom_vectors in my idl file also set to 0x80000.
I nice download my redboot.bin at 0x80000, but when i go to this address("g 0x80000" command in VxWorks bootloader), my console is hanged(i so think),
and no error present. What it can be?



The default RAM application configuration will assume there is a redboot ROM installed on the target and will try to make use of it. You need to configure your system to not do this by disabling CYGPKG_HAL_ROM_MONITOR.

Or you can install redboot as your boot loader.

Andrew



oh sorry, i mistaked, you mean CYGPKG_HAL_ROM_MONITOR, not CYGSEM_HAL_ROM_MONITOR.

In result ecos.ecc after 'ecosconfig new/import/tree', i need comment next?:
cdl_component CYGPKG_HAL_ROM_MONITOR {
   # There is no associated value.

   # The following properties are affected by this value
};

???



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