Hey guys,
after successfully porting CM11 and 12.1 to my Haier Haierpad 1043 (being a rebranded iFive X3 --> RK3188) I am currently working on building a custom kernel (3.0.36+ for the start).
The repository is based on the great work of D33 and str90 and can be found on GitHub.
The kernel is successfully booting and basic stuff like touchpad, sensors and audio work. I am however experiencing trouble while trying to get wifi bluetooth and external SD to work.
As I understand it communication to the wifi chip is realized via mmc so those things are closely connected to each other.
Can anyone give me a hint how to solve my problem? I am attaching a stock DMESG as well as one from my self-built kernel, furthermore an Excel-sheet containing information to GPIOs and kallsyms of stock kernel. I also managed to disassemble the kernel and label all the functions. Maybe someone is interested in assembler code of a particular function.
Thanks in advance for your help!
Yours,
DerFetzer
after successfully porting CM11 and 12.1 to my Haier Haierpad 1043 (being a rebranded iFive X3 --> RK3188) I am currently working on building a custom kernel (3.0.36+ for the start).
The repository is based on the great work of D33 and str90 and can be found on GitHub.
The kernel is successfully booting and basic stuff like touchpad, sensors and audio work. I am however experiencing trouble while trying to get wifi bluetooth and external SD to work.
As I understand it communication to the wifi chip is realized via mmc so those things are closely connected to each other.
Can anyone give me a hint how to solve my problem? I am attaching a stock DMESG as well as one from my self-built kernel, furthermore an Excel-sheet containing information to GPIOs and kallsyms of stock kernel. I also managed to disassemble the kernel and label all the functions. Maybe someone is interested in assembler code of a particular function.
Thanks in advance for your help!
Yours,
DerFetzer
Comment