Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762542AbZFOQpk (ORCPT ); Mon, 15 Jun 2009 12:45:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760380AbZFOQpc (ORCPT ); Mon, 15 Jun 2009 12:45:32 -0400 Received: from wolverine01.qualcomm.com ([199.106.114.254]:27396 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758610AbZFOQpc (ORCPT ); Mon, 15 Jun 2009 12:45:32 -0400 X-IronPort-AV: E=McAfee;i="5300,2777,5647"; a="19436359" From: davidb@quicinc.com Date: Mon, 15 Jun 2009 09:45:32 -0700 To: Pavel Machek Cc: Brian Swetland , Nicolas Pitre , Ryan Mallon , Russell King - ARM Linux , Tony Lindgren , Alan Cox , David Miller , lkml , "linux-arm-kernel@lists.arm.linux.org.uk" Subject: Re: HTC Dream aka. t-mobile g1 support Message-ID: <20090615164532.GA7190@huya.quicinc.com> Mail-Followup-To: Pavel Machek , Brian Swetland , Nicolas Pitre , Ryan Mallon , Russell King - ARM Linux , Tony Lindgren , Alan Cox , David Miller , lkml , "linux-arm-kernel@lists.arm.linux.org.uk" References: <4A3175AC.9070100@bluewatersys.com> <4A31AECA.6070303@bluewatersys.com> <20090612103521.GD18682@elf.ucw.cz> <20090615162150.GC6842@huya.quicinc.com> <20090615162746.GA25040@elf.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090615162746.GA25040@elf.ucw.cz> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1512 Lines: 36 On Mon, Jun 15, 2009 at 09:27:46AM -0700, Pavel Machek wrote: > With right .config file and google's msm tree, running debian is > fairly easy. > > > The tricky part about something like arm-debian is storage. You > > might be able to stick an ext2 on an microSD card, but obviously > > that's only going to work once the SD driver is functioning. The > > phone targets don't generally have ethernet ports on them. > > ext2 on microSD is the key, :-), yes. It boots into multiuser after > some complains when it tries to access internal NAND (udev?!). What kind of complaints? There is some trickiness going on with the partition table on the NAND, because the CPU running Linux doesn't have permissions to read the actual partition table. > The only problem is lack of reasonable keymap. No arrows, no > escape, no ctrl, no alt, no special symbols... That makes using > command line very tricky. Probably related to drivers/char/keyboard.c's #warning "Cannot generate rawmode keyboard for your architecture yet." Does it help to change the change the big block of 'if defined...' so that CONFIG_ARM isn't dependent on CONFIG_KEYBOARD_ATKBD? I'm not sure why that's there, perhaps there aren't many ARM devices with USB host controllers in them? David -- 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/