devmem2 - simple program to read/write from/to any location in memory
Contents
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]]
