Jump to content

Raspberry Pi: Difference between revisions

From postmarketOS Wiki
No edit summary
JLIT99 (talk | contribs)
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 WARNING: This device cannot run postmarketOS, as its architecture is unsupported.
Raspberry Pi Foundation Raspberry Pi
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
Features
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
Running XFCE
Running XFCE

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)

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