Hi,
I am trying to integrate the BQ27621 with IMX6 Solo Lite in android platform.
I get the driver for BQ27621 from below link:
linux-bq27xxx/bq27x00_battery.c at master · aneeshv/linux-bq27xxx · GitHub
And i added the driver and compile it .
When i booted the board and it works fine it shows the battery capacity, percentage etc.
But when I switch on and load the Wif modulei of the board and it goes KERNEL PANIC .
I am using both below versions. Both shows same problem.
1. Android Version : KITKAT 4.4.2
Linux Kernel version : LINUX 3.0.35
OR
2. Android Version : KITKAT 4.4.3
Linux Kernel version : LINUX 3.10.53
I attached the boot log file. Please find it . OR ANY other driver file for BQ27621,Please suggest it. !
Original Attachment has been moved to: one.txt.zip
Do you mean the Wifi is working fine if not load the BQ27621 driver? If it is the case, I think you may need to add some printk in the driver to see which part make the kernel panic.