Linux boot wrapper with FDT support =================================== To get started: $ autoreconf -i $ ./configure --host= --with-kernel-dir= $ make Where: - : this is something like aarch64-linux-gnu - : the directory containing a pre-built aarch64 kernel and its sources. - : see ./configure -h for a list of other options.