Closed MathiasRenner closed 8 years ago
I also tested this fix with setting a host name in addition (--hostname
). Works fine.
Anyone else out there with a Linux machine who can confirm it works?
Can you please squash the PR?
git rebase -i $(git merge-base $(git rev-parse --abbrev-ref HEAD) master)
Then beginning from line 2 replace "pick" to "squash", so leave the first "pick". Reduce the commit comment to the first one. Then
git push -f origin $(git rev-parse --abbrev-ref HEAD)
@StefanScherer Squashing done.
LGTM!
This PR is based on top of the idea of https://github.com/hypriot/flash/pull/21. This PR now correctly selects SD cards with
mmcblk...
identifier as well as USB-SD reader identified viasdb...
when using the flash tool in Linux.@firecyberice Please test this on your machine.