|
Posted at 9/15/2015 15:33:42
Only Author
5#
If I use the images from sd package (4.4), and replace system.img with my own built 5.1 image, the kernel can bootup and file system can be load successfully, but severicemanager cannot start:
[ 24.315467] binder: 147:147 transaction failed 29189, size 0-0
[ 25.299560] binder: 147:147 transaction failed 29189, size 0-0
[ 26.283657] binder: 147:147 transaction failed 29189, size 0-0
[ 26.591163] binder: 260:260 transaction failed 29189, size 0-0
[ 26.807166] binder: send failed reply for transaction 8 to 265:265
[ 26.807322] init: critical process 'servicemanager' exited 4 times in 4 minutes; rebooting into recovery mode
29189 is BR_DEAD_REPLY, I think it may be that my system.img is incompatible with 4.4_sd package, because if I replace the system.img with non-sd package (4.4), it can work.
so the problem maybe that I don't know how to configure the sd card version of boot.img (the boot.img from mkimage.sh is only about 1MB, but the boot.img from sd package is about 7MB, and if I use mkimage.sh ota and replace boot.img, then the board cannot find kernel) |
|