From 9b9a9bd122cf306b2dd26e18755e51f5f0b09e39 Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Tue, 2 Aug 2016 22:07:34 -0500 Subject: Update README --- laser-tag software/README | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/laser-tag software/README b/laser-tag software/README index 35d70de..0bd0918 100644 --- a/laser-tag software/README +++ b/laser-tag software/README @@ -15,9 +15,16 @@ Load instructions Kinetis Bootloader: 2) Boot your badge into the ROM boot-loader by holding the direction pad UP while pressing reset. 3) It should show up as a USB-HID device. 4) Execute: - blhost -u -- flash-erase-region 0 0x00020000 + blhost -u -- flash-erase-region 0 0x20000 blhost -u -- write-memory 0 hello_world.bin -5) Reset the badge or: +5) Load graphics if desired: + blhost -u -- flash-erase-region 0x20000 0x5000 + blhost -u -- write-memory 0x20000 aha.im1 + blhost -u -- write-memory 0x21000 dc24.im1 + blhost -u -- write-memory 0x22000 my_name_is.im1 + blhost -u -- write-memory 0x23000 longhorn_lockpicking.im1 + blhost -u -- write-memory 0x24000 threatbutt.im1 +6) Reset the badge or: blhost -u -- reset Load instructions for openocd: -- cgit v1.2.3-18-g5258