User loginNavigationNew forum topicsPollSearchRecent blog posts |
Real Time LinuxDiscussions related to real time Linux ala the -rt patchset PCI Latency TimersMore good stuff from Linux Audio Users. This was a reply by Paul Davis to a query about PCI latency.
i didn't write the original version of this, but you might find it #!/bin/sh case $1 in
RT Scheduling for non-root usersFrom my dabbling in the world of Linux audio, I've discovered that using ulimit(s) you can grant real time privileges to a non-root process. This link describes the steps necessary!
rtirq scriptFrom my dabblings in Linux Audio, I've come across this nice script written by Rui Nuno Capela. Together with a config file that you can customize, you can use this script at boot time to adjust the priorities of various threads (including kernel threads) that have been created. Of course, you need to be using CONFIG_PREEMPT_RT for this to work. If you decide to try it out, post your results (or anything you may learn about its use) here. Thanks! You can find the script and config file here:
CROSS_COMPILEI bought "embedded Linux Primer" and read chapters 4 and 16. To build kernel source tree using command line as make ARCH=ppc CROSS_COMPILE=ppc_85xx mpc8540_ads_defconfig and compile a linux kernel for ppc. My question is how do I know I should use ppc_85xx and ppc_82xx? ----henry zhang
Read Copy Update (RCU) LocksThis complex topic is introduced in this wikipedia page:
SMP and Embedded Real Time ArticleHere is a good article explaining real time concepts and issues relating to the -rt patchset and the CONFIG_PREEMPT_RT mode of the Linux kernel:
|
Recent comments
24 weeks 1 hour ago
27 weeks 4 days ago
27 weeks 4 days ago
51 weeks 3 days ago
51 weeks 3 days ago
1 year 1 week ago
1 year 11 weeks ago
1 year 11 weeks ago
1 year 14 weeks ago
1 year 15 weeks ago