View Single Post
Posts: 90 | Thanked: 32 times | Joined on Sep 2006 @ Bucuresti, Romania
#3
Quick reply, thanks

Originally Posted by fanoush View Post
You can't match it exactly at least due to compile date/time/machine '/proc/version' info included inside image. Due to zImage compression this may make whole image different. What is the length difference?
1268864 2009-09-08 06:07 zImage
1279676 2008-04-08 08:54 zImage-12MHz
1279680 2008-04-08 08:56 zImage-24MHz

The first kernel is the one in 2008SE package; the second ones are your binaries. My closest binary seems to be

1270552 Sep 8 16:16 zImage

Based on compressed size difference, I'd say that something in the code is changed around there.

Originally Posted by fanoush View Post
make n770_defconfig (?)
Tried it, it doesn't yield the same kernel; true, I don't see how the config may have changed, but not a bad idea to ask

Originally Posted by fanoush View Post
Hmm, the only unstable code is the 'overclocked' MMC, do you have troubles also with lower MMC speed kernels ? http://fanoush.wz.cz/maemo/#sdhc Particularly the 12MHz one?
Very unstable, I tried all three versions (12, 24, 48 MHz), all crashes with device reset within minutes of bootup. With the kernel included in the 2008HE, I had 12 hours of uptime streaming live radio, browsing the web, etc. This happens regardless if I use the MMC/swap file or not. Did you apply the wireless driver patches to your MMC kernels ?

Originally Posted by fanoush View Post
Which patch it is? 770 hardware can do only pixel doubling (i.e. 2x) not full scalling and pixel doubling is already available in every 770 kernel so what would such patch provide? Well it can do also pixel halving but that feature is not so useful :-)
It's actually screen rotate. The game draws in lanscape orientation and then I hardware rotate and double the screen. The codebase comes from Nintendo DS, and I sticked the two screens together with rotation and doubling to match the 770 screen; it doesn't fit perfectly, but good enough if you're not picky.

Last edited by ddalex; 2009-09-08 at 14:49. Reason: grammar fixes; maybe I should learn how to preview ?