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.
Hi expert,
My customer would like to try AM2434 EtherCAT Subdevice Beckhoff Slave Demo project in SDK8.06. They follow the instructions https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/08_06_00_43/exports/docs/api_guide_am243x/EXAMPLES_INDUSTRIAL_COMMS_ETHERCAT_SLAVE_BECKHOFF_SSC_DEMO.html#autotoc_md1758 to patch ESC5.13 codes.
However, they get error as picture.
Any idea to fix this problem?
Regards
Andre
Hi Andre,
Can you please share the screen shot for all the steps customer has done
All the steps are listed in SDK document. Can you have a try and provide your screen shot first?
Regards
Andre
Step 1:
Cmd:
unix2dos.exe C:\ti\mcu_plus_sdk_am263x_08_05_00_24\source\industrial_comms\ethercat_slave\beckhoff_stack\patch\TI_ECAT.patch
Output:
unix2dos: converting file C:/ti/mcu_plus_sdk_am263x_08_05_00_24/source/industrial_comms/ethercat_slave/beckhoff_stack/patch/TI_ECAT.patch to DOS format...
Step2:
Cmd: C:\ti\mcu_plus_sdk_am263x_08_05_00_24\source\industrial_comms\ethercat_slave\beckhoff_stack\patch\TI_ECAT.patch -d C:\ti\mcu_plus_sdk_am263x_08_05_00_24\source\industrial_comms\ethercat_slave\beckhoff_stack\stack_sources
Output:
I was able to get it working with steps mentioned in SDK
In my opinion customer used dos2unix instead of unix2dos . As I was able to reproduce the issue also at my setup.
Please see that I have tried it on am263x, but it will have same behaviour on am243x sdk also.
Nilabh,
Customer confirmed issue solved. The different patch tool may cause issue. One more question, can this patch process be done in Ubuntu so they can save the unix2dos step?
Regards
Andre