2025-10-29 3:21 PM
Trying to find a solution here. I have 2x STM32MP157 devices. I'm trying to do a cascade program here where the one device is put into DFU mode with the boot pins the a linux image is loaded to the other MPU and the image can be flashed via the CLI tool.
for this part the DFU is only available on the OTG port and I dont have outside world access since they are connected to each MPU.
I see there are linux tool but those are x86_64 and not arm64. I see there is a MacOSarm64 but can't install that on debian/Yocto
currently I can program with windows or linux(x86) with
"STM32_Programmer_CLI -c port=usb1 -w .\FlashLayout_emmc_usb.tsv"
I need to be able to do this on an embedded system since I cant flash the eMMC before SMT process.