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.

AM437x Custom Dev Board EDMA Test Failure (One bit off)

I am having a problem trying to get my dev board working that uses an AM437x processor.  When trying to run the EDMA test script for DDR in CCSv6, one of my dev boards works perfectly fine and passes all tests.  But then, when I try to run the same exact target configuration on a similar board that also has the same exact AM437x processor silicon revision and RAM (all trace lengths are exactly the same), I get a very strange but consistent error.  The least significant bit of the most significant nibble was not matching what it was expecting.  Here is a sample of the error from the EDMA results:

Test 1
CortexA9: GEL Output: Write is completed Starting @0x80000000
CortexA9: GEL Output: EDMA Transfer Start for QUEPRI 0x00000000
CortexA9: GEL Output: EDMA Transfer Complete for QUEPRI 0x00000000
CortexA9: GEL Output:
Failed@0x40300000 Expected=0xAAAAAAAA Read=0xBAAAAAAA
CortexA9: GEL Output:
Failed@0x40300004 Expected=0xAAAAAAAB Read=0xBAAAAAAB
CortexA9: GEL Output:
Failed@0x40300008 Expected=0xAAAAAAAC Read=0xBAAAAAAC
CortexA9: GEL Output:
Failed@0x4030000C Expected=0xAAAAAAAD Read=0xBAAAAAAD

It goes on like this for the entire test.  Any help would be much appreciated.