This is another in the series documenting my setup of a new home server with the Linksprite pcDuino3 Nano. A listing for the entire series can be found here. More information on the pcDuino3 Nano can be found at Linksprite’s website and the pcDuino website. |
Now that we have completed the kernel upgrade the next step is to download and apply Ubuntu upgrades. You may have caught that the date in the filename of the Ubuntu image was August 7, 2014. That means that any updates that have been made available for Ubuntu since that time need to be applied to the system.
Ubuntu components are updated on an ongoing basis and this process can be used to update them on your system even if you haven’t updated the kernel.
Note There is a lot of good information on www.pcduino.com. On this topic you should check out the blog post Chapter 1: Hardware and Software Introductions of pcDuino. |
You will need to be connected to the Internet for this process.
1) From a terminal window (or the console connection if you have one) you type in the sudo apt-get update. If you get back a long stream of messages connecting to websites and downloading data as shown below that everything is working correctly.
ubuntu@ubuntu:~$ sudo apt-get update <messages removed to save space> Fetched 396 B in 8s (49 B/s) |
The last line you get is warning that one of the repositories isn’t configured correctly this isn’t a fatal error and the process completes.
If you get back a slow stream of message that start with Err you are most likely not connected to the Internet.
ubuntu@ubuntu:~$ sudo apt-get update Err http://ppa.launchpad.net precise InRelease Err http://ports.ubuntu.com precise InRelease Err http://www.wiimu.com pcduino Release.gpg ^C |
Confirming Internet Connectivity You can confirm Internet connectivity using the ping command as shown below. If you get a series or replies you are connected to the Internet. ubuntu@ubuntu:~$ ping -c 5 www.google.com --- www.google.com ping statistics --- If the system appears to hang and eventually comes back as follows you do not have Internet connectivity. ubuntu@ubuntu:~$ ping -c 5 www.google.com |
ubuntu@ubuntu:~$ sudo apt-get upgrade <messages removed to save space> xserver-xorg-video-all xserver-xorg-video-nouveau |
Once you continue the system will download all the updates and apply them on your system. This process can take quite a bit of time.
<messages removed to save space> Installing new version of config file /etc/pam.d/lightdm-autologin ... Configuration file `/etc/init/lightdm.conf' <messages removed to save space> Installing new version of config file /etc/rsyslog.conf ... |
When you get back to the prompt all the updates have been applied.
No comments:
Post a Comment