Forum Post: RE: How to upgrade U-Boot/UBL from Linux
Hi Bill,Just try to do "flash_eraseall" the kernel location (mtd3) and then check whether the u-boot boots correctly or not.How did you flash the UBL and u-boot into NAND flash ?Try to get the actual...
View ArticleForum Post: is Starterware stable ?
I am working with starterware on AM3359 with both EVM3358 anjd Beaglebone black.All the demo are working fine but for further development, there not enough supportIs any one else feels like that?Most...
View ArticleForum Post: RE: Accessing multiple cards
Thanks Paula. Could you connect the Cores on Slot 2 in CCS (with Both Cards connected in PCIe Slots) & Check where the code is present? So, that we can have further ideas.
View ArticleForum Post: how to apply HWI in OMAPL138?
CCS : v6OS : win 7 x64SYS/BIOS : 6_40_02_27xdctools : 3_30_02_44_coreboard : Zoom OMAP-L138 EVM Development Kit (LOGIC PD)In order to controlling PWM, I try to apply hwi. when i made project, i choose...
View ArticleForum Post: RE: Writing text to a graphical console device
Hi Adri,Are you running X server on your board ?If you are running X sever then you can't write text to LCD.[quote]Turned out that Xfbdev that we were starting in systemd was taking control of...
View ArticleForum Post: RE: DCAN Tx pin probing
Hi Bhimesh,Have you probed the TX signal and able to see the signal when you tried CAN loopback in starterware code ?Have you tried CAN starterware example for loopback test and able to check the...
View ArticleForum Post: RE: LCDK C6748 - tick stays 0
Judging from what is selected when I import this example project, I'd say that I'm using SYS/BIOS V6.35.4.50 (see first print screen of my first post). Is there another way of determining which version...
View ArticleForum Post: RE: One field missing in interlace capture mode.
Hello,You should add it like external decoder first:http://processors.wiki.ti.com/index.php/DM81xx_AM38xx_Adding_External_Decoders_to_V4L2_Capture_Driver[quote user="Rajeshkumar R"]One more thing ,...
View ArticleForum Post: RE: LoggerSMDump not returning (no logs being read)
Hi ToddThanks for sending me the library, at last I can see what's being stored in the memory.The log buffer output is attached (. Each entry originally had 6 zeros at front, which I have removed. For...
View ArticleForum Post: RE: TI-RTOS TM4C129 Http Server
Hi Enrica,Why things are not working properly, can you halt the target and look at Tools->ROV->EMAC->Statistics in CCS and look at the # of Rx, Tx, Rx dropped and Tx dropped packets. Can you...
View ArticleForum Post: RE: g_cdc USB modules cause kernel (3.12.10) crash on AM3352
thanks a lotBin!Yourhelp is veryvaluableNow i'll try to apply the patch and see the changes.Again, thanks a lot .
View ArticleForum Post: RE: dma_alloc_coherent problem dm355
Dasari,I don't understand your question. Are you trying to increase the CMEM memory block? Maybe the following link will help.http://processors.wiki.ti.com/index.php/Changing_the_DVEVM_memory_mapThis...
View ArticleForum Post: RE: Getting Started with IAR & MSP430 TI-RTOS
I have uploaded My MSP430F5529LP IAR example directory, my custom.argvars file, and my IAR workspace directory. Thank you for your help!Jim
View ArticleForum Post: RE: SPI data transfer error, transfer stops after one byte sent
The "SPI data transfer error" is odd. SPI Masters usually do not care if there the slave is even there. It will just clock data out and in regardless of the existence of the slave. The exception is the...
View ArticleForum Post: RE: DM3730 IVA2 (DSP) Clock - Determining and Setting Frequency
Thank you Titus,It is reassuring to know that adjusting the clock frequency does not run the core at an incorrect voltage. I was able to verify microvolts for most of the regulators. I will have to...
View ArticleForum Post: RE: problem in building syslink samples with CCS
Renu,It looks like you imported the config.bld file from the ex02_messageq example into your messageq sample project. The two are not compatible. My intention was for you to abandon the messaageq...
View ArticleForum Post: RE: how to apply HWI in OMAPL138?
There are only 16 interrupts on the c64P devices. The 18 you are referring to is the Event Id. You have the event id set to -1 in your snapshot. You need to set this to 18. Use any of the remappable...
View ArticleForum Post: RE: Target and platform is missing in RTSC configuration settings
What versions of SYS/BIOS and XDCtools are you using?Todd
View ArticleForum Post: AM335x Industrial SDK1.1.0.4 NDK and phy link down
Hi, We are using a AM3352, SYS/BIOS 6.35.4.50 and NDK 2.23.2.03 and had a question about having a Ethernet link down condition while threads are processing UDP packets. Our initial plan is to have...
View ArticleForum Post: RE: Wi-Fi: BlueGiga WF111 SDIO Driver for AM335x Problem
I just compiled and tested the new version of the driver (5.2.2-r1) and everything worked here. Even the throughput measure increased from ~75 Kbits/sec to 1.1 Mbits/sec.I would recommend using the...
View Article