After successfully building and flashing the image into the imx8mplus board. 2partitions are formed boot & root.
Boot= contains devicetree, kernel(Image)
Root= root file system
1.I would like to know how u-boot binary is integrated into the image?
My motive is to maually setup a dualcopy image in imx8mplus. ie The board will be having 2 boot partition and 2 root partitions (for booting 2 respective images ).
mmcblk p1,p2(imageA) ,p3,p4(imageB)
I have updated bootargs and other paths from u-boot shell to choose the current image to load. When i boot the board a bashshell is coming up instead of loading proper rootfs.
2.So can anyone helpme out with how to correctly do the partition to make dual copy image booting.