PSDK version:ti-processor-sdk-rtos-j721e-evm-08_04_00_06 && ti-processor-sdk-linux-j7-evm-08_04_00_11
Hi, When I boot the system in SBL mode,I find that the linux system time travels faster than real time。
What modifications do I need to make to address this issue?
System:Linux + RTOS
Boot:tiboot3(SBL)-> can_boot_app_mcu_rtos(MCU1_0) -> lateapp1
-> lateapp2
-> atf_optee.appimage
-> tikernelimage_linux.appimage
-> tidtb_linux.appimage
SPL boot mode without MCU1_0, the linux system time is accurate。I check the code, the tick-timer is MCU_TIMER0, and it is configured in tiboot3 (SPL), but SBL mode not use uboot code.
I read linux system time by command 'date', the system time travels 1 minute faster than the real time every 5 minutes。