9 years, 1 month ago.

NXP Kernel Driver

I have an K64F board. I'm trying to connect it to an other linux running development board, a linaro based os. The board is a Parallella.

By default, it seems that the device can't be properly mounted, being only seen has a composite device.

I would like to have CMSIS-DAP, UART at least, so that I can program and communicate with the K64f board from the parallella.

Does someone knows witch drivers I should activate when compilling the kernel, and where they could be found, if the parallella kernel doesn't not contain them?

I don't know much about compiling the kernel for parallella but would guess hid-core.c for CMSIS-DAP and cdc-acm.c for UART

posted by Sam Grove 10 Mar 2015

Compilling parallella-linux is not the issue, it's finding what configs to activate that is the issue...

And congrats! The fills you gived me allowed me to enabled what was needed, so it now works!

Please make it an answer, so that I can mark as resolved

posted by Layfon Weller 10 Mar 2015
Be the first to answer this question.