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 ...
Hi @mmichala,
Thanks for your feedback,
On my side, it seems PARTUUID returned by blkid is similar with guid returned in u-boot (mmc dev 0 ; mmc part), but /dev/disk/by-partuuid is different.
I will dig into this later, as you're not blocked anymore....
Hello @mmichala,
I fixed partUUID issue seen with CubeProgrammer:
- I've created a tsv file for eMMC on top of stm32mp257f-ev1 board (with bootfs-a and bootfs-b)
- The default partUUID (e91c4e10-16e6-4c0e-bd0e-77becf4a3582) was set for the partitio...
Hello @mmichala,
Instead of configuring an hardcoded PARTUUID for rootfs-b, I think it's better to read it at runtime (with blkid) in order to update the kernel command line accordingly.
I updated the meta-st-ota layer with this correction.
BR,
C...
Hello @mmichala,
I guess you use meta-st-ota layer : to avoid that problem, I would recommand to flash the image into the sdcard with create_sdcard_from_flashlayout.sh script available in the layer, where bootfs-b UUID is managed.
Neverthless, I ta...