From b58c60bcc4a6f3d3ccf4194ef862a808fdc3313b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 14 Feb 2021 01:55:38 +0000 Subject: Hack images, store outputs in git again for now Easier to track what each script change does if we keep the before and after versions of the markdown in git too. Clean this up eventually, but simplifies development. --- markdown/AlphaBoard.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 markdown/AlphaBoard.md (limited to 'markdown/AlphaBoard.md') diff --git a/markdown/AlphaBoard.md b/markdown/AlphaBoard.md new file mode 100644 index 0000000..9dd7fee --- /dev/null +++ b/markdown/AlphaBoard.md @@ -0,0 +1,36 @@ +# Alpha Board + +## Rev 02 + +### Components + + +- ARM Processor: [STM32F429](http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f4-series/stm32f429-439.html) +- FPGA: [Xilinx Artix-7 XC7A200T-1](http://www.xilinx.com/products/silicon-devices/fpga/artix-7.html) +- Tamper Circuit: [ATtiny828](http://www.atmel.com/devices/ATTINY828.aspx) + + + + +### Status LEDs + +| ID | Color | Meaning | +|---|---|---| +| 01 | Green | ARM LED 2 | +| 02 | Red | ARM LED 4 | +| 03 | Blue | ARM LED 1 | +| 04 | Yellow | ARM LED 3 | +| 05 | Yellow | Application Access USB UART Rx | +| 06 | Green | Application Access USB UART Tx | +| 07 | Yellow | Management Access USB UART Rx | +| 08 | Green | Management Access USB UART Tx | +| 09 | Green | AVR LED 2 | +| 10 | Red | AVR LED 4 | +| 11 | Blue | AVR LED 1 | +| 12 | Yellow | AVR LED 3 | +| 13 | Red | FPGA Config NOT DONE | +| 14 | Red | FPGA LED 3 | +| 15 | Green | FPGA LED 1 | +| 16 | Yellow | FPGA LED 2 | +| 17 | Blue | FPGA LED 0. [Toggles with sys_clk when FMC is active.](https://trac.cryptech.is/browser/core/comm/fmc/src/rtl/fmc_indicator.v) | +| 18 | Green | Power OK | -- cgit v1.2.3