From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10493 invoked by alias); 19 Nov 2001 03:05:40 -0000 Mailing-List: contact ecos-discuss-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 10472 invoked from network); 19 Nov 2001 03:05:37 -0000 Received: from unknown (HELO ebenard.boudiow.org) (195.6.79.49) by sourceware.cygnus.com with SMTP; 19 Nov 2001 03:05:37 -0000 Received: from free.fr (localhost [127.0.0.1]) by ebenard.boudiow.org (Postfix) with ESMTP id EB9B51003B for ; Mon, 19 Nov 2001 04:01:40 +0100 (CET) Message-ID: <3BF87614.2070300@free.fr> Date: Mon, 12 Nov 2001 06:12:00 -0000 From: Eric BENARD / FREE User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5+) Gecko/20011110 X-Accept-Language: en-us MIME-Version: 1.0 To: ecos-discuss@sources.redhat.com Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [ECOS] RedBoot for Assabet (strongarm) problem X-SW-Source: 2001-11/txt/msg00130.txt.bz2 Hi, I compiled lastest RedBoot from cvs using a freshly built arm-elf-gcc 3.0.2 : Reading specs from /usr/local/arm/3.0.2/lib/gcc-lib/arm-elf/3.0.2/specs Configured with: ../gcc-3.0.2/configure --target=arm-elf --prefix=/usr/local/arm/3.0.2 --with-gnu-as --with-gnu-ld --enable-languages=c,c++ Thread model: single gcc version 3.0.2 I did : # ./tools/configtool/standalone/common/ecosconfig new assabet redboot # ./tools/configtool/standalone/common/ecosconfig import ../redboot/ecos/packages/hal/arm/sa11x0/assabet/current/misc/redboot_ROM.ecm # ./tools/configtool/standalone/common/ecosconfig tree # make I get the following binaries : -rwxr-xr-x 1 root root 99760 nov 19 03:50 redboot.bin -rwxr-xr-x 1 root root 640434 nov 19 03:50 redboot.elf -rwxr-xr-x 1 root root 159144 nov 19 03:50 redboot.img -rwxr-xr-x 1 root root 286930 nov 19 03:50 redboot.srec I tried to flash redboot.bin to my Assabet board using JFlash. It flashs properly but nothing happens on the serial port even after reseting the board. Are there known issues with cvs redboot for strongarm ? If so, which is the good cvs tag to checkout to have a running redboot for assabet ? Many thanks Eric