# boot-wrapper-aarch64_1 **Repository Path**: mirrors_kernel_googlesource/boot-wrapper-aarch64_1 ## Basic Information - **Project Name**: boot-wrapper-aarch64_1 - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.