de6477efa8
Otherwise a crash results with a bootloader compiled with a newer AVR toolchain (e.g. Debian Jessie). If you still have an ages-old bootloader without a jump-table, as a short-term measure you can revert this change in your run.sh. As a long-term fix we recommend you get your bootloader updated!
6 lines
184 B
Bash
Executable file
6 lines
184 B
Bash
Executable file
#!/bin/bash
|
|
# For the ages-old bootloader (before 2014) you want to use
|
|
# BOOTLOADER_GET_MAC=0x0001f3a0 as parameter to make below.
|
|
make clean TARGET=osd-merkur
|
|
make TARGET=osd-merkur
|