Forum Post: AM335x Linux 3D Graphic Demo Issue
Hi All, Now i'm using AM3358 with Linux. In my application, I used the 3D graphic module. The software version is gfx_sdk_4.8. The libary I used is libGLESv2.so. 1.9.2139099 In my tst, I used the demo...
View ArticleForum Post: RE: Enabling I2C2 in Linux
Hi Henry, I modified the struct ti816x_i2c2_hwmod in omap_hwmod_81xx_data.c file as below, .omap_chip = OMAP_CHIP_INIT(CHIP_IS_TI816X),------->.omap_chip = OMAP_CHIP_INIT(CHIP_IS_TI814X...
View ArticleForum Post: RE: Enabling I2C2 in Linux
Hi Henry, But it shows "omap_i2c omap_i2c.2: controller timed out" during the boot up. Now I still don't know why. BR Bob
View ArticleForum Post: RE: Enabling I2C2 in Linux
Dear all, In order to pinpoint the problem, I have 2 questions: 1. Is it true that the invocation of omap_register_i2c_bus() is the only line needed to put i2c bus as a node on the device tree in...
View ArticleForum Post: RE: NDK: Socket is live or not
Hi Steven, My earlier code used to check for getpeername() before connect() was called & it always ended up struct sin1 not being populated. Now I am using getpeername() after connect() & its...
View ArticleForum Post: RE: Enabling I2C2 in Linux
Hey Bob, Unfortunately I already had OMAP_CHIP_INIT(CHIP_IS_TI816X | CHIP_IS_TI814X | CHIP_IS_ DM385 ) in my original code base. So it's got to be something else. Thanks for the suggestion though. BR...
View ArticleForum Post: RE: Enabling I2C2 in Linux
Hey Bob, This is a thread I came upon when I was researching for the solution to my I2C2 issue. Maybe it will be of help. BR Henry
View ArticleForum Post: RE: Booting BBB from eMMC raw partition
Hi Ivan, Thank you very much for reply, Good news is , finally it worked :) As you rightly suggested above link, and Titus has suggested same same link in previous reply i am able to boot the board...
View ArticleForum Post: Confusion in using Hwi_disable(), Hwi_restore() inside ISR
Hi All, I am new bee to ti-rtos, I am not clear in handling interrupts in ti-rtos. 1) How interrupt service routine is invoked and proceesed, once any interrupt is triggered from a module (spi, i2c,...
View ArticleForum Post: [AM335x SYSBIOS/Starterware] The Cache configuration for the...
Hi all, Now I am writing a code to use the SD card to load the firmware, but not use the DMA. The MMU configuration is as below: void MMUConfigAndEnable(void) { /* ** Define DDR memory region of...
View ArticleForum Post: RE: InstaSPIN with TI RTOS (SYSBIOS)
Hi Ashish, thank you very much for your support. I'm using TI RTOS C2000 2.10.01.38 with SYSBIOS 6.41.00.26. I followed your advise and used the linker cmd file TMS320F28069 under:...
View ArticleForum Post: RE: H.264 decoder buffers leak
Hi Praveen, Latest attached library also leaks buffers. I am not able to reproduce the issue in demo. But let me share with you logs and stream:...
View ArticleForum Post: how to cleanup DSPLINK globals after DSP-side hang and close
Hallow! i try to debug on OMAP-L138 platform DSPBIOS app on DSPcore: used linux 2.6 , dsplink1.65, dspbios5.42 all ok, but after dsp-side fail i breaking linux-host-side, and after it restarting my app...
View ArticleForum Post: RE: Porting new codec for am335x
Dear Yordan, Thanks a lot Yordan once again for your quick responses, 1) I'm trying to understand TRM ie., in section 22.2.2 McASP Clock and Reset Management, it says the auxclk is 26Mhz auxclk 26 MHz...
View ArticleForum Post: ethernet gadget failure
(Please visit the site to view this file) Hello, I have trouble using ethernet usb gadget driver on the beagleboard ( omap3530 ) I have compiled both kernel and modules with ethernet gadget module...
View ArticleForum Post: WLAN not building with Android JB4.2.2 for AM335xevm_sk kit
I am trying to compile the wl12xx drivers, but experience the following: make[6]: *** No rule to make target `.git/refs/tags', needed by...
View ArticleForum Post: RE: Can't get USB1 working as a device on custom design.
Hello Jeff, **************************Changes in Starterware USB library for USB1 As A Device*************************** 1) usbdenum.c file: USBDeviceEnumHandler() function :...
View ArticleForum Post: RE: am335x_evm and sdk ver 07.00 having problems
Hi Vijaykumar, The issue is not in a uEnv.txt file. On my sd-card this file also missing, and the system is booting well. Please see if your sd-card is not damage. If you changed the output to other...
View ArticleForum Post: RE: AM335x/AM33359 - SPI DMA
The AM335 McSPI Starterware supports master mode operation. It does not support slave mode operation.
View ArticleForum Post: RE: HEVC encoder hangs randomly
Hi Paula, Yes my wrong. I am using encoder and it is C66x_h265venc_01_00_00_44_ELF Regards, Andrey Lisnevich
View Article