Raspbian Wheezy
[
Front page
] [
New
|
List of pages
|
Search
|
Recent changes
]
Start:
[[labs.beatcraft.com]]~
[[Raspberry Pi]]~
[[Raspbian]]~
#contents
* Raspbian Wheezy [#j8c51e4c]
>
Raspbian Wheezy is available at the official page of Rasp...
[[Raspbian Wheezy: 2015-05-05-raspbian-wheezy.img:https:/...
The details of the image of Raspbian Wheezy are as follow...
**Size of Image [#h152722c]
>
The size of image is 3.1GB approximately.~
$ ls -al 2015-05-05-raspbian-wheezy.img
-rw-r--r-- 1 beat beat 3276800000 5月 7 01:00 2...
**debian version [#b1e5d816]
>
Raspbian Wheezy is compatible with debian wheezy (7.x). T...
pi@raspberrypi ~ $ cat /etc/debian_version
7.8
** kernel [#i1d63f54]
>
Initially, the version of kernel is 3.18.11.~
pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.18.11-v7+ #781 SMP PREEMPT Tue Apr 2...
This kernel is built on x86 by using the cross toolchain ...
pi@raspberrypi ~ $ cat /proc/version
Linux version 3.18.11-v7+ (dc4@dc4-XPS13-9333) (gcc vers...
**gcc [#q162a0c7]
>
The version of gcc at the default setting is 4.6.3. This ...
pi@raspberrypi ~ $ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6...
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='...
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/...
--libexecdir=/usr/lib --without-included-gettext --enabl...
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx...
--with-arch=armv6 --with-fpu=vfp --with-float=hard --ena...
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
**Package [#gcbde55a]
>
Since a lot of packages are installed in Raspbian Wheezy,...
~
The list of packages that initially installed in Raspbian...
>
#ref(Raspbin_Wheezy_default_packages.txt);~
** Update [#zc2657f7]
>
As of October 2015, to apply apt-get update and apt-get u...
pi@raspberrypi ~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
nuscratch
The following packages will be upgraded:
bind9-host cups-bsd cups-client cups-common firmware-r...
ghostscript libbind9-80 libcups2 libcupsimage2 libdns8...
libgs9 libgs9-common libicu48 libisc84 libisccc80 libi...
liblwres80 libmp3lame0 libnss3 libraspberrypi-bin libr...
libraspberrypi-doc libraspberrypi0 libsdl1.2debian lib...
omxplayer openssl raspberrypi-bootloader raspi-config ...
tzdata unzip
39 upgraded, 0 newly installed, 0 to remove and 1 not up...
Need to get 127 MB of archives.
After this operation, 8,692 kB of additional disk space ...
Do you want to continue [Y/n]?
>
To execute rpi-update, the kernel is updated to 4.1.10. U...
pi@raspberrypi ~ $ sudo rpi-update
*** Raspberry Pi firmware updater by Hexxeh, enhanced b...
*** Performing self-update
% Total % Received % Xferd Average Speed Time ...
Dload Upload Total ...
100 10206 100 10206 0 0 61102 0 --:--:-- -...
*** Relaunching after update
*** Raspberry Pi firmware updater by Hexxeh, enhanced b...
*** We're running for the first time
*** Backing up files (this will take a few minutes)
*** Backing up firmware
*** Backing up modules 3.18.11-v7+
########################################################...
This update bumps to rpi-4.1.y linux tree
Be aware there could be compatibility issues with some d...
Discussion here:
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=...
########################################################...
*** Downloading specific firmware revision (this will t...
% Total % Received % Xferd Average Speed Time ...
Dload Upload Total ...
100 168 0 168 0 0 203 0 --:--:-- -...
100 48.2M 100 48.2M 0 0 1171k 0 0:00:42 ...
*** Updating firmware
*** Updating kernel modules
*** depmod 4.1.10+
*** depmod 4.1.10-v7+
*** Updating VideoCore libraries
*** Using HardFP libraries
*** Updating SDK
*** Running ldconfig
*** Storing current firmware revision
*** Deleting downloaded files
*** Syncing changes to disk
*** If no errors appeared, your firmware was successful...
*** A reboot is needed to activate the new firmware
>
As rpi-update is executed on 3.18.11 kernel, which is kep...
pi@raspberrypi ~ $ ls /lib/modules
3.18.11+ 3.18.11-v7+ 4.1.10+ 4.1.10-v7+
>
In their name of directory, the ?-v7? suffix indicates th...
~
After the kernel is updated to 4.1.7 and rpi-update is ex...
pi@raspberrypi ~ $ ls /lib/modules
4.1.7+ 4.1.7-v7+ 4.1.10+ 4.1.10-v7+
>
If you frequently need 3.x.x kernel or if you often bring...
*Revision History [#vdcfd3ca]
>
-2015-10-23 This document is initially released.
End:
[[labs.beatcraft.com]]~
[[Raspberry Pi]]~
[[Raspbian]]~
#contents
* Raspbian Wheezy [#j8c51e4c]
>
Raspbian Wheezy is available at the official page of Rasp...
[[Raspbian Wheezy: 2015-05-05-raspbian-wheezy.img:https:/...
The details of the image of Raspbian Wheezy are as follow...
**Size of Image [#h152722c]
>
The size of image is 3.1GB approximately.~
$ ls -al 2015-05-05-raspbian-wheezy.img
-rw-r--r-- 1 beat beat 3276800000 5月 7 01:00 2...
**debian version [#b1e5d816]
>
Raspbian Wheezy is compatible with debian wheezy (7.x). T...
pi@raspberrypi ~ $ cat /etc/debian_version
7.8
** kernel [#i1d63f54]
>
Initially, the version of kernel is 3.18.11.~
pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.18.11-v7+ #781 SMP PREEMPT Tue Apr 2...
This kernel is built on x86 by using the cross toolchain ...
pi@raspberrypi ~ $ cat /proc/version
Linux version 3.18.11-v7+ (dc4@dc4-XPS13-9333) (gcc vers...
**gcc [#q162a0c7]
>
The version of gcc at the default setting is 4.6.3. This ...
pi@raspberrypi ~ $ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6...
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='...
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/...
--libexecdir=/usr/lib --without-included-gettext --enabl...
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx...
--with-arch=armv6 --with-fpu=vfp --with-float=hard --ena...
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
**Package [#gcbde55a]
>
Since a lot of packages are installed in Raspbian Wheezy,...
~
The list of packages that initially installed in Raspbian...
>
#ref(Raspbin_Wheezy_default_packages.txt);~
** Update [#zc2657f7]
>
As of October 2015, to apply apt-get update and apt-get u...
pi@raspberrypi ~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
nuscratch
The following packages will be upgraded:
bind9-host cups-bsd cups-client cups-common firmware-r...
ghostscript libbind9-80 libcups2 libcupsimage2 libdns8...
libgs9 libgs9-common libicu48 libisc84 libisccc80 libi...
liblwres80 libmp3lame0 libnss3 libraspberrypi-bin libr...
libraspberrypi-doc libraspberrypi0 libsdl1.2debian lib...
omxplayer openssl raspberrypi-bootloader raspi-config ...
tzdata unzip
39 upgraded, 0 newly installed, 0 to remove and 1 not up...
Need to get 127 MB of archives.
After this operation, 8,692 kB of additional disk space ...
Do you want to continue [Y/n]?
>
To execute rpi-update, the kernel is updated to 4.1.10. U...
pi@raspberrypi ~ $ sudo rpi-update
*** Raspberry Pi firmware updater by Hexxeh, enhanced b...
*** Performing self-update
% Total % Received % Xferd Average Speed Time ...
Dload Upload Total ...
100 10206 100 10206 0 0 61102 0 --:--:-- -...
*** Relaunching after update
*** Raspberry Pi firmware updater by Hexxeh, enhanced b...
*** We're running for the first time
*** Backing up files (this will take a few minutes)
*** Backing up firmware
*** Backing up modules 3.18.11-v7+
########################################################...
This update bumps to rpi-4.1.y linux tree
Be aware there could be compatibility issues with some d...
Discussion here:
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=...
########################################################...
*** Downloading specific firmware revision (this will t...
% Total % Received % Xferd Average Speed Time ...
Dload Upload Total ...
100 168 0 168 0 0 203 0 --:--:-- -...
100 48.2M 100 48.2M 0 0 1171k 0 0:00:42 ...
*** Updating firmware
*** Updating kernel modules
*** depmod 4.1.10+
*** depmod 4.1.10-v7+
*** Updating VideoCore libraries
*** Using HardFP libraries
*** Updating SDK
*** Running ldconfig
*** Storing current firmware revision
*** Deleting downloaded files
*** Syncing changes to disk
*** If no errors appeared, your firmware was successful...
*** A reboot is needed to activate the new firmware
>
As rpi-update is executed on 3.18.11 kernel, which is kep...
pi@raspberrypi ~ $ ls /lib/modules
3.18.11+ 3.18.11-v7+ 4.1.10+ 4.1.10-v7+
>
In their name of directory, the ?-v7? suffix indicates th...
~
After the kernel is updated to 4.1.7 and rpi-update is ex...
pi@raspberrypi ~ $ ls /lib/modules
4.1.7+ 4.1.7-v7+ 4.1.10+ 4.1.10-v7+
>
If you frequently need 3.x.x kernel or if you often bring...
*Revision History [#vdcfd3ca]
>
-2015-10-23 This document is initially released.
Page: