Skip to content

Commit 654a07e

Browse files
authored
added 'how to' for loading and using FPGA binaries
1 parent b32abcc commit 654a07e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,19 @@ Infinite-ISP is a one stop solution for all your ISP development needs - from al
66
| **[Infinite-ISP_AlgorithmDesign](https://github.com/xx-isp/infinite-isp)** | Python based model of the Infinite-ISP pipeline for algorithm development |
77
| **[Infinite-ISP_ReferenceModel](https://github.com/10xEngineersTech/Infinite-ISP_ReferenceModel)** | Python based fixed-point model of the Infinite-ISP pipeline for hardware implementation |
88
| **[Infinite-ISP_FPGA_Binaries](https://github.com/10xEngineersTech/Infinite-ISP_FPGA_Binaries)** :anchor: | FPGA binaries for the Kria KV260’s Xilinx® XCK26 Ultrascale FPGA|
9-
| **[Infinite-ISP_Firmware](https://github.com/10xEngineersTech/Infinite-ISP_Firmware)** | Firmware for the Kria kV260’s embedded Arm® Cortex®A53 processor|
9+
| **[Infinite-ISP_Firmware](https://github.com/10xEngineersTech/Infinite-ISP_Firmware)** | Firmware for the Kria KV260’s embedded Arm® Cortex®A53 processor|
1010
| **[Infinite-ISP_Tuning Tool](https://github.com/10xEngineersTech/Infinite-ISP_TuningTool)** | Collection of calibration and analysis tools for the Infinite-ISP |
1111

1212

1313
# Infinite-ISP_FPGA_Binaries
1414
Infinite-ISP Image Signal Processing Pipeline FPGA binaries for XCK26 Zynq® UltraScale+™ MPSoC present on Xilinx® Kria™ KV260 Vision AI Starter Kit
15+
16+
# How to use the FPGA Binary Files
17+
1. Connect AR1335 IAS image sensor module (included in Xilinx Kria KV260 Accessory Pack) to the IAS1 port on Kria KV260 AI Starter Kit.
18+
2. Insert SD Card (2GB or above) into the Kria KV260 board.
19+
3. Connect the Kria KV260 board with a monitor screen using HDMI cable.
20+
4. Power up the Kria KV260 board and follow the [steps](https://docs.xilinx.com/r/en-US/ug1089-kv260-starter-kit/Ethernet-Recovery-Tool) for loading the on-board Xilinx Image Recovery Tool.
21+
5. Upload the desired binary file (e.g. 'Infinite-ISP_v1.0-1080p.bin') on the Kria KV260 AI Starter Kit.
22+
6. Reset the Kria KV260 board and visualize the Infinite-ISP output on your monitor screen.
23+
7. Connect the USB cable with the JTAG/USB port on Kria to read the messages over UART.
24+
8. You can remove the SD card from the Kria board, extract the dumped single RGB-RAW pair and 300 RGB frames (if applicable) and visualize them using the provided scripts.

0 commit comments

Comments
 (0)