I successfully generated the image file, when I write this image file to sd-card using windisk manager boot it in custom FPGA board I get the following error:
–end kernel panic -not syncing : VFS: unable to mount root f-
Tried different ways mentioned to write image file but no luck, I tried just with BSP petalinux bootable file writing to SD card works fine.
How big is your SD card and is it the only SD card you’ve tried? I also wonder if you could mount the root partition on your host machine as a sanity check just to see if you can actually access files there.
If it’s a write protection issue, a solution to a similar problem has been shown in this forum post, you might be able to make this addition to your system-user.dtsi in your petalinux project.
Yes thank you, you guessed it right it was a problem with the write protection issue. Where as this issue encounters while building for a custom board. The forum post was helpful. Along with that, I made a few other changes that worked fine in the end.