-
Notifications
You must be signed in to change notification settings - Fork 8
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
Framework 13 AMD Support on Linux #20
Comments
You can use |
Is it intended that it's trying to talk to the CrOS EC when on an AMD board? I'm not 100% sure of the exact differences, but I'm pretty sure the EC on CrOS and non-CrOS devices serve some different functions. |
Is there a mailing list thread or link one could use to track these fixes, to see what kernel version they might end up in? |
@sserenade maybe this one? https://lore.kernel.org/lkml/[email protected]/T/ |
@OctopusET I just tested the patch and the kernel still doesn't provide /dev/cros_ec with it applied (thanks for taking a look though!) |
Seems like this is the patchset- I just applied it on 6.6.2 and framework_tool now functions correctly! |
This works for me. Thank you! |
Hello @prurigro do you if the patchset you have shared has landed upstream yet in 6.7 ? I don't think it has but I haven't checked really thoroughly |
@AkechiShiro it's not in mainline 6.8-rc5, so it's probably not in 6.7. |
Yeah, I'm still patching it in to each 6.7.x release |
Why not making portio the default? |
portio does not work when secure boot is enabled #16 |
The patch series has been merged to the chrome platform tree I guess it will then go into kernel 6.10 |
You can temporarily lift kernel lockdown using https://github.com/blastrock/unlockdown while waiting for 6.10 |
@prurigro , if you don't mind me asking, how are you doing this? I've never done that before, but I'd love to get this tool running w/o disabling Secure Boot or Kernel Lockdown. (till I get access to the 6.10 kernel) |
@elreydetoda Hey, so in Archlinux what I do is grab the package for the most recent kernel and add the patches to the build script before running it (ie: Let me know if you need more detail in one direction or another- I didn't want to go too in depth considering how different an experience it would be depending on the distro you're using. |
I just tested the 6.10.2 release without any patches and framework_tool works with secure boot enabled. I believe this issue can be closed :) |
I've noticed that trying this tool on Linux runs into the issue where /dev/cros_ec doesn't seem to exist on the latest kernel. I wanted to know if there was any blockers or action items that would enable this program's functionality to work on Linux
Failure Code
The text was updated successfully, but these errors were encountered: