Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:yocto [2023/08/16 19:42] – [Extra] darron | tools:yocto [2023/08/17 15:35] (current) – [Boot] darron | ||
---|---|---|---|
Line 73: | Line 73: | ||
git mv recipes-devtools/ | git mv recipes-devtools/ | ||
</ | </ | ||
+ | |||
+ | NB the above is a known but unaddressed issue | ||
==Dev tools== | ==Dev tools== | ||
Line 100: | Line 102: | ||
| | ||
</ | </ | ||
+ | |||
+ | NB the above patch has been submitted to ST. | ||
==Cortex-M4== | ==Cortex-M4== | ||
Line 128: | Line 132: | ||
</ | </ | ||
+ | NB the correct solution would be to update the compiler | ||
===Configure=== | ===Configure=== | ||
Line 292: | 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 731: | Line 737: | ||
</ | </ | ||
+ | It appears that the power controller is probed before the I2C interface is online and consequently it doesn' | ||
===Extra=== | ===Extra=== | ||
Line 750: | Line 756: | ||
< | < | ||
scp e2fsprogs-resize2fs-1.47.0-r0.cortexa7t2hf_neon_vfpv4.rpm root@stm32mp1: | scp e2fsprogs-resize2fs-1.47.0-r0.cortexa7t2hf_neon_vfpv4.rpm root@stm32mp1: | ||
- | </ | ||
- | |||
- | This tool could be preloaded in local.conf, however, meta-st appears | ||
- | to interfere with this. | ||
- | < | ||
- | IMAGE_INSTALL: | ||
</ | </ | ||
Line 798: | Line 798: | ||
===Resources=== | ===Resources=== | ||
- | [[https:// | + | [[https:// |
- | [[https:// | + | [[https:// |
[[https:// | [[https:// | ||
+ | [[https:// | ||
+ | [[https:// |