Closed neresdu closed 1 year ago
Communication (including .so) looks fine. Have you tried
result = x.cond_unlock()
i.e. unlock every resource, if locked?
Communication (including .so) looks fine. Have you tried
result = x.cond_unlock()
i.e. unlock every resource, if locked?
Yes i have tried separately with each resource and also with x.cond_unlock() to unlock all one by one but so far i have not been successful. Same error in both cases
You should use Wireshark to sniff the CANape traffic. Maybe there is a difference
You should use Wireshark to sniff the CANape traffic. Maybe there is a difference
My setup is composed of an ECU connected to a linux hardware where I run the python pyXCP script to collect and send XCP data, in another terminal I follow the sending of information by xcpdump. I'm not using CANape
I need to a hw like CANape generating CAN messages to XCP unlock works ?
The DLL interfacing was somewhat fooled up -- maybe fixed now.
I've solved the problem flashing the correct software for my ECU, it wokrs, the problem was wrong sw for my seed and key file
hello everyone I would like to share the error I am having in the seed and key unlock process, for some reason the ECU does not unlock any features, I validated that my Seed and Key file is working using a third party software such as INCA software and it worked . Now the same process using pyXCP I am having the following error when sending the unlock command: XcpResponseError [ERR_ACCESS_LOCKED L2 C4 [fe 25]
I am using a Debian 10 and .so seed and key file
Code I'm using to unlock the ECU
Here is the error log from pyXCP
Please if anyone can help I would be very grateful