From 2cf2cb489e2bb1fac112d1fdb7866f7ce94bedfc Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 5 Mar 2017 08:57:13 -0800 Subject: Provide links to download ChaosKey firmware --- ChaosKey/index.mdwn | 5 +++++ ChaosKey/v1.0/chaoskey-v1.0-1.6.7.elf | Bin 0 -> 242248 bytes ChaosKey/v1.0/chaoskey-v1.0-altos-flash-1.6.7.elf | Bin 0 -> 180060 bytes 3 files changed, 5 insertions(+) create mode 100755 ChaosKey/v1.0/chaoskey-v1.0-1.6.7.elf create mode 100755 ChaosKey/v1.0/chaoskey-v1.0-altos-flash-1.6.7.elf (limited to 'ChaosKey') diff --git a/ChaosKey/index.mdwn b/ChaosKey/index.mdwn index 839fd19..de87aa2 100644 --- a/ChaosKey/index.mdwn +++ b/ChaosKey/index.mdwn @@ -43,11 +43,16 @@ bits from the noise source are available here: [AltOS Git Repository](http://git.gag.com/?p=fw/altos;a=summary) +[Current ChaosKey Firmware](v1.0/chaoskey-v1.0-current.elf) + +[Current ChaosKey Boot Loader](v1.0/chaoskey-v1.0-altos-flash-current.elf) + Hardware designs using [gEDA](http://www.geda-project.org/) are available here: [ChaosKey Hardware Design Files](http://git.gag.com/?p=hw/chaoskey;a=summary) + ## Version 0.3 ## This one uses the better noise source coupled with an op amp that diff --git a/ChaosKey/v1.0/chaoskey-v1.0-1.6.7.elf b/ChaosKey/v1.0/chaoskey-v1.0-1.6.7.elf new file mode 100755 index 0000000..3f38510 Binary files /dev/null and b/ChaosKey/v1.0/chaoskey-v1.0-1.6.7.elf differ diff --git a/ChaosKey/v1.0/chaoskey-v1.0-altos-flash-1.6.7.elf b/ChaosKey/v1.0/chaoskey-v1.0-altos-flash-1.6.7.elf new file mode 100755 index 0000000..e38afaf Binary files /dev/null and b/ChaosKey/v1.0/chaoskey-v1.0-altos-flash-1.6.7.elf differ -- cgit v1.2.3 From d68cd98e29baa22b06ccca3ad0fce1175be647cc Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 5 Mar 2017 08:58:38 -0800 Subject: Add links to current firmware --- ChaosKey/v1.0/chaoskey-v1.0-altos-flash-current.elf | 1 + ChaosKey/v1.0/chaoskey-v1.0-current.elf | 1 + 2 files changed, 2 insertions(+) create mode 120000 ChaosKey/v1.0/chaoskey-v1.0-altos-flash-current.elf create mode 120000 ChaosKey/v1.0/chaoskey-v1.0-current.elf (limited to 'ChaosKey') diff --git a/ChaosKey/v1.0/chaoskey-v1.0-altos-flash-current.elf b/ChaosKey/v1.0/chaoskey-v1.0-altos-flash-current.elf new file mode 120000 index 0000000..b9c407e --- /dev/null +++ b/ChaosKey/v1.0/chaoskey-v1.0-altos-flash-current.elf @@ -0,0 +1 @@ +chaoskey-v1.0-altos-flash-1.6.7.elf \ No newline at end of file diff --git a/ChaosKey/v1.0/chaoskey-v1.0-current.elf b/ChaosKey/v1.0/chaoskey-v1.0-current.elf new file mode 120000 index 0000000..028ac4c --- /dev/null +++ b/ChaosKey/v1.0/chaoskey-v1.0-current.elf @@ -0,0 +1 @@ +chaoskey-v1.0-1.6.7.elf \ No newline at end of file -- cgit v1.2.3 From e8faee231146c06d12bb76b7ad6ada3415258807 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 5 Mar 2017 09:00:32 -0800 Subject: Cant use symlinks to reference current ChaosKey firmware --- ChaosKey/index.mdwn | 4 ++-- ChaosKey/v1.0/chaoskey-v1.0-altos-flash-current.elf | 1 - ChaosKey/v1.0/chaoskey-v1.0-current.elf | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 120000 ChaosKey/v1.0/chaoskey-v1.0-altos-flash-current.elf delete mode 120000 ChaosKey/v1.0/chaoskey-v1.0-current.elf (limited to 'ChaosKey') diff --git a/ChaosKey/index.mdwn b/ChaosKey/index.mdwn index de87aa2..aab5b71 100644 --- a/ChaosKey/index.mdwn +++ b/ChaosKey/index.mdwn @@ -43,9 +43,9 @@ bits from the noise source are available here: [AltOS Git Repository](http://git.gag.com/?p=fw/altos;a=summary) -[Current ChaosKey Firmware](v1.0/chaoskey-v1.0-current.elf) +[ChaosKey Firmware version 1.6.7](v1.0/chaoskey-v1.0-1.6.7.elf) -[Current ChaosKey Boot Loader](v1.0/chaoskey-v1.0-altos-flash-current.elf) +[ChaosKey Boot Loader version 1.6.7](v1.0/chaoskey-v1.0-altos-flash-1.6.7.elf) Hardware designs using [gEDA](http://www.geda-project.org/) are available here: diff --git a/ChaosKey/v1.0/chaoskey-v1.0-altos-flash-current.elf b/ChaosKey/v1.0/chaoskey-v1.0-altos-flash-current.elf deleted file mode 120000 index b9c407e..0000000 --- a/ChaosKey/v1.0/chaoskey-v1.0-altos-flash-current.elf +++ /dev/null @@ -1 +0,0 @@ -chaoskey-v1.0-altos-flash-1.6.7.elf \ No newline at end of file diff --git a/ChaosKey/v1.0/chaoskey-v1.0-current.elf b/ChaosKey/v1.0/chaoskey-v1.0-current.elf deleted file mode 120000 index 028ac4c..0000000 --- a/ChaosKey/v1.0/chaoskey-v1.0-current.elf +++ /dev/null @@ -1 +0,0 @@ -chaoskey-v1.0-1.6.7.elf \ No newline at end of file -- cgit v1.2.3