Forum Post: Executables with Shared Libraries Fail to Execute
While trying to create a graphical Qt application for the Sitara AM335x development board using the TI supplied toolchain, the output binary, which has dynamic dependencies fails to...
View ArticleForum Post: RE: beaglebone black question
>>but the image in the ti-sdk does not, can you help me about this?If you are referring to the TI Arago based SDK there is some udev info here that might help...
View ArticleForum Post: RE: AM335x GPMC phantom chip select generation
Glad I could help! Thank you for reporting back your results and for verifying your answer in order to close the thread.
View ArticleForum Post: BeagleBone Black - ALSA ADC register (no soundcard)
Hello TI community,i'm trying to interface an audio adc (wolfson wm8782) with the Beagle Black (running Ubuntu 13.10 kernel, 3.8.13-bone39).My problem is that i cant make the kernel register the...
View ArticleForum Post: AM335x + TPS65910a, power consumption during cold-boot / idle (porz)
Hi,Running some power-consumption lab's here with an AM3352 during cold-boot and saw that we get ~250mW combined on MPU+CORE+DDR before anything has started (by forcing PORZ / NRESPWRON to be low). By...
View ArticleForum Post: RE: U-Boot Pause
This is in the file u-boot/board/ti/am335x/evm.c. The only 'custom' modifications are to add the print() statements.This is in the function config_emif_ddr2(). The register locations and values are...
View ArticleForum Post: RE: Using UART1 for terminal communication
Did you change the MLO file as well as the u-boot.img?This was the problem. I was only changing the u-boot.img and not both files.Thanks for your help!
View ArticleForum Post: RE: Boot android on beaglebone black from SD card
Per the Beagleboard:Android, I was able to use image from Andrew Henderson to get the Android loaded in to the BBB. So the Hardware works, but I like to load TI-Android JB image because the image...
View ArticleForum Post: RE: How to verify smart reflex voltage targets in AM335x silicon
I mentioned this info related to the fuse values over in this other thread as well:http://e2e.ti.com/support/arm/sitara_arm/f/791/p/234498/1106175.aspx#1106175It's not required to use Smart Reflex....
View ArticleForum Post: RE: BeagleBone Black - ALSA ADC register (no soundcard)
This forum supports only the TI distributed Linux EZSDK, which currently is kernel v3.2. For all other Linux distributions you can ask for support the community at...
View ArticleForum Post: RE: U-Boot Pause
Hi,I didn't find these defines because I'm using the U-Boot from the latest version of the TI SDK (06.00.00.00). The code has changed a lot since your version. Can you try using the U-Boot that comes...
View ArticleForum Post: RE: AM335x + TPS65910a, power consumption during cold-boot / idle...
Yes you can. I've sent you my e-mail in a private conversation. I'm afraid we don't have figures for power consuption while the processor is held in reset, but let me see the schematics - I may have...
View ArticleForum Post: RE: Executables with Shared Libraries Fail to Execute
Yes, I'm sorry, "ldd" indeed isn't available on the target rootfs. Can you please try this:arm-linux-gnueabihf-readelf -l <your_executable> | grep "program interpreter"Please check if the library...
View ArticleForum Post: RE: ICE v2 + lwip + enetlwip sample not working ?
Prad,Is the ethernet cable plugged in at the time of execution?Regards,Vinesh
View ArticleForum Post: RE: CDC NCM gadget driver throughput issue
cdc-ncm gadget is not supported in TI Linux SDK on AM335x. The gadget driver has not been tested and validated on AM335x. Its throughout performance has not been analyzed.
View ArticleForum Post: RE: Qt5.2 Application runs but doesn't show on the display on AM335x
Just an update for anyone who runs into the same issue.I still need to do more research into this and clean up some things, but it appears the platform is related. By running the application with a...
View ArticleForum Post: RE: AM335x minimum clocking speed
I sent an email to the design team asking them to confirm the minimum MPU operating frequency that was formally verified.I will update this post when the design team answers this question. However, it...
View ArticleForum Post: RE: Linux EZ SDK Version 5.07
One more note, is there a specific reason why you can not move to the new one?
View ArticleForum Post: RE: Connect USB Webcam to BeagleBoard-xM
Hello, The following link is not availablehttp://beagleboard.org/ for Beagleboard-xM support And in TI- Android- FroYo- DevKit- V2. 2 user guide, directs to you for help. So please don't send us there....
View ArticleForum Post: RE: Increasing Memory from 256MB to 1024MB on AM335x
Hi,Make sure to update all the timing values, page size, row,col size in ddr_defs.h. Best bet would be to try JTAG emulator. In CCS, TI provides gel script to R/W the DDR3. You can even find out stuck...
View Article