You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pv -s ${size} < /tmp/hypriotos-rpi-v1.12.3.img| sudo dd bs=1M of=/dev/disk2
dd: bs: illegal numeric value
0.00 B 0:00:04 [0.00 B/s] [>
In Big Sur the 'hdutil eject' does not cause the SD card to be remounted. So after unmounting the SD the program will fail. A possible solution is to ask and wait for it to be re-inserted. Why do you need to unmount the SD card and remount it again. After some debugging I commented out the first Unmounting of the SD card.
Can you update the documentation regarding running the flash program without flashing? It took me some time to figure out to add '' as the image. Maybe add a parameter to do not flash.
Really like flash to setup my SD cards after flashing with belanaEtcher.
The text was updated successfully, but these errors were encountered:
In Big Sur the 'hdutil eject' does not cause the SD card to be remounted. So after unmounting the SD the program will fail. A possible solution is to ask and wait for it to be re-inserted. Why do you need to unmount the SD card and remount it again. After some debugging I commented out the first Unmounting of the SD card.
Can you update the documentation regarding running the flash program without flashing? It took me some time to figure out to add '' as the image. Maybe add a parameter to do not flash.
Really like flash to setup my SD cards after flashing with belanaEtcher.
The text was updated successfully, but these errors were encountered: