From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <52C87C01.1070900@xenomai.org> Date: Sat, 04 Jan 2014 22:24:17 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <52C7CF1E.2050404@xenomai.org> <52C85088.7020501@xenomai.org> <52C86093.4000609@xenomai.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] rtdm_task_init call freezes the system List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nima Nourozi Cc: xenomai@xenomai.org On 01/04/2014 09:29 PM, Nima Nourozi wrote: > Here is the task function. But I'm not seeing the printout. > > void xx_start_transfer(void *arg) { > rtdm_wait_period(); > rtdm_printk("hello world\n"); > } Two things to try: - see if: latency -t 1 -p 100000 has the same issue? - xenomai 2.6.3 instead of 2.6.1 -- Gilles.