]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/audio-preprocessing.git/blobdiff - file_demo/am572x/readme.txt
Made the file_demo independent from the VOLIB install location
[processor-sdk/audio-preprocessing.git] / file_demo / am572x / readme.txt
index 641fee815d5a00e83ecf438eb4457928b82485b1..ae07c7c1a196243d0931cb46366c27a26891ca5b 100644 (file)
@@ -1,26 +1,28 @@
 1. Download AEC-AER and VOLIB(volib_C66_2_1_0_1) from http://www.ti.com/tool/telecomlib\r
 2. Install AEC-AER and VOLIB(volib_C66_2_1_0_1) at C:\ti\r
-3. Download xdais_7_23_00_06 and xdctools_3_24_07_73 from TI website \r
-4. copy file_demo\am572x to C:\ti\volib_C66_2_1_0_1\packages\ti\mas\noise-reduction\r
-5. Downlaod CCS 6.1.3 from TI website\r
-6. Install CCS 6.1.3 at C:\ti\r
-7. Launch CCS 6.1.3\r
-8. Import test_rel_ce64Ple_CE64PLE_LE_ELF from C:\ti\volib_C66_2_1_0_1\packages\ti\mas\noise-reduction\test\ccsProjects\r
-9. Build the imported project\r
-10. Import the target configuration file AM572x_GPEVM_BH_USB_560M.ccxml from C:\ti\volib_C66_2_1_0_1\packages\ti\mas\noise-reduction\gel\r
-11. Connect the Blackhawk USB 560M JTAG to P4 on AM572x GP EVM\r
-12. Plug power adaptor(12V) into the AM572x GP EVM (Do not press the Power Button(S1) yet)\r
-13. Launch the AM572x_GPEVM_BH_USB_560M.ccxml using "Launch Selected Configuration" from CCS 6.1.3\r
-14. Press the Power Button(S1) and "Connect to CortexA15_0" immediately (Due to the EVM will be auto power off in 10 secs)\r
-15. Then "Connect to C66xx_DSP1"\r
-16. Load the test_rel_ce66le_CE66LE_LE_ELF.out from C:\ti\volib_C66_2_1_0_1\packages\ti\mas\noise-reduction\test\ccsProjects\test_rel_ce66le_CE66LE_LE_ELF\Debug\r
-17. Execute GEL function Scripts-->Microphone Load Functions-->BFMicLoadAll to load all 8 microphone input files \r
-    (C:\ti\volib_C66_2_1_0_1\packages\ti\mas\noise-reduction\gel\mics\y16L8g3m7090_x.pcm) into external memory buffers\r
-18. Run the program (loaded in step 16) by pressing F8\r
-19. The program will print out the statistics and "Simulation End" when the program completes the prosessing\r
-20. Execute GEL function Scripts-->Microphone Save Functions-->BFSaveOutput to save the processed auido output from external memory buffer to a file \r
-    (C:\ti\volib_C66_2_1_0_1\packages\ti\mas\noise-reduction\gel\mics\fileOutput.bin)\r
-21. You can change the "#define NUM_BF_ANALOG_MIC 8" and "#define NUM_BF_VIRTUAL_MIC 12" in bf_asnr_mss_vau.h. \r
+3. Rename C:\ti\aer_c64Px_obj_17_0_0_0 to C:\ti\aer_c64Px_obj_17_0_0_0_mod\r
+4. Comment out line 236~240 of C:\ti\aer_c64Px_obj_17_0_0_0_mod\packages\ti\mas\types\types.h\r
+5. Download xdais_7_23_00_06 and xdctools_3_24_07_73 from TI website \r
+6. copy noise-reduction directory to C:\ti\noise-reduction\r
+7. Downlaod CCS 6.1.3 from TI website\r
+8. Install CCS 6.1.3 at C:\ti\r
+9. Launch CCS 6.1.3\r
+10. Import AM572x_bf_nobios from C:\ti\noise-reduction\r
+11. Build the imported project\r
+12. Import the target configuration file AM572x_GPEVM_BH_USB_560M.ccxml from C:\ti\noise-reduction\file_demo\am572x\gel\r
+13. Connect the Blackhawk USB 560M JTAG to P4 on AM572x GP EVM\r
+14. Plug power adaptor(12V) into the AM572x GP EVM (Do not press the Power Button(S1) yet)\r
+15. Launch the AM572x_GPEVM_BH_USB_560M.ccxml using "Launch Selected Configuration" from CCS 6.1.3\r
+16. Press the Power Button(S1) and "Connect to CortexA15_0" immediately (Due to the EVM will be auto power off in 10 secs)\r
+17. Then "Connect to C66xx_DSP1"\r
+18. Load the test_rel_ce66le_CE66LE_LE_ELF.out from C:\ti\noise-reduction\file_demo\am572x\test\ccsProjects\AM572x_bf_nobios\Debug\r
+19. Execute GEL function Scripts-->Microphone Load Functions-->BFMicLoadAll to load all 8 microphone input files \r
+    (C:\ti\noise-reduction\file_demo\am572x\gel\mics\y16L8g3m7090_x.pcm) into external memory buffers\r
+20. Run the program (loaded in step 16) by pressing F8\r
+21. The program will print out the statistics and "Simulation End" when the program completes the prosessing\r
+22. Execute GEL function Scripts-->Microphone Save Functions-->BFSaveOutput to save the processed auido output from external memory buffer to a file \r
+    (C:\ti\noise-reduction\file_demo\am572x\gel\mics\fileOutput.bin)\r
+23. You can change the "#define NUM_BF_ANALOG_MIC 8" and "#define NUM_BF_VIRTUAL_MIC 12" in bf_asnr_mss_vau.h. \r
     The allowed value for NUM_BF_ANALOG_MIC is 1-8. The allowed value for NUM_BF_VIRTUAL_MIC is either 12 (30 degree apart) \r
     or 8 (45 degree apart)\r
 \r