Re: Bug in mtd driver

2007-09-10 Thread Simon Neininger
Hi! On Montag, 10. September 2007, Koen Kooi wrote: 1Unable to handle kernel NULL pointer dereference at virtual http://lists.openezx.org/pipermail/openezx-devel/2007-September/001452.html Freundliche GrĂ¼sse Simon N.

Re: Bug in mtd driver

2007-09-10 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Simon Neininger schreef: Hi! On Montag, 10. September 2007, Koen Kooi wrote: 1Unable to handle kernel NULL pointer dereference at virtual http://lists.openezx.org/pipermail/openezx-devel/2007-September/001452.html Ah! I know about that one,

Re: Bug in mtd driver

2007-09-10 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Koen Kooi schreef: Simon Neininger schreef: Hi! On Montag, 10. September 2007, Koen Kooi wrote: 1Unable to handle kernel NULL pointer dereference at virtual http://lists.openezx.org/pipermail/openezx-devel/2007-September/001452.html Ah! I

Re: Bug in mtd driver

2007-09-10 Thread Simon Neininger
On Montag, 10. September 2007, Koen Kooi wrote: /boot/zImage-2.6.21-ezxdev-r10-a780-20070910122500.bin won't fit into /dev/mtd1! You can adjust sizes in linux-2.6.21/drivers/mtd/maps/ezx-flash.c If you use mtd only for zImages and not for rootfs, I suggest you put blob2 to /dev/mtd1 and

[PATCH] fix oops on mtdaccess

2007-09-10 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Attached patch allowed me to install blob2 and flash a zImage to mtd4 using the alternate mtd config in the kernel -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Darwin) iD8DBQFG5U06MkyGM64RGpERAksrAKCT2Igd/75MhyJ+c8bTe9+7YuqGwgCguwcg

Re: [PATCH] fix oops on mtdaccess

2007-09-10 Thread Daniel Ribeiro
2007/9/10, Koen Kooi [EMAIL PROTECTED]: Attached patch allowed me to install blob2 and flash a zImage to mtd4 using the alternate mtd config in the kernel The patch seems fine to me, can someone with svn access commit it and add it to the end of the series file? Otherwise, i will commit it

Re: Timezone issue on Angstrom

2007-09-10 Thread Antonio Ospite
On Mon, 10 Sep 2007 00:04:47 -0300 Daniel Ribeiro [EMAIL PROTECTED] wrote: Hi Koen, Can you please look at clock.c on my last ezxd commit? The code works fine on my Debian host, but on Angstrom i cannot get the minuteswest thing to work. I read that using the tz field in

Re: Timezone issue on Angstrom

2007-09-10 Thread Daniel Ribeiro
2007/9/10, Antonio Ospite [EMAIL PROTECTED]: I tried also with localtime, and it works (patch attached). ctime() does not print the correct string, but settimeofday does the right thing with the time, that's the important thing. No need to do every change through me. If it works, just commit

Re: Notes about a1200 eoc code

2007-09-10 Thread Alex Zhang
Daniel Ribeiro wrote: Hi, r2050 includes Alex's eoc code. Ive changed some stuff, and cant assure that it works, the 2 patches that are commented out on 'series' really cant be accepted, they break way too many things. Alex, can you please review my changes? Hi Daniel, I am very busy