diff options
author | David Barksdale <amatus@amatus.name> | 2016-08-02 22:07:34 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2016-08-02 22:12:15 -0500 |
commit | 9b9a9bd122cf306b2dd26e18755e51f5f0b09e39 (patch) | |
tree | e871126aca6677cd96dcf77e778455dd840920a6 | |
parent | c028a05713fa6c2ea8ea03c533e45c67621ebeca (diff) |
Update README
-rw-r--r-- | laser-tag software/README | 11 |
1 files 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: |