Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753187AbbEFI4e (ORCPT ); Wed, 6 May 2015 04:56:34 -0400 Received: from mail-ob0-f172.google.com ([209.85.214.172]:35598 "EHLO mail-ob0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750818AbbEFI43 (ORCPT ); Wed, 6 May 2015 04:56:29 -0400 MIME-Version: 1.0 In-Reply-To: <20150505115446.GA26467@dragon> References: <20150505115446.GA26467@dragon> Date: Wed, 6 May 2015 16:56:28 +0800 Message-ID: Subject: Re: not syncing: Attempted to kill init! exitcode=0x00000004 ? From: Shawn Guo To: Masahiro Yamada Cc: linux-arm-kernel , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1324 Lines: 32 On Tue, May 5, 2015 at 7:54 PM, Shawn Guo wrote: > On Tue, Apr 07, 2015 at 12:34:30PM +0900, Masahiro Yamada wrote: >> Hello experts, >> I hope this is the correct ML to ask this question. >> >> I am struggling to port Linux-4.0-rc7 onto my SoC/board, >> based on ARM cortex-A9 (single CPU), but the kernel fails to boot >> with the error: >> "not syncing: Attempted to kill init! exitcode=0x00000004" > > Hi Masahiro, > > Have you track it down to the cause? I'm asking because I'm seeing the > same issue with v4.0 on a vendor single Cortex-A9 SoC. For record, in my case, it's caused by that the user space is built with VFP support while the SoC does not have VFP. [ 0.091938] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.092049] Setting up static identity map for 0x402bf028 - 0x402bf080 [ 0.131141] Brought up 1 CPUs [ 0.131165] SMP: Total of 1 processors activated (1196.85 BogoMIPS). [ 0.131180] CPU: All CPU(s) started in SVC mode. [ 0.132122] devtmpfs: initialized [ 0.133079] VFP support v0.3: not present Shawn -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/