Raspberry Pi: Difference between revisions
Appearance
add the free pi firmware. |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox device | |||
| manufacturer = Raspberry Pi Foundation | |||
| name = Raspberry Pi | |||
| codename = raspberry-pi | |||
| image = File:Raspberry-Pi-3-hero-1-1571x1080.jpg | |||
| releaseyear = 2013-2018 | |||
| originalsoftware = Raspbian | |||
| chipset = Broadcom BCM2835<br/>Broadcom BCM2836<br/>Broadcom BCM2837 | |||
| cpu = ARM1176JZF-S<br/>ARM Cortex-A7<br/>ARM Cortex-A53<br/>700 MHz - 1.4 GHz | |||
| gpu = Broadcom VideoCore IV | |||
| storage = MicroSDHC slot | |||
| display = HDMI port | |||
| memory = 256/512/1024 MB | |||
}} | |||
[[File:Raspberry-pi-xfce1.jpg|thumb|right|Running XFCE]] | |||
[[File:Raspberry-pi-xfce2.jpg|thumb|right|Running XFCE]] | |||
== Contributors == | |||
* ''[[user:drebrez|drebrez]]'' | |||
== | == What works == | ||
* ... | |||
== What does not work == | |||
* ... | |||
== Installation == | |||
# Init pmbootstrap <source lang="shell">$ ./pmbootstrap.py init</source> Choose <code>raspberry-pi</code> as target device. | |||
# Select the kernel for your Raspberry Pi version <source lang="shell"> | |||
[10:47:03] Which kernel do you want to use with your device? | |||
[10:47:03] Available kernels (2): | |||
[10:47:03] * rpi: Kernel for the Raspberry Pi Zero & 1 | |||
[10:47:03] * rpi2: Kernel for the Raspberry Pi 2 & 3 | |||
</source> | |||
# Start the build process and install the completed image to a sdcard<source lang="shell"> | |||
# Replace /dev/sdX with the device for your sdcard | |||
$ ./pmbootstrap.py install --sdcard /dev/sdX</source> | |||
# Place the sdcard into the Raspberry Pi and boot it | |||
== See also == | == See also == | ||
* The Raspberry Pi has a [https://wiki.alpinelinux.org/wiki/Raspberry_Pi pre-existing port of Alpine Linux] | |||
* It should be possible to [[Existing Alpine installation|convert the pre-existing RPi Alpine install to a pmOS install]]. | |||
* {{github|1137}} Testing out Hildon and XFCE4 (other UIs did not work at all?) on Raspberry Pi after converting the Alpine installation | * {{github|1137}} Testing out Hildon and XFCE4 (other UIs did not work at all?) on Raspberry Pi after converting the Alpine installation | ||
* [https://github.com/christinaa/rpi-open-firmware/tree/master rpi-open-firmware] - a Free Software firmware for the Pi. | * [https://github.com/christinaa/rpi-open-firmware/tree/master rpi-open-firmware] - a Free Software firmware for the Pi. | ||
[[Category:Devices]] | [[Category:Devices]] |
Revision as of 01:00, 17 May 2018
![]() | |
Manufacturer | Raspberry Pi Foundation |
---|---|
Name | Raspberry Pi |
Codename | raspberry-pi |
Released | 2013-2018 |
Hardware | |
Chipset |
[[Broadcom BCM2835 Broadcom BCM2836 Broadcom BCM2837]] |
CPU |
ARM1176JZF-S ARM Cortex-A7 ARM Cortex-A53 700 MHz - 1.4 GHz |
GPU | Broadcom VideoCore IV |
Display | HDMI port |
Storage | MicroSDHC slot |
Memory | 256/512/1024 MB |
Software | |
Original software | Raspbian |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | no |
Flashing |
No data |
---|---|
USB Networking |
No data |
Internal storage |
No data |
SD card |
No data |
Battery |
No data |
Screen |
No data |
Touchscreen |
No data |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera |
No data |
Camera Flash |
No data |
Connectivity | |
WiFi |
No data |
Bluetooth |
No data |
GPS |
No data |
NFC |
No data |
Modem | |
Calls |
No data |
SMS |
No data |
Mobile data |
No data |
Miscellaneous | |
FDE |
No data |
USB OTG |
No data |
HDMI/DP |
No data |
Sensors | |
Accelerometer |
No data |
Magnetometer |
No data |
Ambient Light |
No data |
Proximity |
No data |
Hall Effect |
No data |
Haptics |
No data |
Barometer |
No data |


Contributors
What works
- ...
What does not work
- ...
Installation
- Init pmbootstrap Choose
$ ./pmbootstrap.py init
raspberry-pi
as target device. - Select the kernel for your Raspberry Pi version
[10:47:03] Which kernel do you want to use with your device? [10:47:03] Available kernels (2): [10:47:03] * rpi: Kernel for the Raspberry Pi Zero & 1 [10:47:03] * rpi2: Kernel for the Raspberry Pi 2 & 3
- Start the build process and install the completed image to a sdcard
# Replace /dev/sdX with the device for your sdcard $ ./pmbootstrap.py install --sdcard /dev/sdX
- Place the sdcard into the Raspberry Pi and boot it
See also
- The Raspberry Pi has a pre-existing port of Alpine Linux
- It should be possible to convert the pre-existing RPi Alpine install to a pmOS install.
- #1137 Testing out Hildon and XFCE4 (other UIs did not work at all?) on Raspberry Pi after converting the Alpine installation
- rpi-open-firmware - a Free Software firmware for the Pi.