Forum Post: RE: AM3359 EMIF initialization
One more thing: The #defines from post #1 are valid!
View ArticleForum Post: RE: Configure UART
You can use the cfsetispeed() and cfsetospeed() functions from termios in a user-space application:http://en.wikibooks.org/wiki/Serial_Programming/termiosYou can also use the "stty" command. Here is a...
View ArticleForum Post: RE: Babble error in AM3352
Yashavadan,[quote user="yashavadan Dalsaniya"]2) Now, i observe babble error more frequently, is there any relation with this change?[/quote]What do you mean by more frequently? Did the issue not...
View ArticleForum Post: RE: PRU without LINUX
Hello Martin,I'm going to try to answer all of your questions, but I'm going to break your post down into sub-sections below. [quote user="Martin H."]That can be very useful, but what if you cannot use...
View ArticleForum Post: BeagleBone Black - No cape manager
I've downloaded and setup the ti-sdk-am335x-evm-07.00.00.00 to boot across nfs using the prebuilt zImage file.Everything starts ok. However, when I log in and look in /sys/devices, the cape manager...
View ArticleForum Post: Android 4.4 KitKat for Sitara Am335x
Dear all,pls. advise what is the SCHEDULE of TI to support and offer Android 4.4 for Sitara Am335x.We do understand that TI Android support has been moved to third parties for the Am437x and the...
View ArticleForum Post: RE: SPI0_SCLK & SPI0_D0 as GPIO
Also, those pins are GPIO by default, no configuration is required. Nearly all pins with GPIO functionality are configured as GPIO by default (the exceptions are EMU0/1 and the USB_DRVVBUS signals)
View ArticleForum Post: RE: UART concurrency problem on AM335x
Hi Miroslav,the problem also apperars at lower baud rates with the same error/time rate.I can not try other interfaces because the board is really shrinked.The only thing I can tell is that the wilink8...
View ArticleForum Post: RE: AM437x QSPI EDMA Support
[quote user="Shashwat Tyagi"]Dave, Mukul,Feedback from customer below:"The QSPI Controller doesn’t work correctly and both versions of the TRM, SPRUHL7 May 2013 and January 2014, had it documented...
View ArticleForum Post: RE: gst-launch to capture rtsp stream from a camera and decode...
You could also refer to some of the example pipelines @ https://github.com/aditya-nellutla/TI-Graphics-Accelerated-Video-streaming-/tree/master/documentation.Also look at the performance ppt which...
View ArticleForum Post: RealTek RTL8192CU USB WiFi on BBB with SDK7
I am prototyping a custom kernel + rootfs on a BBB revD using the SDK7. I am using the RealTek rtl8192cu driver on a device using the RealTek 8188CU chipset (Edimax EW-7811Un). The driver loads...
View ArticleForum Post: RE: ADC Touch with Linux 3.12
I do not know about kernel 3.12, but http://e2e.ti.com/support/arm/sitara_arm/f/791/t/319613.aspxmay help.regardsWolfgang
View ArticleForum Post: RE: Touch screen not working
The problem might be in your DT. I have a DT from TI that shows LCD7 working on BBB with touch. The main difference between that code and yours is how ehrpwm1 is set up in DT. Here is the TI...
View ArticleForum Post: RE: AM335x LCD touch offset issue
Dear Miroslav,Calibrated data at fist timeCalibrating touchscreen (first time only)xres = 800, yres = 480Took 13 samples...Top left : X = 3414 Y = 3741Took 18 samples...Top right : X = 3434 Y =...
View ArticleForum Post: RE: PWM on timer
I don't think there is a ready Linux example for this, you will probably have to write your own code.
View ArticleForum Post: RE: AM335X NOR flash - 256MB issue
Biser, there is no issue when i configure the CONFIG7 register with 0x848 and try to access 128MB with base address as 0x0800_0000; if I try to configure the CONFIG7 as 0x48 then the reset issue occur....
View ArticleForum Post: RE: UART concurrency problem on AM335x
Martino, this is a strange issue. I'd suggest to also ask your question in the Android forum, just in case anyone there has encountered such...
View ArticleForum Post: RE: Setting up EDMA for periodic triggering
Hi Wolfgang,Thanks for the explanation. I know managed to prepare two chained DMA transfers, the first to clear the timer IRQ status and EOI registers, and the second one to do the real work.
View ArticleForum Post: RE: Initially load capes on AM335x without EEPROM ?
Hi Biser,Thank you for your link. I tried posting a message there.Regards,Julien Erdogan
View ArticleForum Post: RE: Babble error in AM3352
Yashavadan,You might want to double check on the test. I am not able to see anything in the patch could be related. The patch only changes how the babble is handled, which is after the babble condition...
View Article