diff options
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 | |||
