bbe2d66110
memtool allows one to read and write memory mapped registers via /dev/mem. The commands are inspired by the respective commands of the barebox bootloader. This is handy during driver development to inspect and modify register settings. It can also be used to modify regular files and character devices (e.g. to paint to /dev/fb0). Signed-off-by: Peter Korsgaard <peter@korsgaard.com> [Thomas: add entry to DEVELOPERS file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
516 B
Plaintext
14 lines
516 B
Plaintext
config BR2_PACKAGE_MEMTOOL
|
|
bool "memtool"
|
|
help
|
|
Development tool to modify memory mapped registers.
|
|
|
|
memtool allows one to read and write memory mapped registers
|
|
via /dev/mem. The commands are inspired by the respective
|
|
commands of the barebox bootloader. This is handy during
|
|
driver development to inspect and modify register
|
|
settings. It can also be used to modify regular files and
|
|
character devices (e.g. to paint to /dev/fb0).
|
|
|
|
http://www.pengutronix.de/software/memtool/index_en.html
|