I noticed that the memory used on the Wandboard is the same as the nitrogen6x. Has anyone tuned the DCD for the Wandboard memory layout or have people been using the nitrogen6x DCD?
I am not a linux guy and work with the Freescale SDK, so I don't know how to find out what DCD info is used in the Linux image. Can someone point me to where in the Linux source tree the DCD data comes from for the Wandboard?
For the original author, the i.MX 6Dual/Quad Applications Processor Reference Manual on the Freescale site explains the DCD. When I use the SDK on a Sabre SD board, I use this data in my Eclipse debug configuration. It basically sets up the memory manager and memory timing so that the JTAG than then successfully download an elf file and debug it. When booting from SD, the DCD data is in the image structure, also described in the reference manual. The instructions for building a Linux image for the Sabre SD board has more details.