|
Edited by toxuin at 2015-10-30 18:36
Ah, the update_kernel.sh script. It is not necessary to copy it to /usr/local/bin, you just have to make it executable.
– Download the update_kernel.sh to your laptop or whatever big computer
– Get a FileZilla. It's like a FTP client, but for SSH servers.
– Connect to your OrangePi through FileZilla from your laptop or whatever: user orangepi, password orangepi.
– Just copy update_kernel.sh over to your home directory
– Open ssh, log in to your OrangePi as orangepi
– Do the following:
- cd ~
- chmod +x upgrade_kernel.sh
- sudo ./upgrade_kernel.sh
Copy code This should do it.
|
|