devmem3 icon indicating copy to clipboard operation
devmem3 copied to clipboard

Enhanced version of devmem2 for accessing /dev/mem and other embedded resources

Goals

The initial goal is to create a more robust version of devmem2 [1].

devmem2 shortcomings:

  • Not easy to parse for scripts
  • Can't read multiple words
  • Can't dump regions to memory

Would be nice if it was modular so that it can be expanded to support I2C, SPI, CAN, protected EEPROMs, etc.

[1] http://www.lartmaker.nl/lartware/port/devmem2.c

Usage: devmem3 [options] [ type [data] ] devmem3 [options] -c

Options: -m where default is devmem -c command specific to module, try "-c help"

Type: access operation type: [b]yte, [h]alfword, [w]ord Data: data to be written