How can I change root password of STM32MP1?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-17 6:14 PM
Hello Guys.
​
In the current state, when connecting the LAN cable and attempting to connect to the board's IP by SSH, it has been confirmed that the connection is immediately established.
It is thought that anyone can access the board in this state.
So I need to change root password
However, there are no guidelines for how to do this on the WiKi Page.
How can I change root password of STM32MP1?
Solved! Go to Solution.
- Labels:
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-18 3:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-18 3:36 AM
If you are buildind and using ST official image (using distribution package), (like st-image-core or st-image-weston) you should build a new distribution, using an bbappend file and add something like :
inherit extrausers
EXTRA_USERS_PARAMS += "usermod -P mysecretrootpasswordisNyarlathotep root;"
and you should disable debug-tweaks in your local.conf
But using user space command, i dont know....
Hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-18 3:38 AM
In french, sorry:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-20 8:54 PM
​Thanks for your comment.
I found the debug-tweaks phrases as you said, removed them, and tried to build again (exists in multiple files).
The password has been successfully applied!
Thanks for your help.
