Forum Post: RE: RTA not working with DSP/BIOS 5.42 and eZdsp C5505 USB Stick
Chris,Is the RTA enabled in the *.tcf file?Open the *.tcf file in configuration tool. Expand System, right click and select Properties.In the dialog box opened, make sure the Enable Real Time Anaylsis...
View ArticleForum Post: RE: SYS/BIOS system tick timer accuracy
Hi Ashish,Thank you for the information.As you mentioned SYS/BIOS can use any of the available (or unused) timers.Could you please let me know the way to find out which timer is being used currently...
View ArticleForum Post: RE: Mounting 3 of 4 partitions at system start-up using TI root...
Moving this to the Linux forum - question is not processor-specific.
View ArticleForum Post: RE: C66x H.264HP encoder - Noise clips generate big GOP size
Hi Dongning,I understand the requirement now. This kind of specific feature/mechanism is not present in current H264 HP encoder. We need to implement the same. RegardsRama
View ArticleForum Post: RE: EVMK2H: Newer Linux Kernel?
Hi Peter,Sorry for the inconvenience,I have forwarded your request to respective team and will update.
View ArticleForum Post: RE: Problem in building syslink sample project in CCS
Which core are you building when you get the error (M3? DSP?)?Is there more context to the build log you can share? I couldn't find that error msg being reported anywhere, though there is a...
View ArticleForum Post: How can I copy a test files from USB flash to SD card?
Hi~How can I copy a test files from USB flash to SD card?I have no idea to implement this function.Please give me some ideas ^^Thanks.HW --> AM335x Starter KitSW -->...
View ArticleForum Post: RE: fw_setenv cannot pass mtd device erase
Hi Dan,Please refer to the old TI E2E post as like yours.http://e2e.ti.com/support/embedded/linux/f/354/t/116729.aspx
View ArticleForum Post: RE: Memory mapping on ARM processor of OMAPL138
Hi Mahesh Hegde,Are you using Linux OS on your board or any other non-OS code ?If yes, Have you tried "ioremap" function.
View ArticleForum Post: RE: SATA link down (SStatus 0 SControl 310)
Hi Ran,What processor are your using and SDK details ?Please check your SDK release guide for supported SATA version.Have you tried any other SATA devices ?Try the below command.echo "0 0 0" >...
View ArticleForum Post: RE: H.264 encoder with barrier implementation on uncacheable memory
Hi Andrey,We are stil debugging the issue. There is no major update.RegardsSudheesh
View ArticleForum Post: RE: H.264 decoder fails to run with HEVC encoder
Ah OK, Andrey, this is expected, we are still working on multi HEVC instance in a chip. Please let us know your scenario (BR, fps, resolutions, etc) so we can try to find alternatives. I will bring...
View ArticleForum Post: RE: MSP430 "_low_power_mode_4()" not working
The CPU and all clocks will be disabled when LPM4 is set. See here.Have you set this configuration in your .cfg file? Power.allowDynamicMode = true;From documentation for Power_changeIdleMode(), note...
View ArticleForum Post: RE: Can I use the Raw Ethernet Sockets API before the system is...
Hi Tim,Sorry for the delayed response. I was checking with our networking team and here is the...
View ArticleForum Post: RE: How to upgrade U-Boot/UBL from Linux
Hi Titus, So actually the partition map is list way up in my second response just in case this doesn't look good. Here's the original partition map: struct mtd_partition da850_evm_nandflash_partition[]...
View ArticleForum Post: RE: DHCP Client not working on CPSW NDK build
Looks like the system is trying to send a 590 byte packet.The transmit and receive channels are a 0(CPSW3G_DEFAULT_TX_CHANNEL), so I'm not sure how this correlates to the AM335x ports? John C.
View ArticleForum Post: RE: RTA not working with DSP/BIOS 5.42 and eZdsp C5505 USB Stick
Chris,I am unable to reproduce your problem with my setup. Along with the *.tcf config you shared:utils.loadPlatform("ti.platforms.ezdsp5505"); /* The following DSP/BIOS Features are enabled. */...
View ArticleForum Post: RE: Creating Nand Flash Image
Hi Titus, I work with Bill. We have a nand.bin from the MCSDK distribution ... it works, but we'd like to make some modifications. It would be an excellent starting point to be able to recreate the...
View ArticleForum Post: RE: Build Fail: Intro to TI-RTOS Kernel Lab 5 [EK-TM4C123GXL]
Krithik,I think you may have missed out the step 3.3 in lab 5: Remove Task service if it exists in your .cfg file.In the empty example, a heartBeatFxn task is created in the .cfg file. This has be...
View ArticleForum Post: RE: Grace 3 does not initialize PxOUT
Here is the whole script. Incidentally today, I am having another related problem, even if I open this file, all the GPIO definitions are lost. It is very troubling. It seems like there is more than...
View Article