memtool
Development tool to modify memory mapped registers
Install
- All systems
-
curl cmd.cat/memtool.sh
- Debian
-
apt-get install memtool
- Ubuntu
-
apt-get install memtool
- Kali Linux
-
apt-get install memtool
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install memtool
- Raspbian
-
apt-get install memtool
- Dockerfile
- dockerfile.run/memtool
memtool
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).