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.

CCS board file for BeagleBoard

Other Parts Discussed in Thread: CCSTUDIO

Has anyone actually created a CCS board configuration file for the BeagleBoard?

  • I have not seen a CCS board configuration file for the BeagleBoard, but it should be very similar to the Mistral OMAP35x EVM.  You should be able to use equivalently.

  • As Brandon says, the CCS board configuration should be the same between the BeagleBoard and the EVM, I have not tried it myself but the difference could potentially be in the GEL files, depending on what version of the EVM the GEL files were working with you may have to use the Micron DDR configuration versus a Samsung DDR configuration.

  • Thats what i am struggling with. I know it uses the Micron NAND as opposed to the ONE nand ... not sure on RAM and other clocking.

  • I think the configurations you need are already in the OMAP3 GEL files, in particular if you take a look at C:\CCStudio_v3.3\cc\gel\omap3430_sdrc_configs.gel it has the various memories, including the Micron (I believe the same device that is on the beagle). If you use the standard OMAP3 CCS configuration with these GEL files, in particular omap3430_cortexA.gel on the ARM, you should have menu items under the GEL menu of CCS to configure various things, including how the DDR is configured.