Skip to content

Commit

Permalink
Fix README steps used by ipu6-camera-hal
Browse files Browse the repository at this point in the history
Signed-off-by: Hao Yao <[email protected]>
  • Loading branch information
hao-yao committed Sep 29, 2024
1 parent efb76ca commit 98ca6f2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ There are 4 repositories that provide the complete setup:
## Deployment
ipu6-camera-bins should be copied to build server and target
```
# Runtime files
mkdir -p /lib/firmware/intel/ipu
cp -r ipu6-camera-bins/lib/firmware/intel/ipu/*.bin /lib/firmware/intel/ipu
# For developers using engineer samples, try use unsigned FW if authenticate fail:
# cp -r ipu6-camera-bins/lib/firmware/intel/ipu/unsigned/*.bin /lib/firmware/intel/ipu
cp -P ipu6-camera-bins/lib/lib* /usr/lib/
# Development files
mkdir -p /usr/include/ipu6 /usr/lib/pkgconfig
cp -r ipu6-camera-bins/include/* /usr/include/
cp -r ipu6-camera-bins/lib/* /usr/lib/
cp -r ipu6-camera-bins/lib/pkgconfig/* /usr/lib/pkgconfig/
```

0 comments on commit 98ca6f2

Please sign in to comment.