From 6ee727faadca1828c1c0d96e18003c0a1ec28643 Mon Sep 17 00:00:00 2001 From: Robbie Ferguson Date: Sun, 30 Jun 2019 10:14:41 -0400 Subject: [PATCH] Create vim3 --- notes/khadas/vim3 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 notes/khadas/vim3 diff --git a/notes/khadas/vim3 b/notes/khadas/vim3 new file mode 100644 index 0000000..28500ee --- /dev/null +++ b/notes/khadas/vim3 @@ -0,0 +1,14 @@ +You'll need the Khadas-provided 'utils' to image downloaded img files to the integrated eMMC. + +Install the tools: + +``` +git clone https://github.com/khadas/utils +./INSTALL +``` + +Burn the img: + +``` +burn-tool -v aml -b VIM3 -i "file.img" +```