Advertisement
Guest User

Untitled

a guest
Aug 17th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. The screen is finally functioning! This link had the screen drivers: https://mega.nz/#!hhdCTCDZ!UXyyh17uZo3p0O95mNmkGrWjmCv7NUEaofx9-zqoGj0
  2.  
  3. Backup link: https://drive.google.com/file/d/0B50TnhMx_VOcY2RuQnpSYjZsOEk/view?usp=sharing
  4.  
  5. After downloading the drivers, I ran the script that came with the .zip file, rebooted, and everything worked well.
  6.  
  7. To update the system:
  8.  
  9. sudo apt-mark hold raspberrypi-bootloader
  10.  
  11. sudo apt-get update
  12.  
  13. sudo apt-get upgrade
  14.  
  15. *******
  16.  
  17. root@raspberrypi:~/LCD-show# cat LCD35_v1
  18. sudo cp ./lcd_35_v1/kernel.img /boot/kernel.img
  19. sudo cp ./lcd_35_v1/kernel7.img /boot/
  20. sudo cp -rf ./lcd_35_v1/lib/* /lib/
  21. sudo reboot
  22. root@raspberrypi:~/LCD-show#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement