Dear Support Team,
We have our customized eboot and WEC7 image that work well on Colibri iMX6 V1.0A based on WEC7 BSP V1.1, but now we received new version Colibri iMX6 V1.1A with Easy Installer pre-installed, we still tried to implement our eboot and os image to the module but failed to boot, could you help advise how to use new Easy Installer to deploy old eboot.imx to Colibri iMX6 V1.1A?
We also tried to modify image.json as below, remove SPL part and replace eboot.spl with eboot.imx, but still can’t boot.
......
{
"name": "mmcblk0boot0",
"content": {
"filesystem_type": "raw",
"rawfiles": [
{
"filename": "eboot.imx",
"dd_options": "seek=2"
}
]
}
......
Thanks and Best Regards
Simon