Skip to content

Commit 666c451

Browse files
authored
Fix Rubik log spam (#106)
closes #104
1 parent 33c7747 commit 666c451

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install_rubikpi3.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ echo '=== Current directory: \$(pwd) ==='
88
echo '=== Files in current directory: ==='
99
ls -la
1010

11+
# This fixes log spam from iris_vpu AKA msm_vidc
12+
# See: https://github.com/rubikpi-ai/linux-debian/blob/0f0155ba6d6057a6a86162597f48c24e1a54d1a1/ubuntu/qcom/video/vidc/inc/msm_vidc_debug.h#L101
13+
# and https://github.com/rubikpi-ai/linux-debian/blob/0f0155ba6d6057a6a86162597f48c24e1a54d1a1/ubuntu/qcom/video/vidc/src/msm_vidc_debug.c#L25
14+
echo "options iris_vpu msm_fw_debug=0x18" > /etc/modprobe.d/iris_vpu.conf
15+
1116
ln -sf libOpenCL.so.1 /usr/lib/aarch64-linux-gnu/libOpenCL.so # Fix for snpe-tools
1217
# Create user pi:raspberry login
1318
echo "creating pi user"

0 commit comments

Comments
 (0)