scripts icon indicating copy to clipboard operation
scripts copied to clipboard

[PoC] Add RISC-V support

Open ader1990 opened this issue 1 year ago • 0 comments

Add initial support for RISC-V. See: https://github.com/flatcar/Flatcar/issues/1420

What works:

  • SDK build
  • Root filesystem build

What does not work / to be done:

  • a PoC with a hardware board running Flatcar
  • image_to_vm.sh -> more investigation is required on how to make the grub2 bootloader / partitions work with the dm-verity on RISC-V
  • secureboot - needs to be short-circuited
  • The kernel - current hardware boards have their own bootloader / kernel partitions that are custom-made and Flatcar's A/B partition scheme and upgrade workflow cannot work as such
  • Upstream the required bits to Gentoo

ader1990 avatar Nov 27 '24 10:11 ader1990