DHSBC STM32MP2x: Difference between revisions
From Wiki-DB
Jump to navigationJump to search
Ageisreiter (talk | contribs) No edit summary |
Ageisreiter (talk | contribs) |
||
| Line 84: | Line 84: | ||
== Useful instructions == | == Useful instructions == | ||
==== How to connect to WiFi network ==== | |||
:'''Establish connection''' | |||
:{| class="wikitable" | |||
|<tt>$ wpa_passphrase "SSID" > /etc/wpa_supplicant.conf</tt> | |||
|} | |||
:-> In the next step, please enter the password | |||
:{| class="wikitable" | |||
|<tt>$ rfkill unblock all</tt> | |||
|- | |||
|<tt>$ wpa_supplicant -B -i wlansom0 -c /etc/wpa_supplicant.conf</tt> | |||
|} | |||
:'''Disconnect''' | |||
:{| class="wikitable" | |||
|<tt>$ ip link set wlansom0 down</tt> | |||
|} | |||
== Links == | == Links == | ||
Revision as of 14:56, 24 September 2025
The DHSBC STM32MP25 board is the official DHCOS STM32MP25x reference design!
Introduction
Reference design for secure industrial IoT devices based on STM32MP25
- Single Board Computer based on solderable, pin-compatible DHCOS STM32MP25 SOM
- Industrial grade, 10+ years available
- Mainline Linux support (also for Vivante GPU)
- Security Features e.g. Secure Boot / Storage
- Connectivity: Gbit Ethernet, WiFi/BT
- Multimedia: 3D GPU, display, video, camera
- STPMIC25 supports low power modes
Technical Details
|
|
Product Change Notifications (PCN)
IMPORTANT INFORMATIONS
- The DHSBC DisplayPort functionality has not yet been implemented at this time. The test image is a headless image. If you want to connect a display, please contact DH electronics. We can offer a 10" LVDS test kit, or you can connect your own LVDS display and we will assist with implementation.
Documentation
- Getting-Started with DHSBC STM32MP25
- DHCOS STM32MP2x User Manual IMPORTANT: Please have a look at chapter 27. Hardware design checklist
Design Files
Software
Useful instructions
How to connect to WiFi network
- Establish connection
$ wpa_passphrase "SSID" > /etc/wpa_supplicant.conf
- -> In the next step, please enter the password
$ rfkill unblock all $ wpa_supplicant -B -i wlansom0 -c /etc/wpa_supplicant.conf
- Disconnect
$ ip link set wlansom0 down