DHSBC STM32MP13: Difference between revisions
From Wiki-DB
Jump to navigationJump to search
Ageisreiter (talk | contribs) |
Ageisreiter (talk | contribs) |
||
Line 89: | Line 89: | ||
:'''Establish connection''' | :'''Establish connection''' | ||
:{| class="wikitable" | :{| class="wikitable" | ||
|<tt>wpa_passphrase "SSID" > /etc/wpa_supplicant.conf</tt> | |<tt>$ wpa_passphrase "SSID" > /etc/wpa_supplicant.conf</tt> | ||
|} | |} | ||
:-> In the next step, please enter the password | :-> In the next step, please enter the password | ||
:{| class="wikitable" | :{| class="wikitable" | ||
|<tt>rfkill unblock all</tt> | |<tt>$ rfkill unblock all</tt> | ||
|- | |- | ||
|<tt>ip link set wlansom0 up</tt> | |<tt>$ ip link set wlansom0 up</tt> | ||
|- | |- | ||
|<tt>wpa_supplicant -B -i wlansom0 -c /etc/wpa_supplicant.conf</tt> | |<tt>$ wpa_supplicant -B -i wlansom0 -c /etc/wpa_supplicant.conf</tt> | ||
|- | |- | ||
|<tt>udhcpc -i wlansom0 </tt> | |<tt>$ udhcpc -i wlansom0 </tt> | ||
|} | |} | ||
:'''Disconnect''' | :'''Disconnect''' | ||
:{| class="wikitable" | :{| class="wikitable" | ||
|<tt>ip link set wlansom0 down</tt> | |<tt>$ ip link set wlansom0 down</tt> | ||
|} | |} | ||
Revision as of 16:14, 6 August 2024
The DHSBC STM32MP13x board is the official DHCOR STM32MP13 reference design!
Introduction
Reference design for secure industrial IoT devices based on STM32MP13x
- Single Board Computer based on the solderable DHCOR STM32MP13
- Compatible with accessories from the Raspberry Pi© community
- Highlights: Bluetooth / WiFi, Dual GB Ethernet, Secure Boot, OP-TEE support
- Trusted Platform Module 2.0 available on request
- Mainline Linux support and active software maintenance
- Industrial product design with CE certification
- Guaranteed long-term availability of 10+ years
Technical Details
|
|
Product Change Notifications (PCN)
DHCOR STM32MP13
Downloads
Documentation
- Getting-Started with DHSBC STM32MP13 (R02)
- DHCOR STM32MP13 User Manual R01 IMPORTANT: Please have a look at chapter 26. Hardware design checklist
Design Files
- DHSBC STM32MP13 Schematic
- DHSBC STM32MP13 3D STEP file
- DHCOR STM32MP13 Allegro/layout symbol
- DHCOR STM32MP13 3D STEP file
Software
DH Mainline based Linux
Useful instructions
Setup new board and install image files via USB (dfu and ums mode) / U-Boot recovery via DFU
How to connect to WiFi network with WPA2 PSK?
- Establish connection
$ wpa_passphrase "SSID" > /etc/wpa_supplicant.conf
- -> In the next step, please enter the password
$ rfkill unblock all $ ip link set wlansom0 up $ wpa_supplicant -B -i wlansom0 -c /etc/wpa_supplicant.conf $ udhcpc -i wlansom0
- Disconnect
$ ip link set wlansom0 down
Add support for joy-it RB-TFT3.2V2 SPI display
=> setenv loaddtos '#conf-stm32mp135f-dhcor-dhsbc.dtb#conf-stm32mp13xx-dhcor-dhsbc-overlay-rb-tft32-v2.dtbo' => saveenv => saveenv