Difference between revisions of "Program the Daughter Board"
From Wiki for Dragino Project
(Created page with "The Dragino MS12 provides SPI and UART interface which can be used to connected to the daugther board. we can use them to program the daugther board. Different type of MCUs may h...") |
(No difference)
|
Revision as of 03:56, 12 April 2011
The Dragino MS12 provides SPI and UART interface which can be used to connected to the daugther board. we can use them to program the daugther board. Different type of MCUs may have different methods. below are some examples:
Program AVRs via avrdude
Avrdude is programing via SPI interface, so you need to make sure that your AVR's SPI interface is connecting to the MS12. If you have question of how to connect, please refer our hardware design guide.