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]

Became unable to run application


Hello everyone,

I am in next problem,please help me.
First I cleared FROM area and reloaded application(nc_slave) into FROM,
then I suddenly became unable to go application.
I do not know what become wrong.
Would you please help me to run application again.

FROM area is 0xa0000000 - 0xa0400000
RAM  area is 0x8c000000 - 0x90000000

I loaded nc_slave into FROM(0xa0080000) using load,fis create command.
I used next Script commands to transfer it from FROM to RAM(0x8c010000),and did go,
but "$T0410:a00007c8;0f:8ffecf98;#2f" appears and never run application.
RedBoot> fis load -b 0x8c010000 nc_slave
RedBoot> channel 0
RedBoot> go 0x8c010000


RedBoot> fis list
Name              FLASH addr  Mem addr    Length      Entry point
nc_slave          0xA0080000  0x8C010000  0x00050000  0x8C410000

-- below is consol displayed log --
My Flash ID is 4:22f9:0:19
eth_drv_init:enaddr=0x8c000600
Ethernet eth0: MAC address 00:40:31:08:01:00
IP: 172.16.1.200/255.255.255.0, Gateway: 172.16.1.1
Default server: 172.16.1.1

RedBoot(tm) bootstrap and debug environment [ROM]
Non-certified release, version UNKNOWN - built 10:20:01, May 13 2008

Platform: inserter (SH 7709S)
Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.
Copyright (C) 2003, 2004, 2005, 2006 eCosCentric Limited

RAM: 0x8c000000-0x90000000, [0x8c00aa48-0x8ffed000] available
FLASH: 0xa0000000 - 0xa0400000, 64 blocks of 0x00010000 bytes each.
== Executing boot script in 3.000 seconds - enter ^C to abort
RedBoot> fis load -b 0x8c010000 nc_slave
RedBoot> channel 0
RedBoot> go 0x8c010000
$T0410:a00007c8;0f:8ffecf98;#2f

Thanks in advance.
Masahiro Ariga



--
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]