Skip to content

Commit

Permalink
imx8m-var-dart: mx8_install_yocto.sh: Add DTB symlink for old revisio…
Browse files Browse the repository at this point in the history
…ns of carrier board

Add DTB symlink for DART-MX8M carrier board revisions 1.2 and lower
  • Loading branch information
Felix Radensky committed Jun 6, 2019
1 parent fef1df7 commit 5be99d9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ install_rootfs_to_emmc()
tar --warning=no-timestamp -xpf ${IMGS_PATH}/${ROOTFS_IMAGE} -C ${MOUNTDIR} --checkpoint=.1200

if [[ ${BOARD} = "imx8m-var-dart" ]]; then
# Create DTB symlink
# Create DTB symlinks
(cd ${MOUNTDIR}/${BOOTDIR}; ln -fs ${DTB_PREFIX}-emmc-wifi-${DISPLAY}.dtb ${DTB_PREFIX}.dtb)
(cd ${MOUNTDIR}/${BOOTDIR}; ln -fs ${DTB_PREFIX}-emmc-wifi-${DISPLAY}-cb12.dtb ${DTB_PREFIX}-cb12.dtb)

# Install blacklist.conf
cp ${MOUNTDIR}/etc/wifi/blacklist.conf ${MOUNTDIR}/etc/modprobe.d
Expand Down

0 comments on commit 5be99d9

Please sign in to comment.