Skip to content

Commit

Permalink
Create rockpro64
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat5TV committed Mar 30, 2019
1 parent 2548a90 commit 9d43ef8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions notes/pine64/rockpro64
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Install latest version of minimal from https://github.com/ayufan-rock64/linux-build/releases

Username: rock64
Password: rock64

sudo su

Once booted from Ayufan's build and logged in as root, check if filesystem was successfully resized. If yes, continue. If not, run as root: sleep 600 && reboot

Ensure OS is fully up-to-date and is the version intended (eg., Buster instead of Stretch, Bionic instead of Xenial).

Set the timezone to America/Toronto: dpkg-reconfigure tzdata

Fix the time: wget -O - https://www.baldnerd.com/nerdgasms/linuxdate/ajax.php?tz=192 | { read gmt; date -s "$gmt"; }

Edit /etc/locale.gen and uncomment
- en_CA.UTF-8 UTF-8
- en_US.UTF-8 UTF-8

Run locale-gen

Prep as normal.

Build: /root/nems/nems-admin/nems-build.sh 46

Reboot

Cleanup

0 comments on commit 9d43ef8

Please sign in to comment.