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]

Re: RedBoot for EPXA1


>>>>> Gary Hu writes:

RedBoot> load -v -b 0x40000
> CCEntry point: 0x00040040, address range: 0x00040000-0x000becc4
> xyzModem - CRC mode, 11667(SOH)/0(STX)/0(CAN) packets, 4 retries
RedBoot> go 0x400040
> $T0a0f:e4ba31ff;0d:b48cf401;#b1
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  <----- very strange ? what is this ?
Its a GDB remote debug packet. It is the result of a program error.
In this case, you mistyped the address as 0x400040 instead of
0x40040. There is no need to type the address at all. A simple
'go' after the load should work in this case.

--Mark



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