I'm trying to access the DTCM using /dev/mem on 8mplus and the board is hanging.
The reference manual is bit ambiguous because the region is on the a-53 memory map, like in the picture below
Bu in the beginning of the same section of the manual, it looks like its available only for the M7 core:
Thanks!
Hi Jose
one can try to set proper RDC permissions using Table 3-4. Memory Region Mapping
i.MX 8M Plus Applications Processor Reference Manual
Best regards
igor
Thanks!
Should I use the SDK API for that?
https://mcuxpresso.nxp.com/api_doc/dev/1425/a00017.html
I know that this SDK writes directly to registers in the processor, but since this is running on top of Linux, I'm getting segfaults while trying to run any command on it that writes to those registers
Am I'm doing something wrong here?
in linux rdc is configured in atf (struct imx_rdc_cfg rdc[])
Best regards
igor