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]

RE: Adding commands to RedBoot


Hi Jesper,


I modified dump to include word and long dumps with an optional -L or -W.
If you want
bytes back, use a -B option.  

dump -b <location> [-l <length>] [-B|W|L]

Here are the files I modified:
main.c  (in redboot/current/src)
diag.h  (in infra/current/include)
diag.cxx (in infra/current/src)

There are two Changelogs also.

Enjoy,

Warren




-----Original Message-----
From: Jesper Skov [mailto:jskov@redhat.com]
Sent: Friday, November 02, 2001 2:50 AM
To: Warren Jasper
Cc: 'Jesper Skov'
Subject: RE: [ECOS] Adding commands to RedBoot


>>>>> "Warren" == Warren Jasper <Warren.Jasper@bops.com> writes:

Warren> Jesper,

Warren> the dump command already has a -l option.  I think that was
Warren> why I did not implement it that way.  If you write down a
Warren> consistent syntax, I'll implement it for you.

Warren> dump -b <location> [-l <length>] [-LW] ??????

This would be OK.

Please address your questions to the list in the future.

Thanks,
Jesper

diag.cxx.diff

ChangeLog.dif

ChangeLog.infra.diff

diag.h.diff

main.c.diff


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