I'm working with gatesgarth and a compulab i.mx8mp module. I'm signing my flash.bin and Image file so I get new files flash.bin.signed and Image.signed.
I'd like these images to end up in the wic image rather than the unsigned files. I'd be fine with either of these solutions:
What recipe controls wic image creation? Maybe I can start there.
Solved! Go to Solution.
thanks @Zhiming_Liu the file is imx-imx-boot-bootpart.wks.in and can be overwritten by simply defining ones own with WKS_FILE
thanks @Zhiming_Liu the file is imx-imx-boot-bootpart.wks.in and can be overwritten by simply defining ones own with WKS_FILE
@Zhiming_Liuimx-boot is the bootloader. What recipe controls wic image creation, e.g., figures out what the partition layout is and what files go into it?
The folder is meta-freescale/wic
wks document:
You need find .bb file about imx-boot
I hope that the image compiled by yocto can automatically expand the partition, then I can compile a smaller image to flash, saving the flashing time.
hi Qmiller
imx8, after I flash the machine, the entire emmc is only used about 4GB, if my EMMC is a 16GB, how can I allocate the remaining storage to the root directory
Thanks