Bootable OS for Raspberry Pi 2
[
Front page
] [
New
|
List of pages
|
Search
|
Recent changes
]
Start:
[[Raspberry Pi]]~
*Bootable OS for Raspberry Pi 2 [#a20cca74]
**About official Operating System [#ga1c62aa]
>
Several types of OS, which can boot Raspberry Pi 2, are l...
https://www.respberrypi.org/downloads/~
The OS and installer that Raspberry Pi Foundation officia...
-NOOBS
-Raspbian
~
Since NOOBS is considered as a set-up image (installer), ...
https://www.raspberrypi.org/downloads/raspbian/~
**About Raspbian [#k205cbfa]
>
Raspbian is derived from debian and optimized for Raspber...
Due to the difference in the license policy, Raspbian is ...
~
As of today (October 2015), two different versions of Ras...
-Raspbian Wheezy (equivalent to Debian Wheezy (7.x)). It ...
-Raspbian Jessie (equivalent to Debian Jessie (8.x)). It ...
***Installing [#r21cbd37]
>
The operating system is distributed in dd image for micro...
To work on a Linux, please read the instruction that is l...
https://www.raspberrypi.org/documentation/installation/in...
~
The required microSD card is at least 8GB and class 4. Fo...
https://www.raspberrypi.org/help/quick-start-guide/~
~
-To install Wheezy
+Download the image file on Linux.
$ wget https://downloads.raspberrypi.org/raspbian/images...
+Unzip the downloaded image file.
$ unzip 2015-05-05-raspbian-wheezy.zip
+A microSD card, which the image will be written, is atta...
For this example, the microSD card is recognized as /dev/...
If you work on Ubuntu, and the microSD card is automatica...
$ umount /media/beat/163-56
+Applying dd command, the image file is written into the ...
$ sudo dd bs=4M if=2015-05-05-raspbian-wheezy.img of=/de...
781+1 records in
781+1 records out
3276800000 bytes (3.3 GB) copied, 407.765 s, 8.0 MB/s
+When the writing process is completed, please remove the...
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 97G 74G 18G 81% /
Skipping
/dev/sdf1 56M 20M 37M 36% /media/beat/boot
/dev/sdf2 2.9G 2.6G 176M 94% /media/beat/13d368...
~
-To install Jessie
+Download the image file on Linux
$ wget https://downloads.raspberrypi.org/raspbian/images...
+Unzip the downloaded image file on Linux.
$ unzip 2015-09-24-raspbian-jessie.zip
+A microSD card, which the image will be written, is atta...
For this example, the microSD card is recognized as /dev/...
If you work on Ubuntu, and the microSD card is automatica...
$ umount /media/beat/163-56
+Applying dd command, the image file is written into the ...
$ sudo dd bs=4M if=2015-09-24-raspbian-jessie.img of=/de...
1031+1 records in
1031+1 records out
4325376000 bytes (4.3 GB) copied, 528.764 s, 8.2 MB/s
+When the writing process is completed, please remove the...
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 97G 74G 18G 81% /
Skipping
/dev/sdf1 56M 20M 37M 36% /media/beat/boot
/dev/sdf2 3.9G 3.1G 595M 84% /media/beat/ec2aa3...
>
To boot Raspberry Pi from the microSD card, just insert t...
* Revision History [#jffeb72b]
>
- 2015-10-20 This document is initially released.
End:
[[Raspberry Pi]]~
*Bootable OS for Raspberry Pi 2 [#a20cca74]
**About official Operating System [#ga1c62aa]
>
Several types of OS, which can boot Raspberry Pi 2, are l...
https://www.respberrypi.org/downloads/~
The OS and installer that Raspberry Pi Foundation officia...
-NOOBS
-Raspbian
~
Since NOOBS is considered as a set-up image (installer), ...
https://www.raspberrypi.org/downloads/raspbian/~
**About Raspbian [#k205cbfa]
>
Raspbian is derived from debian and optimized for Raspber...
Due to the difference in the license policy, Raspbian is ...
~
As of today (October 2015), two different versions of Ras...
-Raspbian Wheezy (equivalent to Debian Wheezy (7.x)). It ...
-Raspbian Jessie (equivalent to Debian Jessie (8.x)). It ...
***Installing [#r21cbd37]
>
The operating system is distributed in dd image for micro...
To work on a Linux, please read the instruction that is l...
https://www.raspberrypi.org/documentation/installation/in...
~
The required microSD card is at least 8GB and class 4. Fo...
https://www.raspberrypi.org/help/quick-start-guide/~
~
-To install Wheezy
+Download the image file on Linux.
$ wget https://downloads.raspberrypi.org/raspbian/images...
+Unzip the downloaded image file.
$ unzip 2015-05-05-raspbian-wheezy.zip
+A microSD card, which the image will be written, is atta...
For this example, the microSD card is recognized as /dev/...
If you work on Ubuntu, and the microSD card is automatica...
$ umount /media/beat/163-56
+Applying dd command, the image file is written into the ...
$ sudo dd bs=4M if=2015-05-05-raspbian-wheezy.img of=/de...
781+1 records in
781+1 records out
3276800000 bytes (3.3 GB) copied, 407.765 s, 8.0 MB/s
+When the writing process is completed, please remove the...
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 97G 74G 18G 81% /
Skipping
/dev/sdf1 56M 20M 37M 36% /media/beat/boot
/dev/sdf2 2.9G 2.6G 176M 94% /media/beat/13d368...
~
-To install Jessie
+Download the image file on Linux
$ wget https://downloads.raspberrypi.org/raspbian/images...
+Unzip the downloaded image file on Linux.
$ unzip 2015-09-24-raspbian-jessie.zip
+A microSD card, which the image will be written, is atta...
For this example, the microSD card is recognized as /dev/...
If you work on Ubuntu, and the microSD card is automatica...
$ umount /media/beat/163-56
+Applying dd command, the image file is written into the ...
$ sudo dd bs=4M if=2015-09-24-raspbian-jessie.img of=/de...
1031+1 records in
1031+1 records out
4325376000 bytes (4.3 GB) copied, 528.764 s, 8.2 MB/s
+When the writing process is completed, please remove the...
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 97G 74G 18G 81% /
Skipping
/dev/sdf1 56M 20M 37M 36% /media/beat/boot
/dev/sdf2 3.9G 3.1G 595M 84% /media/beat/ec2aa3...
>
To boot Raspberry Pi from the microSD card, just insert t...
* Revision History [#jffeb72b]
>
- 2015-10-20 This document is initially released.
Page: