-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
EFI backend partitions by UUID #2
Comments
Thanks a lot. I have no a working base :) |
Do you know, how I can pass the devicetree to linux kernel on EFI? I work on: |
This is not really supported yet, mainline. But it might be a generic use case so we should think about mainline support, too. Our current approach is to place the dtb in the EFI partition and point the barebox-state tool to this location. ATM, this requires a RAUC patch similar to this: https://gist.github.com/ejoerns/13f9d8b594f6816fdca0b8a4d531fc7d |
Thanks. I will do it like: On amd64 I patch the barebox host utility to use the /mnt/boot/efi/barebox/state.dtb (the hassio path). So it runs like other architecture and I can use the same rootfs. |
* buildroot ee56159464...666868435d (1): > Merge pull request home-assistant#2 from s-ol/fix-usb_modeswitch-systemd
* Add rtl8821cu driver * buildroot ee56159464...666868435d (1): > Merge pull request #2 from s-ol/fix-usb_modeswitch-systemd * Add rtl8821cu support to all boards Signed-off-by: s-ol <[email protected]> Co-authored-by: Stefan Agner <[email protected]>
* Add rtl8821cu driver * buildroot ee56159464...666868435d (1): > Merge pull request #2 from s-ol/fix-usb_modeswitch-systemd * Add rtl8821cu support to all boards Signed-off-by: s-ol <[email protected]> Co-authored-by: Stefan Agner <[email protected]>
Saw your question on #barebox about using EFI with barebox state.
A working example for using a fixed partition as storage backend for state I have is:
The partition in my case is crated with a script calling sfdisk:
The text was updated successfully, but these errors were encountered: