Forum Post: RE: Procedure to activate IPC in IPU1.
Rabi,Are you running Linux on HOST? How many slave processors are you using in your system?Have a look at our example called ex02_messageq. It show how to configure your IPU1...
View ArticleForum Post: RE: Notify time consumption on c6657
Javier,You have a slight typo in your code above. The property name is 'cacheEnable', not cacheEnabled.Don't set the cacheLineSize to zero. Just leave it out and the default will be used. Remember that...
View ArticleForum Post: RE: sys bios - iheap and dynamic memory allocation
No Ashish, I dont see any stac corruption in tasks or HWI module.Actually same things are working for me on DSP bios, on migrating to sys bios i m facing this issue. xintf is nt generating the...
View ArticleForum Post: Adding Kernel Modules to EVM5432 GLSDK
I hope this is the correct forum post these questions. I would like to configure an OMAP uEVM5432 as a NAT router. Both the LAN and WAN interfaces appear to be working correctly, and every reference...
View ArticleForum Post: RE: Help with Developing a SYS/BIOS application for CPU2 of the...
Sure here are the two projects. One for CPU1 and one for CPU2. Tell me if I can help further. Dan(Please visit the site to view this file)(Please visit the site to view this file)
View ArticleForum Post: RE: Telnet server with TI-RTOS NDK
Hi Frank,You can add a Telnet server via the following configuration page. The callback function I specified was "myTelnet". You can look at the cdoc for the NDK. Look at the ti.ndk.config.Telnet for...
View ArticleForum Post: RE: DHCP client can't get IP
We are still trying to determine the root cause (and viable work-around until the root cause is determined).
View ArticleForum Post: RE: firmware_loader fails on first boot
Markus,I'm wondering if its a timing issue with other parts of the kernel or file system. Try adding a delay in your script and see if it helps. Start with something large like 10 seconds and then...
View ArticleForum Post: RE: SYS/BIOS Benchmark Cycle Definitions
The units are the number of instructions.First what is your library type: instrumented, nonInstrumented, custom, Custom Debug. The documented numbers are for Custom with asserts and logging disabled...
View ArticleForum Post: RE: How to build a simple NDK project for the TMDSEVM6678LE
I forwarded this post onto the appropriate team.
View ArticleForum Post: RE: VGA LCD monitor, 1280 *1024 *60, AM3359 LCD controller not...
Hi, sorry, maybe I don't descripe clearly, but I working on Linux OS, not so Android. TKS~ Kent
View ArticleForum Post: RE: Issues between Tasks/Semaphores creation and code execution
Hi Todd,thank you very much for telling me that trick, it was very helpful.. Is there any way to keep eye on the overall memory available to know how much is being used?Meanwhile I'll keep complicating...
View ArticleForum Post: RE: Connect Internet through through /dev/ttyS1 in AM1808
Hi,Thanks for your update.
View ArticleForum Post: RE: Use UART0 as console on AM1806 custom board
Hi Stalin,I tried what you say but nothing happened. Again the same situation, after Uncompressing Linux... done, booting the kernel. nothing happened.I read...
View ArticleForum Post: RE: firmware_loader fails on first boot
We tried the delay, but it didn't help :(
View ArticleForum Post: RE: Cache / Memory AM3359
You can use linker command file and data section pragma to force variables to a section. This may not be the only way though.#pragma DATA_SECTION ( symbol , "section_name");In linker.cmd...
View ArticleForum Post: RE: Syslink module load failed on OMAP-L138
I'm not a Linux kernel hacker so these instructions make no sense to me. I do observe however that my .config file includes the line:CONFIG_GENERIC_HARDIRQS=yI presume that means the config symbol was...
View ArticleForum Post: RE: Procedure to activate IPC in IPU1.
Rabi,The example typically uses/sets a particular memory map thus its sometime difficult to translate this into you own previously built application. This is particularly difficult when trying to sort...
View ArticleForum Post: RE: AER not working with 8KHz Little Endian sample inputs
Hi Shricharan,I examined the Rx output data (aerRxIn.pcm) and saw every other 80 samples are all 0's. The playback at speaker wouldn't sound right. Did you notice that? To debug this problem, the first...
View ArticleForum Post: RE: Problems getting SPI1 to work on AM3359
Hi Nicolaj,did you get SPI1 to work meanwhile?I use a different hardware but similar code (based on starterware SPI0) and the same SPI1-pinmux config. I can share the behaviour you described: init and...
View Article