I noticed the entries for the physical memory allocation in the DVSDK_1_10_00_00 DVSDK.reg are:
"PhysicalStart0"=dword:86300000
"PhysicalEnd0"=dword:87300000
and the following two entries are commented out:
;"PhysicalStart0"=dword:85800000
;"PhysicalEnd0"=dword:88000000
but in image_cfg.h the CMEM defines for inclusion in config.bib are:
#define IMAGE_CMEM_DSP_CA 0x85800000 //
#define IMAGE_CMEM_DSP_SIZE 0x02800000 // DSP 40 MB
I believe the the two settings that are active in DVSDK.reg are correct only for the old (6.15) BSP but not the A8_01_00 BSP which has the memory map reworked.
Is this correct? Should the correct setting to match the unified BSP be the ones that are commented out?
If this is correct the packaged distribution does not contain a matched set???
Also the CMEM_DSP define in config.bib of the AM35x_BSP would also be wrong even thought it is commented out at present.