framework-system
framework-system copied to clipboard
Rust libraries and tools to interact with the Framework Computer systems
They're the serialnumbers of what the system was originally assembled with in the factory. TODO - [ ] Cleanup code - [ ] Make safer with fewer unwraps - [...
```text Failed to open /dev/cros_ec. Because: Os { code: 2, kind: NotFound, message: "No such file or directory" } thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', framework_lib/src/chromium_ec/cros_ec.rs:70:34...
TODO: - [ ] Handle it better than just increasing EC_MEMMAP_SIZE*2 - [ ] Figure out all items and whether they apply to Lotus and also Azalea - [ ]...
I want to be able to install this project via `cargo install framework_tool`. Can you please publish it to cargo/crates.io?
Observed with a 12th Gen Intel Framework 13 on BIOS 3.08 (framework_tool binaries extracted from the GH Actions run for commit 70595f7): Running ``framework_tool --versions`` under Linux or ``boot.efi --versions``...
The EFI GUID in FreeBSD is layouted as following typedef struct efi_guid { uint32_t Data1; uint16_t Data2; uint16_t Data3; uint8_t Data4[8]; } efi_guid_t; Which means the Data1, Data2, Data3 should...
Thanks for your work here, just tested the fancontrol and it's perfect! Beside the indirect TDP control with windows energy profiles it would be very nice to control the TDP,...
I'm on Windows 11 24H2, and I'm running the tool to query various data (`--thermal, --sensors, --privacy, --intrusion`) all of them fail with the same error: ```rust thread 'main' panicked...