When running copy-to-emmc.sh, the error 12: Event not found appears when trying to create the msdosfs partition. The issue is the !12 in the command line; the shell is interpreting the !12 as invoke command 12 from history. The solution is to escape the ! exclamation point:
When running
copy-to-emmc.sh
, the error12: Event not found
appears when trying to create the msdosfs partition. The issue is the!12
in the command line; the shell is interpreting the!12
as invoke command 12 from history. The solution is to escape the!
exclamation point: