Hello,
I'm just after the bitbake recipe name (or other instructions) so I can rebuild "qspi imx-boot-imx8mpevk-fspi.bin-flash_evk_flexspi" used for QSPI programming. I have done a number of changes to uboot and the device tree and I cannot seem to rebuild this file to pull in the changes. I've tried rebuilding all sorts of recipes from uboot, mfgtools through to various core-image-xxxs.
Nothing changes the original qspi imx-boot-imx8mpevk-fspi.bin-flash_evk_flexspi file.
The BSP is NXP Hardknott 5.10.72 for the iMX8MM EVK.
Any help appreciated.
Thanks.
解決済! 解決策の投稿を見る。
Hi @jimmychan,
Thanks for your reply, I found how to rebuild qspi imx-boot-imx8mpevk-fspi.bin-flash_evk_flexspi, it was to clean and rebuild uboot tools.
Cheers.
To re-build the u-boot and kernel, please use this command.
bitbake u-boot-imx -c compile -f
bitbake linux-imx -c compile -f
And then build the whole image again for the new deploy files.
e.g If you were building the image name is imx-image-multimedia, then build it again. bitbake imx-image-multimedia
Hi @jimmychan,
Thanks for your reply, I found how to rebuild qspi imx-boot-imx8mpevk-fspi.bin-flash_evk_flexspi, it was to clean and rebuild uboot tools.
Cheers.