How to connect Android kitkat on Panda board?

I want to learn about porting Android BSP. For this I want to port Android kitkat to TI Panda board. I have already done Linux port on Panda board. Please suggest a starting point for the same.

+3


source to share


1 answer


I've tried a similar thing on the Exynos5250 development board with partial success. By partial, I mean the system is ready, the shell is available, all partitions are installed. But the display is not up. So I can help you a little. I can describe what I did for this.

First of all, take two sources. 1) The AOSP you want to port Pandaboard to. 2) Take any working Andoroid source, it could be ICS or JB or even KK.

Now you need to place your EQUIPPED BOARD in the SOURCE OF KITKAT (1)

So, get the KK aosp and create it once for any device already in the source. Follow,

Now follow this link to the XDA forum.

This describes things if you are starting from scratch.

Or, if your machine is already set up to create an AOSP with the appropriate tools, please contact specifically



It shows what to change and where to change. Just note that you may not have a cm.mk file, as cyanogenmod specifically does.

There are some useful links in my bookmark bar that you can refer to when generating the code (takes a few hours, trust me)

You can use JB core for awhile to load it like me, but it will break some functionality in Kitkat android.

In addition, you may encounter many errors while building. You need to deal with them yourself.

Also, if you've successfully migrated it, don't forget to share the process you followed.

I hope this serves as a good start for the process. Good luck.

+2


source







All Articles