From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dig-mailtc.digitek.int (mail-dgt.mta.it [93.63.228.226]) by ozlabs.org (Postfix) with ESMTP id 580F3DE115 for ; Mon, 26 Jan 2009 22:23:22 +1100 (EST) Message-ID: <497D9BC8.0@mta.it> Date: Mon, 26 Jan 2009 12:17:28 +0100 From: Matteo Fortini MIME-Version: 1.0 To: "linuxppc-dev@ozlabs.org" Subject: Booting uncompressed kernel image Content-Type: text/plain; charset="ISO-8859-15"; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi all, I built an uncompressed uImage using mkimage --no-gzip -C none in the wrapper scripts. Only, u-boot recognizes it as uncompressed and launches the kernel properly (it's around 4MB), but in the end linux just prints OK and stops. Has anyone done the same? Thanks , Matteo