Skip to content

Commit 6622e12

Browse files
authored
Update README.md
Closes #193
1 parent 07c2c09 commit 6622e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Make sure you connect an ISP programmer, and select the correct one in the "Prog
5454

5555
You might experience upload issues when using the internal oscillator. It's factory calibrated but may be a little "off" depending on the calibration, ambient temperature and operating voltage. If uploading failes while using the 8 MHz internal oscillator you have these options:
5656
* Edit the baudrate line in the boards.txt file, and choose either 115200, 57600, 38400 or 19200 baud.
57-
* Upload the code using a programmer (USBasp, USBtinyISP etc.) or skip the bootloader by holding down the shift key while clicking the "Upload" button
57+
* Upload the code using a programmer (USBasp, USBtinyISP etc.)
5858
* Use the 4, 2 or 1 MHz option instead
5959

6060
| Frequency | Oscillator type | Comment |
@@ -80,7 +80,7 @@ You might experience upload issues when using the internal oscillator. It's fact
8080

8181
## Bootloader option
8282
MiniCore lets you select which serial port you want to use for uploading. UART0 is the default port for all targets, but ATmega328PB can also use UART1.
83-
If your application doesn't need or require a bootloader for uploading code you can also choose to disable this by selecting *No bootloader*. This frees 512 bytes of flash memory.
83+
If your application doesn't need or require a bootloader for uploading code you can also choose to disable this by selecting *No bootloader*. This frees 512 bytes of flash memory. Unline official Arduino AVR boards, the bootloader isn't automatically removed when you upload using a programmer. You'll have to select *No bootloader* hit "upload" or the "burn bootloader" for this to happen.
8484

8585
Note that you have need to connect a programmer and hit **Burn bootloader** if you want to change any of the *Upload port settings*.
8686

0 commit comments

Comments
 (0)