Raspberry Pi: Difference between revisions
Appearance
PureTryOut (talk | contribs) No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
| memory = 256/512/1024 MB | | memory = 256/512/1024 MB | ||
| architecture = armhf / aarch64 | | architecture = armhf / aarch64 | ||
| n-android = ✔ | |||
| status_usbnet = - | | status_usbnet = - | ||
| status_flashing = - | | status_flashing = - |
Revision as of 10:42, 26 October 2018
WARNING: This device cannot run postmarketOS, as its architecture is unsupported. |
![]() | |
Manufacturer | Raspberry Pi Foundation |
---|---|
Name | Raspberry Pi |
Codename | raspberry-pi, raspberry-pi3 |
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 |
Architecture | armhf / aarch64 |
Software | |
Original software | Raspbian |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | yes |
Internal storage |
No data |
---|---|
SD card |
No data |
Screen |
Works |
Touchscreen |
No data |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera Flash |
No data |
Connectivity | |
WiFi |
No data |
Bluetooth |
No data |
NFC |
No data |
Miscellaneous | |
FDE |
No data |
USB OTG |
No data |
HDMI/DP |
No data |
Sensors | |
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
1. Init pmbootstrap
$ ./pmbootstrap.py init
- Choose
raspberry-pi3
for the Raspberry 3B and 3B+ (aarch64 installation) - Choose
raspberry-pi
for all other versions (armhf installation)
- Choose
2. 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
3. Optionally add bluetooth-raspberry-pi
as extra package. It will install a service that starts the built-in bluetooth device at boot.
[17:14:37] Additional packages that will be installed to rootfs. Specify them in a comma separated list (e.g.: vim,file) or "none"
[17:14:37] Extra packages [none]: bluetooth-raspberry-pi
4. Start the build process and install the completed image to a sdcard
$ ./pmbootstrap.py install --sdcard /dev/sdX
(replace /dev/sdX with the device for your sdcard)
5. 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.
- #1501 initial PR