Homepage Forums RetroPie Project New to RetroPie? Start Here! Mac user with problems entering code on Terminal Reply To: Mac user with problems entering code on Terminal

#109022
ronoh55
Participant

Apple-pi Baker is an amazing program for burning SD images on the mac. Glad you got everything running!

To give you a more concrete answer to the original question though. That error is telling you the syntax is wrong. Something in your line of code isn’t being recognized so it’s trying to tell you how to use “sudo”.

From my limited knowledge of programming I think it’s just missing the “-” in front of bs=1m so it should have been sudo -bs=1m ...

Just a bit of future knowledge because you very possibly will run into that sort of error again. Again glad you are up and running with apple-pi baker!