2023-09-26

T48 燒錄器出問題

 
Xgpro (v12.60) -> Tools(V)-> System Self-check 出現以下錯誤: ( T48 firmware Ver. 1.28)




解法 : 安裝新版 Xgpro (v12.63) 程式, 再插入 T48, 之後即可 refresh firmware to Ver. 1.30. 即可解決. 
           *** 注意夾具必須先鬆開
困擾 : 在 T48 出問題及無新版 Xgpro 程式更新的情況下, 即使重新安裝 Xgpro 程式, 或降版都無法 refresh firmware. 有甚麼方式強制更新 firmware. (c:\updateII.dat, updateT48.dat, updateT56.dat)

I think I found what to do at the bottom of the readme https://github.com/blurpy/minipro
>>>

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.


>>>
minipro 是 linux 程式, windows 下的 xgpro.exe 是否也有類似的 options 呢?