You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,19 @@ Infinite-ISP is a one stop solution for all your ISP development needs - from al
6
6
|**[Infinite-ISP_AlgorithmDesign](https://github.com/xx-isp/infinite-isp)**| Python based model of the Infinite-ISP pipeline for algorithm development |
7
7
|**[Infinite-ISP_ReferenceModel](https://github.com/10xEngineersTech/Infinite-ISP_ReferenceModel)**| Python based fixed-point model of the Infinite-ISP pipeline for hardware implementation |
8
8
|**[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|
10
10
|**[Infinite-ISP_Tuning Tool](https://github.com/10xEngineersTech/Infinite-ISP_TuningTool)**| Collection of calibration and analysis tools for the Infinite-ISP |
11
11
12
12
13
13
# Infinite-ISP_FPGA_Binaries
14
14
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