Hi Vivek, Your LCDK board booted Linux, this is u-boot running. If you wish to run facedetect code, then you can set boot mode to UART (01010000:12345678) i.e 2,4 ON. Then rebuild the facedetect code from C6SDK package, try to run the code through debugger…
And toolkit hardware guide too: www.ti.com/.../litabsmultiplefilelist.tsp;tabId=409&literatureNumber=sprufx3d&docCategoryId=6&familyId=114&keyMatch=fingerprint%20development%20kit&tisearch=Search-EN
And this one for a view of tools on OMAP (overkill…
Hi Roshan,
As per my knowledge we do not have any project to program NAND flash for DM6433 using JTAG,
But we do have an example project for OMAPL138 devices.
http://www.ti.com/tool/biossw-c6748
After installing above mentioned link for bios-c6sdk…
Hi Miron,
Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others may…
Hi Robert,
For facedetect demo sample code, you need to install "C6SDK" package.
Please refer to the following TI wikis and download link for C6SDK package.
http://www.ti.com/tool/biossw-c6748
http://processors.wiki.ti.com/index.php/BIOS_C6SDK_2…
Hi Pinakin,
I am guessing you are looking for drivers for the C6747 DSP in OMAPL137. I would suggest getting the C6748 (OMAPL138) SDK ( www.ti.com/.../biossw-c6748 ) and reworking the drivers you are interested in to make them work with OMAPL137. Since…
According to release notes, these drivers that you suggested are 3 years older compared to what I currently use http://www.ti.com/tool/biossw-c6748
One of them must be deprecated. Probably older ones. Could you comment this.
Andres
Hi Mustapha,
We have some example for face detect demo for C6748 under C6748 sys/BIOS software development kit, the Face detect demo comes with the C6748 BIOS C6 software development kit with the source code of the project.
The demo can detect multiple…
Hi Frank,
Both LCDK and EVM uses this common configuration itself. You will not separately for LCDK.
Which setting in the DIP switches should I choose (UART2, NAND 16, or MMC/SDO) for conducting the boot?
I would like to keep loaded the face detection…
Hi Alexander,
a) The DSPBIOS PWRM module API is described in the PSP 1.31.01 user's guide: http://software-dl.ti.com/dsps/dsps_public_sw/psp/BIOSPSP/01_30_01/index_FDS.html As mentionned in the below E2E post the DSPBIOS PWRM module API is described…