I need to build Yocto Project and load image into SD card. Is it possible to use remote Linux server to build Yocto Project? I will access Linux server from secure terminal running in my windows PC. If yes, how will I load built image into SD card because Linux server is in remote location.
Solved! Go to Solution.
Hi Amer Naseem,
It is possible to use remote Linux server to build Yocto Project. To load/flash compiled sdcard image, you need to transfer that image to your windows PC from remote server. Then you can load the image to sdcard.
Regards,
Radhika Somaiya.
Hi Amer Naseem,
It is possible to use remote Linux server to build Yocto Project. To load/flash compiled sdcard image, you need to transfer that image to your windows PC from remote server. Then you can load the image to sdcard.
Regards,
Radhika Somaiya.
How to load 'fsl-image-validation-imx' image into sdcard? This image is specified on page 8 of i.MX Yocto Project User's Guide.
Documents talk about loading image onto an SD card using Linux dd command. Instead, is it possible to transfer SD card image(.sdcard) to windows computer and then how to load/flash this image to SD card?
Regards,
Amer
Balena Etcher tool worked for loading/flashing Linux image into SD card from windows PC. This tool is easy to use.