Update pi scripts

This commit is contained in:
2016-11-26 22:05:31 +01:00
committed by jbnadal
parent 1969b9b4e4
commit 88ac35c1c9
5 changed files with 12 additions and 7 deletions

View File

@@ -28,3 +28,6 @@ else
cp $(BR_PROJECT)/configs/buildroot.config $(BR_STAGING)/buildroot/.config; \
fi
endif
install.sd:
sudo dd if=$(BR_STAGING)/buildroot/images/sdcard.img of=/dev/mmcblk0 && sync && sync