I am making tests within the FVP and used the below steps to copy files into the FVP
To "bake" files into the target filesystem the following steps need to be followed:
When i create a new file or copy a folder into the filesystem. I get the following error. This error doesn't occur when the existing files are recompiled or changed.
Is there any solution to overcome this issue?
Hi Pooja,
Thank you for the details. Can I assume the steps from 1 to 5 are run on the host? If yes, the issue is unrelated to the FVP.
Can you please:
1. Check if the grub-buildroot.img at step 1 is identical to the one created by step 5 without running step 3?
2. Verify if the img created by step 5 is valid? (Do you see all the object files generated by step 3 if you mount the img at step 5 by fuse-ext2?)
3. Check if the size of the object files generated by step 3 can be held in the ext2 file partition? (In other words, is the size less than 409600 * 512 bytes?)
Kind regards,
Toshi
Hi Toshihisa,Thank you for your reply. 1) Yes the images without the compilation step are the same.2) I can mount the files any number of times on the host without any missing files.3) I have solved this problem by creating extending the size of the image and copying the files into a new ext3 partition without touching the existing one. I am now able to see the files inside the VP without any issues.The original problem remains unsolved, yet we have a solution for test setup. :) Best Regards,Pooja