diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 13:29:32 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 13:29:32 +0200 |
| commit | 6b4c82f4657bdb56e6b7a56651d6d4bb91a35b8f (patch) | |
| tree | 814ad3da280833de03535ca04cf5068da1d31822 /README.clanton | |
| download | meta-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.clanton | 15 |
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 @@ | |||
| 1 | Installation instructions for Galileo (clanton) device | ||
| 2 | ------------------------------------------------------ | ||
| 3 | |||
| 4 | Format a micro SD card with FAT32 (one partition is enough). | ||
| 5 | Lets assume the micro SD is mounted at /media/BOOT. | ||
| 6 | |||
| 7 | $ cd $BUILDDIR | ||
| 8 | |||
| 9 | you 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 | |||
