Hello @BGurnett,
So, according to your logs, it seems a "fs" suffix is appent to the filename.
In st-machine-image-partition-stm32mp.inc, It seems the generated filename doesn't contain the "fs" suffix:
bin_name = items[0] + bin_suffix + '.' + ...
Hello @SimK,
For this kind of issue, I would recommand to use GDB : During the SPI use case, at a moment, you will notice that the console is frozen : It means the system is blocked somewhere, so the watchdog is not kicked anymore which will lead ...
Hello @umarFarooq-emb,
U-boot is part of the FIP image, which also includes Op-tee firmwares. The Linux kernel has a strong dependency with secure services provided by Op-tee, so if they are not aligned, it could lead to a crash.
I recommand to kee...
Hello @ienecode,According to information found on the Internet I should only edit *.dts file in location:cd ostlecosys4.1.2/build-openstlinuxeglfs-stm32mp1/tmp-glibc/work-shared/stm32mp1/kernel-source/arch/arm/boot/dts The problem is there : if you ...