Fixup ld path for vcgencmd

This commit is contained in:
KemoNine 2020-08-03 19:44:30 +00:00
parent 832dd47f82
commit 40260483fa
1 changed files with 5 additions and 1 deletions

View File

@ -43,8 +43,12 @@ cd userland
./buildme --aarch64
cat > /etc/profile.d/rpi-tools.sh <<EOF
#!/bin/bash
export PATH="$PATH:/opt/vc/bin/"
export PATH="$PATH:/opt/vc/bin"
EOF
cat > /etc/ld.so.conf.d/00-vmcs.conf <<EOF
/opt/vc/lib
EOF
ldconfig
# Finalize basic network config
hostnamectl set-hostname piframe