From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Subject: Re: Broken N770 Date: Mon, 06 Nov 2006 21:18:26 +0100 Message-ID: <454F9892.2050202@gmail.com> References: <20061105194915.12776.qmail@web37903.mail.mud.yahoo.com> <85d580lv53.fsf@orfeo.duckcorp.org> <454F7FDF.1080101@gmail.com> <85zmb4iceg.fsf@orfeo.duckcorp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <85zmb4iceg.fsf@orfeo.duckcorp.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: "Arnaud Patard (Rtp)" Cc: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org Arnaud Patard (Rtp) wrote: >>Thanks for the hint! With patch previously sent >>n770_defconfig should compile again. > > Sorry, that's wrong. I'm using an up2date git tree with origin > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git/ > and I still need patches. > > For instance : > - there are still some users of pt_regs (patch sent some time ago) Yes, but these are only warnings and they are already fixed by patch sent. For drivers/usb/core/hub.c I had to use http://linux.omap.com/pipermail/linux-omap-open-source/2006-November/008254.html > - drivers/cbus/tahvo-usb.c is still using usb_otg.h. Patch not sent but > trivial to write. Mmh. For drivers/cbus/tahvo-usb.c my patch contains --- linux-osk.orig/drivers/cbus/tahvo-usb.c +++ linux-osk/drivers/cbus/tahvo-usb.c @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include #include What's wrong with this? For me using recent git it compiles. I have no usb_otg.h. >>Is there any way to test self compiled kernel on N770 >>without breaking flashed SW/image? Anything like download to >>RAM, e.g. used by uboots TFTP download on OSK? > > yes, there is. That's what I'm using ^^ > > ./flasher-2.0 -l -b -k Thanks, will try it. Cheers Dirk