Skip to content

Commit

Permalink
Add to RELEASE.md the informations about resize and widevine
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Jul 2, 2019
1 parent 73f4420 commit eb35310
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,23 @@ Image variants:
This is development system, not ready for production usage,
and build in insecure configuration. This does not support secure
boot, nor it does not perform rootfs verification ubon boot.

### 1. Resize STATE

After installing Chromium OS you should resize STATE partition:

1. Press: `Ctrl+Alt+F2`,
2. Login: `chronos/chronos`,
3. Run: `sudo rockpro64-resize-statefs.sh`, enter password `chronos`,
4. Exit and go back to the Chromium OS with `Ctrl+Alt+F1`.

### 2. Install Widevine DRM

The build supports Widevine DRM, but does not ship the binary
as this is against Google license. You can install it manually,
but first follow the resize manual:

1. Press: `Ctrl+Alt+F2`,
2. Login: `chronos/chronos`,
3. Run: `sudo rockpro64-install-widevine.sh`,
4. Reboot: `sudo reboot`.

0 comments on commit eb35310

Please sign in to comment.