Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762063AbZFMHGJ (ORCPT ); Sat, 13 Jun 2009 03:06:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758036AbZFMHF5 (ORCPT ); Sat, 13 Jun 2009 03:05:57 -0400 Received: from smtp-out.google.com ([216.239.33.17]:15181 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756479AbZFMHF4 convert rfc822-to-8bit (ORCPT ); Sat, 13 Jun 2009 03:05:56 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=mime-version:in-reply-to:references:date:message-id:subject:from:to: cc:content-type:content-transfer-encoding:x-system-of-record; b=Mg+Q/zOQLRc6CrQ22MkpEdnV5R+KdW0PSU9yEaWLCH8LN+hgnsWxoGvv0Qjgkc0Bj XwbBWANj5XSAvDV+0YKTw== MIME-Version: 1.0 In-Reply-To: References: <20090611132134.GA11199@atomide.com> <20090611140624.GS795@n2100.arm.linux.org.uk> <4A3175AC.9070100@bluewatersys.com> <4A31AECA.6070303@bluewatersys.com> <20090612103521.GD18682@elf.ucw.cz> Date: Sat, 13 Jun 2009 00:05:50 -0700 Message-ID: Subject: Re: HTC Dream aka. t-mobile g1 support From: Brian Swetland To: Pavel Machek Cc: Nicolas Pitre , Ryan Mallon , Russell King - ARM Linux , Tony Lindgren , Alan Cox , David Miller , lkml , linux-arm-kernel@lists.arm.linux.org.uk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1610 Lines: 34 On Fri, Jun 12, 2009 at 3:44 AM, Brian Swetland wrote: > On Fri, Jun 12, 2009 at 3:35 AM, Pavel Machek wrote: >> >> I still can't get it to boot :-(. > > I think the cupcake userspace and the latest 2.6.29 kernel aren't > getting along.  I'm putting together instructions for building a > minimal userspace (what we call tiny android -- and what I use for > bringup and kernel testing), and once I've had a chance to verify that > everything works end-to-end with the latest kernel, donut branch, and > have verified this on ADP1, I'll send an update.  Probably some time > over the weekend. For anyone who wants a minimal android userspace image (handy for bringup and test on adp1, etc), I've thrown together a small project based on the android stack but including only the bare essentials (libc, libm, linker, init, shell, some commandline tools, adbd, etc): http://github.com/swetland/tinydroid/tree/master It's a much smaller checkout (~100MB), and builds much faster (~1 minute or less on a modern, fast box), and will get you a ramdisk.img and a minimal system.img that play nicely with the android-msm-2.6.29 kernel. Final images turn up in out/target/product/generic. I suspect it wouldn't be hard to just get something like a full arm-debian distribution booting, but that's not something I've ever tried. Brian -- 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/