User:Wiktorpyk6/Sandbox
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 |
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 |
Contributors
- CHANGE_ME (put your username here!)
Users owning this device
How to Unlock Bootloader
WARNING: Unlocking the bootloader will ERASE ALL DATA on your device. Back up important files before proceeding! |
- Go to > , then tap 7 times to enable Developer Options.
- In > > , enable and confirm with .
- Enable 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
+ until Fastboot Mode appears.Using ADB
Enable
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
pmbootstrap flasher flash_kernel
to flash the kernel - Run
pmbootstrap flasher flash_rootfs
</syntaxhighlight>
🚧 | 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! |
TODO: {{{1}}} |
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