Skip to content

Commit b1a3362

Browse files
committed
Updated README
1 parent 150861a commit b1a3362

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

xdma_opencapi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
Refer to the `innova2_flex_xcku15p_notes` project's instructions on installing XDMA drivers and [Loading a User Image](https://github.com/mwrnd/innova2_flex_xcku15p_notes/#loading-a-user-image) to load the [release bitstream](https://github.com/mwrnd/innova2_experiments/releases) into the Innova-2's FPGA Configuration Memory.
1111

1212
```
13-
wget https://github.com/mwrnd/innova2_experiments/releases/download/v0.1.1-alpha/xdma_mm_oc_x8.zip
14-
unzip -d . xdma_mm_oc_x8.zip
13+
wget https://github.com/mwrnd/innova2_experiments/releases/download/v0.1.1-alpha/xdma_mm_opencapi_x8.zip
14+
unzip -d . xdma_mm_opencapi_x8.zip
1515
md5sum xdma_mm_opencapi_x8_primary.bin xdma_mm_opencapi_x8_secondary.bin
1616
echo 9167479f7fe99175d24382c3765fcf96 should be MD5 Checksum of xdma_mm_opencapi_x8_primary.bin
1717
echo e3fe796a7c2a568f8938c5e35e354ac3 should be MD5 Checksum of xdma_mm_opencapi_x8_secondary.bin

xdma_stream/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
Download the demo bitstream and [load it into your Innova-2](https://github.com/mwrnd/innova2_flex_xcku15p_notes#loading-a-user-image). It should work with every variant of the Innova-2. Refer to [innova2_flex_xcku15p_notes](https://github.com/mwrnd/innova2_flex_xcku15p_notes) for system setup.
1616

1717
```
18-
wget https://github.com/mwrnd/innova2_experiments/releases/download/v0.1-alpha/innova2_xdma_stream_demo.zip
18+
wget https://github.com/mwrnd/innova2_experiments/releases/download/v0.1.1-alpha/innova2_xdma_stream_demo.zip
1919
md5sum innova2_xdma_stream_demo.zip
2020
echo 4fe405753b00b895fc8858996d40eb2c should be the MD5 Checksum
2121
unzip -d . innova2_xdma_stream_demo.zip
22-
sha256sum *bin
23-
echo a107bd5aa4b03dd6bf91c0de8729700c6416244ad6c041eb7c458b77dacdbcc2 is the SHA256 checksum of innova2_xdma_stream_demo_primary.bin
24-
echo 672fb5630581e40d51ce939381f683d6f5c0a89dd966b864af61b7bb67b0a01d is the SHA256 checksum of innova2_xdma_stream_demo_secondary.bin
22+
md5sum *bin
23+
echo 3685651141d715af32902520add8d529 is the MD5 checksum of innova2_xdma_stream_demo_primary.bin
24+
echo 5bf29940319ba46a6206a8c8807b06bf is the MD5 checksum of innova2_xdma_stream_demo_secondary.bin
2525
```
2626

2727

0 commit comments

Comments
 (0)