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.

Linux/AM5728: Rebuilding the Processor SDK with custom settings

Part Number: AM5728

Tool/software: Linux

Hello, I've been working on a project that uses the processor SDK, and I have made several changes to several u-boot-related files (namely, adjusting the amount/speed of RAM available).  These values are inspired by the answer in this post:

e2e.ti.com/.../1926024

I have been invoking the Arago build system with: 

MACHINE=am57xx-evm bitbake u-boot --force -c compile

The build will succeed, however the image file will be quite small (680kB or so) and unsurprisingly, refuse to boot.  I am unable to receive any kernel messages either.

So, I guess this is more of a general question, but how does one build the processor SDK so it will boot on the EVM?

DETAILS: I am trying to reduce the amount of RAM the AM57x EVM sees by half by only interfacing with one EMIF.  I used the sprac36 workbook to alter the EMIF configuration registers, and now I am trying to create a new .img file to boot with.