My environment:
PetaLinux and Vivado V2014.2 both on CentOS6.5
MicroZed board
I made BOOT.BIN and image.ub files for PetaLinux boot.
What I did is
1. petalinux-create --type project --template <CPU_TYPE> --name <PROJECT_NAME>
2. export hdf file on Vivado
3. petalinux-config --get-hw-description -p <plnx-proj-root>
4. after configuration, petalinux-build
5. petalinux-package --boot --fsbl <FSBL image> --fpga <FPGA bitstreadm> --uboot
Then, copying BOOT.BIN and image.ub to microSD, I booted the MicroZed.
The MicroZed stops showing "U-Boot-PetaLinux>".
Then, if I input followings, MicroZed booted the petalinux from microSD.
"setenv bootcmd 'run sdboot' ; saveenv ; reboot"
I would like to boot MicroZed without stopping "U-Boot-PetaLinux". Maybe I have to do petalinux-config to change some settings.
For this purpose, which user guide or web site should I refer?