This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3352: Bootloader loading issue in AM3352 custom board

Part Number: AM3352

Hi,

How to set the max-page-size linker option for any programs which require writing to memory regions where the start address or size are not aligned to the default max-page-size of 32 Kbytes. 

In my linker file I have defined only this memory.

MEMORY
{

SRAM : o = 0x402F0400, l = 0x0000F800 /* 64kB internal SRAM */

}

On loading the code it gives load error as

CortxA8: File Loader: Verification failed: Values at address 0x402F0074 do not match Please verify target memory and memory map.
CortxA8: GEL: File: C:\Users\BCG\workspace_v8\SAMPLE_BL\Debug\SAMPLE_BL.out: a data verification error occurred, file load failed.