forked from mbrobbel/capi-flash-script
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
29 lines (17 loc) · 965 Bytes
/
Copy pathREADME
File metadata and controls
29 lines (17 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
capi-flash-support README
On build machine (x86):
Prepare sof or bit file for CAPI flash: ./create_flash_file.sh <path-to-bit-file>
Script creates .dat file with a md5sum, file type and programming file.
The .dat can be flashed to the card using sudo ./capi-flash-fpga.sh <path-to-bit-file>
This will check the .dat file and flash it using the capi-flash-script.sh.
Setup instructions
The following steps are required for setup on the POWER8:
- Increase eeh_max_freezes value (echo 100000 | sudo tee /sys/kernel/debug/powerpc/eeh_max_freezes)
On build machine (finish POWER8 setup before configuring remote server):
- Install Quartus and Vivado (need full license version for Xilinx)
- Update the profile quartus and vivado scripts in capi-test-script/profile.d and copy them to /etc/profile.d
- Configure FPGA cards with CAPI image
- Confirm CAPI cards are using PSL (ls /sys/class/cxl will list available cards)
Release Notes
v0.2
-Initial release