Forum Post: jumbo frames with DM8148
Hello, I am trying to configure dm8148 board to use jumbo frames, but I can't get ping working. My configuration is: 1. DM8148 custom board 2. ethernet configuration: EMAC1 Ethernet PHY (10/100BaseT)...
View ArticleForum Post: RE: U-Boot Failure on Board: DRA7xx
Hello Subbaiah, Could you define your board specifics in /u-boot/include/configs/ dra7xx_evm.h ? I suggest you taking a look on following patches:...
View ArticleForum Post: RE: program crash
Narendra, I wouldn't recommend commenting out code in order to solve this. The crash may be being caused by some code stomping on (overwriting) memory that it shouldn't. When you comment out code, you...
View ArticleForum Post: RE: Ethernet getting closed by returning non-zero value from...
Hi Mani, What software product versions are you using (NDK, NSP, TI-RTOS, BIOS, MCSDK)? Thanks, -- Emmanuel
View ArticleForum Post: RE: BeagleBoneBlack HDMI audio on Android RowBoat do not work,...
Hello, We will give a more detailed look in the future, but with a quick overlook we didn't see something wrong. You should note that since the problem seems to be tied with a particular screen on your...
View ArticleForum Post: RE: Change screen resolution Android 4.2.2 KitKat on Beaglebone...
Hello, Can you give us more details on the type of screen you are using? Is it with the HDMI out or with a cape? If it is a cape, during the boot, you should see a string looking like this: "da8xx_lcdc...
View ArticleForum Post: RE: Change screen resolution Android 4.2.2 KitKat on Beaglebone...
Thank you. My Display is 7' HDMI touch screen. I'm gonna try solutions in link!
View ArticleForum Post: RE: Change screen resolution Android 4.2.2 KitKat on Beaglebone...
Is it possible in Android? I did solution in "Forcing A Resolution" Section but echos "no search or directory" when i type "export XAUTHORITY=`ls /var/run/gdm/auth-for-root-*/database`"
View ArticleForum Post: RE: Delay before all I2C_transfers
Hi Blair, How are you measuring the delay? When do you start measuring (when you call I2C_transfer())? Regards, -- Emmanuel
View ArticleForum Post: RE: Delay before all I2C_transfers
Hi Emmanuel, I have a scope and am measuring SCL and SDA. The I2C_transfer is in a loop so it runs continuously and I am observing the delay on the scope between a finished transaction and the start of...
View ArticleForum Post: RE: TIRTOS 2.10 to 2.12 SPI CHANGES CAUSING TASK TO FREEZE
Sorry that was my error in my description. It's not when I set timeoutTransfer to 0 that it locks, it is when I leave it as default (SPI_WAIT_FOREVER) that it does exactly what it says and waits...
View ArticleForum Post: RE: SYS/BIOS TI-RTOS Copy Flash to RAM Example - F28335
Hi Scott, My apologies for the delayed response. I was able to try this out locally on a ezDSP 28335 board and I'm seeing the same thing as you are. In particular, I'm seeing that the "load size" is...
View ArticleForum Post: RE: Task cannot be created in the USB example for Tiva EK-TM4C1294xl
Yes I started by modifying usbserial example. Yes I have called USBCDCD_init() and Board_initUSB(Board_USBDEVICE) in the main.
View ArticleForum Post: RE: EVE Apps example is not building on CCS 5.4
Hi Sumit, Did you set all environment variables mentioned in gettting started guide? Also when you set EVE_SW_ROOT make sure there is no "/" at the end of the path. Let me know if you still get this...
View ArticleForum Post: RE: Ethernet getting closed by returning non-zero value from...
Hi, Product versions : NDK : v2.21.01.38, NSP : v1.10.01.06, TI-RTOS-SYSBIOS : v6.33.06.50, MCSDK : v2.01.02.05 Regards, Mani Kumar
View ArticleForum Post: RE: TI RTOS with GSM/GPRS stack
Hi, Thanks for your suggestion I found TI launches new series of MSP i.e. MSP432 with Cortex M4. is this device suitable for my application that i previously defined ?
View ArticleForum Post: RE: U-Boot Failure on Board: DRA7xx
Hi Yanko, I am using the same dra7xx_evm.h in the SDK, not changed anything. I am using MMC3 for eMMC. Thanks & Regards, Subbaiah.N.V
View ArticleForum Post: RE: XDS200 cannot connect to ARM core 1 in No Boot/DSP JTAG...
Hi, Thanks for the reply, I can able to boot u-boot through CCS. Now the next step is I tried to boot from SPI. I followed these steps...
View ArticleForum Post: RE: uSec precise timing in RTOS
Hey, It seems nobody read this forum or thread. :( I would be very grateful if someone reply to me. I have searched for ROM_SysCtlDealy() but this function is not accessible in the RTOS project. I...
View ArticleForum Post: RE: U-Boot Failure on Board: DRA7xx
Hello Subbaiah, Could you take a look on a post, which already discussed your issue with MMC3 - e2e.ti.com/.../1261478 e2e.ti.com/.../1125985 Best regards, Yanko
View Article