From dffe8ee0105bb66e8ddb3372e3e27a68becb42d1 Mon Sep 17 00:00:00 2001 From: GNU Date: Mon, 26 Sep 2022 13:14:01 +0800 Subject: [PATCH] Updated Compile keyboard bootloader (markdown) --- Compile-keyboard-bootloader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-keyboard-bootloader.md b/Compile-keyboard-bootloader.md index 7ccae66..ae70125 100644 --- a/Compile-keyboard-bootloader.md +++ b/Compile-keyboard-bootloader.md @@ -10,7 +10,7 @@ make generic-pc13 ``` this will produce `bootloader_only_binaries/generic_boot20_pc13.bin` ## Convert bootloader to hex format -using `srec_cat` +using `srec_cat` to convert windows: http://srecord.sourceforge.net/ linux: sudo apt install srecord