Forum Discussion
Anands
New Contributor
4 years agocan install BoardTestSystem.exe -- startix 10 gx development board
Hi all
When i tried to install "BoardTestSystem.exe" in windows 10... im getting an error "The application was "unable to start correctly(0x0000007b). Click OK to close the application"... in the o...
Ash_R_Altera
Regular Contributor
4 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