Discussion:
[meta-freescale] Creating a sdcard image for LS1088 ARDB
John Matt
2018-10-18 16:10:12 UTC
Permalink
Hi All,

I was able to build core-image-minimal for LS1088ARDB, and I have a bunch
of files in the tmp/deploy/images folder.

I am wondering how to create a sdcard image.

------------------------------------Some of the files are as
follows-------------------------
core-imge-minimal-ls1088ardb-....rootfs.ext2.gz
core-imge-minimal-ls1088ardb-....rootfs.tar.gz

core-imge-minimal-ls1088ardb.ext2.gz
core-imge-minimal-ls1088ardb.ext2.gz.u-boot
core-imge-minimal-ls1088ardb.manifest
core-imge-minimal-ls1088ardb.tar.gz
Image
*.dtb
*.bin

and u-boot.bin files


Please suggest me how to create a sdcard image using these files ?

Regards,
Janarbek.
Ian Coolidge
2018-10-18 19:02:26 UTC
Permalink
IMAGE_FSTYPES covers this, just grep for it and you'll see how other
machine configurations use it. I believe everyone uses "wic.gz" now

Also, core-image-minimal is very minimal. So minimal you'd not think it was
usable in normal situations. Try out core-image-base instead if you want a
more fully functional image that supports more than just, well, the bare
minimum.
Post by John Matt
Hi All,
I was able to build core-image-minimal for LS1088ARDB, and I have a bunch
of files in the tmp/deploy/images folder.
I am wondering how to create a sdcard image.
------------------------------------Some of the files are as
follows-------------------------
core-imge-minimal-ls1088ardb-....rootfs.ext2.gz
core-imge-minimal-ls1088ardb-....rootfs.tar.gz
core-imge-minimal-ls1088ardb.ext2.gz
core-imge-minimal-ls1088ardb.ext2.gz.u-boot
core-imge-minimal-ls1088ardb.manifest
core-imge-minimal-ls1088ardb.tar.gz
Image
*.dtb
*.bin
and u-boot.bin files
Please suggest me how to create a sdcard image using these files ?
Regards,
Janarbek.
--
_______________________________________________
meta-freescale mailing list
https://lists.yoctoproject.org/listinfo/meta-freescale
Loading...