From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Thomas To: Piteir Cc: ECOS Subject: RE: [ECOS] Newbie: More about flash Date: Wed, 11 Jul 2001 06:27:00 -0000 Message-id: References: <20010711025239.89030.qmail@web12306.mail.yahoo.com> X-SW-Source: 2001-07/msg00293.html On 11-Jul-2001 Piteir wrote: > Hi, > > I have download my program using TFTP in Redboot. > I got this message: > > Entry point:0x00020040 Address > Range:0x00020000-0x00050eb4 > > Please tell what does "Entry point" mean? and If I > want to save this into Flash Image System in Redboot, > what command I have to type (I have read the Redboot > manual-June version- but not clear enough) 'Entry point' would be the address that the program starts at when you want to run it. As for creating an FIS image, how can we make the document any clearer? Which part don't you understand? RedBoot> fis create PROG -b 0x20000 -l 0x303b4 -r 0x20000 When you are ready to run it from FLASH, do this: RedBoot> fis load PROG RedBoot> go