dm3? You mean phone unlocking box?zibri2 wrote:Well all I did to read/write to mem was to map the memory using mmu (like in dm3).
But without that there is no way to use /dev/mem directly.

You sure physical memory is not readable/writable in D-series using mere mmap()?
Unless I'm very much mistaken, 1st DDR bank should be at 0x60000000 in physical address space. Something like
Code: Select all
dd if=/dev/mem of=mem.001 bs=1M skip=1536 count=1
(not really important, I'm just curious)