Forum Post: RE: AM335X 10MB/s ethernet issues
Could the problem be that the mi1_col and mii1_crs pins are not muxed? In arch/arm/boot/dts/am335x-bone-common.dtsi add them to the pinctrl for cpsw_default and see what happens. Rebuild the .dtb file...
View ArticleForum Post: RE: AM335X read FPGA using GPMC return 0
Hi,You should check whether GPMC_CLK has rx_active enabled in the pinmux.
View ArticleForum Post: RE: AM3352 freq scalling
This wiki says there is a patch needed: http://processors.wiki.ti.com/index.php/AM335x_Power_Management_User_Guide#Dynamic_Frequency_Scaling
View ArticleForum Post: RE: QT application
This is not a Sitara related question. You can ask the community at https://qt-project.org/
View ArticleForum Post: RE: NDK/NSP for AM3359 ICE v1
Hi,it seems like that this version of SDK is only compatible with the suggested NDK. With the newer NDK it wasn't even possible to properly assign an IP address.We got the Ethernet/IP example to run...
View ArticleForum Post: RE: Am335x: Disable Wake on UART
Hi Arash,Also see from the TRM documentation:19.5.1.43 SYSC Register (offset = 54h) the IDLEMODE[4-3] and ENAWAKEUP[2] bits.BRIvan
View ArticleForum Post: RE: Power consumption of Beaglebone Black in Deep sleep mode
Thanks a lot your help. I figured it out, where the extra power is getting consumed. On Beaglebone Black, HDMI and LAN remain active even though we put system in deep sleep mode. After removing power...
View ArticleForum Post: Industrial SDK Package Build undefined symbols problem
Hello,we are trying to build the profinet_slave package in the industrial sdk v5 package.There is a problem with undefined symbols Building the Industrial SDK.The file in question is an autogenerated...
View ArticleForum Post: RE: configuring u-boot and linux for NAND device
Biser,Not all NAND is the same. The NAND that has been chosen for this board has an out of bound region size of 112 bytes which is different from that of the EVM, this affects the ECC scheme and some...
View ArticleForum Post: AM3352 Power Optimization
Hello,I would like to reduce the AM3352 power consumption by reducing the AM3352 clock. What would be the best option to achieve this? What would be the minimal freq. considering I use the DDR3 RAM.I...
View ArticleForum Post: RE: AM335x interface audio codec TLV320AIC3100 supplies error...
Hi Josh,Can you resend the guide link?Thanks,Patrick
View ArticleForum Post: BeagleBone Black PWM not responding to sysfs commands
I have been having trouble getting the PWM on the BeagleBone Black to work. I am currently running Debian linux with the 3.8.13 kernel.I currently have the board set to automatically load the following...
View ArticleForum Post: RE: AM335x LIN support
Dear, Because we also wanted tot put the processor in deep sleep and make it wake-up after a LIN-interrupt we did go for a small secondary processor for the LIN communication.
View ArticleForum Post: RE: AM3359ZCZ - UBOOT
Hi Dan,Ask your customer to check the state of the SYSBOOT pins after the warm reset. It could be changed from default by external devices attached to these pins.
View ArticleForum Post: RE: BeagleBone Black PWM not responding to sysfs commands
Hi Nathan,This forum supports only the TI distributed Linux EZSDK. All other Linux versions are supported by the community at http://beagleboard.org/Community/Forums
View ArticleForum Post: RE: AM3352 Power Optimization
Hi Irfan,[quote user="Irfan Sehic"]What would be the minimal freq. considering I use the DDR3 RAM.[/quote]Please check section 5.4 in the AM335X Datasheet Rev. G.You can also check these wiki pages...
View ArticleForum Post: RE: am335x sd card can not boot
If you don't have anything else attached to AM335X_SPI0_CS1 you can simply turn on the internal pulldown on this pin and it will emulate CD. Otherwise you may need to find where it's polled in the MMC...
View ArticleForum Post: am335x display rotation
Hi,I am trying to rotate the display by 180 degree using the below command, but it's not rotating and the screen is becoming blank for some time.echo "2" > /sys/class/graphics/fb0/rotatethe kernel...
View Article