Search found 10 matches

by HSBO_BenjaminB
Thu 6. Nov 2014, 20:19
Forum: Linux
Topic: receivetest not working on Android 4.2.2
Replies: 18
Views: 33156

Re: receivetest not working on Android 4.2.2

Hi Stéphane,

I'm currently sick, so I'll probably be able to check the connection between two Windows computers on Monday.

As for the frames: I hope I did everything as expected. I loaded the PCAN driver and started receivetest. I've then sent about 4 or 5 frames (with two different IDs), closed ...
by HSBO_BenjaminB
Wed 5. Nov 2014, 12:59
Forum: Linux
Topic: receivetest not working on Android 4.2.2
Replies: 18
Views: 33156

Re: receivetest not working on Android 4.2.2

Hi Stéphane,

here's the file you requested.

Regards,
Benjamin
by HSBO_BenjaminB
Mon 3. Nov 2014, 14:38
Forum: Linux
Topic: receivetest not working on Android 4.2.2
Replies: 18
Views: 33156

Re: receivetest not working on Android 4.2.2

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/esd/TI_Android_DevKit/TI_Android_JB_4_2_2_DevKit_4_1_1/index_FDS.html

2.) I extracted the files

3.) I ...
by HSBO_BenjaminB
Fri 31. Oct 2014, 10:44
Forum: Linux
Topic: receivetest not working on Android 4.2.2
Replies: 18
Views: 33156

Re: receivetest not working on Android 4.2.2

Hello,

unfortunately, there are still problems with the kernel sources. For now, I can only provide the makefile I used to cross-compile the driver (see attachment).

Thank you again for your help and have a great weekend.
Benjamin
by HSBO_BenjaminB
Tue 28. Oct 2014, 12:29
Forum: Linux
Topic: receivetest not working on Android 4.2.2
Replies: 18
Views: 33156

Re: receivetest not working on Android 4.2.2

It seems like I messed up the kernel files from the board yesterday, since I'm only getting an error message, that the file "version.h" is missing (which it is indeed) when trying to configure the kernel. I'm very sorry, but I'll redownload the files and then try to configure everything again, so ...
by HSBO_BenjaminB
Tue 28. Oct 2014, 11:16
Forum: Linux
Topic: receivetest not working on Android 4.2.2
Replies: 18
Views: 33156

Re: receivetest not working on Android 4.2.2

Hi,

I've downloaded the driver version 7.13 yesterday, but I still can't see any CAN messages. So I've tried compiling the driver with the debug switch turned on and during compilation, I found the following error in the output:

Compilerfehler beim PCAN-Treiber-Compilieren:
make[1]: Betrete ...
by HSBO_BenjaminB
Mon 27. Oct 2014, 13:47
Forum: Linux
Topic: receivetest not working on Android 4.2.2
Replies: 18
Views: 33156

Re: receivetest not working on Android 4.2.2

Hello Stéphane,

thank you very much for your assistance! I'll try cross compile the new driver. Sadly, I'm kind of a Linux newbie, so I hope I don't make any mistakes during the process. I'll get back to you as soon as I have tested the new driver.

Thanks a lot in advance!
Regards,
Benjamin
by HSBO_BenjaminB
Mon 27. Oct 2014, 12:00
Forum: Linux
Topic: receivetest not working on Android 4.2.2
Replies: 18
Views: 33156

Re: receivetest not working on Android 4.2.2

Hi,

sorry for the late reply. Of course, here are the outputs:


dmesg |grep pcan

<6>[ 294.188201] pcan: Release_20140723_n (le)
<6>[ 294.192413] pcan: driver config [mod] [usb]
<6>[ 294.199127] pcan: new usb adapter with 1 CAN controller(s) detected
<6>[ 294.205841] pcan: usb hardware revision ...
by HSBO_BenjaminB
Thu 23. Oct 2014, 13:37
Forum: Linux
Topic: receivetest not working on Android 4.2.2
Replies: 18
Views: 33156

Re: receivetest not working on Android 4.2.2

Hello Michael,

well, as far as I know it should only be standard frames. When I edit the message, the checkboxes for "Extended Frame" and "Remote Request" are not checked. I' change between message IDs 001h and 002h, DLC is set to 8, the message is "01 02 03 04 05 06 07 08". I hope I'm not messing ...
by HSBO_BenjaminB
Thu 23. Oct 2014, 12:16
Forum: Linux
Topic: receivetest not working on Android 4.2.2
Replies: 18
Views: 33156

receivetest not working on Android 4.2.2

Hello everybody,

my name is Benjamin and I'm currently working on my Bachelor thesis using your Peak PCAN-USB Interface. The bus is connected to my Windows 7 (64Bit) PC and a Texas Instruments AM335x Evaluation Module running Android version 4.2.2 (Kernel version 3.2.0). I have downloaded the SDK ...