From 3bd5c4a9d148bf0427fb46d49a0a8dffcdc00b0f Mon Sep 17 00:00:00 2001 From: neyko3 Date: Tue, 16 Apr 2024 09:49:55 +0000 Subject: [PATCH] Add Home --- Home.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..e27c722 --- /dev/null +++ b/Home.md @@ -0,0 +1,24 @@ +**Demo status:** + +- ARM_Blinki + - Blinks leds using ARM baremetal + +- ARM_DMA + - Records audio from LINEIN or MIC inputs, and plays it back to HP output. + - DAC/ADC: ADAU1761 (builtin), using HP0 from ARM processor for storage + +**Requires** + +- Vivado 2021.2 + +**How to use** + +1. Clone and compile vivado project first, then export xsa +2. Create a new empty C project on vitis, use the previously exported xsa +3. on vitis, either: + - Link to the sources folder under .vitis/.files/src, compile, create a Debug run, and run it in Debug mode + - use the elf directly under .vitis/.files/Debug, on a custom run + +**Notes** +- All stdio routed to coresight, so i recommend to use Debug instead. +- if you want to use ps7_uart, feel free to change stdio on the BSP settings in vitis.