From 6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:29:32 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- README.clanton | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.clanton (limited to 'README.clanton') diff --git a/README.clanton b/README.clanton new file mode 100644 index 0000000..ac39100 --- /dev/null +++ b/README.clanton @@ -0,0 +1,15 @@ +Installation instructions for Galileo (clanton) device +------------------------------------------------------ + +Format a micro SD card with FAT32 (one partition is enough). +Lets assume the micro SD is mounted at /media/BOOT. + +$ cd $BUILDDIR + +you should now be in Yocto build directory. + +$ cd tmp-eglibc/deploy/images/clanton +$ cp -r boot /media/BOOT +$ cp bzImage grub.efi /media/BOOT +$ cp core-image-minimal-initramfs-clanton.cpio.gz rootfs.img /media/BOOT + -- cgit v1.2.3-54-g00ecf