Okay, things are rolling again. I redownloaded the kernel sources for the 335x evm board. Here's exactly what I did:
1.) I downloaded the sources-file from
http://downloads.ti.com/sitara_android/ ... x_FDS.html
2.) I extracted the files
3.) I used the following commands (as described under
http://processors.wiki.ti.com/index.php ... nux_Kernel) to configure and build the kernel;
Code: Select all
$ cd <android source path>/kernel
$ make ARCH=arm CROSS_COMPILE=arm-eabi- distclean
$ make ARCH=arm CROSS_COMPILE=arm-eabi- am335x_evm_android_defconfig
$ make ARCH=arm CROSS_COMPILE=arm-eabi- uImage
I'll attach the defconfig to this post.
4.) I copied the resulting uImage to the sd card
5.) I configured the makefile for the pcan driver as described in the file "howto-pcan_for_Android.pdf" (See attachment of my last post) with debug switched on (You can find the complete output in the attachment "pdriver-debug.txt")
6.) The result is still the same. Transmitest works perfectly, while receivetest does not show any received messages at all.
Kind regards
Benjamin