aboutsummaryrefslogtreecommitdiffstats
path: root/wic/rock-pi-4.wks
diff options
context:
space:
mode:
Diffstat (limited to 'wic/rock-pi-4.wks')
-rw-r--r--wic/rock-pi-4.wks7
1 files changed, 7 insertions, 0 deletions
diff --git a/wic/rock-pi-4.wks b/wic/rock-pi-4.wks
new file mode 100644
index 0000000..8e4b37c
--- /dev/null
+++ b/wic/rock-pi-4.wks
@@ -0,0 +1,7 @@
+# Copyright (C) 2020 Garmin Ltd. or its subsidiaries
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+include rk3399-boot.wks
+part / --align 131072 --source rootfs --fstype=ext4 --label root
+
+bootloader --ptable gpt --append="console=tty1 console=ttyS2,1500000n8 rw root=/dev/mmcblk1p7 rootfstype=ext4 init=/sbin/init"