Entropy fix#356
Conversation
Co-authored-by: Collin Cook <collincook5804@gmail.com>
nateinaction
left a comment
There was a problem hiding this comment.
We'll wait on the next Zephyr release in April to pull this in.
| - clock | ||
| - counter | ||
| - dma | ||
| - entropy |
There was a problem hiding this comment.
It looks like we don't need these yaml entries.
| - entropy |
| # SOC | ||
| CONFIG_ENTROPY_GENERATOR=y | ||
| CONFIG_ENTROPY_DEVICE_RANDOM_GENERATOR=y | ||
|
|
||
| # TCA |
There was a problem hiding this comment.
Looks like we don't need this either. I was able to build and entropy remained enabled without this.
| # SOC | |
| CONFIG_ENTROPY_GENERATOR=y | |
| CONFIG_ENTROPY_DEVICE_RANDOM_GENERATOR=y | |
| # TCA |
| - clock | ||
| - counter | ||
| - dma | ||
| - entropy |
There was a problem hiding this comment.
| - entropy |
…/proves-core-reference into entropy-fix
|
Going to hit this with the pico debug, and hopefully get to the bottom of what's causing the issue. Maybe will need to open an issue with upstream Zephyr? |
…-core-reference into upgrade-zephyr-2.4.0
…-core-reference into upgrade-zephyr-2.4.0
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThree configuration changes across device tree, build settings, and manifest dependencies. The RNG hardware block is enabled on the flight control board, a log level override is removed from project configuration, and Zephyr is bumped from v4.3.0 to v4.4.0 with tinycrypt replaced by tf-psa-crypto. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
Entropy fix
Description
Updated .gitignore to untrack all .ufv2 as well as fixed hardware entropy warnings by updating zephyr and adding appropriate device to device tree