Skip to content
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

Support for 13th Gen #33

Open
mbainrot opened this issue Jul 27, 2023 · 4 comments
Open

Support for 13th Gen #33

mbainrot opened this issue Jul 27, 2023 · 4 comments

Comments

@mbainrot
Copy link

Hi

Would it at all be possible for support for 13th gen intel to be added/documentation updated to provide the entry point for 13th gen?

Thanks!

@DeflateAwning
Copy link

Seems weird this isn't done yet. Any updates on when this'll get done, Framework?

@crc-32
Copy link

crc-32 commented Oct 10, 2023

Upon initial investigation using ectool version it looks like its still hx30 commit fd2a203:

crc32@crc32-framework:~/EmbeddedController$ sudo ./build/hx30/util/ectool version
RO version:    hx30_v0.0.1-fd2a203
RW version:    
Firmware copy: RO
Build info:    hx30_v0.0.1-fd2a203 2023-05-09 21:13:19 runner@fv-az252-642
Tool version:  v0.0.16767-f6d6b927ee 2023-05-26 00:03:59 crc32@crc32-framework

No idea why RW version is empty here

@DHowett
Copy link
Contributor

DHowett commented Oct 10, 2023

No idea why RW version is empty here

The version host command reads one version from the running image and one version from flash. On hx20/30, flash is locked out due to a pin mux conflict, so the version that isn’t currently running can’t be read.

You can unlock flash with host command 3E01 parameter 0x03 (byte), and re-lock it with parameter 0x00 (byte). 🙂

@crc-32
Copy link

crc-32 commented Oct 10, 2023

Aha 👍 makes sense thanks! I was mistaken thinking it was only locking writes not inaccessible entirely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants