From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12012 invoked by alias); 26 Jul 2005 14:52:28 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 12001 invoked by uid 22791); 26 Jul 2005 14:52:25 -0000 Received: from smarthost2.mail.uk.easynet.net (HELO smarthost2.mail.uk.easynet.net) (212.135.6.12) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 26 Jul 2005 14:52:25 +0000 Received: from [217.207.210.179] (helo=mail.hanoverdisplays.com) by smarthost2.mail.uk.easynet.net with esmtp (Exim 4.10) id 1DxQn6-0006iO-00; Tue, 26 Jul 2005 15:52:20 +0100 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 26 Jul 2005 14:52:00 -0000 Message-ID: From: "Matt Sartori" To: "Andrew Lunn" CC: Subject: RE: [ECOS] Simple Redboot Q's X-SW-Source: 2005-07/txt/msg00277.txt.bz2 Ok, that was also the command I initially thought I'd need.=20 However, using an elf (or even a binary) of code which I can flash directly to the board (using jtag and an ide) and run won't work if I load it into Redboot over the serial link and use go on it's initial location. I presume this may have something to do with the expected vs. actual location of the software?=20 I'm not very experienced with this sort of thing (as you can probably tell) which is why I'd hoped that there were some (hello world type) examples that didn't involve linking against the ecos libs or loading up a linux image. m@ -----Original Message----- From: Andrew Lunn [mailto:andrew@lunn.ch]=20 Sent: 26 July 2005 14:29 To: Matt Sartori Cc: ecos-discuss@ecos.sourceware.org Subject: Re: [ECOS] Simple Redboot Q's On Tue, Jul 26, 2005 at 02:19:38PM +0100, Matt Sartori wrote: > Exec seems quite closely tied to linux (eg. When I enable the=20 > CYGBLD_BUILD_REDBOOT_WITH_EXEC it actually fails with some error in=20 > redboot_linux_exec.c). Can I run anything with Redboot using exec or=20 > is it looking for some kind of linux kernel image etc. ? Exec is Linux specific Use the go command for a more generic way of starting an arbitatry bit of code. http://ecos.sourceware.org/docs-latest/redboot/executing-programs.html Andrew ---------------------------------------------------------------------------= ----- The information transmitted is intended only for the person or entity to wh= ich it is addressed and may contain confidential and/or privileged material= . Any review, retransmission, dissemination or other use of, or taking of a= ny action in reliance upon, this information by persons or entities other t= han the intended recipient is prohibited. If you received this in error, please contact the sender or postmaster (pos= tmaster@hanoverdisplays.com) and delete the material from any computer. Although we routinely screen for viruses, addressees should check this e-ma= il and any attachment for viruses. We make no warranty as to absence of vir= uses in this e-mail or any attachments. Our Company's email policy is to permit incidental personal use. If this em= ail is of a personal nature, it must not be relied upon as expressing the v= iews or opinions of the company. Visit out website at www.hanoverdisplays.com -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss