logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

devmem2 - simple program to read/write from/to any location in memory

Author

       devmem2 was written by Jan-Derk Bakker <jdb@lartmaker.nl>.

       This manual page was written by Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>, for the Debian
       project (and may be used by others).

                                               September 28, 2010                                     DEVMEM2(1)

Description

devmem2  is a simple program to read/write from/to any location in memory. Useful when debugging embedded
       boards, e.g. beagleboard.

Name

       devmem2 - simple program to read/write from/to any location in memory

Options

address
              Memory address to act upon.

       type   Access operation type: [b]yte, [h]alfword, [w]ord.

       data   Data to be written.

Synopsis

devmem2 address [type [data]]

See Also