Hey Andrew,
I’m able to boot the 3.14 kernel now with usb and proper hdmi support.
I then started to include the bluetooth modules. The modules seem to load fine.
However, now when I’m seeing the boot animation and finally enter to homescreen a crash happens and the boot animation appears again.
This is the output after the crash:
binder: 8841: binder_alloc_buf, no vma
binder: 8841: binder_alloc_buf, no vma
[ 658.943483] binder: 9034:9191 transaction failed 29201, size 248-4
[ 658.951002] alarm_release: clear alarm, pending 0
[ 658.958173] binder: 8841: binder_alloc_buf, no vma
[ 658.963237] binder: 9034:9191 transaction failed 29201, size 188-4
[ 658.971025] binder: release 8841:9028 transaction 60843 in, still active
[ 658.978173] binder: send failed reply for transaction 60843 to 8968:8968
[ 658.985315] binder: undelivered transaction 61599
[ 658.990261] binder: undelivered transaction 61605
[ 658.995234] binder: undelivered transaction 61606
[ 659.000672] binder: undelivered transaction 61592
[ 659.005677] binder: send failed reply for transaction 61593 to 9265:9265
[ 659.012739] binder: send failed reply for transaction 61607 to 9281:9308
[ 659.019834] binder: send failed reply for transaction 61618 to 9296:9296
[ 659.029835] binder: 8968:8968 transaction failed 29189, size 208-0
[ 659.065614] binder: 9265:9265 transaction failed 29189, size 240-0
[ 659.251928] init: untracked pid 9296 exited
[ 659.394084] init: untracked pid 8998 exited
[ 659.398895] init: untracked pid 9116 exited
[ 659.454135] init: untracked pid 9281 exited
[ 659.464443] init: untracked pid 8927 exited
[ 659.495386] init: untracked pid 9265 exited
[ 662.203936] init: untracked pid 8985 exited
[ 662.220119] init: untracked pid 8968 exited
I was thinking that the vmalloc size was not big enough. However, It’s already at 486MB
I do always see the alarm release in the output. Maybe that has something to do with it?
Cheers,
Michael