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]

Adding commands to RedBoot



What is the preferred way to add/extend commands to RedBoot?

Specifically, it would be nice to have 2 command to augment dump, namely:

edit -b <location> -v <value>

fill -b <location> -l <length> -v <value>

Should these functions reside in diag.cxx and just put the calls in
/redboot/current/main.c?

Somewhere they should call the macro HAL_WRITE_UINT32.

If you think it's a good idea and these are the right places, I'll give it a
shot.

Warren


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