You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using a SOM based on imx8mp. We have our own layer and can boot a custom yocto image on the board.
Initially, we adopted A/B update mechanism and everything went well, but the issue is with the space constraint of 8 gb emmc. Now with two partitions, each of 3.3gig, its difficult to run container-based applications.
We are looking to implement meta-updater
It is bit complicated to support a new board and requires some good level of understanding on type of kernel image, memory address for loading FIT image.
We did go ahead and tried the guide available to add our imx8mp based board.
Trial
As per the 1st point in the link, I made sota_imx8mp-icore.bbclass
Adding a SOM based on Engicam imx8mp
Current situation
We are using a SOM based on
imx8mp
. We have our own layer and can boot a custom yocto image on the board.Initially, we adopted A/B update mechanism and everything went well, but the issue is with the space constraint of 8 gb emmc. Now with two partitions, each of 3.3gig, its difficult to run container-based applications.
We are looking to implement meta-updater
Trial
3)As per 3rd point, I created u-boot_2022.04.bbappend file with below content
Generating SD card image
The SD card image is created and when I boot it, I get the below output
I tried setting the load_addr address manually thinking that there may be an overlap of addresses somewhere. But I again get the error
Looking forward to get some help from the community members who can understand this error and help bring this board up. Thankyou.
The text was updated successfully, but these errors were encountered: