Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit af5ad2f0 authored by Robert Nelson's avatar Robert Nelson
Browse files

chroot: i havent fixed the bootloader on these yet for microSD 2.0


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 4c0f8ab5
Branches
Tags
No related merge requests found
......@@ -928,6 +928,12 @@ if [ "x${chroot_COPY_SETUP_SDCARD}" = "xenable" ] ; then
sudo mkdir -p ${DIR}/deploy/${export_filename}/hwpack/
sudo cp ${DIR}/tools/hwpack/*.conf ${DIR}/deploy/${export_filename}/hwpack/
if [ "x${rfs_kernel}" = "x" ] ; then
#Not supported yet with microSD 2.0
sudo rm -f ${DIR}/deploy/${export_filename}/hwpack/wandboard-*.conf
sudo rm -f ${DIR}/deploy/${export_filename}/hwpack/imx*.conf
fi
if [ -n "${chroot_uenv_txt}" -a -r "${DIR}/target/boot/${chroot_uenv_txt}" ] ; then
sudo cp "${DIR}/target/boot/${chroot_uenv_txt}" ${DIR}/deploy/${export_filename}/uEnv.txt
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment