Difference between revisions of "PHCC Firmware Upload"
From PHCC
(New page: == PHCC Firmware Upload == The PIC Microcontroller on the PHCC Motherboard must be programmed for the next steps. Whether its the initial upload of the PHCC firmwaer into the motherboard...) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{UnderConstruction1| This information is not yet complete.}} | ||
+ | |||
== PHCC Firmware Upload == | == PHCC Firmware Upload == | ||
− | The PIC Microcontroller on the PHCC Motherboard must | + | {{Warning1| |
+ | The PIC Microcontroller on the PHCC Motherboard must already have been programmed with the bootloader for the next steps to work.}} | ||
Whether its the initial upload of the PHCC firmwaer into the motherboard, or an update of the existing firmware, please follow these steps very carefully: | Whether its the initial upload of the PHCC firmwaer into the motherboard, or an update of the existing firmware, please follow these steps very carefully: | ||
Line 7: | Line 10: | ||
These commands need to be entered into a DOS window under Windows operating systems. Under Unix-like operating systems, like Linux, the steps are the same except that the program is called 'an851host_newserial' (ie. without the .exe). | These commands need to be entered into a DOS window under Windows operating systems. Under Unix-like operating systems, like Linux, the steps are the same except that the program is called 'an851host_newserial' (ie. without the .exe). | ||
− | {{TerminalInput | + | {{TerminalInput| |
− | |an851host_newserial.exe --eraseflash --rows 504 --startaddr 0x0200 | + | an851host_newserial.exe --eraseflash --rows 504 --startaddr 0x0200<br> |
− | an851host_newserial.exe --writeflash --hexfile firmwareXY.hex | + | an851host_newserial.exe --writeflash --hexfile firmwareXY.hex<br> |
− | an851host_newserial.exe --reset | + | an851host_newserial.exe --reset<br> |
}} | }} |
Latest revision as of 17:33, 4 December 2008
Under Construction. This information is not yet complete. |
PHCC Firmware Upload
The PIC Microcontroller on the PHCC Motherboard must already have been programmed with the bootloader for the next steps to work. |
Whether its the initial upload of the PHCC firmwaer into the motherboard, or an update of the existing firmware, please follow these steps very carefully:
These commands need to be entered into a DOS window under Windows operating systems. Under Unix-like operating systems, like Linux, the steps are the same except that the program is called 'an851host_newserial' (ie. without the .exe).
an851host_newserial.exe --eraseflash --rows 504 --startaddr 0x0200 |