Hi Yanbin,
Going forward, please post separate questions as a separate e2e post; a new post is more likely to get an answer since it is easier to spot for the e2e community and also easier to track.
To answer your question, the PCI express driver…
MSGQ and DSP/BIOS are old versions.
MessageQ and SYS/BIOS are the current versions. You can find an example of MessageQ passing messages between cores in the IPC package that comes with the BIOS-MCSDK that you can download here:
http://www.ti.com…
Hi Denise,
You can try MCSDK installation. This will install all the relevant modules and then you can try creating a project. Also while creating a project select C66x project type.
The MCSDK install should be available with the CD. if not please…
Hi Anshul,
Do you want a semaphore which is shared among multiple cores? I mean, core A posts a semaphore and core B pends the semaphore.
If yes, to my best knowledge, the BIOS Semaphore does not work for the purpose. My understanding is BIOS Semaphore…
The NDK is primamry built with the assumption that all the sections are loaded to the L2. So in order to use DDR for the section compile the code with EXTERNAL_MEMORY flag. Also you are using one of the oldest versions of everything. If possible move…
Other Parts Discussed in Thread: BIOSLINUXMCSDK , TMS320C6678 Hi,
I want to port one of our own operating system on one of the core on evm6678l board. My computer has linux-ubunutu as operating sytem.
At this stage I just want to program one core…
Some additional info.
There is an example of ethernet boot provided with the MCSDK. Under the Bios MCSDK install directory, look at tools\boot_loader\examples\ethernet for the docs and example code. There is even some C code that can be compiled as…
Other Parts Discussed in Thread: BIOSLINUXMCSDK Hi all,
Currently, I'm working on 6670 drivers. We need 6670 to communicate with other device via SPI, UART, and I2C, I have to write the driver for them.
My question is that I'm quite familiar with…
Other Parts Discussed in Thread: BIOSLINUXMCSDK EVM6474 NDK example runing core0,now I want to change NDK runing on core 1.I find same initialize only on core0,SGMII .what can i do chang the programe?If i want to NDK runing on core 1!
Thanks
…
Please download the MCSDK from http://www.ti.com/tool/bioslinuxmcsdk . The functioning examples are in projects which will be in C:\Program Files\Texas Instruments\pdk_C667#_1_0_0_##\packages\ti\drv\exampleProjects. The following examples are for Multicore…