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
+51
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,57 @@ Infinite-ISP Image Signal Processing Pipeline FPGA binaries for XCK26 Zynq® Ult
23
23
24
24
# How to use the FPGA Binary Files
25
25
26
+
## v1.4
27
+
### For IMX219 image sensor module:
28
+
#### (Raspberry Pi Camera Module v2 or other compatible IMX219 image sensor module)
29
+
1. Connect the IMX219 image sensor module to the RPi port on the Kria KV260 AI Starter Kit.
30
+
2. Insert an SD Card (2GB or above) into the Kria KV260 board.
31
+
3. Connect the Kria KV260 board with a monitor screen using an HDMI cable.
32
+
4. Power up the Kria KV260 board and follow the [steps](https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/1641152513/Kria+SOMs+Starter+Kits#Boot-Image-Recovery-Tool) for loading the on-board Xilinx Image Recovery Tool.
33
+
5. Upload the desired binary file (e.g. Infinite-ISP_v1.4-IMX219.bin) provided in the release on the Kria KV260 AI Starter Kit.
34
+
6. Reset the Kria KV260 board and visualize the Infinite-ISP output on your monitor screen.
35
+
7. Connect the USB cable with the JTAG/USB port on Kria to read the messages over the serial interface (baud rate 115200).
36
+
8. A configuration menu as shown below will appear. Details of the user menu are provided in the [user guide](https://github.com/10x-Engineers/Infinite-ISP_FPGABinaries/blob/main/doc/Infinite-ISP%20Configuration%20Menu.md):
37
+
38
+
<kbd></kbd>
39
+
40
+
9. If you want to dump frame(s), do so by going to option 2, and then you can remove the SD card from the Kria board.
41
+
42
+
10. Extract the dumped frame(s) from the SD card and visualize them using the provided [scripts](/scripts).
43
+
44
+
### For AR1335 IAS module:
45
+
1. Connect AR1335 IAS image sensor module to the IAS1 port on Kria KV260 AI Starter Kit.
46
+
2. Insert SD Card (2GB or above) into the Kria KV260 board.
47
+
3. Connect the Kria KV260 board with a monitor screen using an HDMI cable.
48
+
4. Power up the Kria KV260 board and follow the [steps](https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/1641152513/Kria+SOMs+Starter+Kits#Boot-Image-Recovery-Tool) for loading the on-board Xilinx Image Recovery Tool.
49
+
5. Upload the desired binary file (e.g. Infinite-ISP_v1.4-AR1335.bin) provided in the release on the Kria KV260 AI Starter Kit.
50
+
6. Reset the Kria KV260 board and visualize the Infinite-ISP output on your monitor screen.
51
+
7. Connect the USB cable with the JTAG/USB port on Kria to read the messages over the serial interface (baud rate 115200).
52
+
8. A configuration menu as shown below will appear. Details of the user menu are provided in the [user guide](https://github.com/10x-Engineers/Infinite-ISP_FPGABinaries/blob/main/doc/Infinite-ISP%20Configuration%20Menu.md):
53
+
54
+
<kbd></kbd>
55
+
56
+
9. If you want to dump frame(s), do so by going to option 2, and then you can remove the SD card from the Kria board.
57
+
58
+
10. Extract the dumped frame(s) from the SD card and visualize them using the provided [scripts](/scripts).
59
+
60
+
### For OV5647 image sensor module:
61
+
#### (Raspberry Pi Camera Module v1 or other compatible OV5647 image sensor module)
62
+
1. Connect the OV5647 image sensor module to the RPi port on the Kria KV260 AI Starter Kit.
63
+
2. Insert an SD Card (2GB or above) into the Kria KV260 board.
64
+
3. Connect the Kria KV260 board with a monitor screen using an HDMI cable.
65
+
4. Power up the Kria KV260 board and follow the [steps](https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/1641152513/Kria+SOMs+Starter+Kits#Boot-Image-Recovery-Tool) for loading the on-board Xilinx Image Recovery Tool.
66
+
5. Upload the desired binary file (e.g. Infinite-ISP_v1.4-OV5647.bin) provided in the release on the Kria KV260 AI Starter Kit.
67
+
6. Reset the Kria KV260 board and visualize the Infinite-ISP output on your monitor screen.
68
+
7. Connect the USB cable with the JTAG/USB port on Kria to read the messages over the serial interface (baud rate 115200).
69
+
8. A configuration menu as shown below will appear. Details of the user menu are provided in the [user guide](https://github.com/10x-Engineers/Infinite-ISP_FPGABinaries/blob/main/doc/Infinite-ISP%20Configuration%20Menu.md):
70
+
71
+
<kbd></kbd>
72
+
73
+
9. If you want to dump frame(s), do so by going to option 2, and then you can remove the SD card from the Kria board.
74
+
75
+
10. Extract the dumped frame(s) from the SD card and visualize them using the provided [scripts](/scripts).
76
+
26
77
## v1.3 (CVPR2024 Demo)
27
78
### For IMX219 image sensor module:
28
79
#### (Raspberry Pi Camera Module v2 or other compatible IMX219 image sensor module)
0 commit comments