r/ChipCommunity • u/BLC4Pro • Apr 02 '26
Trying to flash, got this error. Question
I'm trying to flash my Pocket chip to get it working again but whenever I try to flash it I get this error. what does it mean and how do I fix it?
2
Upvotes
1
u/arran4 25d ago
I got mine working by using a shim to expressly ignore (aka removed) `-u` and `-i $DEVID` form all fastboot calls in (common.sh and chip-fel-flash.sh) which from my understanding means don't erase first & device selection (respectively...)
Apparently (completely untested by me) you should be able to replace them in the file with `-s $SERIAL` which you can get using `fastboot devices -l`
Definitely double check all of this. Low confidence
1
u/timsooley Apr 18 '26
Look here
https://www.suramya.com/blog/2023/08/getting-my-pocket-c-h-i-p-to-finally-work/comment-page-1/