Jump to content

Ravi Terala

Members
  • Posts

    10
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Ravi Terala reacted to paradigman in CSC Armbian for RK3318/RK3328 TV box boards   
    Of course. I wrote a little script for it that shortens the process a bit. It is important to know that I am not working as a root user within armbian.
    The necessary steps: 
       copy openvfd-fd6551.dts to /home/<username>    copy install_kernel_debs.sh to /home/<username>    copy OpenVFDService file to /usr/sbin,  AND set permission to 777 !    copy openvfd.service file to  /lib/systemd/system        sudo armbian-add-overlay openvfd-fd6551.dts    sudo /bin/bash install_kernel_debs.sh 
    After reboot:    cd linux_openvfd/driver    edit MAKE -> KERNELDIR = /lib/modules/$(shell uname -r)/build    sudo make -j4    sudo make modules_install    sudo modprobe openvfd     sudo usermod -a -G i2c <username> Start the Service:
    sudo systemctl enable openvfd sudo systemctl start openvfd

       
    openvfd-fd6551.dts openvfd.service OpenVFDService install_kernel_debs.sh
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines