-
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
Save and load compiled version #11
Comments
I am just doubting about grep -rw 'FP_LED_LOW'
So grep -rwn 'FP_LED_BRIGHTNESS_LOW'
So I would be curious what I am just a bit fearing not clearly seeing whether or not the laptop is sleeping or not for power consumption and privacy. grep -rwn 'FP_BREATH_LOW'
So grep -rwn 'BREATH_ON_LENGTH_LOW'
I would say that no matter if setting So how to compile now? |
Looking at the mentioned commit/6833f5e098e3198883693c73e527c3525f0cd1e5 (source: FrameworkComputer/EmbeddedController/issues/11#issue-1160860328), it seems fine. |
ls
In the context of #13 I use: sudo EmbeddedController/build/hx30/util/ectool pwmsetkblight 1 So I should figure out if hx20 or hx30 is appropriate for my Framework 13. blob/553827caae7134d45a0617af9c201e333eab9a26/README.md#framework-laptop-ec grep 'model name' -m 1 /proc/cpuinfo
So Should seriously consider the warning (blob/553827caae7134d45a0617af9c201e333eab9a26/README.md#warning) that this may break my laptop. Is there any way to revert the change if it breaks things? |
In ls
|
make
ls build/hx30
make BOARD=hx30 CROSS_COMPILE=arm-none-eabi-
ls build/hx30
|
Source: EmbeddedController/blob/553827caae7134d45a0617af9c201e333eab9a26/README.md?plain=1#L42 EC probably refers to Embedded Controller |
Source: EmbeddedController/blob/553827caae7134d45a0617af9c201e333eab9a26/README.md?plain=1#L44-L53 until EmbeddedController/blob/553827caae7134d45a0617af9c201e333eab9a26/README.md#embedded-controller-ec they do not seem to explain how to actually flash. Maybe should investigate the BIOS and similar menus. |
Maybe I have in mind FrameworkComputer/EmbeddedController/pull/12, source: Benjamin-Loison/cinnamon/issues/67#issuecomment-2146256288.
The text was updated successfully, but these errors were encountered: