On Sat, 19 May 2007 11:47:58 +0200
Koen Kooi <[EMAIL PROTECTED]> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> The ezx kernel has been updated to r2011 in OE:
> http://lists.linuxtogo.org/pipermail/openembedded-commits/2007-May/005595.html
>
> You can find a zImage and matching rootfs at
> http://www.angstrom-distribution.org/unstable/images/a780/20070519/
>
> share and enjoy,
>
> Koen

Thanks koen, but for now we have to disable serial console in
CONFIG_CMDLINE, because the needed code has been disabled in compress.c
to achieve a faster boot.

The attached patch could do that, but:
Note that drWyrM is also working on an optional kernel patch to
re-enable this code, so you may want to wait a bit ;P before changing
CONFIG_CMDLINE the way I proposed.

Bye,
   Antonio.

--
  Web site: http://www.studenti.unina.it/~ospite
Public key: http://www.studenti.unina.it/~ospite/aopubkey.asc
# 
# old_revision [c4141972bf0803c8cbf12ad2060f15aa28335a89]
# 
# patch "packages/linux/linux-ezx_2.6.21.bb"
#  from [a0165eda03a84d4b929cebccbb94574bb7b38c28]
#    to [9f894c27c8f97b8394f1ae82e158e7573dd396b5]
# 
============================================================
--- packages/linux/linux-ezx_2.6.21.bb  a0165eda03a84d4b929cebccbb94574bb7b38c28
+++ packages/linux/linux-ezx_2.6.21.bb  9f894c27c8f97b8394f1ae82e158e7573dd396b5
@@ -63,7 +63,10 @@ COMPATIBLE_MACHINE = '(a780|e680)'
 COMPATIBLE_HOST = "arm.*-linux"
 COMPATIBLE_MACHINE = '(a780|e680)'
 
-CMDLINE_CON = "console=ttyS2,115200n8 console=tty1 noinitrd"
+# For now the code for serial console is disabled in compress.c
+#CMDLINE_CON = "console=ttyS2,115200n8 console=tty1 noinitrd"
+CMDLINE_CON = "console=tty1 noinitrd"
+
 CMDLINE_ROOT = "root=/dev/mmcblk0p1 rootfstype=ext3 rootdelay=5"
 # uncomment if you want to boot over NFS
 #CMDLINE_ROOT = "root=/dev/nfs nfsroot=192.168.1.10:/export/opie-image rootdelay=5 3"

Attachment: pgpQpak8cP8QV.pgp
Description: PGP signature

Reply via email to