Merge pull request #7 from RoboSchmied/patch-1

fix typo in [flasher.sh]
main
Signor Pellegrino 2024-04-25 21:39:03 +03:00 committed by GitHub
commit 7569812fb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ KERNEL=$(find ~/composer/archive/${PROJECT} -name "uImage.*" | sort | tail -n 1)
ROOTFS=$(find ~/composer/archive/${PROJECT} -name "rootfs.squashfs.*" | sort | tail -n 1)
echo -e "\n\nCreate fullflash dump for ${PROJECT} project\n\nUsed components:\n"
echo -e "\n\nCreate full flash dump for ${PROJECT} project\n\nUsed components:\n"
echo -e "${UBOOT}\n${KERNEL}\n${ROOTFS}\n"
openipc/general/scripts/compile4programmer.sh ${UBOOT} ${KERNEL} ${ROOTFS} 16