Xgpro (v12.60) -> Tools(V)-> System Self-check 出現以下錯誤: ( T48 firmware Ver. 1.28)
Update firmware
You wont find the firmware as a standalone download, so you need to download the Windows software Xgpro
from the homepage. If the homepage is too slow, there is a mirror here: https://github.com/Kreeblah/XGecu_Software
Unrar the downloaded file to find a Windows executable. Unrar the executable to find the firmware file updateII.dat
. Both unar
and unrar
are examples of tools that can extract the files.
$ unar XgproV1181_Setup.rar
$ unar XgproV1181_Setup.exe
$ unrar x XgproV1181_Setup.rar
$ unrar x XgproV1181_Setup.exe
Update the firmware like this:
$ minipro -F updateII.dat
Troubleshooting
I tried to update the firmware using a virtual machine with Windows and the official Xgpro software once. The programmer was functioning fine in the VM, but updating the firmware failed with no reason given. The programmer did not function anymore after that. Any command issued with minipro gave me the message "Found TL866II+ in bootloader mode" and quit. After reading this issue it looked like the firmware update process in minipro is much more reliable than the official software, so I tested, and the update completed successfully, and the programmer was once again working.