Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:yocto [2023/08/17 15:33] – [Fixes for meta-st-stm32mp] darron | tools:yocto [2023/08/17 15:35] (current) – [Boot] darron | ||
---|---|---|---|
Line 297: | Line 297: | ||
./ | ./ | ||
sudo dd if=FlashLayout_sdcard_stm32mp157d-dk1-optee.raw of=/dev/sdc bs=4M conv=fdatasync, | sudo dd if=FlashLayout_sdcard_stm32mp157d-dk1-optee.raw of=/dev/sdc bs=4M conv=fdatasync, | ||
+ | sleep 1 | ||
sudo hdparm -z /dev/sdc | sudo hdparm -z /dev/sdc | ||
</ | </ | ||
Line 736: | Line 737: | ||
</ | </ | ||
+ | It appears that the power controller is probed before the I2C interface is online and consequently it doesn' | ||
===Extra=== | ===Extra=== | ||