How to add hw crypt/hash to linux kernel?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-22 6:25 AM
Hello,
I am trying to generate my own image Distribution package for my DK2 board.
How to assign hardware cryp1/hash1 to A7 kernel?
Do I need to modify some .dts files? Or do I have to enable some options in menu config?
Give me please step-by-step recomendations if it is possible.
Thank you.
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
‎2019-04-23 1:34 AM
Hi,
Please have a look to this article :
https://wiki.st.com/stm32mpu/wiki/HASH_device_tree_configuration
BR
Olivier
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-23 1:34 AM
Hi,
Please have a look to this article :
https://wiki.st.com/stm32mpu/wiki/HASH_device_tree_configuration
BR
Olivier
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-13 3:53 AM
Hi,
I have added these lines to the end of the file "stm32mp157c-dk2.dts":
Than I clean and build the image again
bitbake st-image-weston -c cleanall
bitbake st-image-weston
And download basic image to the DK2 board using STM32CubeProg.
Unfortunately there are no any cryp devices in /dev/
What I am missing here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-16 9:43 AM
Please help!
Hardware encryption is necessary for our project.
But I couldn't find solution.
Thanks
