I have very little Linux experience and so I am following this guide: http://www.howtogeek.com/141157/how-to-configure-your-raspberry-pi-for-remote-shell-desktop-and-file-transfer/
I believe I followed all the steps properly, as I just went through them a second time. TightVNC is installed and works fine, until reboot. After rebooting I must re-enter “tightvncserver” into the command line to access my Banana Pi through VNC. I created the init.d file as shown in the guide and only changed it to 1080p resolution.
this command: sudo chmod 755 /etc/init.d/tightvnc does not display any confirmation or error message in the command line and does not ask for password to change permission
this command: sudo /etc/init.d/tightvnc start gives this response: /etc/init.d/tightvnc: 22: /etc/init.d/tightvnc: stop}”: not found
Any help is appreciated. Thanks.