mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
This is the layout expected by the "distro boot" effort in U-Boot. As far as I understand, the contract is: - U-Boot built for `fooboard` by `vendor`, will set the `fdtfile` variable to `vendor/fooboard.dtb` - or more precisely: matching whatever path the dtb is built at in the kernel tree. - A distro (e.g. Infix) then just needs to specify the `fdtdir` in its syslinux config (/boot in our case), and U-Boot will be able to find the correct dtb.