* Compiling latest kernel (from kernel.org, linux-omap git version) in n800
@ 2007-04-18 17:08 Leandro Melo de Sales
2007-04-18 18:30 ` Dirk Behme
0 siblings, 1 reply; 19+ messages in thread
From: Leandro Melo de Sales @ 2007-04-18 17:08 UTC (permalink / raw)
To: linux-omap-open-source
Hi list,
I download the git version and then, after some commands I got the following:
[sbox-SDK_ARMEL: ~/maemo_kernel_git/linux-omap] > make zImage
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
CHK include/linux/compile.h
CC arch/arm/mach-omap2/board-n800.o
arch/arm/mach-omap2/board-n800.c:507: error: `MACH_TYPE_NOKIA_N800'
undeclared here (not in a function)
arch/arm/mach-omap2/board-n800.c:507: error: initializer element is not constant
arch/arm/mach-omap2/board-n800.c:507: error: (near initialization for
`__mach_desc_NOKIA_N800.nr')
make[1]: *** [arch/arm/mach-omap2/board-n800.o] Error 1
make: *** [arch/arm/mach-omap2] Error 2
What is the problem? I'm using scratchbox and before make zImage, I
did make n800_defconfig.
Any clue will be greatfully appreciated.
Thank you,
Leandro.
--
Leandro Melo de Sales.
Computer Science MSc Candidate
Pervasive and Embedded Computing Lab - embedded.ufcg.edu.br
Center of Electrical Engineering and Informatics at Federal University
of Campina Grande - UFCG / Brazil
083 33101404 (extension 208)
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
2007-04-18 17:08 Compiling latest kernel (from kernel.org, linux-omap git version) in n800 Leandro Melo de Sales
@ 2007-04-18 18:30 ` Dirk Behme
2007-04-18 19:38 ` Tony Lindgren
0 siblings, 1 reply; 19+ messages in thread
From: Dirk Behme @ 2007-04-18 18:30 UTC (permalink / raw)
To: Leandro Melo de Sales; +Cc: linux-omap-open-source
Leandro Melo de Sales wrote:
> Hi list,
>
> I download the git version and then, after some commands I got the
> following:
>
> [sbox-SDK_ARMEL: ~/maemo_kernel_git/linux-omap] > make zImage
> CHK include/linux/version.h
> make[1]: `include/asm-arm/mach-types.h' is up to date.
> CHK include/linux/utsrelease.h
> CHK include/linux/compile.h
> CC arch/arm/mach-omap2/board-n800.o
> arch/arm/mach-omap2/board-n800.c:507: error: `MACH_TYPE_NOKIA_N800'
> undeclared here (not in a function)
> arch/arm/mach-omap2/board-n800.c:507: error: initializer element is not
> constant
> arch/arm/mach-omap2/board-n800.c:507: error: (near initialization for
> `__mach_desc_NOKIA_N800.nr')
> make[1]: *** [arch/arm/mach-omap2/board-n800.o] Error 1
> make: *** [arch/arm/mach-omap2] Error 2
>
> What is the problem?
MACH_TYPE_NOKIA_N800 used by Nokia isn't available by
Russels (ARM kernel maintainer) machine registry [1]. It's
currently just a 'hack' Nokia (?) made locally to
arch/arm/tools/mach-types. Because of this 'hack' status it
isn't checked in.
So you have to manually apply a patch:
http://linux.omap.com/pipermail/linux-omap-open-source/2007-January/008958.html
(second patch of this mail, 02-mach-types-hack.patch)
Regards
Dirk
Btw.: Just noticed that Kai Svahn registered mach number
1271 for N800 in machine registry.
[1] http://www.arm.linux.org.uk/developer/machines/
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
2007-04-18 18:30 ` Dirk Behme
@ 2007-04-18 19:38 ` Tony Lindgren
2007-04-19 5:45 ` Jarkko Nikula
0 siblings, 1 reply; 19+ messages in thread
From: Tony Lindgren @ 2007-04-18 19:38 UTC (permalink / raw)
To: Dirk Behme; +Cc: linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 1621 bytes --]
Hi,
* Dirk Behme <dirk.behme@googlemail.com> [070418 18:31]:
> Leandro Melo de Sales wrote:
> >Hi list,
> >
> > I download the git version and then, after some commands I got the
> >following:
> >
> >[sbox-SDK_ARMEL: ~/maemo_kernel_git/linux-omap] > make zImage
> > CHK include/linux/version.h
> >make[1]: `include/asm-arm/mach-types.h' is up to date.
> > CHK include/linux/utsrelease.h
> > CHK include/linux/compile.h
> > CC arch/arm/mach-omap2/board-n800.o
> >arch/arm/mach-omap2/board-n800.c:507: error: `MACH_TYPE_NOKIA_N800'
> >undeclared here (not in a function)
> >arch/arm/mach-omap2/board-n800.c:507: error: initializer element is not
> >constant
> >arch/arm/mach-omap2/board-n800.c:507: error: (near initialization for
> >`__mach_desc_NOKIA_N800.nr')
> >make[1]: *** [arch/arm/mach-omap2/board-n800.o] Error 1
> >make: *** [arch/arm/mach-omap2] Error 2
> >
> >What is the problem?
>
> MACH_TYPE_NOKIA_N800 used by Nokia isn't available by
> Russels (ARM kernel maintainer) machine registry [1]. It's
> currently just a 'hack' Nokia (?) made locally to
> arch/arm/tools/mach-types. Because of this 'hack' status it
> isn't checked in.
>
> So you have to manually apply a patch:
>
> http://linux.omap.com/pipermail/linux-omap-open-source/2007-January/008958.html
>
> (second patch of this mail, 02-mach-types-hack.patch)
>
> Regards
>
> Dirk
>
> Btw.: Just noticed that Kai Svahn registered mach number
> 1271 for N800 in machine registry.
>
> [1] http://www.arm.linux.org.uk/developer/machines/
The latest bootloader uses the 1271 id already so here's the updated
patch.
Tony
[-- Attachment #2: 0001-Add-N800-mach-types-hack.txt --]
[-- Type: text/plain, Size: 772 bytes --]
>From 7cf75f37488e3bdcb8c08fe88341deb2acf0c492 Mon Sep 17 00:00:00 2001
From: Tony Lindgren <tony@atomide.com>
Date: Thu, 1 Feb 2007 14:39:51 -0800
Subject: [PATCH] Add N800 mach-types hack
---
arch/arm/tools/mach-types | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types
index bd78058..3179f9f 100644
--- a/arch/arm/tools/mach-types
+++ b/arch/arm/tools/mach-types
@@ -767,6 +767,7 @@ e310 MACH_E310 E310 752
e330 MACH_E330 E330 753
rt3000 MACH_RT3000 RT3000 754
nokia770 MACH_NOKIA770 NOKIA770 755
+nokia_n800 MACH_NOKIA_N800 NOKIA_N800 1271
pnx0106 MACH_PNX0106 PNX0106 756
hx21xx MACH_HX21XX HX21XX 757
faraday MACH_FARADAY FARADAY 758
--
1.4.4.2
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply related [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
2007-04-18 19:38 ` Tony Lindgren
@ 2007-04-19 5:45 ` Jarkko Nikula
[not found] ` <5bc4c4570704191356q6a6d89e9y745bc8fb661d36c5@mail.gmail.com>
0 siblings, 1 reply; 19+ messages in thread
From: Jarkko Nikula @ 2007-04-19 5:45 UTC (permalink / raw)
To: leandroal; +Cc: linux-omap-open-source
On Wed, 18 Apr 2007 19:38:55 +0000
"ext Tony Lindgren" <tony@atomide.com> wrote:
> * Dirk Behme <dirk.behme@googlemail.com> [070418 18:31]:
> > Btw.: Just noticed that Kai Svahn registered mach number
> > 1271 for N800 in machine registry.
> >
> > [1] http://www.arm.linux.org.uk/developer/machines/
>
> The latest bootloader uses the 1271 id already so here's the updated
> patch.
>
For machine id 1271, reflash the device with latest OS 2007 release
https://maemo.org/#date_23032007
That should update the bootloader also to use official id 1271.
--
Jarkko
^ permalink raw reply [flat|nested] 19+ messages in thread
* Fwd: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
[not found] ` <5bc4c4570704191417u6c27c752se688d8347eadec9c@mail.gmail.com>
@ 2007-04-21 22:18 ` Leandro Melo de Sales
2007-04-21 22:19 ` Leandro Melo de Sales
0 siblings, 1 reply; 19+ messages in thread
From: Leandro Melo de Sales @ 2007-04-21 22:18 UTC (permalink / raw)
To: linux-omap-open-source
Hi,
I finally compile linux-omap git version in my scratchbox. So, I
tried to flash the new zImage generated by the compilation process
into my n800. I plugged the device using usb cable and typed:
./flasher-3.0 -f -k
/scratchbox/users/leandro/home/leandro/maemo_kernel_git/linux-omap-dev-2.6.git/arch/arm/boot/zImage
The kernel image is transfered to n800 as shown bellow:
USB device found found at bus 005, device address 011
Found device RX-34, hardware revision 1301
NOLO version 1.1.6
Version of 'sw-release': <no version>
Sending kernel image (1436 kB)...
100% (1436 of 1436 kB, avg. 21438 kB/s)
Flashing kernel... done.
But when I switch on the device, just the name "Nokia" is shown and
nothing more!
I reflashed the device with latest OS 2007 release.
Any clue?
Leandro.
2007/4/19, Jarkko Nikula <jarkko.nikula@nokia.com>:
> On Wed, 18 Apr 2007 19:38:55 +0000
> "ext Tony Lindgren" <tony@atomide.com> wrote:
>
> > * Dirk Behme <dirk.behme@googlemail.com> [070418 18:31]:
> > > Btw.: Just noticed that Kai Svahn registered mach number
> > > 1271 for N800 in machine registry.
> > >
> > > [1] http://www.arm.linux.org.uk/developer/machines/
> >
> > The latest bootloader uses the 1271 id already so here's the updated
> > patch.
> >
> For machine id 1271, reflash the device with latest OS 2007 release
>
> https://maemo.org/#date_23032007
>
> That should update the bootloader also to use official id 1271.
>
>
> --
> Jarkko
>
--
Leandro Melo de Sales.
Computer Science MSc Candidate
Pervasive and Embedded Computing Lab - embedded.ufcg.edu.br
Center of Electrical Engineering and Informatics at Federal University
of Campina Grande - UFCG / Brazil
083 33101404 (extension 208)
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
2007-04-21 22:18 ` Fwd: " Leandro Melo de Sales
@ 2007-04-21 22:19 ` Leandro Melo de Sales
[not found] ` <31e679430704211543x65fb0950pc997a360a30f9e6d@mail.gmail.com>
0 siblings, 1 reply; 19+ messages in thread
From: Leandro Melo de Sales @ 2007-04-21 22:19 UTC (permalink / raw)
To: linux-omap-open-source
Hi,
I finally compile linux-omap git version in my scratchbox. So, I
tried to flash the new zImage generated by the compilation process
into my n800. I plugged the device using usb cable and typed:
./flasher-3.0 -f -k
/scratchbox/users/leandro/home/leandro/maemo_kernel_git/linux-omap-dev-2.6.git/arch/arm/boot/zImage
The kernel image is transfered to n800 as shown bellow:
USB device found found at bus 005, device address 011
Found device RX-34, hardware revision 1301
NOLO version 1.1.6
Version of 'sw-release': <no version>
Sending kernel image (1436 kB)...
100% (1436 of 1436 kB, avg. 21438 kB/s)
Flashing kernel... done.
But when I switch on the device, just the name "Nokia" is shown and
nothing more!
I reflashed the device with latest OS 2007 release.
Any clue?
Leandro.
2007/4/19, Jarkko Nikula <jarkko.nikula@nokia.com>:
> On Wed, 18 Apr 2007 19:38:55 +0000
> "ext Tony Lindgren" <tony@atomide.com> wrote:
>
> > * Dirk Behme <dirk.behme@googlemail.com> [070418 18:31]:
> > > Btw.: Just noticed that Kai Svahn registered mach number
> > > 1271 for N800 in machine registry.
> > >
> > > [1] http://www.arm.linux.org.uk/developer/machines/
> >
> > The latest bootloader uses the 1271 id already so here's the updated
> > patch.
> >
> For machine id 1271, reflash the device with latest OS 2007 release
>
> https://maemo.org/#date_23032007
>
> That should update the bootloader also to use official id 1271.
>
>
> --
> Jarkko
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
[not found] ` <31e679430704211543x65fb0950pc997a360a30f9e6d@mail.gmail.com>
@ 2007-04-22 17:23 ` Leandro Melo de Sales
2007-04-23 6:02 ` Jarkko Nikula
0 siblings, 1 reply; 19+ messages in thread
From: Leandro Melo de Sales @ 2007-04-22 17:23 UTC (permalink / raw)
To: Felipe Balbi, linux-omap-open-source
Hello Felipe,
still in problems! :( I did what you suggested and after the latest
./flasher command I unplug the charger and the usb cable. When I turn
on the device, I got just a white screen. Even the Nokia logo is not
shown anymore.
What can I do now?
Best regards,
Leandro
2007/4/21, Felipe Balbi <felipebalbi@users.sourceforge.net>:
> Hello Leandro,
>
> The device just keeps on Nokia,
> it doesn't reboots on something like that??
>
> try this:
>
> ./flasher --enable-rd-mode -f
>
> ./flasher -k <your kernel> -f
>
> ./flasher --set-rd-flags=no-lifeguard-reset -f
>
> I think this will do the trick, hopefully
>
>
> On 4/22/07, Leandro Melo de Sales <leandroal@gmail.com> wrote:
> > Hi,
> >
> > I finally compile linux-omap git version in my scratchbox. So, I
> > tried to flash the new zImage generated by the compilation process
> > into my n800. I plugged the device using usb cable and typed:
> >
> > ./flasher-3.0 -f -k
> > /scratchbox/users/leandro/home/leandro/maemo_kernel_git/linux-omap-dev-2.6.git/arch/arm/boot/zImage
> >
> > The kernel image is transfered to n800 as shown bellow:
> >
> > USB device found found at bus 005, device address 011
> > Found device RX-34, hardware revision 1301
> > NOLO version 1.1.6
> > Version of 'sw-release': <no version>
> > Sending kernel image (1436 kB)...
> > 100% (1436 of 1436 kB, avg. 21438 kB/s)
> > Flashing kernel... done.
> >
> > But when I switch on the device, just the name "Nokia" is shown and
> > nothing more!
> >
> > I reflashed the device with latest OS 2007 release.
> >
> > Any clue?
> > Leandro.
> >
> > 2007/4/19, Jarkko Nikula <jarkko.nikula@nokia.com>:
> > > On Wed, 18 Apr 2007 19:38:55 +0000
> > > "ext Tony Lindgren" <tony@atomide.com> wrote:
> > >
> > > > * Dirk Behme <dirk.behme@googlemail.com> [070418 18:31]:
> > > > > Btw.: Just noticed that Kai Svahn registered mach number
> > > > > 1271 for N800 in machine registry.
> > > > >
> > > > > [1] http://www.arm.linux.org.uk/developer/machines/
> > > >
> > > > The latest bootloader uses the 1271 id already so here's the updated
> > > > patch.
> > > >
> > > For machine id 1271, reflash the device with latest OS 2007 release
> > >
> > > https://maemo.org/#date_23032007
> > >
> > > That should update the bootloader also to use official id 1271.
> > >
> > >
> > > --
> > > Jarkko
> > >
> > _______________________________________________
> > Linux-omap-open-source mailing list
> > Linux-omap-open-source@linux.omap.com
> > http://linux.omap.com/mailman/listinfo/linux-omap-open-source
> >
>
>
> --
> Best Regards,
>
> Felipe Balbi
> felipebalbi@users.sourceforge.net
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
2007-04-22 17:23 ` Leandro Melo de Sales
@ 2007-04-23 6:02 ` Jarkko Nikula
2007-04-23 18:18 ` Leandro Melo de Sales
2007-04-26 22:35 ` Tony Lindgren
0 siblings, 2 replies; 19+ messages in thread
From: Jarkko Nikula @ 2007-04-23 6:02 UTC (permalink / raw)
To: ext Leandro Melo de Sales; +Cc: linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 3396 bytes --]
Hi Leandro,
I just noticed that n800_defconfig doesn't enable Blizzard framebuffer
and thus the screen is white. Could you try are you able to boot-up
using attached patch to n800_defconfig?
That patch also enables EAC and TSC2301 drivers in order to get audio,
keypad and touschreen working.
Jarkko
On Sun, 22 Apr 2007 14:23:43 -0300
"ext Leandro Melo de Sales" <leandroal@gmail.com> wrote:
> Hello Felipe,
>
> still in problems! :( I did what you suggested and after the latest
> ./flasher command I unplug the charger and the usb cable. When I turn
> on the device, I got just a white screen. Even the Nokia logo is not
> shown anymore.
> What can I do now?
>
> Best regards,
> Leandro
>
> 2007/4/21, Felipe Balbi <felipebalbi@users.sourceforge.net>:
> > Hello Leandro,
> >
> > The device just keeps on Nokia,
> > it doesn't reboots on something like that??
> >
> > try this:
> >
> > ./flasher --enable-rd-mode -f
> >
> > ./flasher -k <your kernel> -f
> >
> > ./flasher --set-rd-flags=no-lifeguard-reset -f
> >
> > I think this will do the trick, hopefully
> >
> >
> > On 4/22/07, Leandro Melo de Sales <leandroal@gmail.com> wrote:
> > > Hi,
> > >
> > > I finally compile linux-omap git version in my scratchbox. So, I
> > > tried to flash the new zImage generated by the compilation process
> > > into my n800. I plugged the device using usb cable and typed:
> > >
> > > ./flasher-3.0 -f -k
> > > /scratchbox/users/leandro/home/leandro/maemo_kernel_git/linux-omap-dev-2.6.git/arch/arm/boot/zImage
> > >
> > > The kernel image is transfered to n800 as shown bellow:
> > >
> > > USB device found found at bus 005, device address 011
> > > Found device RX-34, hardware revision 1301
> > > NOLO version 1.1.6
> > > Version of 'sw-release': <no version>
> > > Sending kernel image (1436 kB)...
> > > 100% (1436 of 1436 kB, avg. 21438 kB/s)
> > > Flashing kernel... done.
> > >
> > > But when I switch on the device, just the name "Nokia" is shown
> > > and nothing more!
> > >
> > > I reflashed the device with latest OS 2007 release.
> > >
> > > Any clue?
> > > Leandro.
> > >
> > > 2007/4/19, Jarkko Nikula <jarkko.nikula@nokia.com>:
> > > > On Wed, 18 Apr 2007 19:38:55 +0000
> > > > "ext Tony Lindgren" <tony@atomide.com> wrote:
> > > >
> > > > > * Dirk Behme <dirk.behme@googlemail.com> [070418 18:31]:
> > > > > > Btw.: Just noticed that Kai Svahn registered mach number
> > > > > > 1271 for N800 in machine registry.
> > > > > >
> > > > > > [1] http://www.arm.linux.org.uk/developer/machines/
> > > > >
> > > > > The latest bootloader uses the 1271 id already so here's the
> > > > > updated patch.
> > > > >
> > > > For machine id 1271, reflash the device with latest OS 2007
> > > > release
> > > >
> > > > https://maemo.org/#date_23032007
> > > >
> > > > That should update the bootloader also to use official id 1271.
> > > >
> > > >
> > > > --
> > > > Jarkko
> > > >
> > > _______________________________________________
> > > Linux-omap-open-source mailing list
> > > Linux-omap-open-source@linux.omap.com
> > > http://linux.omap.com/mailman/listinfo/linux-omap-open-source
> > >
> >
> >
> > --
> > Best Regards,
> >
> > Felipe Balbi
> > felipebalbi@users.sourceforge.net
> >
> _______________________________________________
> Linux-omap-open-source mailing list
> Linux-omap-open-source@linux.omap.com
> http://linux.omap.com/mailman/listinfo/linux-omap-open-source
[-- Attachment #2: 0001-ARM-OMAP-Update-Nokia-N800-defconfig.txt --]
[-- Type: text/plain, Size: 12531 bytes --]
>From 2b3b9fe993c7d1033e72f426168f880128fb9acd Mon Sep 17 00:00:00 2001
From: Jarkko Nikula <jarkko.nikula@nokia.com>
Date: Mon, 23 Apr 2007 09:00:23 +0300
Subject: [PATCH] ARM: OMAP: Update Nokia N800 defconfig
- Enable Blizzard, EAC and TSC2301 drivers
- Disable support for omap_generic boards
Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
---
arch/arm/configs/n800_defconfig | 94 +++++++++++++++++++++++++++-----------
1 files changed, 67 insertions(+), 27 deletions(-)
diff --git a/arch/arm/configs/n800_defconfig b/arch/arm/configs/n800_defconfig
index 6664184..87f6c96 100644
--- a/arch/arm/configs/n800_defconfig
+++ b/arch/arm/configs/n800_defconfig
@@ -1,11 +1,14 @@
#
# Automatically generated make config: don't edit
-# Linux kernel version: 2.6.20-rc5-omap1
-# Wed Jan 17 17:19:12 2007
+# Linux kernel version: 2.6.21-rc7-omap1
+# Mon Apr 23 08:46:31 2007
#
CONFIG_ARM=y
+CONFIG_SYS_SUPPORTS_APM_EMULATION=y
+CONFIG_GENERIC_GPIO=y
CONFIG_GENERIC_TIME=y
CONFIG_MMU=y
+# CONFIG_NO_IOPORT is not set
CONFIG_GENERIC_HARDIRQS=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_HARDIRQS_SW_RESEND=y
@@ -15,6 +18,7 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
+CONFIG_ZONE_DMA=y
CONFIG_VECTORS_BASE=0xffff0000
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
@@ -33,6 +37,7 @@ CONFIG_LOCALVERSION=""
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_IPC_NS is not set
+CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
@@ -41,6 +46,7 @@ CONFIG_POSIX_MQUEUE=y
# CONFIG_IKCONFIG is not set
CONFIG_SYSFS_DEPRECATED=y
# CONFIG_RELAY is not set
+CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
@@ -120,6 +126,7 @@ CONFIG_DEFAULT_IOSCHED="noop"
# CONFIG_ARCH_IXP2000 is not set
# CONFIG_ARCH_IXP23XX is not set
# CONFIG_ARCH_L7200 is not set
+# CONFIG_ARCH_NS9XXX is not set
# CONFIG_ARCH_PNX4008 is not set
# CONFIG_ARCH_PXA is not set
# CONFIG_ARCH_RPC is not set
@@ -148,6 +155,8 @@ CONFIG_OMAP_GPIO_SWITCH=y
CONFIG_OMAP_STI=y
CONFIG_OMAP_STI_CONSOLE=y
# CONFIG_OMAP_MCBSP is not set
+CONFIG_OMAP_MMU_FWK=y
+CONFIG_OMAP_MBOX_FWK=y
# CONFIG_OMAP_MPU_TIMER is not set
CONFIG_OMAP_32K_TIMER=y
CONFIG_OMAP_32K_TIMER_HZ=128
@@ -159,7 +168,7 @@ CONFIG_OMAP_DSP=y
# CONFIG_OMAP_DSP_MBCMD_VERBOSE is not set
CONFIG_OMAP_DSP_TASK_MULTIOPEN=y
CONFIG_OMAP_DSP_FBEXPORT=y
-CONFIG_MACH_OMAP_GENERIC=y
+# CONFIG_MACH_OMAP_GENERIC is not set
#
# OMAP Core Type
@@ -174,8 +183,8 @@ CONFIG_ARCH_OMAP2420=y
CONFIG_MACH_NOKIA_N800=y
CONFIG_MACH_OMAP2_TUSB6010=y
# CONFIG_MACH_OMAP_H4 is not set
-# CONFIG_MACH_OMAP_2430SDP is not set
# CONFIG_MACH_OMAP_APOLLON is not set
+# CONFIG_MACH_OMAP_2430SDP is not set
#
# Processor Type
@@ -200,6 +209,7 @@ CONFIG_ARM_THUMB=y
# CONFIG_CPU_DCACHE_DISABLE is not set
# CONFIG_CPU_DCACHE_WRITETHROUGH is not set
# CONFIG_CPU_BPREDICT_DISABLE is not set
+# CONFIG_OUTER_CACHE is not set
#
# Bus support
@@ -228,9 +238,8 @@ CONFIG_FLAT_NODE_MEM_MAP=y
# CONFIG_SPARSEMEM_STATIC is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_RESOURCES_64BIT is not set
+CONFIG_ZONE_DMA_FLAG=1
CONFIG_LEDS=y
-# CONFIG_LEDS_TIMER is not set
-# CONFIG_LEDS_CPU is not set
CONFIG_ALIGNMENT_TRAP=y
#
@@ -241,6 +250,7 @@ CONFIG_ZBOOT_ROM_BSS=0x10200000
# CONFIG_ZBOOT_ROM is not set
CONFIG_CMDLINE="root=1f03 rootfstype=jffs2"
# CONFIG_XIP_KERNEL is not set
+# CONFIG_KEXEC is not set
#
# CPU Frequency scaling
@@ -273,7 +283,7 @@ CONFIG_PM=y
# CONFIG_PM_LEGACY is not set
# CONFIG_PM_DEBUG is not set
# CONFIG_PM_SYSFS_DEPRECATED is not set
-# CONFIG_APM is not set
+# CONFIG_APM_EMULATION is not set
#
# Networking
@@ -290,6 +300,7 @@ CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
# CONFIG_XFRM_SUB_POLICY is not set
+# CONFIG_XFRM_MIGRATE is not set
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
@@ -340,6 +351,7 @@ CONFIG_NETFILTER_XTABLES=y
# CONFIG_NETFILTER_XT_TARGET_MARK is not set
# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
+# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
@@ -376,7 +388,6 @@ CONFIG_IP_NF_FILTER=y
# CONFIG_IP_NF_TARGET_REJECT is not set
# CONFIG_IP_NF_TARGET_LOG is not set
# CONFIG_IP_NF_TARGET_ULOG is not set
-# CONFIG_IP_NF_TARGET_TCPMSS is not set
CONFIG_IP_NF_TARGET_IDLETIMER=y
# CONFIG_IP_NF_MANGLE is not set
# CONFIG_IP_NF_RAW is not set
@@ -438,6 +449,7 @@ CONFIG_BT_HIDP=y
# CONFIG_BT_HCIBPA10X is not set
# CONFIG_BT_HCIBFUSB is not set
# CONFIG_BT_HCIBRF6150 is not set
+# CONFIG_BT_HCIH4P is not set
# CONFIG_BT_HCIVHCI is not set
# CONFIG_IEEE80211 is not set
CONFIG_WIRELESS_EXT=y
@@ -453,6 +465,7 @@ CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_DEBUG_DRIVER is not set
+# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
#
@@ -475,6 +488,7 @@ CONFIG_MTD_CMDLINE_PARTS=y
# User Modules And Translation Layers
#
CONFIG_MTD_CHAR=y
+CONFIG_MTD_BLKDEVS=y
CONFIG_MTD_BLOCK=y
# CONFIG_FTL is not set
# CONFIG_NFTL is not set
@@ -547,6 +561,7 @@ CONFIG_MTD_ONENAND_OTP=y
#
# Plug and Play support
#
+# CONFIG_PNPACPI is not set
#
# Block devices
@@ -560,7 +575,6 @@ CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
-CONFIG_BLK_DEV_INITRD=y
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
@@ -727,6 +741,8 @@ CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_OMAP is not set
+# CONFIG_KEYBOARD_GPIO is not set
+CONFIG_KEYBOARD_TSC2301=y
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
CONFIG_INPUT_TOUCHSCREEN=y
@@ -739,7 +755,7 @@ CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_UCB1400 is not set
-# CONFIG_TOUCHSCREEN_TSC2102 is not set
+CONFIG_TOUCHSCREEN_TSC2301=y
# CONFIG_INPUT_MISC is not set
#
@@ -798,7 +814,6 @@ CONFIG_OMAP_WATCHDOG=y
#
# CONFIG_USBPCWATCHDOG is not set
# CONFIG_HW_RANDOM is not set
-CONFIG_OMAP_RNG=y
# CONFIG_NVRAM is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
@@ -863,13 +878,16 @@ CONFIG_SPI_MASTER=y
# SPI Master Controller Drivers
#
# CONFIG_SPI_BITBANG is not set
-# CONFIG_SPI_OMAP_UWIRE is not set
CONFIG_SPI_OMAP24XX=y
#
# SPI Protocol Masters
#
-# CONFIG_TSC2102 is not set
+# CONFIG_SPI_AT25 is not set
+# CONFIG_SPI_TSC2101 is not set
+# CONFIG_SPI_TSC2102 is not set
+CONFIG_SPI_TSC2301=y
+CONFIG_SPI_TSC2301_AUDIO=y
#
# Dallas's 1-wire bus
@@ -885,6 +903,7 @@ CONFIG_HWMON=y
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
+# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ASB100 is not set
@@ -926,7 +945,11 @@ CONFIG_HWMON=y
#
# Misc devices
#
-# CONFIG_TIFM_CORE is not set
+
+#
+# Multifunction device drivers
+#
+# CONFIG_MFD_SM501 is not set
#
# LED devices
@@ -965,7 +988,6 @@ CONFIG_VIDEO_V4L2=y
#
# CONFIG_VIDEO_ADV_DEBUG is not set
CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
-# CONFIG_VIDEO_VIVI is not set
# CONFIG_VIDEO_SAA5246A is not set
# CONFIG_VIDEO_SAA5249 is not set
@@ -979,6 +1001,7 @@ CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
#
# Radio Adapters
#
+# CONFIG_RADIO_TEA5761 is not set
# CONFIG_USB_DSBR is not set
#
@@ -990,24 +1013,32 @@ CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
#
# Graphics support
#
-# CONFIG_FIRMWARE_EDID is not set
+# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
CONFIG_FB=y
+# CONFIG_FIRMWARE_EDID is not set
+# CONFIG_FB_DDC is not set
# CONFIG_FB_CFB_FILLRECT is not set
# CONFIG_FB_CFB_COPYAREA is not set
# CONFIG_FB_CFB_IMAGEBLIT is not set
+# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
# CONFIG_FB_MODE_HELPERS is not set
# CONFIG_FB_TILEBLITTING is not set
+
+#
+# Frambuffer hardware drivers
+#
# CONFIG_FB_S1D13XXX is not set
-# CONFIG_FB_VIRTUAL is not set
CONFIG_FB_OMAP=y
CONFIG_FB_OMAP_LCDC_EXTERNAL=y
# CONFIG_FB_OMAP_LCDC_HWA742 is not set
+CONFIG_FB_OMAP_LCDC_BLIZZARD=y
CONFIG_FB_OMAP_MANUAL_UPDATE=y
CONFIG_FB_OMAP_LCD_MIPID=y
CONFIG_FB_OMAP_BOOTLOADER_INIT=y
CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=4
+# CONFIG_FB_VIRTUAL is not set
#
# Console display driver support
@@ -1020,7 +1051,6 @@ CONFIG_DUMMY_CONSOLE=y
# Logo configuration
#
# CONFIG_LOGO is not set
-# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
#
# Sound
@@ -1056,6 +1086,7 @@ CONFIG_SND_SUPPORT_OLD_API=y
# CONFIG_SND_OMAP_TSC2101 is not set
# CONFIG_SND_SX1 is not set
# CONFIG_SND_OMAP_TSC2102 is not set
+CONFIG_SND_OMAP24XX_EAC=y
#
# USB devices
@@ -1063,6 +1094,11 @@ CONFIG_SND_SUPPORT_OLD_API=y
# CONFIG_SND_USB_AUDIO is not set
#
+# SoC audio support
+#
+# CONFIG_SND_SOC is not set
+
+#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
@@ -1071,6 +1107,7 @@ CONFIG_SND_SUPPORT_OLD_API=y
# HID Devices
#
CONFIG_HID=y
+# CONFIG_HID_DEBUG is not set
#
# USB support
@@ -1085,10 +1122,8 @@ CONFIG_USB_DEBUG=y
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
-# CONFIG_USB_BANDWIDTH is not set
CONFIG_USB_DYNAMIC_MINORS=y
CONFIG_USB_SUSPEND=y
-# CONFIG_USB_MULTITHREAD_PROBE is not set
CONFIG_USB_OTG=y
CONFIG_USB_OTG_WHITELIST=y
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
@@ -1157,6 +1192,7 @@ CONFIG_USB_HID=y
# CONFIG_USB_ATI_REMOTE2 is not set
# CONFIG_USB_KEYSPAN_REMOTE is not set
# CONFIG_USB_APPLETOUCH is not set
+# CONFIG_USB_GTCO is not set
#
# USB Imaging devices
@@ -1174,6 +1210,7 @@ CONFIG_USB_RTL8150=y
# CONFIG_USB_USBNET_MII is not set
CONFIG_USB_USBNET=y
CONFIG_USB_NET_CDCETHER=y
+# CONFIG_USB_NET_DM9601 is not set
# CONFIG_USB_NET_GL620A is not set
CONFIG_USB_NET_NET1080=y
CONFIG_USB_NET_PLUSB=y
@@ -1185,6 +1222,7 @@ CONFIG_USB_NET_CDC_SUBSET=y
CONFIG_USB_BELKIN=y
CONFIG_USB_ARMLINUX=y
# CONFIG_USB_EPSON2888 is not set
+# CONFIG_USB_KC2190 is not set
CONFIG_USB_NET_ZAURUS=y
CONFIG_USB_MON=y
@@ -1207,6 +1245,7 @@ CONFIG_USB_MON=y
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
+# CONFIG_USB_BERRY_CHARGE is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
@@ -1216,6 +1255,7 @@ CONFIG_USB_MON=y
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
+# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
#
@@ -1256,11 +1296,6 @@ CONFIG_RTC_LIB=y
# CONFIG_RTC_CLASS is not set
#
-# Synchronous Serial Interfaces (SSI)
-#
-# CONFIG_OMAP_TSC2101 is not set
-
-#
# CBUS support
#
CONFIG_CBUS=y
@@ -1272,6 +1307,7 @@ CONFIG_CBUS_RETU_USER=y
CONFIG_CBUS_RETU_POWERBUTTON=y
CONFIG_CBUS_RETU_RTC=y
CONFIG_CBUS_RETU_WDT=y
+# CONFIG_CBUS_RETU_HEADSET is not set
#
# File systems
@@ -1444,15 +1480,16 @@ CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
+# CONFIG_DEBUG_SHIRQ is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_DETECT_SOFTLOCKUP=y
# CONFIG_SCHEDSTATS is not set
+# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
-# CONFIG_DEBUG_RWSEMS is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_DEBUG_KOBJECT is not set
@@ -1463,6 +1500,7 @@ CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_FRAME_POINTER=y
CONFIG_FORCED_INLINING=y
# CONFIG_RCU_TORTURE_TEST is not set
+# CONFIG_FAULT_INJECTION is not set
CONFIG_DEBUG_USER=y
CONFIG_DEBUG_ERRORS=y
# CONFIG_DEBUG_LL is not set
@@ -1475,6 +1513,7 @@ CONFIG_SECURITY=y
# CONFIG_SECURITY_NETWORK is not set
# CONFIG_SECURITY_CAPABILITIES is not set
# CONFIG_SECURITY_ROOTPLUG is not set
+# CONFIG_SECURITY_LOWMEM is not set
#
# Cryptographic options
@@ -1492,4 +1531,5 @@ CONFIG_CRC32=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_PLIST=y
-CONFIG_IOMAP_COPY=y
+CONFIG_HAS_IOMEM=y
+CONFIG_HAS_IOPORT=y
--
1.4.4.4
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply related [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
2007-04-23 6:02 ` Jarkko Nikula
@ 2007-04-23 18:18 ` Leandro Melo de Sales
[not found] ` <31e679430704231123v6a73cc8fqd6b67918be28a5a9@mail.gmail.com>
2007-04-26 22:35 ` Tony Lindgren
1 sibling, 1 reply; 19+ messages in thread
From: Leandro Melo de Sales @ 2007-04-23 18:18 UTC (permalink / raw)
To: Jarkko Nikula, linux-omap-open-source
Hi Jarkko,
I used the patch that you sent to me. Now I can boot using the git
kernel, but the system can't find any wireless access point
(infraestructure). I think that is necessary to enable some kernel
option, which one? I already enabled some wireless 802.11 options,
including WEP crypt, flash kernel again and nothing changed.
Thanks the the help,
Leandro.
2007/4/23, Jarkko Nikula <jarkko.nikula@nokia.com>:
> Hi Leandro,
>
> I just noticed that n800_defconfig doesn't enable Blizzard framebuffer
> and thus the screen is white. Could you try are you able to boot-up
> using attached patch to n800_defconfig?
>
> That patch also enables EAC and TSC2301 drivers in order to get audio,
> keypad and touschreen working.
>
>
> Jarkko
>
> On Sun, 22 Apr 2007 14:23:43 -0300
> "ext Leandro Melo de Sales" <leandroal@gmail.com> wrote:
>
> > Hello Felipe,
> >
> > still in problems! :( I did what you suggested and after the latest
> > ./flasher command I unplug the charger and the usb cable. When I turn
> > on the device, I got just a white screen. Even the Nokia logo is not
> > shown anymore.
> > What can I do now?
> >
> > Best regards,
> > Leandro
> >
> > 2007/4/21, Felipe Balbi <felipebalbi@users.sourceforge.net>:
> > > Hello Leandro,
> > >
> > > The device just keeps on Nokia,
> > > it doesn't reboots on something like that??
> > >
> > > try this:
> > >
> > > ./flasher --enable-rd-mode -f
> > >
> > > ./flasher -k <your kernel> -f
> > >
> > > ./flasher --set-rd-flags=no-lifeguard-reset -f
> > >
> > > I think this will do the trick, hopefully
> > >
> > >
> > > On 4/22/07, Leandro Melo de Sales <leandroal@gmail.com> wrote:
> > > > Hi,
> > > >
> > > > I finally compile linux-omap git version in my scratchbox. So, I
> > > > tried to flash the new zImage generated by the compilation process
> > > > into my n800. I plugged the device using usb cable and typed:
> > > >
> > > > ./flasher-3.0 -f -k
> > > > /scratchbox/users/leandro/home/leandro/maemo_kernel_git/linux-omap-dev-2.6.git/arch/arm/boot/zImage
> > > >
> > > > The kernel image is transfered to n800 as shown bellow:
> > > >
> > > > USB device found found at bus 005, device address 011
> > > > Found device RX-34, hardware revision 1301
> > > > NOLO version 1.1.6
> > > > Version of 'sw-release': <no version>
> > > > Sending kernel image (1436 kB)...
> > > > 100% (1436 of 1436 kB, avg. 21438 kB/s)
> > > > Flashing kernel... done.
> > > >
> > > > But when I switch on the device, just the name "Nokia" is shown
> > > > and nothing more!
> > > >
> > > > I reflashed the device with latest OS 2007 release.
> > > >
> > > > Any clue?
> > > > Leandro.
> > > >
> > > > 2007/4/19, Jarkko Nikula <jarkko.nikula@nokia.com>:
> > > > > On Wed, 18 Apr 2007 19:38:55 +0000
> > > > > "ext Tony Lindgren" <tony@atomide.com> wrote:
> > > > >
> > > > > > * Dirk Behme <dirk.behme@googlemail.com> [070418 18:31]:
> > > > > > > Btw.: Just noticed that Kai Svahn registered mach number
> > > > > > > 1271 for N800 in machine registry.
> > > > > > >
> > > > > > > [1] http://www.arm.linux.org.uk/developer/machines/
> > > > > >
> > > > > > The latest bootloader uses the 1271 id already so here's the
> > > > > > updated patch.
> > > > > >
> > > > > For machine id 1271, reflash the device with latest OS 2007
> > > > > release
> > > > >
> > > > > https://maemo.org/#date_23032007
> > > > >
> > > > > That should update the bootloader also to use official id 1271.
> > > > >
> > > > >
> > > > > --
> > > > > Jarkko
> > > > >
> > > > _______________________________________________
> > > > Linux-omap-open-source mailing list
> > > > Linux-omap-open-source@linux.omap.com
> > > > http://linux.omap.com/mailman/listinfo/linux-omap-open-source
> > > >
> > >
> > >
> > > --
> > > Best Regards,
> > >
> > > Felipe Balbi
> > > felipebalbi@users.sourceforge.net
> > >
> > _______________________________________________
> > Linux-omap-open-source mailing list
> > Linux-omap-open-source@linux.omap.com
> > http://linux.omap.com/mailman/listinfo/linux-omap-open-source
>
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
[not found] ` <31e679430704231123v6a73cc8fqd6b67918be28a5a9@mail.gmail.com>
@ 2007-04-23 18:29 ` Leandro Melo de Sales
2007-04-23 18:35 ` Daniel Stone
0 siblings, 1 reply; 19+ messages in thread
From: Leandro Melo de Sales @ 2007-04-23 18:29 UTC (permalink / raw)
To: Felipe Balbi, linux-omap-open-source
Really? I need to take some wireless performance tests using a
modified transport protocol and wifi and I cannot? Is there another
way to do that?
Thanks,
Leandro
2007/4/23, Felipe Balbi <felipebalbi@users.sourceforge.net>:
> That was expected. AFAIK the Wifi driver is proprietary, you won't get
> it working with linux-omap git tree.
>
>
> On 4/23/07, Leandro Melo de Sales <leandroal@gmail.com> wrote:
> > Hi Jarkko,
> >
> > I used the patch that you sent to me. Now I can boot using the git
> > kernel, but the system can't find any wireless access point
> > (infraestructure). I think that is necessary to enable some kernel
> > option, which one? I already enabled some wireless 802.11 options,
> > including WEP crypt, flash kernel again and nothing changed.
> >
> > Thanks the the help,
> > Leandro.
> >
> > 2007/4/23, Jarkko Nikula <jarkko.nikula@nokia.com>:
> > > Hi Leandro,
> > >
> > > I just noticed that n800_defconfig doesn't enable Blizzard framebuffer
> > > and thus the screen is white. Could you try are you able to boot-up
> > > using attached patch to n800_defconfig?
> > >
> > > That patch also enables EAC and TSC2301 drivers in order to get audio,
> > > keypad and touschreen working.
> > >
> > >
> > > Jarkko
> > >
> > > On Sun, 22 Apr 2007 14:23:43 -0300
> > > "ext Leandro Melo de Sales" <leandroal@gmail.com> wrote:
> > >
> > > > Hello Felipe,
> > > >
> > > > still in problems! :( I did what you suggested and after the latest
> > > > ./flasher command I unplug the charger and the usb cable. When I turn
> > > > on the device, I got just a white screen. Even the Nokia logo is not
> > > > shown anymore.
> > > > What can I do now?
> > > >
> > > > Best regards,
> > > > Leandro
> > > >
> > > > 2007/4/21, Felipe Balbi <felipebalbi@users.sourceforge.net>:
> > > > > Hello Leandro,
> > > > >
> > > > > The device just keeps on Nokia,
> > > > > it doesn't reboots on something like that??
> > > > >
> > > > > try this:
> > > > >
> > > > > ./flasher --enable-rd-mode -f
> > > > >
> > > > > ./flasher -k <your kernel> -f
> > > > >
> > > > > ./flasher --set-rd-flags=no-lifeguard-reset -f
> > > > >
> > > > > I think this will do the trick, hopefully
> > > > >
> > > > >
> > > > > On 4/22/07, Leandro Melo de Sales <leandroal@gmail.com> wrote:
> > > > > > Hi,
> > > > > >
> > > > > > I finally compile linux-omap git version in my scratchbox. So, I
> > > > > > tried to flash the new zImage generated by the compilation process
> > > > > > into my n800. I plugged the device using usb cable and typed:
> > > > > >
> > > > > > ./flasher-3.0 -f -k
> > > > > > /scratchbox/users/leandro/home/leandro/maemo_kernel_git/linux-omap-dev-2.6.git/arch/arm/boot/zImage
> > > > > >
> > > > > > The kernel image is transfered to n800 as shown bellow:
> > > > > >
> > > > > > USB device found found at bus 005, device address 011
> > > > > > Found device RX-34, hardware revision 1301
> > > > > > NOLO version 1.1.6
> > > > > > Version of 'sw-release': <no version>
> > > > > > Sending kernel image (1436 kB)...
> > > > > > 100% (1436 of 1436 kB, avg. 21438 kB/s)
> > > > > > Flashing kernel... done.
> > > > > >
> > > > > > But when I switch on the device, just the name "Nokia" is shown
> > > > > > and nothing more!
> > > > > >
> > > > > > I reflashed the device with latest OS 2007 release.
> > > > > >
> > > > > > Any clue?
> > > > > > Leandro.
> > > > > >
> > > > > > 2007/4/19, Jarkko Nikula <jarkko.nikula@nokia.com>:
> > > > > > > On Wed, 18 Apr 2007 19:38:55 +0000
> > > > > > > "ext Tony Lindgren" <tony@atomide.com> wrote:
> > > > > > >
> > > > > > > > * Dirk Behme <dirk.behme@googlemail.com> [070418 18:31]:
> > > > > > > > > Btw.: Just noticed that Kai Svahn registered mach number
> > > > > > > > > 1271 for N800 in machine registry.
> > > > > > > > >
> > > > > > > > > [1] http://www.arm.linux.org.uk/developer/machines/
> > > > > > > >
> > > > > > > > The latest bootloader uses the 1271 id already so here's the
> > > > > > > > updated patch.
> > > > > > > >
> > > > > > > For machine id 1271, reflash the device with latest OS 2007
> > > > > > > release
> > > > > > >
> > > > > > > https://maemo.org/#date_23032007
> > > > > > >
> > > > > > > That should update the bootloader also to use official id 1271.
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Jarkko
> > > > > > >
> > > > > > _______________________________________________
> > > > > > Linux-omap-open-source mailing list
> > > > > > Linux-omap-open-source@linux.omap.com
> > > > > > http://linux.omap.com/mailman/listinfo/linux-omap-open-source
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Best Regards,
> > > > >
> > > > > Felipe Balbi
> > > > > felipebalbi@users.sourceforge.net
> > > > >
> > > > _______________________________________________
> > > > Linux-omap-open-source mailing list
> > > > Linux-omap-open-source@linux.omap.com
> > > > http://linux.omap.com/mailman/listinfo/linux-omap-open-source
> > >
> > >
> > _______________________________________________
> > Linux-omap-open-source mailing list
> > Linux-omap-open-source@linux.omap.com
> > http://linux.omap.com/mailman/listinfo/linux-omap-open-source
> >
>
>
> --
> Best Regards,
>
> Felipe Balbi
> felipebalbi@users.sourceforge.net
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
2007-04-23 18:29 ` Leandro Melo de Sales
@ 2007-04-23 18:35 ` Daniel Stone
[not found] ` <5bc4c4570704231153p788a3936ue36041eeb7e06f8e@mail.gmail.com>
2007-04-23 19:47 ` Felipe Balbi
0 siblings, 2 replies; 19+ messages in thread
From: Daniel Stone @ 2007-04-23 18:35 UTC (permalink / raw)
To: ext Leandro Melo de Sales; +Cc: linux-omap-open-source
On Mon, Apr 23, 2007 at 03:29:26PM -0300, ext Leandro Melo de Sales wrote:
> Really? I need to take some wireless performance tests using a
> modified transport protocol and wifi and I cannot? Is there another
> way to do that?
You can build the cx3110x driver against the new kernel (it's on
garage.maemo.org IIRC), but I guess you'll have to copy it into the
initfs by hand. It's mounted as /mnt/initfs on the device, or you can
extract initfs.jffs2 from the FIASCO image and rebuild it from there
with mkfs.jffs2 and sumtool.
Cheers,
Daniel
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
[not found] ` <5bc4c4570704231216m15565ed0l8e8bb976ac8c0828@mail.gmail.com>
@ 2007-04-23 19:39 ` Leandro Melo de Sales
2007-04-23 22:34 ` Leandro Melo de Sales
[not found] ` <5bc4c4570704231250m34f325b6s45939ffd0a6b28a8@mail.gmail.com>
0 siblings, 2 replies; 19+ messages in thread
From: Leandro Melo de Sales @ 2007-04-23 19:39 UTC (permalink / raw)
To: jarkko.nikula, linux-omap-open-source
Hi Jarkko,
First of all, I'd like to thank you about all help that you are done
to me. Well, as I said, I can't use my WLAN interface after I compiled
the omap git kernel and flash it into my n800. But Daniel Stone
suggested me to use the cx3110x driver. From your post at
http://maemo.org/pipermail/maemo-developers/2007-February/007809.html,
I read that the driver will be available as soon as possible. Does
cx3110x driver correspond to the driver that you mentioned the that
post?
Please, let me know from now how can I use the driver with my
compiled kernel. Daniel suggested me some process, but I don't know
how can I do it.
Thank you,
Leandro.
2007/4/23, Leandro Melo de Sales <leandroal@gmail.com>:
> Hi Daniel,
>
> garage.maemo.org I know! I just didn't understand when you said
> IIRC, in all case, thank you. I get mkfs.jffs2 and download the source
> of cx3110x driver. I extracted from tar.gz and type make modules, but
> I got the following:
>
> [sbox-SDK_ARMEL: ~/maemo/linux-omap-dev-2.6.git/cx3110x-1.2] > make modules
> make -C src/ modules CONFIG_CX3110X_PROD=m
> make[1]: Entering directory
> `/home/leandro/maemo/linux-omap-dev-2.6.git/cx3110x-1.2/src'
> /scratchbox/tools/bin/make -C
> SUBDIRS=/home/leandro/maemo/linux-omap-dev-2.6.git/cx3110x-1.2/src
> modules
> make: *** SUBDIRS=/home/leandro/maemo/linux-omap-dev-2.6.git/cx3110x-1.2/src:
> No such file or directory. Stop.
> make: Entering an unknown directorymake: Leaving an unknown
> directorymake[1]: *** [modules] Error 2
> make[1]: Leaving directory
> `/home/leandro/maemo/linux-omap-dev-2.6.git/cx3110x-1.2/src'
> make: *** [modules] Error 2
> [sbox-SDK_ARMEL: ~/maemo/linux-omap-dev-2.6.git/cx3110x-1.2] > ls
> COPYING Makefile src
> [sbox-SDK_ARMEL: ~/maemo/linux-omap-dev-2.6.git/cx3110x-1.2] >
>
> What is wrong?
>
> Thank you,
> Leandro.
>
> 2007/4/23, Daniel Stone <daniel.stone@nokia.com>:
> > On Mon, Apr 23, 2007 at 03:53:56PM -0300, ext Leandro Melo de Sales wrote:
> > > please, I'd like you explain me this process in more details. Sorry
> > > but I'm a newbie into maemo platform, although I have been working
> > > with linux for many years. I'm taking my master degree at federal
> > > university of campina grande, Brazil, where we have projects with
> > > INdT/Brazil (Instituto Nokia de Tecnologia).
> > > First of all, when you say garage.maemo.org IIRC, do you mean the
> > > maemo channel of irc.freenode.net? what do you mean IIRC? Second, when
> > > you say copy into the initfs, does /mnt/initfs is a read-only area,
> > > doesn't it? How can I do it? About extract initfs.jffs2 from FIASCO,
> > > how can I do that? I tried to use flasher with -u option like this:
> > >
> > > ./flasher --unpack RX-34_2007SE_3.2007.10-7_PR_COMBINED_MR0_ARM.bin
> > > flasher v0.8.7 (Oct 17 2006)
> > >
> > > but flasher do nothing. I'm using scratchbox and I don't have
> > > mkfs.jffs2 command, where can I get it?
> >
> > Hi,
> > garage.maemo.org is a website: http://garage.maemo.org. I don't believe
> > /mnt/initfs is mount-only. You can get mkfs.jffs2 from your
> > distribution, and you need to pass -F to flasher as well: flasher -u -F
> > blah.bin.
> >
> > Cheers,
> > Daniel
> >
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.3 (GNU/Linux)
> >
> > iD8DBQFGLQGP68xJuWtYYdURAsY6AKCbUFQXT5pRSdoFIZt4pZROMBGJ8gCfevY/
> > OkIH0CkExKfoFzuLmAQrdbQ=
> > =PY9j
> > -----END PGP SIGNATURE-----
> >
> >
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
2007-04-23 18:35 ` Daniel Stone
[not found] ` <5bc4c4570704231153p788a3936ue36041eeb7e06f8e@mail.gmail.com>
@ 2007-04-23 19:47 ` Felipe Balbi
1 sibling, 0 replies; 19+ messages in thread
From: Felipe Balbi @ 2007-04-23 19:47 UTC (permalink / raw)
To: Daniel Stone, ext Leandro Melo de Sales; +Cc: linux-omap-open-source
Hello Daniel,
On 4/23/07, Daniel Stone <daniel.stone@nokia.com> wrote:
> On Mon, Apr 23, 2007 at 03:29:26PM -0300, ext Leandro Melo de Sales wrote:
> > Really? I need to take some wireless performance tests using a
> > modified transport protocol and wifi and I cannot? Is there another
> > way to do that?
>
> You can build the cx3110x driver against the new kernel (it's on
> garage.maemo.org IIRC)
Didn't know about that. That's nice then :-)
> initfs by hand. It's mounted as /mnt/initfs on the device, or you can
> extract initfs.jffs2 from the FIASCO image and rebuild it from there
> with mkfs.jffs2 and sumtool.
Actually, you can use mtdblock to mount jffs2 filesystem on you pc...
after that you can copy stuff to there or just
make INSTALL_MOD_PATH=/mymtblock modules_install
They'll be directly copied to you initfs or rootfs, whatever you want.
--
Best Regards,
Felipe Balbi
felipebalbi@users.sourceforge.net
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
2007-04-23 19:39 ` Leandro Melo de Sales
@ 2007-04-23 22:34 ` Leandro Melo de Sales
2007-04-24 5:40 ` Jarkko Nikula
[not found] ` <5bc4c4570704231250m34f325b6s45939ffd0a6b28a8@mail.gmail.com>
1 sibling, 1 reply; 19+ messages in thread
From: Leandro Melo de Sales @ 2007-04-23 22:34 UTC (permalink / raw)
To: jarkko.nikula, linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 4124 bytes --]
Other thing just to you know. After I flash the new kernel, everything
(except the WLAN interface works fine), but the screen, after n800
enter in stand-by mode, the screen seems to lost sync. I don't know
how to explain exactly, so I'm sending to you some images. Sorry the
poor quality of the images.
Before stand-by the screen is like DSC01927.JPG. After standy-by,
like DSC01921.JPG.
When I say stand-by I mean after the user stop to use for about 1min.
Leandro.
2007/4/23, Leandro Melo de Sales <leandroal@gmail.com>:
> Hi Jarkko,
>
> First of all, I'd like to thank you about all help that you are done
> to me. Well, as I said, I can't use my WLAN interface after I compiled
> the omap git kernel and flash it into my n800. But Daniel Stone
> suggested me to use the cx3110x driver. From your post at
> http://maemo.org/pipermail/maemo-developers/2007-February/007809.html,
> I read that the driver will be available as soon as possible. Does
> cx3110x driver correspond to the driver that you mentioned the that
> post?
> Please, let me know from now how can I use the driver with my
> compiled kernel. Daniel suggested me some process, but I don't know
> how can I do it.
>
> Thank you,
> Leandro.
>
> 2007/4/23, Leandro Melo de Sales <leandroal@gmail.com>:
> > Hi Daniel,
> >
> > garage.maemo.org I know! I just didn't understand when you said
> > IIRC, in all case, thank you. I get mkfs.jffs2 and download the source
> > of cx3110x driver. I extracted from tar.gz and type make modules, but
> > I got the following:
> >
> > [sbox-SDK_ARMEL: ~/maemo/linux-omap-dev-2.6.git/cx3110x-1.2] > make modules
> > make -C src/ modules CONFIG_CX3110X_PROD=m
> > make[1]: Entering directory
> > `/home/leandro/maemo/linux-omap-dev-2.6.git/cx3110x-1.2/src'
> > /scratchbox/tools/bin/make -C
> > SUBDIRS=/home/leandro/maemo/linux-omap-dev-2.6.git/cx3110x-1.2/src
> > modules
> > make: *** SUBDIRS=/home/leandro/maemo/linux-omap-dev-2.6.git/cx3110x-1.2/src:
> > No such file or directory. Stop.
> > make: Entering an unknown directorymake: Leaving an unknown
> > directorymake[1]: *** [modules] Error 2
> > make[1]: Leaving directory
> > `/home/leandro/maemo/linux-omap-dev-2.6.git/cx3110x-1.2/src'
> > make: *** [modules] Error 2
> > [sbox-SDK_ARMEL: ~/maemo/linux-omap-dev-2.6.git/cx3110x-1.2] > ls
> > COPYING Makefile src
> > [sbox-SDK_ARMEL: ~/maemo/linux-omap-dev-2.6.git/cx3110x-1.2] >
> >
> > What is wrong?
> >
> > Thank you,
> > Leandro.
> >
> > 2007/4/23, Daniel Stone <daniel.stone@nokia.com>:
> > > On Mon, Apr 23, 2007 at 03:53:56PM -0300, ext Leandro Melo de Sales wrote:
> > > > please, I'd like you explain me this process in more details. Sorry
> > > > but I'm a newbie into maemo platform, although I have been working
> > > > with linux for many years. I'm taking my master degree at federal
> > > > university of campina grande, Brazil, where we have projects with
> > > > INdT/Brazil (Instituto Nokia de Tecnologia).
> > > > First of all, when you say garage.maemo.org IIRC, do you mean the
> > > > maemo channel of irc.freenode.net? what do you mean IIRC? Second, when
> > > > you say copy into the initfs, does /mnt/initfs is a read-only area,
> > > > doesn't it? How can I do it? About extract initfs.jffs2 from FIASCO,
> > > > how can I do that? I tried to use flasher with -u option like this:
> > > >
> > > > ./flasher --unpack RX-34_2007SE_3.2007.10-7_PR_COMBINED_MR0_ARM.bin
> > > > flasher v0.8.7 (Oct 17 2006)
> > > >
> > > > but flasher do nothing. I'm using scratchbox and I don't have
> > > > mkfs.jffs2 command, where can I get it?
> > >
> > > Hi,
> > > garage.maemo.org is a website: http://garage.maemo.org. I don't believe
> > > /mnt/initfs is mount-only. You can get mkfs.jffs2 from your
> > > distribution, and you need to pass -F to flasher as well: flasher -u -F
> > > blah.bin.
> > >
> > > Cheers,
> > > Daniel
> > >
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: GnuPG v1.4.3 (GNU/Linux)
> > >
> > > iD8DBQFGLQGP68xJuWtYYdURAsY6AKCbUFQXT5pRSdoFIZt4pZROMBGJ8gCfevY/
> > > OkIH0CkExKfoFzuLmAQrdbQ=
> > > =PY9j
> > > -----END PGP SIGNATURE-----
> > >
> > >
> >
>
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
2007-04-23 22:34 ` Leandro Melo de Sales
@ 2007-04-24 5:40 ` Jarkko Nikula
2007-04-26 22:35 ` Tony Lindgren
0 siblings, 1 reply; 19+ messages in thread
From: Jarkko Nikula @ 2007-04-24 5:40 UTC (permalink / raw)
To: ext Leandro Melo de Sales; +Cc: linux-omap-open-source
On Mon, 23 Apr 2007 19:34:34 -0300
"ext Leandro Melo de Sales" <leandroal@gmail.com> wrote:
> Other thing just to you know. After I flash the new kernel, everything
> (except the WLAN interface works fine), but the screen, after n800
> enter in stand-by mode, the screen seems to lost sync. I don't know
> how to explain exactly, so I'm sending to you some images. Sorry the
> poor quality of the images.
> Before stand-by the screen is like DSC01927.JPG. After standy-by,
> like DSC01921.JPG.
> When I say stand-by I mean after the user stop to use for about
> 1min.
>
This patch should fix the problem:
http://linux.omap.com/pipermail/linux-omap-open-source/2007-April/009478.html
Jarkko
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
[not found] ` <5bc4c4570704240856j5e01da7alf16a64ece7ff0b78@mail.gmail.com>
@ 2007-04-24 16:29 ` Leandro Melo de Sales
[not found] ` <877is0sf5b.fsf@nokia.com>
1 sibling, 0 replies; 19+ messages in thread
From: Leandro Melo de Sales @ 2007-04-24 16:29 UTC (permalink / raw)
To: linux-omap-open-source
Hi Kalle,
It is a bad news! :( Is there a plan to make umac.ko source code
available? And about cx3110x updates, when do you plan to update it?
What is the latest linux-omap kernel version that it is possible to
compile cx3110x and flash it into n800?
In all case, thank you.
Leandro.
2007/4/24, Kalle Valo <Kalle.Valo@nokia.com>:
> "Leandro Melo de Sales" <leandroal@gmail.com> writes:
>
> > Hi Kalle,
> >
> > I compiled the omap git kernel version 2.6.21 and flash it into
> > n800. But I can't use my WLAN interface after I compiled.
>
> Currently there's no way to use WLAN interface with 2.6.21. The
> biggest problem is umac.ko, because the sources are not available for
> that module. Also cx3110x needs some updates because of the workqueue
> interface has changed in the kernel.
>
> > Daniel Stone (also from nokia) suggested me to use the cx3110x
> > driver. Please, let me know from now how can I use the driver with
> > my compiled kernel. Daniel suggested me some process, but I don't
> > know how can I do it.
>
> You need to specify few variables for make. Take a look at here for an
> example:
>
> http://maemo.org/pipermail/maemo-developers/2006-August/005368.html
>
> But I admit that cx3110x is badly documented, sorry about that.
>
> BTW, in the future please send your questions to maemo-devel and CC me
> (so that I don't miss it). That way more people can benefit from our
> discussion. I usually don't answer to private questions, but I made an
> exception in this case :)
>
> --
> Kalle Valo
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
2007-04-23 6:02 ` Jarkko Nikula
2007-04-23 18:18 ` Leandro Melo de Sales
@ 2007-04-26 22:35 ` Tony Lindgren
1 sibling, 0 replies; 19+ messages in thread
From: Tony Lindgren @ 2007-04-26 22:35 UTC (permalink / raw)
To: Jarkko Nikula; +Cc: linux-omap-open-source
* Jarkko Nikula <jarkko.nikula@nokia.com> [070423 06:09]:
> Hi Leandro,
>
> I just noticed that n800_defconfig doesn't enable Blizzard framebuffer
> and thus the screen is white. Could you try are you able to boot-up
> using attached patch to n800_defconfig?
>
> That patch also enables EAC and TSC2301 drivers in order to get audio,
> keypad and touschreen working.
Pushing today.
Tony
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
2007-04-24 5:40 ` Jarkko Nikula
@ 2007-04-26 22:35 ` Tony Lindgren
0 siblings, 0 replies; 19+ messages in thread
From: Tony Lindgren @ 2007-04-26 22:35 UTC (permalink / raw)
To: Jarkko Nikula; +Cc: linux-omap-open-source
* Jarkko Nikula <jarkko.nikula@nokia.com> [070424 05:46]:
> On Mon, 23 Apr 2007 19:34:34 -0300
> "ext Leandro Melo de Sales" <leandroal@gmail.com> wrote:
>
> > Other thing just to you know. After I flash the new kernel, everything
> > (except the WLAN interface works fine), but the screen, after n800
> > enter in stand-by mode, the screen seems to lost sync. I don't know
> > how to explain exactly, so I'm sending to you some images. Sorry the
> > poor quality of the images.
> > Before stand-by the screen is like DSC01927.JPG. After standy-by,
> > like DSC01921.JPG.
> > When I say stand-by I mean after the user stop to use for about
> > 1min.
> >
> This patch should fix the problem:
>
> http://linux.omap.com/pipermail/linux-omap-open-source/2007-April/009478.html
This patch should be already applied.
Tony
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Compiling latest kernel (from kernel.org, linux-omap git version) in n800
[not found] ` <5bc4c4570704261344m7e645c44v4489b18ae1043753@mail.gmail.com>
@ 2007-04-26 22:43 ` Leandro Melo de Sales
0 siblings, 0 replies; 19+ messages in thread
From: Leandro Melo de Sales @ 2007-04-26 22:43 UTC (permalink / raw)
To: linux-omap-open-source
So, finally. Is the unique solution to wait nokia until they release
the umac.ko source and live with n800 + latest linux-omap kernel
version without WLAN support?
Kallo, can you please explain us what is the main problem that
nokia doesn't release the umac.ko source code?
Leandro.
2007/4/26, Dave Neuer <dave.neuer@pobox.com>:
> On 4/26/07, Frantisek Dufka <dufkaf@seznam.cz> wrote:
> > Andreas Orfanos wrote:
> > > Definitely there is a GPL violation here.
> >
> > False
>
> Correct, it is "false" that there is "definitely" a GPL violation there.
>
> There is quite likely a GPL violation there, since it's quite likely a
> module is a derived work of the kernel.
>
> Dave
> _______________________________________________
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
>
--
Leandro Melo de Sales.
Computer Science MSc Candidate
Pervasive and Embedded Computing Lab - embedded.ufcg.edu.br
Center of Electrical Engineering and Informatics at Federal University
of Campina Grande - UFCG / Brazil
083 33101404 (extension 208)
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2007-04-26 22:43 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-18 17:08 Compiling latest kernel (from kernel.org, linux-omap git version) in n800 Leandro Melo de Sales
2007-04-18 18:30 ` Dirk Behme
2007-04-18 19:38 ` Tony Lindgren
2007-04-19 5:45 ` Jarkko Nikula
[not found] ` <5bc4c4570704191356q6a6d89e9y745bc8fb661d36c5@mail.gmail.com>
[not found] ` <5bc4c4570704191417u6c27c752se688d8347eadec9c@mail.gmail.com>
2007-04-21 22:18 ` Fwd: " Leandro Melo de Sales
2007-04-21 22:19 ` Leandro Melo de Sales
[not found] ` <31e679430704211543x65fb0950pc997a360a30f9e6d@mail.gmail.com>
2007-04-22 17:23 ` Leandro Melo de Sales
2007-04-23 6:02 ` Jarkko Nikula
2007-04-23 18:18 ` Leandro Melo de Sales
[not found] ` <31e679430704231123v6a73cc8fqd6b67918be28a5a9@mail.gmail.com>
2007-04-23 18:29 ` Leandro Melo de Sales
2007-04-23 18:35 ` Daniel Stone
[not found] ` <5bc4c4570704231153p788a3936ue36041eeb7e06f8e@mail.gmail.com>
[not found] ` <20070423185719.GJ19866@intune.research.nokia.com>
[not found] ` <5bc4c4570704231216m15565ed0l8e8bb976ac8c0828@mail.gmail.com>
2007-04-23 19:39 ` Leandro Melo de Sales
2007-04-23 22:34 ` Leandro Melo de Sales
2007-04-24 5:40 ` Jarkko Nikula
2007-04-26 22:35 ` Tony Lindgren
[not found] ` <5bc4c4570704231250m34f325b6s45939ffd0a6b28a8@mail.gmail.com>
[not found] ` <87wt028igg.fsf@nokia.com>
[not found] ` <5bc4c4570704240856j5e01da7alf16a64ece7ff0b78@mail.gmail.com>
2007-04-24 16:29 ` Leandro Melo de Sales
[not found] ` <877is0sf5b.fsf@nokia.com>
[not found] ` <f1a96fb30704250804x51d349apb0caca85ea80f8ea@mail.gmail.com>
[not found] ` <4630B7CD.6080601@seznam.cz>
[not found] ` <161717d50704260932s3dea048bod1d85bc012704c55@mail.gmail.com>
[not found] ` <5bc4c4570704261344m7e645c44v4489b18ae1043753@mail.gmail.com>
2007-04-26 22:43 ` Leandro Melo de Sales
2007-04-23 19:47 ` Felipe Balbi
2007-04-26 22:35 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox