DHCOM STM32MP1-D2: Difference between revisions
From Wiki-DB
Jump to navigationJump to search
Ageisreiter (talk | contribs) No edit summary |
Ageisreiter (talk | contribs) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 57: | Line 57: | ||
== Product Change Notifications (PCN) == | == Product Change Notifications (PCN) == | ||
* [[media:PCN_DHCOM-STM32MP1-001_R01_2020-10-29.pdf|PCN_DHCOM-STM32MP1-001_R01_2020-10-29.pdf (high speed microSD switch EOL)]] | |||
* [[media:PCN_DHCOM-STM32MP1-002_R01_2021-12-23.pdf|PCN_DHCOM-STM32MP1-002_R01_2021-12-23.pdf (microSD socket EOL)]] | |||
* [[media:PCN_DHCOM-STM32MP15-003_R01_2023-05-22.pdf|PCN_DHCOM-STM32MP15-003_R01_2023-05-22.pdf (U-Boot Update)]] | |||
* [[media:PCN_DHCOM-STM32MP15-004_R01_2024-05-15.pdf|PCN_DHCOM-STM32MP15-004_R01_2024-05-15.pdf (SPI flash write-protect information)]] | |||
* [[media:PCN_DHCOM-STM32MP15-005_R01_2024-06-24.pdf|PCN_DHCOM-STM32MP15-005_R01_2024-06-24.pdf (U-Boot Update)]] | |||
== Software Support == | == Software Support == | ||
*[[DHCOM STM32MP1 Bootloader U-Boot|STM32MP1: Bootloader U-Boot]] | *[[DHCOM STM32MP1 Bootloader U-Boot|STM32MP1: Bootloader U-Boot]] | ||
*[[DHCOM STM32MP1 Linux|STM32MP1: Linux]] | *[[DHCOM STM32MP1 Linux|STM32MP1: Linux]] | ||
*[[OpenOCD JTAG on STM32MP1|How to use JTAG on STM32MP1]] | *[[OpenOCD JTAG on STM32MP1|How to use JTAG on STM32MP1]] | ||
*[[IPC|Inter‐Processor Communication (Cortex-A7 to Cortex-M4)]] | *[[IPC|Inter‐Processor Communication (Cortex-A7 to Cortex-M4)]] | ||
*[[Debugging_M4_on_STM32MP15xxxx|STM32MP1: Debugging M4]] | |||
*[[Add Yocto SDK with QT5 to QT Creator | Start with Qt]] | |||
*[[U-Boot recovery for STM32MP1 DHSOM via DFU |U-Boot recovery for STM32MP1 DHSOM via DFU]] | |||
*[[DHCOM STM32MP15 Secure Boot | Secure Boot]] | |||
== BSP Sources == | == BSP Sources == | ||
==== [https://www.denx.de/wiki/U-Boot U-Boot] ==== | ==== [https://www.denx.de/wiki/U-Boot U-Boot] ==== | ||
* [https://github.com/dh-electronics/u-boot-stm32mp1/tree/ | * [https://github.com/dh-electronics/u-boot-stm32mp1/tree/v2022.07_testbench U-Boot (based on v2022.07)] | ||
==== [https://www.kernel.org Linux Kernel and Yocto] ==== | ==== [https://www.kernel.org Linux Kernel and Yocto] ==== | ||
* Mainline | * Mainline | ||
* [https://github.com/dh-electronics/ | * [https://github.com/dh-electronics/meta-dhsom-stm32-bsp Yocto BSP meta layer --> Github] | ||
* [https://github.com/dh-electronics/ | * [https://github.com/dh-electronics/kas-dhsom Easy Yocto build via KAS --> Github] | ||
== Download binaries/images == | == Download binaries/images == | ||
=== PDK2 === | |||
* [https://www.dropbox.com/s/ | * [https://www.dropbox.com/s/eknl5gr69fvpuwj/dh-image-demo-dh-stm32mp1-dhcom-pdk2-20211021081919_2021-10-21.rootfs.wic.xz?dl=0 DH Yocto based Starter Image 2021-10-21 (based on 5.10 kernel)] | ||
* [https://www.dropbox.com/s/ll1z50cllwtw0j9/HD00066_Debian-Buster-PDK2_2021-11-03.img.gz?dl=0 DH Debian Starter Image 2021-11-03 (based on 5.10 kernel)] | |||
=== DRC02 === | |||
* [https://www.dropbox.com/s/fv4yheno2v1pnqu/dh-image-demo-dh-stm32mp1-dhcom-drc02-20211021085758_2021-10-11.rootfs.wic.xz?dl=0 DH Yocto based Starter Image 2021-10-11 (based on 5.10 kernel)] | |||
* [https://www.dropbox.com/s/e9r5amtjduga4a3/HD00066_Debian-Buster-DRC02_2021-11-02.img.gz?dl=0 DH Debian Starter Image 2021-11-02 (based on 5.10 kernel)] | |||
=== picoITX === | |||
* [https://www.dropbox.com/s/gwhjv9oi1lt34s5/dh-image-demo-dh-stm32mp1-dhcom-picoitx_2021-10-21.wic.xz?dl=0 DH Yocto based Starter Image 2021-10-21 (based on 5.10 kernel)] | |||
* [https://www.dropbox.com/s/9a3hc1crophlds6/DH00066_Debian-Buster-picoITX_2022-01-03.img.gz?dl=0 DH Debian Starter Image 2022-01-03 (based on 5.10 kernel)] |
Latest revision as of 12:27, 25 June 2024
Hardware
|
|
Product Change Notifications (PCN)
- PCN_DHCOM-STM32MP1-001_R01_2020-10-29.pdf (high speed microSD switch EOL)
- PCN_DHCOM-STM32MP1-002_R01_2021-12-23.pdf (microSD socket EOL)
- PCN_DHCOM-STM32MP15-003_R01_2023-05-22.pdf (U-Boot Update)
- PCN_DHCOM-STM32MP15-004_R01_2024-05-15.pdf (SPI flash write-protect information)
- PCN_DHCOM-STM32MP15-005_R01_2024-06-24.pdf (U-Boot Update)
Software Support
- STM32MP1: Bootloader U-Boot
- STM32MP1: Linux
- How to use JTAG on STM32MP1
- Inter‐Processor Communication (Cortex-A7 to Cortex-M4)
- STM32MP1: Debugging M4
- Start with Qt
- U-Boot recovery for STM32MP1 DHSOM via DFU
- Secure Boot
BSP Sources
U-Boot
Linux Kernel and Yocto
Download binaries/images
PDK2
- DH Yocto based Starter Image 2021-10-21 (based on 5.10 kernel)
- DH Debian Starter Image 2021-11-03 (based on 5.10 kernel)
DRC02
- DH Yocto based Starter Image 2021-10-11 (based on 5.10 kernel)
- DH Debian Starter Image 2021-11-02 (based on 5.10 kernel)