This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Building RAMable version of RedBoot


Hi.

I am new to the redBoot and am looking for help in building the RAMable version of
redboot.


I have a Intel® IQ80310 Development Kit ( Cyclone) with me that is already running redboot.
I have provided below the screen shot of the hyperTerminal.



RedBoot(tm) debug environment - built 07:52:03, Apr 20 2001 Platform: IQ80310 (XScale) Version: 1.00 Copyright (C) 2000, Red Hat, Inc.

RAM: 0xa0000000-0xa2000000
FLASH: 0x00000000 - 0x00800000, 64 blocks of 0x00020000 bytes each.
IP: 192.168.200.192, Default server: 192.168.200.25
RedBoot>



I have installed ecos 2.0 beta version in a linux box running RedHat 7.2 and I am able to build the
ROMable redboot image. Based on the information given in the manuals, I used the following
script file to generate the RAM image. The build is going through fine. But the resultant image
still has the start address at 0x0 instead of 0xA0020000.



export TOPDIR=`pwd`
export ECOS_REPOSITORY=${TOPDIR}/packages
export VERSION=v2_0
mkdir ${TOPDIR}/build
cd ${TOPDIR}/build
ecosconfig new iq80310 redboot
ecosconfig import ${ECOS_REPOSITORY}/hal/arm/xscale/iq80310/${VERSION}/misc/redboot_RAM.ecm


   ecosconfig check
   ecosconfig tree
   make

Build output:
==========
mkdir: cannot create directory `/GDA/opt/ecos/ecos-2.0/build': File exists
U CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT, new inferred value 0xA0008000
U CYGSEM_HAL_USE_ROM_MONITOR, new inferred value 0
Target: iq80310
Template: redboot
Added:
 CYGPKG_IO_FLASH
 CYGPKG_IO_ETH_DRIVERS
 CYGPKG_MEMALLOC
 CYGPKG_COMPRESS_ZLIB
No conflicts
make -r -C hal/arm/arch/v2_0 headers



Pl let me know what am I missing?

Thanks
G.Muruganandam


-- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]