Skip to content

Commit 2f84b38

Browse files
committed
Update README.md
1 parent 95f03c4 commit 2f84b38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

megaavr/bootloaders/optiboot_dex/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
The configure script generates a config_{MCU}.h file. It is called with arguments:
22
- ./configure MCU LED_PIN #LED_toggles UART_TX_PIN BAUDRATE
3+
34
For generating and flashing the boot loader use:
45
- make {MCU}.hex will include the config file and generate a bootloader{MCU}.hex file
56
- make {MCU}.flash_d/ex will use avrdude (8.1) to flash the chip via updi
7+
68
Programming requires avrdude 8.1 or later. Download and extract it to the location used in Makefile.
79

810
The configure script uses the header files that come with avr-gcc compiler. As ioavrxxYYzz.h appears to be generated, the comment lines of the USART PORTMUX are a reliable source for the USART pin mapping.

0 commit comments

Comments
 (0)