Fixup ld path for vcgencmd
This commit is contained in:
parent
832dd47f82
commit
40260483fa
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue