summaryrefslogtreecommitdiffstats
path: root/README.clanton
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:29:32 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:29:32 +0200
commit6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f (patch)
tree814ad3da280833de03535ca04cf5068da1d31822 /README.clanton
downloadmeta-eca-daisy-enea.tar.gz
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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