This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to add our own code to twister am35xx ported with android

Hi!

I have a twister Am35xx board ported with android OS .

Now i wish to test the CAN and Ethernet with the BSL that i have with me.

if i am using Code sourcery tool on linux platform the output file created is .o (object file) and the file nedded to load in android os is of type .apk.

so how can i start testing my code on am35xx twister tam board keeping the android OS untouched. Please suggest toolchain.

  • I suggest you start some reading on Android development first.

    Google has some great docs on that and all the SDK (for Java development) and NDK (native...) are available for download.

    However I wonder why you wish to run BSL tests under Android... Ethernet should be supported out of the box with Android (any browser would 'test' your connection). CAN is a different story. Not sure how Android supports CAN...

    Regards.