[GPL][Kernel] 2.6.35 for HERC [AP #4/5]

Search This thread

s0be

Inactive Recognized Developer
Dec 26, 2007
725
499
Seattle, WA
Github:

I now consider this Release Candidate quality. Please do report issues (with logcats and dmesgs). Check the known bugs, etc, etc.

https://github.com/s0be/cm-kernel

the -amonra zip is for recoveries that don't take the FS type as the first argument of mount(...) If the regular zip fails complaining about missing files, try the -amonra version.

Latest official version:


If that download doesn't work for you, your OS likely has a broken ipv6 stack. Please check that you have ipv6 disabled if you don't actually have an ipv6 connection.

What works:

  • Ram console
  • Keypad
  • Screen
  • Touchscreen
  • GPS
  • Compass
  • G-Sensor
  • nand
  • Early Suspend
  • Bluetooth
  • Headset Detection
  • Camera

What Doesn't work or hasn't been tested:

Thanks to:
Elemag for the initial Hero 2.6.35 port, with Erasmux as a major contributor, Decadence for the 2.6.34/35 heroc board files, and riemervdzee for his pointers at fixes needed to get it working and his continued drive to get this kernel full featured and stable, and everyone they pulled from (Darch, Toast, Cyanogen, etc, etc). If I've forgotten anyone, please let me know the names to add.
 
Last edited:

s0be

Inactive Recognized Developer
Dec 26, 2007
725
499
Seattle, WA
See first post for current. This is just historic releases.




















 
Last edited:

riemervdzee

Retired Recognized Developer
May 27, 2010
593
292
Dokkum
Unfortunally the current .35 build for the Hero GSM version is slower than any .29 kernel.
But yeah, seems we have to reimplement a lot of optimalisations.

It is nice that we actually get something out of the HeroC though :)
 
  • Like
Reactions: s0be

s0be

Inactive Recognized Developer
Dec 26, 2007
725
499
Seattle, WA
Unfortunally the current .35 build for the Hero GSM version is slower than any .29 kernel.
But yeah, seems we have to reimplement a lot of optimalisations.

It is nice that we actually get something out of the HeroC though :)

There are other advantages of course, we have to remember. Performance is king, but features are definitely queen. Getting to a recent kernel (2.6.29 is coming up on 2 years old), makes future updates to Heroc a lot easier. Going to up-to-date drivers may allow us to eliminate some of the binary cruft from the Heroc tree, etc, etc.
 
  • Like
Reactions: obsanity

dbayub

Member
Jan 29, 2010
7
3
Two things I've tried:

1. In the xda "hero" dev forum, there was a post that there was a problem with the newer (>.34) yaffs2 code, and you needed to boot and wipe using a 1.7 RA recovery. So, I copied the yaffs2 code from deca's .29 kernel. It then oopsed at 1017 in msm_fb, which was the ifdef'd line for HERO.

2. So, I added "&& !defined(CONFIG_MACH_HEROC)" to line 1016. It then still rebooted, but last_kmsg was different after "vsync on gpio 97 now 0":

[ 3.626831] vsync on gpio 97 now 0
[ 3.632263] msmfb_probe() installing 320 x 480 panel
[ 3.640106] Registered led device: lcd-backlight
[ 3.650085] msm_serial: driver initialized
[ 3.654052] msm_serial_hs module loaded
[ 3.697570] loop: module loaded
[ 3.698760] pmem: 1 init
[ 3.702514] pmem_adsp: 0 init
[ 3.706420] pmem_camera: 0 init
[ 3.711578] Android kernel panic handler initialized (bind=kpanic)
[ 3.712524] AKM8973 compass driver: init
[ 3.718566] input: compass as /devices/virtual/input/input0
[ 3.731079] msm_nand: allocated dma buffer at ffa0a000, dma_addr 256fb000
[ 3.732696] msm_nand: read CFG0 = aa5400c0 CFG1 = 8744a
[ 3.733245] msm_nand: CFG0 cw/page=3 ud_sz=512 ecc_sz=10 spare_sz=4
[ 3.734069] msm_nand: NAND_READ_ID = 5501bcec
[ 3.735229] msn_nand: nandid 5501bcec status c03120
[ 3.735595] msm_nand: manuf Samsung (0xec) device 0xbc blocksz 20000 pagesz 800 size 20000000
[ 3.736114] msm_nand: save CFG0 = e85408c0 CFG1 = 4745e
[ 3.736419] msm_nand: CFG0: cw/page=3 ud_sz=516 ecc_sz=10 spare_sz=0 num_addr_cycles=5
[ 3.737121] msm_nand: DEV_CMD1: f00f3000
[ 3.737609] msm_nand: NAND_EBI2_ECC_BUF_CFG: 1ff
[ 3.738372] 6 cmdlinepart partitions found on MTD device msm_nand
[ 3.738708] Creating 6 MTD partitions on "msm_nand":
[ 3.739257] 0x00001ff60000-0x000020000000 : "misc"
[ 3.753509] 0x000002c60000-0x000003160000 : "recovery"
[ 3.776397] 0x000003160000-0x0000033e0000 : "boot"
[ 3.794219] 0x0000033e0000-0x000009be0000 : "system"
[ 4.070312] 0x000009be0000-0x000009fe0000 : "cache"
[ 4.098876] 0x000009fe0000-0x000020000000 : "userdata"

No errors detected

Don't know if this helps or not. BTW, I'm using Firerats's custom MTD partitions, so I modified the boot parameters.
 

s0be

Inactive Recognized Developer
Dec 26, 2007
725
499
Seattle, WA
Two things I've tried:

1. In the xda "hero" dev forum, there was a post that there was a problem with the newer (>.34) yaffs2 code, and you needed to boot and wipe using a 1.7 RA recovery. So, I copied the yaffs2 code from deca's .29 kernel. It then oopsed at 1017 in msm_fb, which was the ifdef'd line for HERO.

2. So, I added "&& !defined(CONFIG_MACH_HEROC)" to line 1016. It then still rebooted, but last_kmsg was different after "vsync on gpio 97 now 0":

<SNIP>

Don't know if this helps or not. BTW, I'm using Firerats's custom MTD partitions, so I modified the boot parameters.

yeah, I had that fixed in my tree, forgot to commit the || -> && change I didn't do that yaffs2 change, but I just tested it with identical results.
 

Decad3nce

Retired Forum Mod / Inactive Recognized Developer
Feb 19, 2010
2,086
2,762
Sweet. I'll spend more time on it this weekend. Swamped with homework atm.

Hopefully we'll have something super stable! :eek:
 

MallardDuck

Senior Member
Jun 19, 2009
249
210
Lansing
s0be, i think you're going to blow up the hero scene again. with deca and you working together there's been a lot of progress recently and i want to thank both of you. i really love my hero and you guys keep it feeling young.
 

MallardDuck

Senior Member
Jun 19, 2009
249
210
Lansing
S0be, i was wondering your opinion, once this kernel is completed and we get GB running smoothly, will the supposed 2.4 GB update break everything that is already working or just maybe the new stuff will have to be worked in properly?
 

laie1472

Senior Member
Feb 18, 2010
4,549
820
Looking forward to this. And wow you work like super man lol but thank for the time and hard work.

Root-Hack-Mod-Always™
 

dbayub

Member
Jan 29, 2010
7
3
The smd stuff is because it used to call both v1 and v2 alloc, and as long as one succeeded, it was OK. Now it's ifdef'd to use different code depending on if CONFIG_MSM_SMD_PKG3 is set or not. Looks like the package 4 code is what works on heroc. With that change, the smd code works.


[ 3.684967] smd_alloc_channel() cid=01 size=08192 'SMD_DIAG'
[ 3.686340] smd_alloc_channel() cid=02 size=08192 'SMD_RPCCALL'

etc. Then it's the i2c failures:

[ 3.841674] msm_i2c msm_i2c.0: Error during data xfer 1e (-5)
[ 3.852203] msm_i2c msm_i2c.0: error, status 63c8

and oops:

[ 4.861785] Internal error: Oops: 80000005 [#1] PREEMPT
[ 4.863433] last sysfs file:
[ 4.864318] Modules linked in:
[ 4.866058] CPU: 0 Not tainted (2.6.35.10-cyanogenmod #11)
[ 4.867706] PC is at 0x0
[ 4.868682] LR is at microp_i2c_probe+0xb70/0x1438
[ 4.869598] pc : [<00000000>] lr : [<c0217e64>] psr: 60000013
[ 4.869659] sp : cc219e10 ip : cc219d10 fp : cc219e74
[ 4.872100] r10: c040eef4 r9 : 00000000 r8 : 00000005
[ 4.873748] r7 : cc255da0 r6 : c040ea10 r5 : cc255d80 r4 : cc48a760
[ 4.874694] r3 : c040ea2c r2 : 00000002 r1 : cc219ce0 r0 : cc219e3c
[ 4.876342] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
 
  • Like
Reactions: s0be

Top Liked Posts

  • There are no posts matching your filters.
  • 35
    Github:

    I now consider this Release Candidate quality. Please do report issues (with logcats and dmesgs). Check the known bugs, etc, etc.

    https://github.com/s0be/cm-kernel

    the -amonra zip is for recoveries that don't take the FS type as the first argument of mount(...) If the regular zip fails complaining about missing files, try the -amonra version.

    Latest official version:


    If that download doesn't work for you, your OS likely has a broken ipv6 stack. Please check that you have ipv6 disabled if you don't actually have an ipv6 connection.

    What works:

    • Ram console
    • Keypad
    • Screen
    • Touchscreen
    • GPS
    • Compass
    • G-Sensor
    • nand
    • Early Suspend
    • Bluetooth
    • Headset Detection
    • Camera

    What Doesn't work or hasn't been tested:

    Thanks to:
    Elemag for the initial Hero 2.6.35 port, with Erasmux as a major contributor, Decadence for the 2.6.34/35 heroc board files, and riemervdzee for his pointers at fixes needed to get it working and his continued drive to get this kernel full featured and stable, and everyone they pulled from (Darch, Toast, Cyanogen, etc, etc). If I've forgotten anyone, please let me know the names to add.
    10
    Hi.

    CameraWorks.jpg


    *Thanks to Jaybob for one last missing piece*
    https://github.com/Decad3nce/cm-kernel/commit/ebaa7cac22dcd89300b4b8ab98de9c74c6fa70d0

    Man.

    I need a beer after that.

    Download: http://dl.dropbox.com/u/9992367/heroc-35-cameratest-signed.zip
    6
    This is a test kernel based on a combination of the s0be/riemer board files and other mods applied to the CyanogenMod cm-kernel android-msm-2.6.35-unified branch. It does not have smartass (not working yet), but the camera seems to work consistently for me on both interactive and ondemand. Still very much an early effort, but thought I would post for anyone interested. Once I have completed a little cleanup, I will post the sources to github.

    Flash from recovery, and remember nandroid is your friend.
    6
    I'm gonna include this awesome sauce in my next release to get some feedback from users and i will "try" to smash the remaining bugs once again thanks to s0be for all his hard work on this important project for the heroC community you a rockstar dude hope all is well ;)

    Sent from my LG-VM670 using Tapatalk
    5
    standard disclaimer: This is not full featured, and not fast. It does, however, work well enough for me. I only have 1 phone for testing, and i have not tested this thuroughly. It could cause the end f the world, etc etc. May god have mercy on the souls of those who flash this

    http://heroc.s0be.com/almostnotbroken.zip

    do not report bugs issues. I do not care!!!!