Forum Post: RE: Problem with BIOS thread preemption
Hi Judah,this occurred to be a false alarm. Hard to admit but we faced a classical example of priority inversion :)Still thanks for your help,Wojtek
View ArticleForum Post: RE: How to add support for new am335x core frequency using Sitara...
Matthew,I actually removed the opp-modifier table from my device tree for now. Along with doing that, I am able to add any opp tuple to the opp table in the device tree and the kernel seems to...
View ArticleForum Post: RE: AM 3359 sys bios:
AM3359 is a single core device.The TI-RTOS kernel does not do timeslicing by default but there's a technique to implement time-slicing described in the User's Guide. IMHO, timeslicing is not usually a...
View ArticleForum Post: RE: Example for setting the system time
Hi Brian --Did you find the MYTIME module in the documentation? If you use 'SNTP_start(MYTIME_gettime, MYTIME_settime, 0)' then the SNTP client will use the MYTIME module to track time.We are...
View ArticleForum Post: RE: No prints from kernel running on DRA608(AM335x) board
Hi All,With SDK 7.0, linux - 3.12, custom board, I used early_print() to get prints. No prints from printk(), Also kernel hangsafter calling do_initcall_level() twice. Sequence: start_kernel ->...
View ArticleForum Post: RE: MATHLIB 3.1.1.0 MAS SWTOOLS issue
I have a compiler warning problem with Mathlib. I use CCS 6.0, BIOS 6.40 and mathlib 3.0.2.0.I added mathlib to my project and I used mathlib functions without any problem. But when I compile the code...
View ArticleForum Post: Enetecho example Beaglebone
Hi,I try to test enetEcho on beaglebone but I have nothing in console.Can you confirm me Ip adress appear in console or "Port 1 IP Address Acquisition Failed" appear in console.I have nothing. I do...
View ArticleForum Post: TUSB2046B usb stick problem
Hello,I use a Beaglebone black as development board, on this board I install the TI Linux Arago 2013.12 on it. The Beaglebone Black is used because we gonna develop a own board with the simular setup...
View ArticleForum Post: RE: HEVC encoder initialization problem
Hi,Do you need any other support from me to run the demo?Regards,Andrey Lisnevich
View ArticleForum Post: RE: Major number for ttyO0 device file
Hi,Chapter 03 of Linux Device Drivers (3rd) explains how device numbers are allocated in the kernel. Maybe it will give you some insight.I also found this post that shows how you can assign device...
View ArticleForum Post: RE: GPIO Interrupt Problem when Debuging with BeagleboneBlack
Hello Hans;Thanks for your answer. However, I already have these three steps icluded in my code and my program still does not work when debuging. I am starting to think that it may be a bad...
View ArticleForum Post: RE: Can only enable 1 MSI with PCIe
Hi Bill,We are working on your query. We will get back to you.Thanks.
View ArticleForum Post: EDMA3 LLD SPI receiving data
Hello everybody!I want to organize SPI receiving data from external ADC.I use EDMA3 LLD and psp spi example. my C6748 should receive data from ADC by the BUSY external signal on GPIO. EDMA should...
View ArticleForum Post: RE: Qt and Tslib
yesexport TSLIB_CALIBFILE=/etc/pointercalexport TSLIB_CONFFILE=/etc/ts.confexport TSLIB_CONSOLEDEVICE=noneexport TSLIB_FBDEVICE=/dev/fb0export TSLIB_PLUGINDIR=/usr/lib/tsexport...
View ArticleForum Post: RE: Running TI-RTOS on IAR Embedded Workbench (6.10.3)
Thanks, but I still get the same error, and I have NO idea what that error is.
View ArticleForum Post: RE: 3.8 Kernel
Hi Bill,I hope surely you will get succeed if you followed Shankari steps, please check one more time.linux- host$ git clone git://git.ti.com/keystone-linux/linux.gitTry "gitk" command on your linux...
View ArticleForum Post: RE: ST7735 LCD driver and AM1806 arm9 LCD display device driver
HI Matt,did your driver code evolve so that I could access a demo code to run BBB+ST7735 ?thanksDouglas
View ArticleForum Post: Command to eject cd from cdrom
Hello,We have connected an usb cd-rom player to the usb port, and using Arago Linux from TI version 3.12.10-ti2013.12.01Everything is working fine, but for our project the user will not be able to...
View ArticleForum Post: RE: How to SSH to a Beaglebone Bone Black Running Android JB 4.2.2?
1. If you use serial debug connector (J1) on BBB then you directly get android root shell.2. I am not sure if is SSH Server directly installed on TI prebuilt image 4.2.2. After booting, if you connect...
View Article