Forum Post: gpmc_cs_request exception
Hello,I am using kernel module for testing and get exception, when using gpmc_cs_request() call.Does anyone have any idea ?~ # insmod sram_test.ko[ 22.299072] sramtest_init[ 22.301879] Unable to handle...
View ArticleForum Post: RE: Query on Linux File system
Hi Lyf,You can find in downloaded SDK that name called "ramdisk" or "initramfs" which has minimal rootfs.Also, you can search in our TI wikis or TI E2E posts or internet to find the answers for the...
View ArticleForum Post: RE: Configuring Linux Kernel to least size
Hi Titusrathinaraj Stalin,thanks for the link.Later I want to move it to the standalone PCB design. Also I would like to tweak and fail and learn the kernel porting. So I set the memory footprint as...
View ArticleForum Post: RE: Looking for more information about Distributed Open Max
Hi Rajasekaran, Thank you for the information. Let me put my Q in simple way. Say for example i have an algorithm Eg: FIR filter. I want to make it compliant with OpenMax. Now, My Q is Should i make it...
View ArticleForum Post: RE: Compile the Linux SDK using CCS tool
Hi Lyf,Please refer the following the very useful TI...
View ArticleForum Post: RE: beaglebone and uart 1 using starterware
Hi Carlos, Thanks for your reply, Yes i am aware of the clock domains. We have set the registers accordingly, but still could not get it working.here is my setting. Any pointers will be...
View ArticleForum Post: RE: Does ROI encoding supported on DM6467
Hi,No it doesn't support ROI Encoding.
View ArticleForum Post: RE: How to upgrade U-Boot/UBL from Linux
Hi Titus, First of, unfortunately there's no way to use another device like an SD card. The NAND and a really small EEPROM are the only storage devices on these APs. And Ankur, thanks for the...
View ArticleForum Post: Stack corruption on return from BIOS_start
I have an application with two tasks that I create dynamically. Both were running correctly until I added a new uninstantiated object. Just adding that object declaration cause the stack to get...
View ArticleForum Post: I need example of can tc rx based on ti-rtos!!!!
can anybody post sample example of CAN TX RX based on ti-rtos (sysbios HWI) ?RegardsPS : I have tm4c123g - DK
View ArticleForum Post: RE: NFS Booting issue with Linux kernel 3.12
Hi Ankur,Are you working with TI released SDK kernel or from "kernel.org" ie 3.12 ?Have you compared the ethernet driver between the both kernel versions ?Also, please check the kernel driver...
View ArticleForum Post: RE: Linux causing CCS/JTAG to disconnect
Hi Anthony,I have already debugged the kernel through CCS.You can put one "Breakpoint" in kernel board file and check whether the kernel hits ?Here are the steps that I have followed to debug the...
View ArticleForum Post: RE: interface for changing clock frequency
Hi Titus,Thanks for the quick response.We disabled sysfs, debugfs from various SW reasons.Can you please elaborate how we can alternatively do this access without sysfs ?Thanks!Ran
View ArticleForum Post: NDK Port 2 support
We have been struggling to get SYS/BIOS and NDK working on a AM3352 processor. It seems that the issue is related to our use of CPSW port two. The CPSW drivers in the sys_bios_driver library use the...
View ArticleForum Post: RE: Reproducible Installation - TI RTOS vs (Sys/Bios + UIA)
Yes, the targets and platforms are not part of XDCtools anymore. But they are now shipped as a part of the SYS/BIOS product. So your options #3 and #4 are fine. You don't need anything else.Vikram.
View ArticleForum Post: RE: BIOS5, idle function runs before we exit main.
I have a similar question, see my previous post:http://e2e.ti.com/support/embedded/tirtos/f/355/p/363811/1278923.aspx#1278923some follow up questions:1) I read in the BIOS manual, section 2.10, that...
View ArticleForum Post: RE: Problem in building syslink sample project in CCS
Many of the missing symbols should be found in the libraries in configPkg/linker.cmd. Can you post the content of that file and also ../frameq_omap3530_dsp_pe64P.cfg?
View ArticleForum Post: rtos tiva BIOS clear FPU registers
Hey,Bios 6.4 TiRTOS 2.02.36 CCS61. Main: // ....Set FPU FPULazyStackingEnable(); FPUEnable(); /* *** *** START BIOSU *** *** */ //System_printf("exit main()\n"); //Breakpoint One BIOS_start(); /* does...
View ArticleForum Post: HARD FAULT help RTOS TIVA
Hey,I have problem because my program give me Hard Fault.4xHWI stack:40963xTASK stack:20481xidleno SWI and clockIt always happen at the same time. After 50sec. Stacks dont seem to overflow.enter...
View ArticleForum Post: RE: H.264 encoder with barrier implementation on uncacheable memory
Hi Sudheesh,Do you see the root of this strange issue? Is it our integration code or TI codec?Regards,Andrey Lisnevich
View Article