Hi,
I've followed various useful Xilinx Petalinux guides (ug977, ug980) to create a Linux image after importing my hardware description and bitfile. The BOOT.BIN and image.ub are the only two files I needed to copy to the SD card after using petalinux-configure and petalinux-build (also petalinux-package for the BOOT.bin). It's working well now.
I'm trying to make some permanent changes to the root file system. I see in the images/linux folder a lot of files were created, including rootfs.cpio, and zedhed has a very useful guide on how to modify that here:
http://zedboard.org/content/how-modify-run-level-zed-board#comment-10076
But how can I either:
- get that new rootfs.cpio into my image.ub so that the Zedboard will use it, or
- make the board use the rootfs from rootfs.cpio on the SD card instead of the one which I assume is included inside image.ub