Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752258AbdLKJnb (ORCPT ); Mon, 11 Dec 2017 04:43:31 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:54330 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750836AbdLKJna (ORCPT ); Mon, 11 Dec 2017 04:43:30 -0500 Subject: Re: Linux kernel configuration for MPS2 AN385 To: Guenter Roeck , "linux-arm-kernel@lists.infradead.org" Cc: Linus Walleij , Sudeep Holla , linux-kernel@vger.kernel.org References: From: Vladimir Murzin Message-ID: <7575e032-2bd3-e894-d356-c2fc2c969ed4@arm.com> Date: Mon, 11 Dec 2017 09:43:21 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 621 Lines: 24 On 09/12/17 18:33, Guenter Roeck wrote: > Hi folks, > > I am playing with qemu's mps2-an385 emulation and try to get Linux to boot with it, > so far with little (ie no) success. > > Is a working kernel configuration for this board available somewhere ? make ARCH=arm mps2_defconfig would give you an Image and mps2-an385.dtb suitable for AN385. You also need a simple wrapper to pass control to kernel... I think you can get some clue from [1] as well. [1] https://community.arm.com/dev-platforms/b/documents/posts/instructions-for-running-uclinux-on-arm-s-mps2-platform Cheers Vladimir > > Thanks, > Guenter >