Documentation | user/debugging: Add Scrutiny documentation (!252)

Gedare Bloom (@gedare) gitlab at rtems.org
Tue Sep 1 19:52:55 UTC 2026




Gedare Bloom started a new discussion on user/debugging/scrutiny.md: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/252#note_158456

 > +
 > +    for cmd in [
 > +        ['scrutiny', 'elf2varmap', elf, '--output', work, '--cppfilt', 'arm-rtems7-c++filt'],
 > +        ['scrutiny', 'get-firmware-id', elf, '--output', work],
 > +        ['scrutiny', 'tag-firmware-id', elf, '--inplace'],       
 > +        ['scrutiny', 'make-metadata', '--output', work, '--project-name', 'RTEMS_DEMO', '--version', '1'],
 > +        ['scrutiny', 'make-sfd', work, os.path.join(out, 'scrutiny_test.sfd')],
 > +        ['scrutiny', 'install-sfd', os.path.join(out, 'scrutiny_test.sfd')],
 > +      ]:
 > +        subprocess.run(cmd, check = True)
 > +```
 > +
 > +The example application mentioned earlier provides you with the initialization
 > +code necessary to run Scrutiny with RTEMS, written according to the Scrutiny C
 > +wrapper. If you would like to run Scrutiny using C++, tweak the initialization
 > +code for your own needs, or add extra functionality, please refer to Scrutinys

Scrutiny's

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/252#note_158456
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/5-5yb377lb30ibfv6xg6b1r9oq8-j/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260901/29a92430/attachment-0001.htm>


More information about the bugs mailing list