| New Revision: https://docs.blackfin.uclinux.org/doku.php?id=test_mcapi
Old Revision: https://docs.blackfin.uclinux.org/doku.php?id=test_mcapi&rev=1370598424
Edit Summary: [build CCES mcapi msg test project] 
@@ -144,8 +144,10 @@
  {0x4000000, (ENUM_DCPLB_DATA_64MB | CPLB_DNOCACHE)},
  </code>
  ** build project **
  Project -> build project
+ 
+ After building successfully we get the file BF609_MCAPI_msg_CORE1.dxe, we can load it onto core B to run in two ways, either by the ROM code or by the Linux, details below.
  
  ==== load CCES mcapi test application by bootrom ====
  Blackfin bootrom allows to load 1 LDR image into memory and run on both cores after reset. You can pack core1 MCAPI dxe binary and core 0 uboot elf binary into one LDR image by bfin-elf-ldr utility and run MCAPI application on core1 at the very begining of uboot init.
  
 |