Chrome OS devices
Jump to navigation
Jump to search
Devices
Device | Codename | Architecture | Screen | Touch | Wifi | FDE | Mainline | Battery | 3D | Audio | Bluetooth | Camera |
---|---|---|---|---|---|---|---|---|---|---|---|---|
ASUS Chromebook C201 | google-veyron-speedy | armv7 | Y | - | Y | Y | Y | Y | Y | Y | N | N |
ASUS Chromebook Flip C100 | google-veyron-minnie | armv7 | Y | Y | Y | Y | Y | Y | Y | Y | N | N |
Google Veyron Jerry Chromebook | google-veyron-jerry | armv7 | Y | - | Y | Y | Y | Y | Y | Y | N | |
Samsung Chromebook | google-snow | armv7 | Y | - | Y | Y | Y | Y | N | Y | Y | N |
Samsung Chromebook 2 11.6" | google-peach-pit | armv7 | P | - | Y | Y | Y | Y | P | Y | Y | N |
Samsung Chromebook 2 13.3" | google-peach-pi | armv7 | Y | - | Y | Y | Y | Y | P | Y | Y | N |
Samsung Chromebook Plus | google-kevin | aarch64 | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y |
Preparation
Enable developer mode
- Turn off the device.
- Press esc + Refresh + Power.
- Press Ctrl + D,
- Confirm switch to developer mode.
After that you have to press Ctrl + D to boot from eMMC.
Enable booting from SD card
- Open console: Ctrl + Alt + T.
- Enter
shell
in console. - Enter
sudo crossystem dev_boot_usb=1 dev_boot_signed_only=0
in shell.
After that you can boot from SD card with Ctrl + U.
Installation to SD card
![]() |
Note: After doing pmbootstrap install , pmootstrap export and booting the image flashed to sd card, root partition will not be resized. Use pmootstrap install with --sdcard parameter instead. See pmaports#1414 for further details. |
Follow Installation Guide, do a SD card installation.
Installation to eMMC
![]() Warning! |
This is not tested. |
- Install pmOS to SD card and boot it.
- Use
pmbootstrap install --sdcard=/dev/mmcblk0
- Make sure your eMMC is
/dev/mmcblk0
, otherwise replace it with correct device. - Check other
pmbootstrap install
arguments, you may find something usable.
- Make sure your eMMC is