I am using imx6ull, aster carrier board (with emmc) and i am using tdx-reference-multimedia-image i have bsp 6 and i want to upgrade it with bsp 7. provide me guidance how can i do that
thanks
I am using imx6ull, aster carrier board (with emmc) and i am using tdx-reference-multimedia-image i have bsp 6 and i want to upgrade it with bsp 7. provide me guidance how can i do that
thanks
Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello,
To upgrade your BSP from version 6 to version 7 on the iMX6ULL module with the Aster carrier board, please follow these steps:
Preparation:
Update U-Boot:
u-boot-dtb.imx
binary.Upgrade the Operating System:
Verification:
Please remember to back up your data and configurations before starting the upgrade process.
I hope this helps you successfully upgrade your BSP. If you have any further questions, feel free to ask.
Best regards,
Toradex AI Assistant
Please, also check if these links can help you solve your problem:
Hi @Prial ,
You can simply use Toradex easy installer and flash the new image.
In case you need to do customization then you need to do the same process of customization that you did for BSP 6.
Below are helpful articles
Build from source code
Build using Yocto
oh! I have to compile whole source? there is no way to replace bsp with higher version without compiling source?
and yes i am using custom image only.
Hi @Prial,
I dont know what customizations you are doing but here is some pointers.
Flash the default Toradex reference images (BSP 7).
If its just device tree customization, then you can simply replace modified device tree or use overlays in the running image
If the modification is in the kernel, you can only build kernel and replace it in the running image, please read here. Similarly for u-boot.
Ofcourse, there changes can be done using Yocto as well but that require building the whole image again.
Let me know if this helps.