This is the mail archive of the ecos-discuss@sourceware.org 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]

Redboot commandline problem


Hi All,

Rebuilding RedBoot from the Configuration ToolTo rebuild RedBoot from the Configuration
Tool, open the template window (Build->Templates) and
select the appropriate Hardware target and in Packages select
"redboot". Then press OK. Depending on the platform, a number of
conflicts may need to be resolved before the build can be started;
select "Continue".
Import the desired RedBoot configuration file from the platform HAL
(File->Import...).  Depending on the platform, a number of
conflicts may need to be resolved before the build can be started;
select "Continue". For example, if the platform selected is Hitachi
SE7751 board and the RAM configuration RedBoot should be built, import
the file
hal/sh/se7751/VERSION/misc/redboot_RAM.ecm.
Save the configuration somewhere suitable with enough disk space
for building RedBoot (File->Save...). Choose the name according to
the RedBoot configuration, for example
redboot_RAM.ecc.
Then start the build (Build->Library) and wait for it to
complete. The resulting RedBoot files will be in the associated
install directory, for the example this would be redboot_RAM_install/bin.

I imported redboot_Ram.ecc
my platform is package/hal/arm/arm9/scp

using above information I got redboot.elf file in my _install/bin/ folder. After I converted the redboot.elf file into redboot.bin file.
After I loaded binary file into my board at ram 0x30000. After I used go 0x30000
now I got the below redboot console.

But Not working any command on commandline and hanging problem also there.
Pls provide the solution.



My board is using u-boot.

USCP#  tftpboot redboot.bin 0x30000
Using port: EthA
RX Buf shift state: 0x01

Link: 10MB/s Full Duplex
TFTP from server 192.168.200.57; our IP address is 192.168.200.106
Filename 'redboot.bin'.
Load address: 0x30000
Loading:  ############
done
Bytes transferred = 57340 (dffc hex)



USCP# go 0x30000
## Starting application at 0x00030000 ...

RedBoot(tm) bootstrap and debug environment [RAM]
Non-certified release, version UNKNOWN - built 14:17:04, Oct 18 2006

Platform: SCP system (ARM9)
Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.
Copyright (C) 2003, 2004, 2005, 2006 eCosCentric Limited

RAM: 0x00000000-0x02000000, [0x00043948-0x02000000] available
RedBoot>
RedBoot> history
RedBoot> help
RedBoot>
RedBoot>
RedBoot>
RedBoot>
 
Thanks & Regards
Srinivas Rao.Ch




		
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.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


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