mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +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.
5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
label Infix (aarch64)
|
|
kernel /boot/Image
|
|
fdtdir /boot
|
|
append ${bootargs_root} ${bootargs_rauc} ${bootargs_log}
|