-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bc command not found
error in DTS
#1178
Comments
Well, they work as long as ME is visible and only for a subset of platforms. Older platforms have different FWSTS registers layout and the checks would have to be more specific for platforms. I guess we may just care about the platforms we support in DTS, which should make things a bit easier. |
As of now |
Ok, we should then add |
And do those checks work for all platforms we currently support? |
@m-iwanicki I think the error only appeared on Minnowboard, which we decided not to support. |
Component
Dasharo Tools Suite
Device
NovaCustom NS5x 11th Gen, other
Dasharo version
No response
Dasharo Tools Suite version
v2.1.0
Test case ID
No response
Brief summary
Missing command error shown during initial deployment
How reproducible
100%
How to reproduce
Try to install Dasharo on Intel platform
Expected behavior
No errors
Actual behavior
/usr/sbin/dts-functions.sh: line 1654: bc: command not found
Screenshots
No response
Additional context
This PR was closed Dasharo/meta-dts#139 (adds missing bc command) but this dts-scripts PR Dasharo/dts-scripts#15 was merged (uses bc command).
@PLangowski should we reverse those commits?
Solutions you've tried
No response
The text was updated successfully, but these errors were encountered: