Was comparing with the EVK-SK behavior. Once BT_Init is executed from shell on AM335X EVK-SK Following kernel modules get automatically loaded
Module Size Used by
rfcomm 46170 8
bnep 11673 2
hci_uart 17857 3
bluetooth 195305 23 rfcomm,bnep,hci_uart
gpio_en 682 0
When I tried to manually insert those modules on our custom board, following error got printed on terminal and I was not able to load any .ko file except gpio_en.ko
"hci_uart: disagrees about version of symbol skb_put"
Regards,
Dilip