public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
* Redboot on i386 target
@ 2006-03-06 20:36 Tyler
  2006-03-06 21:38 ` Tyler
  0 siblings, 1 reply; 3+ messages in thread
From: Tyler @ 2006-03-06 20:36 UTC (permalink / raw)
  To: ecos-devel

Hi all,

I'm trying to install and use redboot on a x86 target, to make some
tests.
But I can't succeed. I have the following erros :

tyler@Starbuck:~/ecos/redboot>ecosconfig new linux redboot
U CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK, new inferred value 0
C CYGBLD_BUILD_REDBOOT, "requires" constraint not satisfied: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
C CYGPRI_REDBOOT_ROM_MONITOR, "requires" constraint not satisfied: CYGSEM_HAL_ROM_MONITOR
tyler@Starbuck:~/ecos/redboot>ecosconfig check
Target: linux
Template: redboot
2 conflict(s):
C CYGBLD_BUILD_REDBOOT, "requires" constraint not satisfied: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
C CYGPRI_REDBOOT_ROM_MONITOR, "requires" constraint not satisfied: CYGSEM_HAL_ROM_MONITOR

Can I change the linux package configuration and enable the CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT and CYGSEM_HAL_ROM_MONITOR ?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Redboot on i386 target
  2006-03-06 20:36 Redboot on i386 target Tyler
@ 2006-03-06 21:38 ` Tyler
  2006-03-06 22:53   ` Bart Veer
  0 siblings, 1 reply; 3+ messages in thread
From: Tyler @ 2006-03-06 21:38 UTC (permalink / raw)
  To: ecos-devel

Le 06-03-2006, Tyler <tyler@agat.net> a écrit :
> Hi all,
>
> I'm trying to install and use redboot on a x86 target, to make some
> tests.
> But I can't succeed. I have the following erros :
>
> tyler@Starbuck:~/ecos/redboot>ecosconfig new linux redboot
> U CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK, new inferred value 0
> C CYGBLD_BUILD_REDBOOT, "requires" constraint not satisfied: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
> C CYGPRI_REDBOOT_ROM_MONITOR, "requires" constraint not satisfied: CYGSEM_HAL_ROM_MONITOR
> tyler@Starbuck:~/ecos/redboot>ecosconfig check
> Target: linux
> Template: redboot
> 2 conflict(s):
> C CYGBLD_BUILD_REDBOOT, "requires" constraint not satisfied: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
> C CYGPRI_REDBOOT_ROM_MONITOR, "requires" constraint not satisfied: CYGSEM_HAL_ROM_MONITOR
>
> Can I change the linux package configuration and enable the CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT and CYGSEM_HAL_ROM_MONITOR ?
>
>

I've found binaries files at http://ecos.sourceware.org/boards/redbootbins/x86pc/
I'm happy with those for now.

But if someone has the answer to my previous question (in the previous post), I'm
still interested.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Redboot on i386 target
  2006-03-06 21:38 ` Tyler
@ 2006-03-06 22:53   ` Bart Veer
  0 siblings, 0 replies; 3+ messages in thread
From: Bart Veer @ 2006-03-06 22:53 UTC (permalink / raw)
  To: tyler; +Cc: ecos-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1219 bytes --]

>>>>> "Tyler" == Tyler  <tyler@agat.net> writes:

    Tyler> Le 06-03-2006, Tyler <tyler@agat.net> a écrit :
    >> Hi all,
    >> 
    >> I'm trying to install and use redboot on a x86 target, to make
    >> some tests. But I can't succeed. I have the following erros :
    >> 
    >> tyler@Starbuck:~/ecos/redboot>ecosconfig new linux redboot
    <snip>

    Tyler> I've found binaries files at
    Tyler> http://ecos.sourceware.org/boards/redbootbins/x86pc/ I'm
    Tyler> happy with those for now.

    Tyler> But if someone has the answer to my previous question (in
    Tyler> the previous post), I'm still interested.

You are confusing two very different eCos targets: the synthetic
target and the PC target. If you want to use the synthetic target,
i.e. run eCos on top of Linux, then there is no need for a boot
monitor with gdb debug support. Hence RedBoot is not supported.
If instead you want to run eCos on a bare PC then RedBoot can be very
useful.

To configure eCos for a PC target, use:

  ecosconfig new pc <template>

instead of

  ecosconfig new linux <template>

Bart

-- 
Bart Veer                       eCos Configuration Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-03-06 22:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-06 20:36 Redboot on i386 target Tyler
2006-03-06 21:38 ` Tyler
2006-03-06 22:53   ` Bart Veer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).