Forum Discussion
Ash_R_Intel
Regular Contributor
3 years agoOne workaround to open the BoardTestSystem.exe, ClockController.exe and PowerMonitor.exe.
- Open Command Prompt
- Navigate to folder with BoardTestSystem.exe, ClockController.exe and PowerMonitor.exe
- Type following commands for each of the tools:
- java -Xmx256m -jar bts.jar - For BoardTestSystem.exe
- java -Xmx256m -jar bts.jar -mode clk - For ClockController.exe
- java -Xmx256m -jar bts.jar -mode pwr - For PowerMonitor.exe
Regards