View Single Post
Old 02-19-2013, 12:24 PM   #10
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
K4 Specifics (from the binaries)

K4(main-4.1.0. kernel):
Code:
Linux-2.6.31-rt11-lab126
armv7
vermagic=2.6.31-rt11-lab126 mod_unload ARMv7 
/home/jenkins-official/workspace/OFFICIAL-H2-Yoshi/os/linux/linux-2.6.31/drivers/usb/gadget/arcotg_udc.c
GCC: (Linaro GCC 4.5-2011.04-0) 4.5.3 20110406 (prerelease)
aeabi
MISSING: Cortex-A8

Check that one for gzip signatures:
Code:
core2quad main $ od -A d -t x1 kernel_main_4.1.0 | grep '1f 8b 08 00' | wc -l
47
47? 47!! - Unless those are a lot of "false positives", that kernel will be a lot of fun to take apart!
See: https://www.mobileread.com/forums/sho...8&postcount=14

K4(diags-4.0, kernel):
Code:
Linux-2.6.31-rt11-lab126
armv7
vermagic=2.6.31-rt11-lab126 mod_unload ARMv7 
/home/build/src/yoshi/diags/hera-DVT1/kernel/linux-2.6.31/dist/drivers/usb/gadget/arcotg_udc.c
GCC: (Linaro GCC 4.5-2011.05-0) 4.5.4 20110505 (prerelease)
aeabi
Cortex-A8
Translation: The kernel modules posted by baf should also work on the K4 (and have been run on both of the K5 devices).

Check that one for gzip signatures:
Code:
core2quad diags $ mv diags_kernel.img kernel_diags_4.0.img
core2quad diags $ od -A d -t x1 kernel_diags_4.0.img | grep '1f 8b 08 00' | wc -l
20
Durn, nearly as bad as the main kernel.
Continued at: https://www.mobileread.com/forums/sho...5&postcount=18

Last edited by knc1; 02-20-2013 at 12:43 PM.
knc1 is offline   Reply With Quote