Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"12: Event not found" error when running copy-to-emmc.sh #60

Closed
smithwinston opened this issue Apr 29, 2014 · 1 comment
Closed

"12: Event not found" error when running copy-to-emmc.sh #60

smithwinston opened this issue Apr 29, 2014 · 1 comment

Comments

@smithwinston
Copy link
Contributor

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:

gpart add -a 63 -b 63 -s 2m -t '\!12' mmcsd1
@kientzle
Copy link
Contributor

kientzle commented May 3, 2014

Fixed in 5348bcc

@kientzle kientzle closed this as completed May 3, 2014
rnikoopour pushed a commit to rnikoopour/crochet that referenced this issue Apr 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants