Hey guys, just to be sure that you do everything correctly please follow the procedure:
- connect the Minimig to an appropriate serial port on a PC
- set jumper to MCU position
- switch the Minimig on
- run Tiny Bootloader program on the PC
- choose an appropriate COM port and rate (115200)
- press the "CheckPIC" button
Now you have ca 4 seconds for your PIC to respond.
The bootloader on the PIC responds to incoming transmission within ca a second after its reset. After that time it jumps to a stored program in the flash memory (Minimig firmware).
- Now you have to press the PGM RESET button on the Minimig to establish transmission with the Tiny Bootloader on the PC.
If you succeed you should see the following message in a log window:
Connected to \\.\COM1 at 115200
Searching for PIC ...
Found:18F 252o/452o
If you don't you will see:
Connected to \\.\COM1 at 115200
Searching for PIC ...Not found,
ERROR!
The same applies to the FLASH writting. After you choose a hex file you want to write you should press "Write Flash" and immediately reset the PIC on the Minimig.
If you succeed you will see the following message:
Connected to \\.\COM1 at 115200
HEX: 6 days old, INHX8M,18Fcode, total=14552 bytes.
Searching for PIC ...
Found:18F 252o/452o
WRITE OK at 20:55, time:7.173 sec
I hope it will be helpful for those people who want to update the PIC firmware. It is a must if you want the Minimig to be able to write to the ADF images (this feature will be available in the upcoming firmware release).
If you still have problems please describe them as much as possible so I could be able to help you.