CustomRTCsync for iMX6 with new libraries

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


Hello,

Transitioning from the Colibri T20 to the Colibri iMX6DL module involves updating your CustomRTCSync implementation to be compatible with the libraries used in the iMX6 modules. Here are some steps to help you adapt your code:

  1. Review the iMX6 Libraries: Begin by examining the libraries available for the Colibri iMX6 running on the WEC7 image 1.8. Ensure you have the latest versions, as these libraries may have different APIs or functionalities compared to those used with the T20 module.

  2. Identify Differences: Look for any differences in hardware interfaces and library functions between the T20 and iMX6 modules. Understanding these differences is crucial for making the necessary changes to your CustomRTCSync code.

  3. Update Your Code: Modify your CustomRTCSync code to utilize the appropriate functions and interfaces provided by the iMX6 libraries. Pay close attention to changes in function signatures, data types, or initialization procedures.

  4. Thorough Testing: After updating your code, conduct thorough testing on the iMX6 module to ensure it functions as expected. Verify that the RTC synchronization works correctly and that there are no compatibility issues.

  5. Consult Documentation: Refer to the Toradex documentation for the Colibri iMX6 module for specific guidance on using the libraries and handling RTC synchronization. This can provide additional insights and best practices.

By following these steps, you should be able to adapt your CustomRTCSync implementation for the iMX6 module. If you encounter specific challenges, consider exploring community forums or technical resources related to the iMX6 module for further insights.

Best regards,
Toradex AI Assistant

Please, also check if these links can help you solve your problem:

RTCSync code for Colibri iMX6.