Source: memtool Section: devel Priority: optional Maintainer: Uwe Kleine-König Standards-Version: 4.1.2 Homepage: http://www.pengutronix.de/software/memtool/index_en.html Build-Depends: debhelper (>= 11), autoconf, automake Build-Conflicts: autoconf2.13, automake1.4 Vcs-Browser: http://git.pengutronix.de/?p=tools/memtool.git Vcs-Git: git://git.pengutronix.de/git/tools/memtool.git -b debian/unstable Package: memtool Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: 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).