Forum Post: RE: AM3352 display interface
Maximum clk frequency in our case is 71MHz. So this buffer is suitable. If so, is this connection scheme ok?
View ArticleForum Post: RE: AM3517 Display Subsystem Reset
I haven't heard of anything on this so far.
View ArticleForum Post: RE: AM335 beaglebone black VSYNC issue with SDK 4.10
Hi Biser,thanks for the answer. The reason I think this may be more TI SDK related is that this seems to be exactly the same issue that I run...
View ArticleForum Post: RE: Am335x at 19.2 MHz
The M/N/etc. multipliers and dividers in the current u-boot work for 24/25/26 but are not optimal. I am attaching a spread sheet with optimal values for 19.2/24/25/26. You should be able to modify...
View ArticleForum Post: RE: suspend and resume Ethernet(CPSW) from a script
I have read the docs in the links you provided......I am specifically looking for suspend/resume of ethernet implemented in CPSW driver.The following code is present in...
View ArticleForum Post: RE: Am437x gp evm starterware
I see a download package of QT for windows. Is it possible to run the QT labs on a windows platform instead of going through the virtual Linux host?
View ArticleForum Post: RE: Need help on PMIC and battery capacity - EPOS reference design
Hi,please find the reference design link belowhttp://www.ti.com/tool/tidep0004?keyMatch=EPOS&tisearch=Search-EN
View ArticleForum Post: RE: SPI expansion on the AM335x EVM-SK?
Neerav,spidev_test just sends out incrementing bytes and reads them back. Again, I'd suggest you put a jumper across MISO and MOSI and run the spidev_test program to verify that the port works as...
View ArticleForum Post: RE: Booting kernel 3.2 on AM335x starter kit
Thanks for sharing your solution.
View ArticleForum Post: RE: AM437x DDR3L DDR3_slave_ratio_search_auto.out
The AM335X files will not work for AM437X. AM437X EMIF configuration procedures are currently being developed and will be posted online as soon as they are ready.
View ArticleForum Post: RE: Read MAC address from I2C EEPROM during kernel init
Hi Hay,Here is an example from the SDK 06.00.00.00. This is from the am335x_evm_setup() function inside the board-am335xevm.c file:[quote] /* 1st get the MAC address from EEPROM */ ret =...
View ArticleForum Post: RE: A/D conversion interfering with touch display?
Hi Michael,Which Linux version are you using? The new SDK 7.0 has TS issues which are known and under investigation by the software team.
View ArticleForum Post: RE: AM335x interface audio codec TLV320AIC3100 supplies error...
Hi All,Finally i am able to do some improvement in my codec , now i am able to generate beep (exactly 2khz by programming beep registers) .but still i am not able to get any audio in HPL and HPR...
View ArticleForum Post: RE: The HD/VD work in master mode of on AM437x
This thread will be updated when there is feedback from the factory team. This may take some time, depending on their schedules/priorities.
View ArticleForum Post: RE: Reference LCD panel linux device drivers for RFBI mode on AM437x
This thread will be updated when there is feedback from the factory team. This may take some time, depending on their schedules/priorities.
View ArticleForum Post: RE: problem of GPMC comunicate with fpga
Do you have anything connected to GPMC_WAIT1? Which processor pin are you using? Is the pinmux for this pin correct? What is your WAIT1 active level? Have you configured Bit 9 in the GPMC_CONFIG...
View ArticleForum Post: RE: AM3517 Display Subsystem Reset
Dear Biser-san,Thank you for your support.Regarding your answer, thank you very much. But I know this issue. I seems to use wrong thread for my new question. I am sorry for your confusion.I will ask...
View ArticleForum Post: RE: AM3517 Display subsystem
Hi Michi,The above sequence will ensure that all the DSS subsystems have stopped. This will need to be executed only if you want to stop the LCD. On first initialization this won't be necessary.
View ArticleForum Post: RE: How to use Hardware RNG on non-OS AM335x ?
For StarterWare questions, please turn to the StarterWare forum.Best regards,Miroslav
View ArticleForum Post: RE: AM3352 custom board mmc boot problem using SDK v07.00
I can see you are using the MMC controller's SDCD pin. Please try using a GPIO and specify the GPIO pin inside the .dts file using:cd-gpios = <&gpio ## #>;More information inside...
View Article