From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH 13/17] gnu: make-linux-libre: Add zImage to output. Date: Mon, 12 Sep 2016 08:59:16 +0200 Message-ID: <20160912085916.604bf8d3@scratchpost.org> References: <20160909013641.GA9202@jasmine> <20160909123426.18499-1-david@craven.ch> <20160909123426.18499-13-david@craven.ch> <878tuygmfa.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjLDI-0007zI-SB for guix-devel@gnu.org; Mon, 12 Sep 2016 02:59:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjLDE-0001sS-Nh for guix-devel@gnu.org; Mon, 12 Sep 2016 02:59:31 -0400 In-Reply-To: <878tuygmfa.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org > I suppose =E2=80=9CzImage=E2=80=9D is for ARM, right? Yes. Newer U-Boot support booting from zImage (using command "bootz" on the= U-Boot prompt). (Older U-Boot needed a special "uImage" which had beeen created by a tool "= mkimage" which contain loader (target) information (using command "bootm" o= n the U-Boot prompt))