Commit eef0d55b7ccacca0fa94380856e20abc701d9422
1 parent
5505f04627
Exists in
kirtstone-5.15.71_2.2.0
and in
1 other branch
Fix i.MX7D SD card script typo
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
scripts/emb_mk_yocto_sdcard/emb-create-yocto-sdcard.sh
... | ... | @@ -322,7 +322,7 @@ |
322 | 322 | cp -v ${YOCTO_SCRIPTS_PATH}/uEnv_6qdl.txt ${P1_MOUNT_DIR}/uEnv.txt |
323 | 323 | cp -v ${YOCTO_IMGS_PATH}/u-boot.imx ${P1_MOUNT_DIR}/u-boot.imx |
324 | 324 | elif [[ "${MACHINE}" = "smarcfimx7d2g" || "${MACHINE}" = "smarcfimx7d" || "${MACHINE}" = "smarcfimx7s" ]]; then |
325 | - cp -v ${YOCTO_IMGS_PATH}/imx7d-smarc.dtb ${P1_MOUNT_DIR}/dtbs/imx6dl-smarc.dtb | |
325 | + cp -v ${YOCTO_IMGS_PATH}/imx7d-smarc.dtb ${P1_MOUNT_DIR}/dtbs/imx7d-smarc.dtb | |
326 | 326 | cp -v ${YOCTO_SCRIPTS_PATH}/uEnv_7ds.txt ${P1_MOUNT_DIR}/uEnv.txt |
327 | 327 | cp -v ${YOCTO_IMGS_PATH}/u-boot.imx ${P1_MOUNT_DIR}/u-boot.imx |
328 | 328 |