mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #534] Can I use Hexadecimals? #486
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#486
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @silicahd on GitHub (Aug 11, 2018).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/534
Hello,
I am trying to create a profile for google chormebooks. However I am running into a wall. The EC code shows hexadecimals not integer. Even after I put them It did not seem to work. Am I doing something wrong.
This is the Fan controller from the bios.
https://chromium.googlesource.com/chromiumos/platform/ec/+/factory-1235.B/host_interface/ec_command.h
`
/* Thermal and fan */
| EC_COMMAND_THERMAL_CMD = 0x20,
| EC_COMMAND_THERMAL_CMD_MASK = 0xf0,
| EC_COMMAND_THERMAL_GET_CURRENT_FAN_RPM = 0x21,
| EC_COMMAND_THERMAL_GET_TARGET_FAN_RPM = 0x22,
| EC_COMMAND_THERMAL_SET_TARGET_FAN_RPM = 0x23,
| EC_COMMAND_THERMAL_READ_SENSOR = 0x24,
| EC_COMMAND_THERMAL_SET_ALARM_RANGE = 0x25,
| /* TODO: PECI? */
`
This was my configuration
@erkexzcx commented on GitHub (Aug 12, 2018):
Use google searches like "0x24 to decimal" and "191 to hex":
Like this - it is handy:

@github-actions[bot] commented on GitHub (Nov 24, 2019):
This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed