From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <50BD0343.7000000@xenomai.org> Date: Mon, 03 Dec 2012 20:53:39 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <50B8BEAA.607@xenomai.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] Problem with bringing up Xenomai User Space List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dharma R Bhushan Cc: "xenomai@xenomai.org" On 12/03/2012 05:16 PM, Dharma R Bhushan wrote: > Gilles wrote: >> If the toolchain is a linaro toolchain (...), you absolutely >> need CONFIG_ARM_ERRATA_430973 enabled in the kernel configuration, > > I am using code-sourcery tool chain. > (...) > I have tried with CONFIG_ARM_ERRATA_430973 enabled. No success. Please stop top posting. No surprise if you read carefully my answer. The problem probably comes from your configuration, a simple look at it shows that you have some options enabled which should be disabled, and it is documentd, namely CONFIG_CPU_FREQ. Please also try disabling: - CONFIG_ARCH_OMAP2 - CONFIG_PERF_EVENTS - CONFIG_KPROBES - CONFIG_FTRACE - CONFIG_PM_SLEEP Could you post the boot logs if this still fails? -- Gilles.