rkaczorek / astroberry-server

Astroberry Server is a ready to use system for Raspberry Pi for controlling all your astronomy equipment
GNU General Public License v3.0
271 stars 19 forks source link

sudo command error #153

Open jLadd42 opened 3 years ago

jLadd42 commented 3 years ago

When trying to flash Astroberry Image file using "sudo dd if=astroberry-server_2.0.3.img of=/dev/Astroberry bs=8M status=progress" I get the Terminal error message "dd: bs: illegal numeric value". Copy/Paste the terminal error message from the Terminal gets:

sudo-dd_error

Being a noob to Astroberry, Github, etc. I have no clue what the last means. How do I fix the bs=8M numeric value?

Thanks

rkaczorek commented 3 years ago

On what system are you running this command?

jLadd42 commented 3 years ago

My bad, thought I included that: 2019 iMac desktop using Terminal (V2.11(404)) running ZSH.

On Sep 9, 2021, at 3:13 AM, Radek Kaczorek @.***> wrote:

On what system are you running this command?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rkaczorek/astroberry-server/issues/153#issuecomment-915908313, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVRPNVF4BV3BZ6KPBNSQSUTUBB3EDANCNFSM5DWJE4IA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

rkaczorek commented 3 years ago

I'm not mac user so I will not help too much here. Anyway you can actually skip the last two parameters and run just this: sudo dd if=astroberry-server_2.0.3.img of=/dev/sdX or you can use any gui tool to flash SD card e.g. Raspberry Pi Imager from here