public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Warren Jasper <Warren.Jasper@bops.com>
To: eCos Discussion <ecos-discuss@sources.redhat.com>
Subject: RE: [ECOS] build redboot from the source code
Date: Fri, 07 Sep 2001 06:40:00 -0000	[thread overview]
Message-ID: <6476CB7C06B86D46A0C5BF34EACD383303725B@rtpsrv001.rtp.bops.com> (raw)

I'm trying to get Redboot to run on a board running the Intel StrongARM
SA1110.
The HAL appears to be working great, and I have a working gdb stubs.  I did
the following:

  % ecosconfig new travis redboot
  % ecosconfig import
${ECOS_REPOSITORY}/hal/arm/sa11x0/travis/current/misc/redboot_ROM.ecm
  % ecosconfig tree
  % make


There were no errors and the build went fine.  I flashed the image
redboot.bin into FLASH and rebooted.  I then launched minicom.
The default baud rate in my hal is 115200, and minicom was set to
115200 8N1.

I get the message:

RedBoo

and nothing else.  Can someone shed some light on what I am doing wrong?

By the way, the travis board looks a lot like the Brutus board, and I copied
heavily
from that port.  Is there something in the redboot_ROM.ecm that I need to
change?  Here
is what it looks like:

cdl_savefile_version 1;
cdl_savefile_command cdl_savefile_version {};
cdl_savefile_command cdl_savefile_command {};
cdl_savefile_command cdl_configuration { description hardware template
package };
cdl_savefile_command cdl_package { value_source user_value wizard_value
inferred_value };
cdl_savefile_command cdl_component { value_source user_value wizard_value
inferred_value };
cdl_savefile_command cdl_option { value_source user_value wizard_value
inferred_value };
cdl_savefile_command cdl_interface { value_source user_value wizard_value
inferred_value };

cdl_configuration eCos {
    description "" ;
    hardware    travis ;
    template    redboot ;
    package -hardware CYGPKG_HAL_ARM current ;
    package -hardware CYGPKG_HAL_ARM_SA11X0 current ;
    package -hardware CYGPKG_HAL_ARM_SA11X0_TRAVIS current ;
    package -hardware CYGPKG_IO_SERIAL_ARM_SA11X0 current ;
    package -template CYGPKG_HAL current ;
    package -template CYGPKG_INFRA current ;
    package -template CYGPKG_REDBOOT current ;
};

cdl_option CYGBLD_BUILD_GDB_STUBS {
    user_value 0
};

cdl_option CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT {
    user_value 0
};

cdl_option CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM {
    inferred_value 0
};

cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS {
    inferred_value 1
};

cdl_option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT {
    inferred_value 1
};

cdl_option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT {
    inferred_value 0
};

cdl_option CYGSEM_HAL_ROM_MONITOR {
    user_value 1
};

cdl_option CYGSEM_HAL_USE_ROM_MONITOR {
    inferred_value 0 0
};

cdl_component CYG_HAL_STARTUP {
    user_value ROM
};

cdl_option CYGBLD_BUILD_REDBOOT {
    user_value 1
};

cdl_option CYGSEM_REDBOOT_BSP_SYSCALLS {
  inferred_value 1
};


Thanks,

Warren

             reply	other threads:[~2001-09-07  6:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-07  6:40 Warren Jasper [this message]
2001-09-07  9:18 ` Nathan J Ickes
2001-09-09 15:32   ` Gary Thomas
  -- strict thread matches above, loose matches on Subject: below --
2001-09-10 10:11 Warren Jasper
2001-09-10 17:24 ` Gary Thomas
2001-09-10  8:30 Warren Jasper
2001-09-06 17:57 Shaojie Wu
2001-09-06 18:15 ` Gary Thomas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6476CB7C06B86D46A0C5BF34EACD383303725B@rtpsrv001.rtp.bops.com \
    --to=warren.jasper@bops.com \
    --cc=ecos-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).