summaryrefslogtreecommitdiffstats
path: root/README.clanton
diff options
context:
space:
mode:
Diffstat (limited to 'README.clanton')
-rw-r--r--README.clanton15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.clanton b/README.clanton
new file mode 100644
index 0000000..ac39100
--- /dev/null
+++ b/README.clanton
@@ -0,0 +1,15 @@
1Installation instructions for Galileo (clanton) device
2------------------------------------------------------
3
4Format a micro SD card with FAT32 (one partition is enough).
5Lets assume the micro SD is mounted at /media/BOOT.
6
7$ cd $BUILDDIR
8
9you should now be in Yocto build directory.
10
11$ cd tmp-eglibc/deploy/images/clanton
12$ cp -r boot /media/BOOT
13$ cp bzImage grub.efi /media/BOOT
14$ cp core-image-minimal-initramfs-clanton.cpio.gz rootfs.img /media/BOOT
15