So, I think I made a mistake while copy-pasting from the shell to the code box. Those dates didn't make sense, why should the kernel in LfD's FW be older while using the newer SDK.Checked the dates again while looking at the dmesg output and confirmed my mistake.Sorry for the confusion
1.7.2:
-simenxie1.9.1:
-gus (that's you right? The CPU frequency scaling you enabled)I'm not sure why, but I can only connect with ADB to my devices via TCP/IP. Took me a while to realise why both would still show up on 'ADB devices' even though I had unplugged them from USB. WiFi was still enabled...is this Windows related?Also, when I saved the output of zcat and diff to a file, the file would not show up from within the Windows file explorer until I remounted the sdcard (pull and replug the usb cable).diff.txtconfig_172.txtconfig_191.txt(the forum ATTACH won't let me upload compressed files?)Ack I'm not used to look at such a diff output, I'm spoiled by git and notepad++.Here's the file though. I can see a lot of differences, mainly things that were added to the 1.9.1.There's a few lines the 1.7.2 had but 1.9.1 not
I guess # marks a remark?)# CONFIG_KEYBOARD_WMT is not set# CONFIG_SPI is not set# CONFIG_USB_SERIAL_CONSOLE is not set# CONFIG_USB_SERIAL_GENERIC is not set# CONFIG_USB_SERIAL_PL2303 is not set# CONFIG_USB_USBNET is not setCONFIG_EXTRA_FIRMWARE="" (1.9.1 has "rt2870.dat")CONFIG_VIA_VELOCITY=y (1.9.1 is set to m)CONFIG_VIDEO_BUFFER_SIZE=32768 (1.9.1 has 16384)The only thing, in my eyes, that make a difference is the buffer size.What is that velocity thing?
Code:
/ $ dmesg | headdmesg | headLinux version 2.6.29-00236-g4f8dbbb-dirty ([email protected]) (gcc version 4.2.0 20070126 (prerelease) (MontaVista 4.2.0-3.0.0.0702771 2007-03-10)) #15 Fri May 21 18:24:36 HKT 2010CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177CPU: VIVT data cache, VIVT instruction cacheMachine: WMTMemory policy: ECC disabled, Data cache writethroughOn node 0 totalpages: 27904free_area_init_node: node 0, pgdat c08a1be8, node_mem_map c0932000 Normal zone: 218 pages used for memmap Normal zone: 0 pages reserved Normal zone: 27686 pages, LIFO [URL=batch:7/]batch:7/[/URL] $ uname -auname -aLinux localhost 2.6.29-00236-g4f8dbbb-dirty #15 Fri May 21 18:24:36 HKT 2010 armv5tejl GNU/Linux/ $
Code:
/ $ dmesg | headdmesg | headLinux version 2.6.29-00236-g4f8dbbb-dirty ([email protected]) (gcc version 4.3.2 (Debian 4.3.2-1.1) ) #117 Thu Sep 16 22:50:30 EST 2010CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177CPU: VIVT data cache, VIVT instruction cacheMachine: WMTMemory policy: ECC disabled, Data cache writethroughOn node 0 totalpages: 27904free_area_init_node: node 0, pgdat c050ead8, node_mem_map c059f000 Normal zone: 218 pages used for memmap Normal zone: 0 pages reserved Normal zone: 27686 pages, LIFO [URL=batch:7/]batch:7/[/URL] $ uname -auname -aLinux localhost 2.6.29-00236-g4f8dbbb-dirty #117 Thu Sep 16 22:50:30 EST 2010 armv5tejl GNU/Linux/ $