From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7213 invoked by alias); 6 Aug 2002 20:25:06 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7206 invoked from network); 6 Aug 2002 20:25:05 -0000 Received: from unknown (HELO express.globetrotter.net) (142.169.1.93) by sources.redhat.com with SMTP; 6 Aug 2002 20:25:05 -0000 Received: from fwqtel ([192.168.206.11]) by express.globetrotter.net (8.9.3/8.9.3) with SMTP id QAA03062 for ; Tue, 6 Aug 2002 16:25:04 -0400 (EDT) From: jimmy.gendron@telus.com Received: from ([142.168.236.8]) by fwqtel; Tue, 06 Aug 2002 16:24:56 -0400 (EDT) Sensitivity: Subject: =?iso-8859-1?Q?R=E9f=2E_=3A_Re=3A_Flash_programming_using_GDB_with_ARM?= Multi-ICE To: "Grant Edwards" Cc: gdb@sources.redhat.com Date: Tue, 06 Aug 2002 13:25:00 -0000 Message-ID: MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00033.txt.bz2 Hello, If i understand: 1. Write a "stub" to initiate memory map 2. Write I/O routines to copy image to be burned from host to target RAM (through DCC) 3. Copy from RAM to flash The run that using GDB/Multi-ICE and everything should work. Am i right? Are you aware of an available library for that? Thanks! Jimmy "Grant Edwards" le 2002-08-06 16:23:58 Pour : jimmy.gendron@telus.com cc : gdb@sources.redhat.com Objet : Re: Flash programming using GDB with ARM Multi-ICE On Tue, Aug 06, 2002 at 03:24:46PM -0400, jimmy.gendron@telus.com wrote: > we are developing a new board based on the Intel PXA250 > processor. > > I would like to know if we can program on-board flash using GDB > with a Multi-ICE unit from ARM? Yes. The easiest thing to do is to write a small program that can burn flash, link it together with the data you want programmed, download the lot into RAM, and run it. -- Grant Edwards grante@visi.com