05-08-2016, 12:08 PM
While that is an error it does not matter at all and does not prevent your board from booting. It just tells you that you do not have a camera connected on the camera port or something. It is a good idea to disable the camera driver if you do not use it:
Its not the reason for your issues but it removes the VFE_ERR ...
Code:
cat <<EOF | sudo tee -a /etc/modprobe.d/blacklist-pine64.conf
blacklist vfe_v4l2
blacklist vfe_io
EOF
Its not the reason for your issues but it removes the VFE_ERR ...