Ubuntu Error updating uboot - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +--- Thread: Ubuntu Error updating uboot (/showthread.php?tid=1751) |
Ubuntu Error updating uboot - jandvs - 07-14-2016 I booted ubuntu on my Pine 64+ 2GB per this guide. I used the Ubuntu Base Longsleep download. It booted just fine, but when i try to run the command to update uboot, i get this error. The pine is connected to the network via cat-6 cable. I can ping google.com and i can SSH to the pine from my desktop, so I know it's got a good network connection. Code: ubuntu@localhost:~$ sudo -i Any ideas? RE: Ubuntu Error updating uboot - jodybrown99 - 07-15-2016 (07-14-2016, 10:35 AM)jandvs Wrote: I booted ubuntu on my Pine 64+ 2GB per this guide. I used the Ubuntu Base Longsleep download. It booted just fine, but when i try to run the command to update uboot, i get this error. The pine is connected to the network via cat-6 cable. I can ping google.com and i can SSH to the pine from my desktop, so I know it's got a good network connection. curl error 56 means it can't connect http://curl.haxx.se/libcurl/c/libcurl-errors.html try doing a curl of google.com and see if that works. ping can potentially work, but when you go to connect to a website, that can fail due to other network reasons (usually firewalls) curl -v -k --head https://www.google.com/ (if you dont have curl, sudo apt-get install curl) RE: Ubuntu Error updating uboot - longsleep - 07-16-2016 Your TLS connectivity is broken. It can be as simple as wrong system time up to a full man-in-the-middle decrypting proxy. Check your setup. |