User:Wiktorpyk6/Sandbox
Appearance
Sandbox
Device | Codename | Mainline | Booting |
---|---|---|---|
Byran Huang Anyon_e | No | ||
Forlinx Embedded FET3588-C SoM | No | ||
FriendlyElec CM3588 | friendlyelec-cm3588 | No | |
GZ Peite RK3588 SoM | No | ||
Industio IDO-SOM3588-V1 | No | ||
Xunlong Orange Pi 5 Plus | xunlong-orangepi5-plus | Yes |
Error: Table Users not found.
Device |
---|
Banana Pi BPI-CM4IO Baseboard with BPI-CM4 SoM |
Raspberry Pi Foundation Raspberry Pi Compute Module 4 IO Board |
Category |
---|
community |
handset |
main |
none |
testing |
wip |
Works almost right out of the box |
Works with some tweaks |
Community
Laptop
No results
Main
Device |
---|
QEMU aarch64 |
QEMU amd64 |
QEMU ppc64le |
QEMU riscv64 |
Non-Booting
No results
None
Testing
TODO (Not Yet in postmarketOS)
No results
TODO
No results
Category |
---|
community |
handset |
main |
none |
testing |
wip |
almost right out of the box Works almost right out of the box |
with some tweaks Works with some tweaks |
{{Infobox device
| manufacturer = Google
| name = Pixel X
| codename = google-XXXXX
| image = File:google-XXXXX.jpg
| imagecaption = CHANGE_ME
| releaseyear = YYYY
| originalsoftware = Android
| originalversion = XX
| chipset = Google Tensor Gx
| cpu = XXX
| gpu = Mali-GXXX MCX
| display = XXX
| storage = XXX GB
| memory = XX GB
| architecture = aarch64
| type = handset
<!-- Feature Status (Y = Yes, P = Partial, N = No, - = N/A, Blank = Unknown) -->
| status_usbnet =
| status_flashing =
| status_touch =
| status_screen =
| status_3d =
| status_fde =
| status_emmc =
| status_wifi =
| status_mainline =
| status_battery =
| status_audio =
| status_bluetooth =
| status_camera =
| status_gps =
| status_mobiledata =
| status_sms =
| status_calls =
| status_otg =
| status_nfc =
<!-- Sensors -->
| status_accel =
| status_magnet =
| status_light =
| status_proximity =
| status_hall =
| status_barometer =
| status_powersensor =
<!-- Misc -->
| status_dvb = -
| status_cameraflash =
| status_keyboard = -
| status_touchpad = -
| status_usba = -
| status_sdcard = -
| status_hdmidp =
| status_irtx = -
| status_irrx = -
| status_stylus =
| status_haptics =
| status_ethernet =
| status_fossbootloader =
| booting = no <!-- The device is booting at all, can be yes/no *IMPORTANT* -->
| status =
}}
== Contributors ==
* CHANGE_ME (put your username here!)
== Users owning this device ==
{{Device owners}}
<!-- autogenerated, use {{Owns device|devicepage|notes}} on your profile page -->
<!-- use _ instead of spaces in device page name, e.g. {{Owns device|HTC_Desire_(htc-bravo)|custom notes}}-->
<!-- you may need to purge page cache to see changes (more->purge cache)-->
<!-- you can use {{My devices}} on your profile page to show table with all your devices -->
== How to Unlock Bootloader ==
{{Warning|Unlocking the bootloader will ERASE ALL DATA on your device. Back up important files before proceeding!}}
# Go to {{button|Settings}} > {{button|About Phone}}, then tap {{button|Build Number}} '''7 times''' to enable Developer Options.
# In {{button|Settings}} > {{button|System}} > {{button|Developer Options}}, enable {{button|USB Debugging}} and confirm with {{button|OK}}.
# Enable {{button|OEM Unlocking}} in Developer Options. Enter your PIN (if applicable) and acknowledge the warning.
# '''Back up all important data''' before proceeding.
# Connect the device to a PC via USB and open a terminal.
# Verify device connectivity with:
adb devices
If the device appears as "Unauthorized," authorize it via the on-screen prompt.
Reboot to the bootloader:
adb reboot bootloader
Unlock the bootloader:
fastboot flashing unlock
Confirm the unlock on your device’s screen.
Reboot the device.
== How to Enter Flash Mode ==
=== Using Hardware Keys ===
# Power off the device.
Press and hold {{button|Volume Down}} + {{button|Power}} until Fastboot Mode appears.
=== Using ADB ===
Enable {{button|USB Debugging}} in Developer Options.
Connect your device via USB.
Run the following command in a terminal:
adb reboot bootloader
You are now in Flash Mode and ready to proceed with flashing.
== Installation ==
=== Using pmbootstrap ===
Follow [[Installation/Using pmbootstrap]]. When asked for the device's vendor/codename, select Google as the vendor and XXXXX as the codename.
To flash the image to the device:
* Enter flashing mode (see [[#How to enter flash mode]])
* Run <code>pmbootstrap flasher flash_kernel</code> to flash the kernel
* Run <code>pmbootstrap flasher flash_rootfs</code>
🚧 | This page is a work-in-progress. Some information contained within may be inaccurate or incomplete. |
![]() |
This page could use some expansion. If you'd like to help out, feel free to edit this article! |
OUTDATED! {{{1}}}
TODO: {{{1}}} |
WARNING: This device cannot run postmarketOS, as its architecture is unsupported. |
This device is marked as not booting.
CHANGE_ME CHANGE_ME | |
Manufacturer | CHANGE_ME |
---|---|
Name | CHANGE_ME |
Codename | CHANGE_ME |
Model | CHANGE_ME |
Released | CHANGE_ME |
Type | change_me |
Hardware | |
Chipset | CHANGE_ME |
CPU | CHANGE_ME |
GPU | CHANGE_ME |
Display | CHANGE_ME |
Storage | CHANGE_ME |
Memory | CHANGE_ME |
Architecture | change_me |
Software | |
Original software | CHANGE_ME |
Original version | CHANGE_ME |
postmarketOS | |
Category | testing |
Pre-built images | no |
postmarketOS kernel | 6.x.x |
Unixbench Whet/Dhry score | 0.0 |
Contributors
- CHANGE_ME (put your username here!)
Users owning this device
How to enter flash mode
Installation
Using pmbootstrap
Follow Installation/Using pmbootstrap. When asked for the device's vendor/codename, select FIXME as the vendor and FIXME as the codename.
To flash the image to the device:
- Enter flashing mode (see #How to enter flash mode)
- Run
pmbootstrap flasher flash_kernel
to flash the kernel - Run
pmbootstrap flasher flash_rootfs