From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Date: Thu, 20 Aug 2009 10:56:26 +0200 Subject: [Buildroot] Kernel panic - not syncing: Attempted to kill init! In-Reply-To: References: <20090819214237.534c433f@surf> <20090819221342.GB19257@buzzloop.caiaq.de> Message-ID: <20090820085625.GC19257@buzzloop.caiaq.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Wed, Aug 19, 2009 at 06:19:54PM -0400, H Hartley Sweeten wrote: > On Wednesday, August 19, 2009 3:14 PM, Daniel Mack wrote: > > On Wed, Aug 19, 2009 at 04:19:35PM -0400, H Hartley Sweeten wrote: > >> On Wednesday, August 19, 2009 12:43 PM, Thomas Petazzoni wrote: > >>> > >>> Do you compile your kernel with Buildroot, or do you compile it > >>> manually ? If compiled manually, is CONFIG_AEABI enabled in your kernel > >>> configuration ? > >> > >> The kernel and rootfs are both created with Buildroot. > >> > >> For the kernel config I have: > >> > >> CONFIG_AEABI=y > >> CONFIG_OABI_COMPAT=y > > > > Just a side note: for performance reasons, you shouldn't enable > > OABI_COMPAT unless you really can't know which binaries the kernel will > > execute. > > I had CONFIG_OABI_COMPAT disabled originally. I just turned it on to see > if that helped. > > > See http://wiki.debian.org/ArmEabiPort for some more details. > > Thanks for the link. > > > Other than that, your problem could also be related to VFP emulation > > issues. I had such awhile back. > > What was your issue then? Were you able to resolve it? I would try the simple hello-world app Thomas suggested. There is always a reason for why processes crash, and so there's always a solution ;) Daniel