Forum Post: RE: linker.cmd file showing incorrect memory map after modifying...
Baltasar, I've zipped the two files as just attaching them did not work.Thanks, John C.(Please visit the site to view this file)
View ArticleForum Post: RE: stdout from threads when using GCC and Sys/BIOS on ARM?
David,Are you using CCS? If you are, what version? Also what xdctools are you using?Moses
View ArticleForum Post: RE: am335x sysbios ind sdk installer error
Fred, Thanks for the feedback. Our testing team did not come across such an error(we also work over Windows 7 64-bit). Are you able to reproduce this?Regards,Vinesh
View ArticleForum Post: RE: Compiler Version detection fails
Raymond,the compiler path is set in tirtos.mak using DEFAULT_INSTALLATION_DIR, and that's an absolute path. If that variable is changed in such a way that the remaining relative path cannot be found...
View ArticleForum Post: RE: RTA tools not working ccs5.5 dsp28335 bios 5.42
Michael,Are you running this on a hardware platform or a simulator? If you're running on hardware, what platform?ThanksMoses
View ArticleForum Post: RE: Bug in ListMP: head may be changed on other core but it is...
Wade,I have studied the code in ListMP_getHead, ListMP_putHead, and ListMP_putTail. I do not see any bugs in these functions. I believe them to be correct.From the earlier posts in this thread, I see...
View ArticleForum Post: RE: event pend behavior is suspicious
Ravikiran,I still don't have enough information. This snippet of code looks fine. Set breakpoints on both the pend and post and verify that it hits the pend, and then the post the first time. And from...
View ArticleForum Post: RE: Statically created thread function argument is still a text...
Ernst,that's a bug in XGCONF. I am not sure if there is a bug filed about it, but XGCONF should not generate "&<something>" expressions for UArg types. The type UArg can accept both pointers...
View ArticleForum Post: RE: How to load kernel modules after Android boot??
Hi, I know this post is extremely ancient, but since I'm facing the same problem, I decide to ask anyway.I wish to load a module AFTER Android System, or somewhere very late in the boot process,...
View ArticleForum Post: SDOCM00074846 : WinCE BSP ARM-A8 Known Limitations
Hi,I would like to know the detailed information regarding "SDOCM00074846" issue.It is the following.SDOCM00074846 - warm reboot doesnt work when booting from SD card on AM3517. One would need to mod...
View ArticleForum Post: RE: Supported SysLink and Linux kernel versions for...
LINUXKERNEL is set correctly (otherwise the module would not load at all because of module_layout symbol version disagreement). I modified Gate.c for 3.x kernels by replacing CONFIG_PREEMPT_RT with...
View ArticleForum Post: RE: Yocto build for MCSDK 3.1 fails with ecj-initial
Hi Scott,We will work on to build MCSDK 3.1. Upgrading to Ubuntu 12.04 will not help solve this issue. It is just a suggestion.In internet, some of the URL’s have been changed or obsoleted, and becomes...
View ArticleForum Post: RE: Using RTOS with EVMDM6437
Update:With more trial I have seen that when SYS/BIOS is selected from the RTSC menu, I can find a platform called "ti.platforms.evmDM6437" however when I select TI-RTOS for C6000 I can only choose...
View ArticleForum Post: RE: Linux kernel booting issue
Hi Ankur Singh,[quote]Hi Ankur,1) Give [Ctrl+C] while hanging at "udev" script2) Give full permission to your filesystem through "chmod -R 777 /media/rootfs"[/quote]Have you tried to use this...
View ArticleForum Post: RE: davinci emac send packet failed
Hi Bruce,Please don't create multiple posts for the same problem/question, Please delete this post.Thanks for your understanding.
View ArticleForum Post: RE: SPI Bus 2.0 - ads7846 spi2.0: no device detected, test read...
Thanks for that Titus,I am just building the kernel now, wanted to get some information about this touchscreen, to see if I can get it to work I am not sure how to get this across but I have TSC2046...
View ArticleForum Post: RE: davinci emac send packet failed
platform:DM368 SDK:dvsdk_2_10_01_18 ti-davinci\drivers\net\davinci_emac.c When I call hard_start_xmit to send udp packet, sometimes packets lost. I search a lot of infos from google, someone suggest...
View ArticleForum Post: RE: modprobe bonding : FATAL: Module bonding not found
Can you try:insmod <full_path_to_the_module>Note that insmod doesn't handle module dependencies like modprobe.Best regards,Miroslav
View ArticleForum Post: RE: Memory issues using NDK2
Hello Moses,Thanks for your answer. The first 59 connections work fine. What do you mean by valid? The connection is established, data is exchanged, and the socket closed on both sides (via shutdown()...
View ArticleForum Post: RE: ListMP problem
[quote user="Ramsey"]Wade,I posted a reply to the ListMP thread you reference above. In brief, I do not think there are any bugs in the ListMP module.I made a couple of suggestions in the other thread....
View Article