2020-06-16 05:55 PM
Following Wiki page shows how to flash TF-A , u-boot , root file system to SD card with STM32CubeProgrammer.
https://wiki.st.com/stm32mpu/wiki/STM32CubeProgrammer#How_to_flash_with_STM32CubeProgrammer
In the above wiki page, I can flash TF-A , u-boot , root file system to SD card using USB.
Now, I want to flash images to SD card without using USB (directly from Host Linux PC).
Is there any way to flash TF-A , u-boot , root file system to SD card without using USB with STM32CubeProgrammer?
Best Regards.
H. Masuda
Solved! Go to Solution.
2020-06-16 10:06 PM
If 'I understand you correctly this should help you: https://wiki.st.com/stm32mpu/wiki/How_to_populate_the_SD_card_with_dd_command
2020-06-16 10:06 PM
If 'I understand you correctly this should help you: https://wiki.st.com/stm32mpu/wiki/How_to_populate_the_SD_card_with_dd_command
2020-06-18 07:07 PM
Hi, @Lukas Brückner
Thank you for your prompt reply.
Following Steps in Wiki Page you taught, I was able to flash images to SD card directly from Host Linux PC.
I am very grateful for your help.
H. Masuda