labs.beatcraft.com
Raspberry Pi
Raspbian
Raspbian Jessie is available at the official page of Raspberry Foundation.
Raspbian Jessie: 2015-09-24-raspbian-jessie.img
The details of the Raspbian Jessie image are as following:
The size of image is 4.1GB approximately.
Raspbian Jessie is compatible with debian jessie (8.x). The debian version of Raspbian Wheezy is 8.0.
The newest current version of debian 8.x is version 8.2.
Initially, the version of kernel is 4.1.7.
Code> This kernel is built on x86 by using the cross toolchain gcc 4.8.3 of linaro.
Code>
The version of gcc at the default setting is 4.9.2. This gcc is built for armv6 vfp handfloat.
Code>
1112 packages, which is greater number of installed packages than Wheezy, are initially installed in the image of Raspbian Jessie. Libreoffice and Java, which are not initially included in Wheezy, are installed. The boot is done by systemd.~
The list of packages that initially installed in Respbin Jessie.#ref(): File not found: "Raspbin_Jessie_Default_packages.txt" at page "Raspbian Jessie"
As Raspberry Pi is booted, the daemons, which are listed below, are started up.
As of October 2015, to apply apt-get update and apt-get upgrade, the packages are updated.
Code> As of October 2015, to apply rpi-update, kernel is updated to 4.1.10.
Code> After the kernel update is completed, the kernel becomes as it is shown below. The kernel is identical to the updated kernel of Wheezy done by rpi-update.
Code> Similar to the original version of 4.1.7 kernel, the updated kernel is built by cross toolchain gcc 4.8.4 on x86 platform.
Code>
- 2015-10-23