-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat: Radxa X4 kairos support #2871
Comments
First tests were ok. Kairos:
Kairos trusted boot:
Unfortunately the beta bios is not publicly available and flashing it is under your own, so if it breaks, bad luck. In any case, seems that something is off with the measurements as the unlocking not being available seems to point to that. Next step would be to hardcode an user in the uki iso and check whats going on. |
Had a quick look, the problem with unlocking the encrypted partitions seems to be that the measurements dont match by using the latest enki (the one that has the golang ukifier and measurer) So building with osbuilder 0.300.x made it not work, not even manually attaching the partitions Bui.ding with 0.202.1 (uses systemd-measure) also didnt work during boot. But manually I could attache them, so no idea whats going on? Maybe the tpm are not clear on reboot as expected? Needs further investigation. |
Seems like we were missing the required modules to discover the devices on boot. mmc_block and sdhci-pci need to be added to immucore |
on immmucore https://github.com/kairos-io/immucore/releases/tag/v0.5.0 the modules are added and the board works out of the box. Nothing special to do about this in order to install, just make sure to use kairos 3.2.X :D cc @mudler 👀 |
Steps:
|
Is your feature request related to a problem? Please describe.
Support the Radxa X4 board with Kairos
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Good review and information about the board:
geerlingguy/sbc-reviews#48
https://bret.dk/intel-n100-radxa-x4-first-thoughts/
The text was updated successfully, but these errors were encountered: