Hello,
I am working on the IPL for AM437x GP EVM board.
AM437x GP EVM board should be GP device. Based on AM437x datasheet Chapter 5, for GP device , Public RAM for download image is from 0x402F0400. And I use this base, can download my IPL form UART successfully. But I can use this base:0x402F0400 for MMC0 boot(Note: I add 8bytes Header for Size and Destination). I checked the MMC boot MLO from TI, and found TI's MLO Destionation is from 0x40300350 (CONFIG_SPL_TEXT_BASE). Why AM437x GP use 0x40300350 (CONFIG_SPL_TEXT_BASE), not 0x402F0400?
Thanks,
Jian