From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI767-0007UV-Up for qemu-devel@nongnu.org; Thu, 05 May 2011 18:32:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QI766-0002VH-7m for qemu-devel@nongnu.org; Thu, 05 May 2011 18:32:39 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:60660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI766-0002VD-48 for qemu-devel@nongnu.org; Thu, 05 May 2011 18:32:38 -0400 Received: by iwl42 with SMTP id 42so2566859iwl.4 for ; Thu, 05 May 2011 15:32:37 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DC3211B.7040009@landley.net> References: <4DC1DE39.8050309@landley.net> <4DC3211B.7040009@landley.net> Date: Thu, 5 May 2011 23:32:36 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] A Question List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rob Landley Cc: zhangzhenkai@gmail.com, qemu-devel@nongnu.org On 5 May 2011 23:13, Rob Landley wrote: > On 05/05/2011 02:01 AM, Peter Maydell wrote: >> I'm afraid I don't entirely understand your file naming >> system there -- it seems to say which architecture the >> system images are for but not what board? > > Exactly. =C2=A0An armv5l root filesystem will run on dozens of boards. = =C2=A0You > need to rebuild the kernel for a specific board, but not the root > filesystem or toolchain. Doh, I should have read the readme a bit more carefully. I usually take "system image" to mean "complete disk image including bootloader, kernel and initrd as well as rootfs", which obviously does include the board-specific bits. On the other hand the readme does say the tarball includes "a kernel" so in that sense it is board-specific, presumably. (ARM kernels having alas not yet got to the point where you can build a single kernel that will boot on everything.) -- PMM