fruitoftheloom wrote:
What entries are in sources list ? $ nano /etc/apt/sources.list
Code: Select all
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
deb http://raspberrypi.collabora.com wheezy web
Entries in sources /etc/apt/sources.list:
1). BEFORE update and upgrade
Code: Select all
deb http://mirrordirector.raspian.org/raspbian/ wheezy main contrib non-free rpi
2). AFTER apt-get update
Same as above
I rebuilt the OS again and this time I tried swapping the USB chargers (all 2.0A), USB cables and another microSD card (same model - 32gb Samsung Evo). All has been tested to output 1A< using the multimeter. As usual, everything went fine UNTIL I execute "sudo apt-get upgrade" - then is all downhill from there. I tried doing this from terminal (no XServer) and within XServer (resulting in hang and shutdown of the terminal).
At "sudo apt-get upgrade", this is what is shown:
Code: Select all
pi@raspberrypi ~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
apt apt-utils base-files cups-bsd cups-client cups-common dbus dbus-x11 dpkg dpkg-dev gnupg gpgv krb5-locales
libapt-inst1.5 libapt-pkg-dev libapt-pkg4.12 libc-bin libc-dev-bin libc6 libc6-dev libcups2 libcupsimage2
libdbus-1-3 libdpkg-perl libgssapi-krb5-2 libjpeg8 libk5crypto3 libkrb5-3 libkrb5support0 libsmbclient libssl1.0.0
libwbclient0 libxml2 locales multiarch-support openssh-client openssh-server openssl python-picamera python-rpi.gpio
python3-picamera python3-rpi.gpio rpi-update samba-common smbclient ssh tzdata wolfram-engine
48 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 272 MB of archives.
After this operation, 9,448 kB of additional disk space will be used.
Do you want to continue [Y/n]?
I think I can conclude that my hardware (USB charger, cable and Pi B+ itself) are fine, it has to be the OS or the upgrade process. It can't be a coincidence that the same exact error happen even when I swapped the hardware as mentioned above. Any other input?
FYI, below are the steps I did for installing the OS:
Preparation
1). Format card with the SD Formatter program (from sdcard.org) with "Logical Address Adjustment" selected.
- Also tried formatting using OSX Disk Utility
2). Unmount the card
3). sudo dd bs=1m if=2014-06-20-wheezy-raspbian.img of=/dev/disk1
OS configuration
1). Expand filesystem
2). Set Internationalisation Options
- Change Locale
- Unselect en_GB.UTF-8 UTF-8
- Select en_US.UTF-8 UTF-8
- Asked about “Default locale for the system environment:” - answered OK
- Change Timezone
- Select US
- Select Pacific Ocean
- Change Keyboard Layout
- Generic 105-key (Intl) PC
- Select “Other”
- Select English (US)
- Select English (US) - 2nd screen
- Select “The default for the keyboard layout”
- Select “No compose key”
- Asked about “Use Control+Alt+Backspace to terminate the X server?” - answered NO
3). Select “Finish” and reboot
4). Pi booted OK - got to command prompt
5). Internet is working - ping anywhere works and date set via NTP
6). That's it, nothing else is configured...