DieterReuter / image-builder-rpi64

Build SD card image for Raspberry Pi 3 64bit
MIT License
156 stars 38 forks source link

Illegal numeric value if `pv` is not installed #88

Closed helje5 closed 4 years ago

helje5 commented 6 years ago
Flashing /tmp/hypriotos-rpi64-v20180429-184538.img to /dev/rdisk5 ...
No 'pv' command found, so no progress available.
Press CTRL+T if you want to see the current info of dd command.
dd: bs: illegal numeric value

After installing pv it works (brew install pv). macOS 10.12.

jppurcell9 commented 6 years ago

This was an issue with the flash flash tool, and has since been fixed: https://github.com/hypriot/flash/pull/120

DieterReuter commented 4 years ago

Not related to this repo and fixed in flash tool.