From 517d2bb1ec2b4e996a20b6c50cbf6648a6c72f05 Mon Sep 17 00:00:00 2001 From: Sebastien Charpentier Date: Wed, 19 Apr 2017 11:45:57 +0200 Subject: [PATCH] Update Advanced_ATmega_Serial_Uploader.md --- docs/Advanced_ATmega_Serial_Uploader.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Advanced_ATmega_Serial_Uploader.md b/docs/Advanced_ATmega_Serial_Uploader.md index 4c17e5b..5a58c4e 100644 --- a/docs/Advanced_ATmega_Serial_Uploader.md +++ b/docs/Advanced_ATmega_Serial_Uploader.md @@ -1,4 +1,4 @@ -#ATmega Serial Uploader +# ATmega Serial Uploader Mike Blandford adapted the optiboot bootloader for the 4-in-1 module to allow flashing of the module using a standard Arduino USB to serial adapter or FTDI adapter. No need to open the module case. Once set up is very easy to use: @@ -22,7 +22,7 @@ While the bootloader is running, if it detects a communication problem, it confi This bootloader is for reading and writing the flash only, the EEPROM is not supported, neither is reading/writing the fuses, but it only uses 512 bytes of flash. -##Install the bootloader +## Install the bootloader To get the bootloader onto the ATmega you need to connect an flashing tool (like USBasp) to the 6-pin ISP connector on the board. Simply flash the .hex file to get the bootloader on the chip, and change the high fuse at the same time.